@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'Segoe UI';
    src: url('font/Segoe\ UI.woff') format('woff2'), /* Modern Browsers */
         url('font/Segoe\ UI\ Bold.woff') format('woff'), /* Legacy Browsers */
         url('font/Segoe\ UI\ Bold\ Italic.woff') format('woff'), /* Legacy Browsers */
         url('font/Segoe\ UI\ Italic.woff') format('woff'); /* Legacy Browsers */
    /* Add other font formats (e.g., .ttf) if needed */
}


:root {
    --lato-font: "Lato", sans-serif;
    --roboto-font: "Roboto", sans-serif;
    --montserrat-font: "Montserrat", sans-serif;
    --segoe-font:'Segoe UI';

    --open-sans-font:"Open Sans", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1180px;
    margin: auto;
}

/* .navbar{
    background-color: #000;
}

.navbar .container{
    max-width: 1500px;
}
.navbar .navbar-nav .nav-item{
    padding: 0px 15px;
}
.navbar .navbar-brand{
    width: 260px;
}

.navbar .nav-link{
    color: #fff !important;
    text-transform: uppercase;
    font-family: var(--lato-font);
    font-size: 14px;
    font-weight: 500;
} */


.main_wrapper {
    background: url(img/banner-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    min-height: 705px;
    padding: 106px 0;
}

.main_wrapper .grid_row {
    display: grid;
    grid-template-columns: .7fr 1fr;
    gap: 26px;
}

.main_wrapper .text_content {
    /*padding-top: 70px;*/
    
    padding-right: 0px;
    width: 100%;
    align-content: center;
    align-items: center;
    text-align: center;
}

.main_wrapper .text_content h1 {
    text-align: center;
    font-family: var(--roboto-font);
    font-size: 56px;
    font-weight: 600;
    margin-left: -20px;
    margin-top:23px;
    padding-left: 42px;
    margin-bottom:20px !important;
    color:#000;
}
.text_content ul{
    margin-left:25px;
}
.text_content ul li {
    line-height: 20px;
    color: #4B4F58;
    font-weight:400;
    text-align: left;
    /* max-width: 80%; */
    font-size: 14.5px;
    font-family: var(--open-sans-font);
}

.text_content li strong {
    color: #4B4F58;
}

.main_wrapper .form_section{
    margin-top: -5px;
    margin-left:-7px;
}
.main_wrapper .form_section input {
    background: #EDEDED;
    border-radius: 2px;
    border: 1px solid #777771;
    color: #000;
    height: 38px;
}
.main_wrapper .form_section input::placeholder{
    color:#888888;
}

.main_wrapper .form_section .mb-3{
    margin-bottom:30px !important;
}

.main_wrapper .form_section input:hover {
    border-color: #0693e3;
}

.main_wrapper .form_section input:focus {
    box-shadow: none;
    border-color: #0693e3;
}
.main_wrapper .send_btn{
    margin-top: 40px;
}

.main_wrapper .main-btn{
    text-decoration: none;
    width: fit-content;
}
.main_wrapper .main-btn a{
    color: #fff;
    text-decoration: none;
}

.form_section label {
    color: #777771;
    font-size: 12px;
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 0;
}

.form_section label span {
    color: #E04562;
}

.form_section .form-check-input {
    height: 20px !important;
    width: 20px !important;
}


.Error_message {
    background-color: #F9E4E8;
    color: #E04562;
    margin-top: 5px;
    padding: 2px 10px;
    border-radius: 2px;
    line-height: 2em;

    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
}

.blue_message {
    background-color: #BCEEE6;
    box-shadow: inset 2px 0 0 0 #1ABCA1;
    -moz-box-shadow: inset 2px 0 0 0 #1ABCA1;
    -webkit-box-shadow: inset 2px 0 0 0 #1ABCA1;
    margin-top: 5px;
    padding: 15px 10px;
    border-radius: 2px;
    line-height: 2em;

    font-family: "Montserrat", Sans-serif;

    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    display: none;
}

.iti--separate-dial-code .iti__selected-flag{
    background:transparent;
}


.consent .form-check {
    display: flex;
    /* align-items: center; */
    gap: 15px;
}

.consent .form-check-label {
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
}

.reconnect_section {
    background-color: #000;
    padding: 15px 0 10px;
    /* height: 650px; */
}

.reconnect_section h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-align: center;
    padding-top: 16px;
    margin-bottom: 10px;
}

.reconnect_section p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.8;
    /* padding: 3px; */
}
.reconnect_section .p1{
    padding: 14px 0 0 10px;
}
.reconnect_section .p2{
    padding-left: 11px;
    padding-top: 10px;
}

.reconnect_section h2 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    /* margin-bottom: 10px; */
    padding: 5px ;
}


.reconnect_section .lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-top: 0px;
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    /* padding: 15px 30px 50px 30px; */
}


.reconnect_section .lists li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--montserrat-font);
    margin-bottom: 2px;
}

.reconnect_section .list-two li {
    font-weight: 500 !important;
    margin-bottom: 0px;
    margin-left: 24px;
}




footer {
    
    background-image: url(img/footer_bg-two.jpg);
    background-position: top;
    background-repeat: no-repeat !important;
    background-size: cover;
    object-fit:cover;
    
    padding: 20px 0px 0px 0px;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

footer a {
    text-decoration: none;
}

/*.footer_overlay {*/
/*    background-color: #111416 !important;*/
/*    z-index:2;*/
/*    opacity:1;*/
/*}*/

footer .container {
    max-width: 1090px;
    display: grid;
    grid-template-columns: 1.5fr 2.5fr 2.2fr;
    gap: 20px;
    padding-left: 30px;
    /* padding: 35px 0 0; */
    padding-top: 38px;
    padding-bottom: 0px;
}

footer .footer_logo {
    width: 170px;
}

footer .column-1 h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 1;
}

footer .addrres {
    color: #fff;
    line-height: 1;
    font-size: 12px;
}

footer .footer_title {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.second_third_column {
    display: flex;
    gap: 140px;
}

.second_third_column .column-2 {
    order: 1 !important;
}

.second_third_column .column-3 {
    order: 2 !important;
}

footer .column-2 a {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

footer .column-2 img {
    width: 15px;
    height: 15px;
}

footer .column-2 a span {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 0.775rem;
    line-height: 1.5em;
    margin-top: 0px;
    transition: all .3s ease;
}

footer .column-2 a:hover span {
    color: #CE9C5A;
}


footer .column-3 li {
    margin-bottom: 5px;
}

footer .column-3 a {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500 !important;
    line-height: 10px;
    letter-spacing: .3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}

footer .column-3 a:hover {
    color: #CE9C5A;
}
footer .column-4{
    margin-left: 80px;
}

footer .column-4 p {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

footer .column-4 p img {
    width: 15px;
}

footer .column-4 p a,
footer .column-4 p span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}


.copyright {
    background-color: #000;
    padding: 10px 0px 40px;
}

.copyright .container{
    max-width: 1060px;
}

.copyright .copyright_container .flex_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.copyright p {
    margin-bottom: 0;
    color: #fff;
    font-family: var(--roboto-font);
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    letter-spacing: 0;
}

.copyright ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

.copyright ul a {
    text-decoration: none;
    color: #fff;
    font-family: var(--roboto-font);
    font-size: 15px;
    font-weight: 600;
}


.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#000 !important;
}
footer .second_third_column li br{
    display:none !important;
}


/*@media screen and (min-width: 2048px) {*/
/*  .wrapper .logo {*/
/*        margin-left:-108px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:1450px){*/
/*    .wrapper .logo {*/
/*        margin-left:-28px;*/
/*    }*/
/*}*/

@media  (min-width: 1401px) and (max-width:1480px) {
    .wrapper .logo {
               margin-left:0px;
          }
          
          footer .container {
    grid-template-columns: 1.6fr 2.5fr 2.2fr;
}
.second_third_column {
    gap: 120px;
}
}


@media screen and (max-width:1450px){
    .wrapper .logo {
        margin-left:-28px !important;
        width:230px;
    }
}
@media screen and (max-width:1200px) {
    
    .wrapper .logo {
        width: 200px;
        margin-left:20px !important;
    }
    .nav-links li a {
        padding: 9px;
    }
    .reconnect_section{
        height: auto;
    }
    .container {
        max-width: 1140px;
    }

    footer .container {
        gap: 2px;
    }
    
}

@media screen and (max-width:1150px) {
    .wrapper .logo {
        width: 170px;
        margin-left:20px !important;
        margin-top:10px;
    }
    nav{
        padding-right: 0;
        height:92px;
        padding-top:9px;
    }
    .wrapper .nav-links{
        padding-right:0 !important;
    }
    .nav-links li .fa-chevron-down{
    margin-top:11px !important;
    font-size: 12px;
}
.nav-links li .mobile-item.active{
    color: #CE9C5A;
}
.nav-links li .mobile-item.active .fa-chevron-down{
    border-color: #CE9C5A;
}
    .nav-links li a{
        padding: 0 !important;
    }
    .nav-links .drop-menu li{
        padding: 10px;
    }
    .reconnect_section{
        padding: 100px 10px 100px 10px;
    }
    .container {
        max-width: 960px;
    }

    footer .container {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .second_third_column{
        gap: 60px;
    }
    .nav-links li i {
        float: right;
        border: 1px solid #000;
        line-height: 1;
        padding: 2px 10px;
        border-radius: 50px;
        margin-top: 15px;
    }
}

@media screen and (max-width:991px) {
    .wrapper .logo{
        width: 110px;
    }
    nav{
        height: 75px;
    }
    nav .menu-btn{
        margin-top: -20px;
        line-height: .8;
    }
    .main_wrapper .form_section .mb-3{
        margin-bottom: 20px;
    }
    .main_wrapper {
        height: auto;
        padding: 20px 0;
    }
    .main_wrapper .send_btn{
        max-width: 100%;
    }
    .main_wrapper .main-btn{
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .main_wrapper .main-btn a{
        color: #fff;
        text-decoration: none;
    }
    .main_wrapper .container-lab br{
        display: none;
    }
    .reconnect_section .list-two li{
        margin-left: 0;
    }

    .main_wrapper .grid_row {
        grid-template-columns: .8fr 1fr;
        gap: 20px;
    }
    .main_wrapper .text_content{
        padding-top: 0;
    }
    .main_wrapper .text_content {
        height: 250px;
    }

    
    .reconnect_section h3{
        text-align: left;
    }

    footer .container{
        grid-template-columns: .7fr 1fr 1fr;
    }
    footer .column-1 h6,
    footer .addrres {
        font-size: 12px;
    }
    footer .column-4{
        margin-left: 30px;
    }
    footer .column-4 p a,
    footer .column-4 p span {
        font-size: 12px;
    }
    .second_third_column{
        gap: 30px;
    }
    .copyright {
        padding: 8px 10px;
    }

    .copyright ul {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        row-gap:0px;
        column-gap: 25px;
    }

    .copyright p {
        font-size: 12px;
        margin-left: 0;
    }

    .copyright ul a {
        font-size: 14px;
    }

    .nav-links li a {
        font-size: 14px !important;
        padding: 0px;
        font-weight: 300 !important;
    }

    
}


@media screen and (max-width:600px) {
    .main_wrapper .grid_row {
        grid-template-columns: 1fr;
    }

    nav {
        height: 200px;
        
    }
    nav .menu-btn{
        margin-top: 15px;
    }
    nav .wrapper {
        justify-content: end;
        flex-wrap: wrap;
        align-items:flex-end;
        flex-direction:column;
        margin-left:-25px;
    }
    .wrapper .logo{
        height:auto;
    }
    .nav-links .drop-menu{
        max-width:100%;
    }
    .text_content ul li{
        font-size: 13px;
    }
    .text_content ul li br{
        display:none;
    }

    .wrapper .logo {
        width: 320px;
        margin-left:-30px !important;
    }
    
    .main_wrapper{
        padding:24px 0;
    }
    .main_wrapper .text_content{
        height:auto;
    }
    .main_wrapper .text_content h1{
        margin-top:-5px;
        margin-left:-2px;
        padding-left:0;
    }
    
    .text_content ul{
        margin-left:18px;
    }
    .main_wrapper .form_section{
        padding-left:10px;
        padding-right:10px;
    }
    .reconnect_section{
        padding: 16px 0px 40px 0px;
    }
    .reconnect_section .p1{
    padding: 14px 15px 0 0px;
}
    .reconnect_section h3 {
        font-size: 45px;
        text-align: center;
        line-height:1.3;
    }
    .reconnect_section h2{
        font-size: 43px;
    }
    .reconnect_section li{
        font-weight:400 !important;
        font-size:13px !important;
    }
    .reconnect_section .list-two li{
        font-weight:400 !important;
    }
    .reconnect_section .lists {
        grid-template-columns: 1fr;
        gap: 25px !important;
        padding: 20px 30px;
    }

    footer{
        padding: 30px 15px 60px 15px;
        background-image: url(img/footer_bg.jpg);
    background-position: center;
    background-repeat: no-repeat !important;
    background-size: cover;
    object-fit: cover;
    }
    footer .footer_logo{
        width:210px;
    }
    footer .container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 15px;
    }

    footer .column-4 {
        order: 1 !important;
        margin-left: 0;
    }

    footer .column-1 {
        order: 4 !important;
    }

    footer .second_third_column {
        order: 2 !important;
        display: flex;
        margin-top: 20px;
        justify-content: flex-end;
        flex-direction: row-reverse;
        gap:45px;
    }
    footer .column-3 a{
        font-size:12px;
    }
    footer .column-4 p{
        gap:20px;
    }
    footer .column-4 p a, footer .column-4 p span{
        font-weight:300;
    }
    .copyright{
        padding:12px 10px;
    }
    .copyright .copyright_container .flex_row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 40px;
    }

    .copyright ul {
        gap: 10px;
        padding-left: 0;
    }
    
    .copyright p{
        font-size:13px;
        font-weight:500;
    }
    footer .second_third_column a{
        font-weight:200 !important;
    }
    footer .second_third_column a br{
    display:block !important;
}
}


.iti{
    width: 100%;
}

.select2-container--default .select2-selection--single {
    font-size: 16px;
    font-weight: 400;

    border:  solid 1px #777771;
    background-color: #EDEDED;    
    color: #000000;
     border-radius: 0px;
    height: 38px;
    width: 100%;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 9px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7c7c7c;
    line-height: 40px;
    padding-left: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #0077b5;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    box-shadow: none !important;
    border-color: none !important;
}

.select2-dropdown {
    border: none !important;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    border: 1px solid #ec8024 !important;
    background-color: #E6E6E6;
}

.form-control:focus {
    color: #000000;
    background-color: #EDEDED;
    border-color: none;
    outline: 0;
    box-shadow: none;
}


/* checkbox */
.container-lab {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* font-family: var(--lato-font) !important; */
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #000 !important;
}
.container-lab a{
    font-size: 13px;
    color: #3770B9;
    transition: all .3s ease;
}
.container-lab a:hover{
    color: #777771;
}
.container-lab span {
    color: crimson;
}

/* Hide the browser's default checkbox */
.container-lab input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.container-lab:hover input~.checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container-lab input:checked~.checkmark {
    background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-lab input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-lab .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #17A8E3;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.modal{
    text-align: left;
}
.modal .modal-header{
    border: none;
    padding: 10px 20px;
}
.modal .modal-title{
    color: #198754;
}
.modal-header .btn-close{
    max-width: 5px !important;
    max-height: 5px !important;
    padding: 5px;
}
.modal-header .btn-close:focus{
    box-shadow: none;
}
.modal .modal-body{
    padding: 0px 15px 10px 15px;
}
.modal .modal-body h3{
    margin-bottom: 5px;
    color: #5cb85c;
    text-align: center;
}
.modal .modal-body p{
    margin-bottom: 0;
}
.modal .qr_img{
    width: 200px;
    height: 200px;
    margin: 20px auto;
}
.modal a{
    text-decoration: none;
}
.modal .share_btns{
    display: flex;
    /* justify-content: center; */
    gap: 10px;
}







.thankyou_wrapper{
    padding: 50px 0;
    font-family: var(--lato-font);
}

.thankyou_wrapper .grid_row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.thankyou_wrapper .box{
    border-radius: 30px;
    text-align: center;
}
.thankyou_wrapper .content{
    padding: 20px;
}
.thankyou_wrapper .content .check-img{
    margin-bottom: 24px;
    width: 70px;
    height: 70px;
    background: transparent;
}

.thankyou_wrapper h2{
    margin-bottom: 10px;
    color: #01A601;
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.thankyou_wrapper p{
    margin-bottom: 10px;
    color: #838383;
    font-size: 20px;
    font-family: var(--lato-font);
    font-weight: 500;
    line-height: 1.2;
}

.thankyou_wrapper h6{
    font-size: 20px;
    color: #333333;
    margin-bottom: 40px;
}

.thankyou_wrapper .qr_img{
    width: 180px;
    height: 180px;
    margin: 24px auto;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 43px;
}

.thankyou_wrapper .share_btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.thankyou_wrapper .share_btns p{
    margin-bottom: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size:16px;
}

.thankyou_wrapper .share_btns .linkedin{
    color: #0077b5 ;
    text-decoration: none;
}
.thankyou_wrapper .share_btns .facebook{
    color: #1877F2 ;
    text-decoration: none;
}


.thankyou_wrapper .share_btns .whatsapp{
    color: #25D366 ;
    text-decoration: none;
}

@media screen and (max-width:600px){
    .thankyou_wrapper p,
    .thankyou_wrapper h6{
        font-size: 16px;
    }
    .thankyou_wrapper h6{
        margin-bottom: 35px;
    }

    .thankyou_wrapper h2{
        font-size: 22px;
    }
    .thankyou_wrapper .content{
        padding: 5px;
    }
    .thankyou_wrapper .share_btns p{
        font-size: 10px;
    }
    .thankyou_wrapper .share_btns{
        gap:5px;
    }
    .thankyou_wrapper p br{
        display:none;
    }
    .thankyou_wrapper p span{
        font-size:14px;
    }
}



