body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #1D252C;
    font-size: 1.11vw;
}
.contained_button {
    background: #F7CD2B;
    border-color: #F7CD2B;
    color: #1D252C;
}

    .contained_button:hover {
        background: #FFD843;
        border-color: #FFD843;
        color: #1D252C;
    }

    .contained_button:focus,
    .contained_button:active {
        background: #FFD843 !important;
        border-color: #FFD843 !important;
    }

.bluetext_button {
    background: #1277d9;
    border-color: #1277d9;
    color: #ffffff;
}

    .bluetext_button:hover {
        background: #08345E;
        border-color: #08345E;
        color: #ffffff;
    }

.navbar {
    padding: 2.215vw 5.56vw;
    background-color: #00000085;
}
.logo{
    width: 15vw;
}
.navbar-nav li a{
    text-decoration: none;
    padding: 1vw 1.7vw;
    font-weight: 500;
}
.primary-btn{
    background: #F7CD2B;
    color: #1D252C;
    text-align: center;
    padding: 0.79vw 2.78vw !important;
    font-size: 1.11vw;
    font-weight: 600;
    border-radius: 0.28vw;
    border: unset;
    box-shadow: unset;
    border-color: #F7CD2B;
    min-width: 8.33vw;
    text-decoration: none;
}
.secondary-btn{
    background: transparent;
    color: #FFF;
    text-align: center;
    padding: 0.79vw 2.78vw !important;
    font-size: 1.11vw;
    font-weight: 600;
    border-radius: 0.28vw;
    border: 1px solid;
    box-shadow: unset;
    border-color: #F7CD2B;
    min-width: 8.33vw;
}
.header-login-btn{
    margin-right: 1.88vw;
    margin-left: 0.23vw;
}
.primary-btn:hover, .secondary-btn:hover{
    background: #FFD843;
    color: #1D252C;
    border-color: #FFD843;
}
.banner-section{
    background-image: url('../../../XBP/images/banner-bg.png');
    position: relative;
    width: 100%;
    top: 0;
    height: 100vh;
    padding-top: 7vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-section::after{
    content: "";
    position: absolute;
    background: linear-gradient(9.2deg, #1D252C 10.6%, rgba(29, 37, 44, 0) 95.39%);
    height: 100%;
    width: 100%;
    bottom: 0;
}
.banner-text-container{
    position: relative;
    z-index: 1;
    height: 83vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p{
    font-size: 1.11vw;
}
.banner-heading{
    color: #fff;
}
.banner-section p{
    margin-top: 2vw;
    margin-bottom: 0px;
}
.overview-section{
    background: linear-gradient(358.1deg, #0043FF -28.46%, #1D252C 44.78%);
    display: flex;
}
.left-col-text-box{
    width: 40%;
    padding-top: 5.99vw;
}
.right-col-img{
    width: 60%;
    padding-left: 4vw;
}
.right-col-img img{ 
    width: 90%;
}
.left-col-img{
    width: 50%;
    padding-right: 0;
}
.left-col-img img{ 
    width: 95%;
    margin-top: 1.5vw;
}
.integration-sectiion-img img{
    width: 80%;
}
.integration-sectiion{
    background: url('../../images/integration-bg.png');
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.white-bg{
    background: #fff;
}
.yellow-gradient-text{
    background: linear-gradient(90deg, #FFFFFF 0%, #F7CD2B 17%);
    background-clip: text;
    color: transparent;
}
.blue-gradient-text{
    background: linear-gradient(90deg, #0B3091 0%, #0043FF 17%);
                
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.timeline {
    position: relative;
    padding-left: 3.17vw;
    margin-top: 2.78vw;
  }

  .timeline::before {
    content: "";
    position: absolute;
    left: 4.42vw;
    top: 0;
    bottom: 0;
    width: 0.07vw;
    border: 0.07vw dashed #AEA8A8;
    height: 98%;
  }
  .timeline-step {
    position: relative;
    margin-bottom: 1.5vw;
  }
  .timeline-step .circle {
    position: absolute;
    left: -0.35vw;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    background-color: #fff;
    border: 0.07vw dashed #AEA8A8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .timeline-step.active .circle {
    background-color: #fbd84c;
    border: none;
  }
  .timeline-step .step-title {
    font-weight: 500;
  }
  .timeline-step.active .step-title {
    color: #0043FF;
    font-weight: 500;
  }
  .step-text-box{
    margin-left: 4.51vw;
  }
  .timeline-col-text-box{
    width: 50%;
  }
.contact-section{
    position: relative;
    background-image: url('../../images/contact-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.contact-row{
    position: relative;
    z-index: 1;
}
p a{
    text-decoration: none;
}
.address-icon img{
    width: 1.88vw;
}
.contact-section::after{
    content: "";
    background: linear-gradient(178.33deg, #FFFFFF -0.27%, rgba(255, 255, 255, 0) 87.28%);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}  
.address-box{
    background-color: #1D252C;
    color: #fff;
    padding: 1.1vw;
    border-radius: .29vw;
    display: flex;
    gap: 1.1vw;
}
.form-row{
    display: flex;
    flex-direction: column;
    gap: .5vw;
}
.contact-form-label{
    font-size: 1vw;
    font-weight: 500;
}
.contact-form-control{
    border: 1px solid #D5D7DB;
    border-radius: 4px;
    padding: 7px 10px;
    padding: .43vw .8vw;
    color: #1D252C;
    background-color: #FFF;
    min-height: 2.813vw;
}
.asteriks {
    color: #EB0000;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
textarea{
    resize: none;
}
.contact-form-wrapper{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 7.27px 7.27px 58.19px 0px #00000040;
    padding: 24px;
}
.input-wrapper{
    position: relative;
}
.input-wrapper .error-message{
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    white-space: nowrap;
    color: #EB0000;
}
.form-control.is-invalid, .was-validated .form-control:invalid{
    background-image: none;
}
.textarea-error.input-wrapper .error-message{
    top: 17%;
}
footer{
    background-color: #1D252C;
    color: #fff;
    padding: 2.36vw 5.56vw 2.36vw 5.56vw;
}
footer a{
    text-decoration: none;
}
.social-media-icon{
    display: flex;
    gap: 1.1vw;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.gmap_canvas{
    border-radius: 0.28vw;
    overflow: hidden;
    min-height: 20.83vw;
}
.gmap_canvas iframe{
    width: 100%;
    height: 20.83vw;
    border: 1px solid #1D252C;
    border-radius: 0.28vw;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.yellow-text{
    color: #F7CD2B;
}
.section-sub-heading{
    margin-bottom: 1.88vw;
}
.text-white{
    color: #fff;
}
.text-bold{
    font-weight: 500;
}
.text-semibold{
    font-weight: 400 !important;
}
/************ Common Style **************/
h1{
    font-size: 3.89vw;
}
h2{
    font-size: 2.78vw;
}
h3{
    font-size: 1.53vw;
}
.text14{
    font-size: 0.97vw;
}
.text16{
    font-size: 1.11vw;
}
.text18{
    font-size: 1.25vw;
}
.text20{
    font-size: 1.39vw;
}
.text22{
    font-size: 1.53vw;
}
.text24{
    font-size: 1.67vw;
}
.section-space{
    padding: 3.15vw 5.56vw;
}
.mb16{
    margin-bottom: 1.1vw;
}
.mb20{
    margin-bottom: 1.5vw;
}
.mb24{
    margin-bottom: 1.88vw;
}
.mt24{
    margin-top: 1.88vw;
}
.pl44{
    padding-left: 3.06vw;
}
.pr44{
    padding-right: 3.06vw;
}
/************ Common Style **************/


@media(max-width: 1024px){
    .banner-section{
        height: 60vh;
        padding-top: 0px;
    }
    .banner-text-container{
        height: 60vh;
    }
}
@media(max-width: 991px){
    body{
        font-size: 16px;
    }
    p{
        font-size: 16px;
    }
    h1{
        font-size: 34px;
    }
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 1.53vw;
    }
    .text14{
        font-size: 14px;
    }
    .text16{
        font-size: 16px;
    }
    .text18{
        font-size: 18px;
    }
    .text20{
        font-size: 20px;
    }
    .text22{
        font-size: 22px;
    }
    .text24{
        font-size: 24px;
    }
    .section-space{
        padding: 5% 5.56vw;
    }
    .mb16{
        margin-bottom: 16px;
    }
    .mb24{
        margin-bottom: 24px;
    }
    .mt24{
        margin-top: 24px;
    }
    .pl44{
        padding-left: 44px;
    }
    .pr44{
        padding-right: 44px;
    }
    .overview-section{
        flex-direction: column-reverse;
    }
    .left-col-text-box {
        width: 90%;
        padding-top: 32px;
    }
    .right-col-img {
        width: 100%;
        padding-left: 4vw;
    }
    .timeline-row{
        flex-direction: column;
    }
    .left-col-img {
        width: 100%;
        padding-right: 0;
    }
    .timeline-col-text-box {
        width: 100%;
        margin-top: 32px;
    }
    .navbar-nav li a{
        padding: 8px 12px !important;
        margin: 0px 0px 6px 0px  !important;
        display: flex;
    }
    .header-login-btn{
        margin: 17px 0 18px 0 !important;
    }
    .section-sub-heading {
        margin-bottom: 24px;
    }   
    .contact-row{
        display: flex;
        flex-direction: column;
    } 
    .contact-row .pl44{
        padding-left: 0;
        padding-right: 0;
    }
    .contact-row .pr44{
        padding-left: 0;
        padding-right: 0;
    }
    .contact-row .col-md-6{
        width: 100%;
    }
    .gmap_canvas iframe, .gmap_canvas {
        width: 100%;
        height: 300px;
        border-radius: 4px;
    }
    .contact-form-label{
        font-size: 14px;
    }
    .primary-btn, .secondary-btn{
        padding: 8px 24px !important;
        font-size: 16px;
        border-radius: 4px;
    }
    .navbar-nav li a.secondary-btn{
        margin-bottom: 18px !important;
    }
    .navbar{
        padding: 10px 5.56vw;
    }
    .logo {
        width: 250px;
    }
    #process .section-sub-heading+p{
        padding-left: 24px;
    }
    .timeline-step .circle{
        height: 40px;
        width: 40px;
    }
    .step-text-box {
        margin-left: 72px;
    }
    .timeline::before{
        left: 40px;
    } 
    .address-box {
        padding: 16px;
        border-radius: 4px;
        gap: 18px;
    }
    .link-col{
        width: 100%;
        justify-content: center
    }
    .copy-right-col{
        width: 100%;
        margin-top: 65px;
        margin-bottom: -22px;
    }
    .social-media-col{
        width: 100%;
        justify-content: center;
        position: relative;
        top: -42px;
    }
    .social-media-icon{
        justify-content: center;
        gap: 24px;
    }
    footer{
        font-size: 14px;
    }
    .navbar {
        background-color: #1D252C;
    }
    .navbar-toggler{
        padding: .25rem 0rem;
    }
    .address-icon img{
        width: 24px;
    }
    .contact-form-control{
        border: 1px solid #D5D7DB;
        border-radius: 4px;
        padding: 7px 10px;
        min-height: 36px;
    }
}
@media(max-width: 480px){
    .reverse-col{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
    }
    .integration-sectiion-img{
        text-align: center;
    }
    .left-col-text-box {
        width: 90%;
    }
    .timeline::before{
        left: 32px;
    } 
    .section-space {
        padding: 32px 5.56vw;
    }  
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    opacity: 1;
    filter: invert(1);
    font-size: 32px;
}
/*---------Scroll Top css-------*/
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99;
    background-color: #52c3f0;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .scroll-top i {
        font-size: 24px;
        color: #ffffff;
        line-height: 0;
    }

    .scroll-top:hover {
        background-color: rgba(0, 0, 92, 0.8);
        color: #ffffff;
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
        bottom: 15px;
    }
    /*------------scroll end------------------*/
    /*--Cookies div css--------*/
.fixedClr {
    background-color: rgba(40, 58, 90, 0.9);
}
.cookies_part, .cookies_part_confirmed {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    display: none;
    z-index: 99;
}

    .cookies_part a {
        color: #30c0c4;
    }

    .cookies_part .btnset {
        margin-top: 8px;
    }

    .cookies_part_confirmed .btnset {
        margin-top: -5px;
    }

    .cookies_part .cookie_txt, .cookies_part_confirmed .cookie_txt {
        color: #fff;
        margin: 10px 0;
        font-size: 14px;
    }

    .cookies_part_confirmed .cookie_txt {
        text-align: right;
    }
@media(max-width:991px) {
    .why-us-img img,
    .integration-img img,
    #about img {
        width: 77%;
        max-width: 300px;
    }

    .cookies_part_confirmed .cookie_txt {
        text-align: center;
    }

    .cookies_part .btnset, .cookies_part_confirmed .btnset {
        margin-bottom: 10px !important;
    }
}

@media(max-width:991px) {
    .cookies_part .btnset, .cookies_part_confirmed .btnset {
        display: table;
        margin: 0 auto;
    }
}

@media(min-width:991px) and (max-width:1199px) {
    .cookies_part .btnset {
        margin-top: 18px;
    }

    .cookies_part_confirmed .btnset {
        margin-top: 8px;
    }
}

.cookies_part .btn-beats-cookies, .cookies_part_confirmed .btn-beats-cookies {
    margin: 5px 5px 0 5px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #52c3f0), color-stop(1, #0dcaf0) );
    background: -moz-linear-gradient( center top, #52c3f0 5%, #0dcaf0 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #52c3f0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    padding: 6px 20px;
}
#termsmodal .modal-dialog,
#privacymodal .modal-dialog,
#cookiesModal .modal-dialog {
    max-width: 700px !important;
}
span#homebtn {
    position: absolute;
    top: 10px;
    left: 20px;
    cursor: pointer;
    font-size: 20px;
    color: #1277D9;
    opacity: 0.5;
    z-index: 333;
}