body {
    font-family: 'Montserrat', sans-serif;
    color: #3581c1;
}

.label-mobile {
    display: none !important;
}

/* start of header styles */

.pagetitle {
    text-align: center;
    color: #262F53;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.header {
    position: fixed;
    top: 0px;
    z-index: 90;
    width: 100%;
    background-color: white;
    scroll-behavior: smooth;
    padding: 20px 0px;
}


  .hero-mobile-faq {
        display: block !important;
        margin-left: auto;
        width: 50%; 
        margin-right: auto;
    }

    .hero-mobile-faq img {
        width: 100%;
        height: 100%; 
    }
.navbar-brand img {
    width: 200px;
}

.navbar {
    padding: .5rem 0rem;
}

.nav-item a {
    color: #8D91A6 !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.nav-item a:hover {
    color: #19A389 !important;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}

.scrolled {
    background-color: #ffffff;
    opacity: 1;
    top: 0;
    transition: 0.5s;
}

:target::before {
    content: "";
    display: block;
    height: 60px;
    /* fixed header height*/
    margin: -60px 0 0;
    /* negative fixed header height */
}

.header .account_btn_box {
    width: 213px;
    height: 42px;
    background-color: #F2F4F6;
    position: relative;
    margin-top: -52px;
    margin-left: 25px;
    border-radius: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
}

.header .first_btn_acc {
    width: 100%;
    height: 100%;
    background-color: #F2F4F6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.2s;
    border-radius: 50px;
    opacity: 0;
}

.header .first_btn_acc p {
    margin-top: 10px !important;
    text-align: center;
    color: #3581C1;
    font-size: 14px;
}

.header .account_btn_box .second_btn_acc {
    text-align: center;
    position: relative;
    top: 25%;
    width: 213px;
    color: #3581C1;
    background-color: #F2F4F6;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    font-size: 14px;
}

.header .account_btn_box .second_btn_acc p {
    margin-top: 12px !important;
    text-align: center;
    color: #3581C1;
    font-size: 14px;
    font-weight: 600;
}

.header .first_btn_acc .personal {
    color: #3581C1 !important;
    text-decoration: none;
}

.header .first_btn_acc .busi {
    color: #3581C1 !important;
    text-decoration: none;
}

.header .first_btn_acc .personal:hover {
    color: #19A389 !important;
    text-decoration: none;
}

.header .first_btn_acc .busi:hover {
    color: #19A389 !important;
    text-decoration: none;
}

.header .account_btn_box:hover .first_btn_acc {
    display: block;
    cursor: pointer;
    opacity: 1;
}

.header .account_btn_mobile {
    display: none !important;
}

.bg-banner {
    position: absolute;
    display: flex;
    top: 124px !important;
    z-index: 1;
    width: 100%;
}

.img-box-left {
    width: 100%;
    height: 100%;
}

.img-box-right {
    width: 100%;
    height: 100%;
}

.img-box-left img {
    width: 100%;
    height: 100%;
}

.img-box-right img {
    width: 100%;
    height: 100%;
}


/* End of header styles */


/* ********************************************************************************************** */

#form-search {
    margin-top: 30px !important;
    margin-bottom: 30px;
}


.body-faq {
    margin-top: 150px;
    position: relative;
    z-index: 2;
}

.text-faq-title {
    font-size: 24px;

    font-weight: 600;
    font-size: 36px;
    color: #262F53;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 80px;
    text-align: center;
}

.input-search {
    border-color: #3581c1;
}

.input-search:focus {
    box-shadow: 0 0 0 0.2rem rgb(53 129 193 / 50%);
}

.btn-border-style {
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}

.btn-search {
    background-color: #ffffff;
    background: linear-gradient(90deg, #ffffff -10%, #22a78e 25%);
    border-color: #22a78e;
    color: #ffffff;
}

.btn-search:hover {
    background-color: #ffffff;
    background: linear-gradient(90deg, #ffffff -20%, #108c74 25%);
    color: #ffffff;
}

.btn-search:focus {
    box-shadow: 0 0 0 0.2rem rgb(34 167 142 / 50%);
}

#currency-n-payments {
    border-color: #3581c1;
    background-color: #ffffff;
    color: #3581c1;
}

#currency-n-payments:hover,
#currency-n-payments.active {
    background-color: #ffffff;
    background: linear-gradient(90deg, #ffffff -10%, #3581c1 25%);
    color: #ffffff;
}

#currency-n-payments:focus {
    box-shadow: 0 0 0 0.2rem rgb(53 129 193 / 50%);
}

#tech-n-marketing {
    border-color: #22a78e;
    background-color: #ffffff;
    color: #22a78e;
}

#tech-n-marketing:hover,
#tech-n-marketing.active {
    background-color: #ffffff;
    background: linear-gradient(90deg, #ffffff -10%, #22a78e 25%);
    color: #ffffff;
}

#tech-n-marketing:focus {
    box-shadow: 0 0 0 0.2rem rgb(34 167 142 / 50%);
}

#business-support {
    border-color: #fb6240;
    background-color: #ffffff;
    color: #fb6240;
}

#business-support:hover,
#business-support.active {
    background-color: #ffffff;
    background: linear-gradient(90deg, #ffffff -10%, #fb6240 25%);
    color: #ffffff;
}

#business-support:focus {
    box-shadow: 0 0 0 0.2rem rgb(251 98 64 / 50%);
}

.left-side-lable {
    color: #22a78e;
    font-weight: 500;
}

.accordion .card {
    border: 0;
    border-radius: 8px;
}

.accordion .card .card-header {
    background-color: unset;
    padding: 10px 10px;
    border: 0;

}

.accordion .card.open {
    background-color: #F2F4F6;
}

.accordion .card .card-header h2 button {
    color: #3581c1;
    font-weight: 500 !important;
}

.btn-get-in-touch {
    border-color: #fb6240;
    background-color: #ffffff;
    color: #fb6240;
}

.btn-get-in-touch:hover {
    background-color: #ffffff;
    background: linear-gradient(90deg, #ffffff -10%, #fb6240 25%);
    color: #ffffff;
}

.btn-get-in-touch:focus {
    box-shadow: 0 0 0 0.2rem rgb(251 98 64 / 50%);
}

.img-faq-person {}

.text-need-more-help {
    color: #3581c1;
    font-weight: 500;
}

/*FAQ STYLES STARTS*/
/*FAQ STYLES STARTS*/




.faq-content button[data-toggle="modal"],
.faq-models-container button[data-toggle="modal"],
section.body-faq .card-body button[data-toggle="modal"] {
    border-color: #3581c1;
    background-color: #ffffff;
    color: #3581c1;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 6px 24px;
    border-width: 1px;
}

.faq-content button[data-toggle="modal"]:hover,
section.body-faq .card-body button[data-toggle="modal"]:hover {
    background-image: linear-gradient(90deg, #ffffff -10%, #3581c1 25%);
    color: #fff
}

.faq-content button[data-toggle="modal"] br,
.faq-models-container button[data-toggle="modal"] br,
section.body-faq .card-body button[data-toggle="modal"] br {
    display: none
}



/*

.faq-content   .modal{
   z-index: 1500;
}
.faq-content iframe,
.faq-models-container iframe {
    width: 100%;
    background-color: #000;
    height: 600px;
}


.faq-content .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    position: relative;
    z-index: 400!important;
    background-color: #9b5252 !important;
    background-color: greenyellow !important;
    height: 100%;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.modal-backdrop{
    display: none
}
*/

.modal-backdrop {
    display: none
}

.modal-dialog {
    max-width: 100% !important;
    background-color: transparent !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-content {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, .2);
}

.modal-header {
    border-bottom: none;
    position: relative;
    top: 81px !important;
}



.modal-header .close {
    color: red !important;
    font-size: 60px;
    position: inherit;
    position: relative;
    z-index: 5;
}

.modal-header .close span {
    color: red !important;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    position: relative;
    z-index: 400 !important;
    background-color: white !important;
    height: 100%;
}

.modal-open {
    overflow: hidden;
    position: relative;
    z-index: 10 !important;
}

.modal-content {
    position: relative;
    z-index: 500 !important;
    z-index: 500 !important;
}

.modal-body > iframe {
    width: 100%;
    height: 440px;
    height: 540px;
}

.player {
    background-color: #000
}

/*FAQ STYLES ENDS*/
/*FAQ STYLES ENDS*/

/* start styles of footer section  */

.footer {
    padding: 50px 0px;
    background: linear-gradient(0deg, rgba(242, 244, 246, 0) 0%, #F2F4F6 87.5%);
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.footer-bg {

    position: absolute;


    z-index: -1;
    left: 0%;
    top: 0px;
    height: 100%;
    width: 100%;

}

.footer-bg img {
    height: 100%;

}

.footer .top-footer {
    display: flex;
    width: 100%;
}

.footer .top-footer .logo-box {
    width: 200px;
    height: 100%;
    margin-right: auto;
}

.footer .top-footer .logo-box img {
    width: 100%;
    height: 100%;
}

.footer .top-footer.social-box {
    width: 100%;

    float: right;
}

.footer .top-footer .social-box img {
    width: 30px;
}

.footer .footer-content {
    margin-top: 50px;
}

.footer .footer-content h2 {

    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer .footer-content a {

    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 10px;
}

.footer .footer-content .one {
    display: grid;
}

.footer .footer-content .two {
    display: grid;
}


.footer .footer-content .three {
    display: grid;
}

.footer .footer-content .account_btn_box {
    width: 213px;
    height: 42px;
    background-color: #F2F4F6;
    position: relative;
    margin-top: -52px;
    margin-left: 25px;
    border-radius: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 15px;
}

.footer .footer-content .first_btn_acc {
    width: 100%;
    height: 100%;
    background-color: #F2F4F6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.2s;
    border-radius: 50px;
    opacity: 0;
}

.footer .footer-content .first_btn_acc p {
    margin-top: 10px !important;
    text-align: center;
    color: #3581C1;
    font-size: 14px;
}

.footer .footer-content .account_btn_box .second_btn_acc {
    text-align: center;
    position: relative;
    top: 25%;
    width: 213px;
    color: #3581C1;
    background-color: #F2F4F6;
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    font-size: 14px;
}

.footer .footer-content .account_btn_box .second_btn_acc p {
    margin-top: 12px !important;
    text-align: center;
    color: #3581C1;
    font-size: 14px;
    font-weight: 600;
}

.footer .footer-content .first_btn_acc .personal {
    color: #3581C1 !important;
    text-decoration: none;
}

.footer .footer-content .first_btn_acc .busi {
    color: #3581C1 !important;
    text-decoration: none;
}

.footer .footer-content .first_btn_acc .personal:hover {
    color: #19A389 !important;
    text-decoration: none;
}

.footer .footer-content .first_btn_acc .busi:hover {
    color: #19A389 !important;
    text-decoration: none;
}

.footer .footer-content .account_btn_box:hover .first_btn_acc {
    display: block;
    cursor: pointer;
    opacity: 1;
}

.footer .footer-content .account_btn_mobile {
    display: none !important;
}

.footer .footer-content .four a {

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.footer .footer-content .four .login-footrt {
    color: #3581C1;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    margin-left: 80px;
    margin-top: 20px;
}

.footer .footer-content .four .login-footrt:hover {
    color: #19A389;
}

.footer .footer-bottom {
    text-align: center;
    margin-top: 40px;
}

.footer .footer-bottom p {
    color: #3581C1;
    font-weight: 600;
    font-size: 12px;
}

.footer .footer-bottom a {
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}




/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    /**/
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    /**/
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    /**/
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
    /**/
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
    /**/
}

 
/* media queries  */

@media only screen and (min-width:768px) { 
    .hero-mobile-faq {
        display: none !important;
    }
         
}
 
@media only screen and (min-width:780px) and (max-width: 1250px) { 
    
    .tablists button{
        font-size: 12px;
        width: 100%;
     }      
}
 

@media only screen and (max-width:1199px) {
    .header .account_btn_box {
        display: none;
    }

    .text-faq-title {
        font-size: 22px;
        margin-bottom: 35px;
    }

    .hero-img-faq img {
        width: 100%;
        height: 100%;
    }

    .header .account_btn_mobile {
        display: block !important;
        background-color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 600;
        width: 26%;
        border-radius: 50px;
        margin-left: auto;
        margin-right: auto;
        height: 45px;

        color: #3581C1 !important;
        padding-top: 11px;
        margin-top: 10px;
    }

    .banner .right .img-box {
        width: 34%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .banner .left {
        margin-top: 60px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .banner .btn_box {
        float: none;
        margin-right: auto;
        margin-top: 0px;
        position: absolute;
        top: 0px;
        display: flex;
        margin-left: auto;
        left: auto;
    }

    .banner_left_main_second p {
        font-size: 14px;
        width: 100%;
        color: rgba(38, 47, 83, 0.7);
        font-weight: 500;
    }


    .banner {
        margin-top: 78px;
        padding: 50px 0px 0px 0px;
    }

    .bg_whydynamico {
        width: 100%;
        position: absolute;
        z-index: 1;
        text-align: center;
        top: 70px;
    }

    .service .left .bg-traingle-customer {
        position: absolute;
        z-index: 1;
        z-index: -1;
        left: auto;
        right: 0%;
        top: -26px;


    }

    .service .left {
        padding: 0px 20px 0px 0px;
        position: relative;
        z-index: 4;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .service .right {
        padding: 60px 0px 0px 20px;
        position: relative;
        z-index: 2;

    }

    .service .right h1 {
        text-align: center;
    }

    .service .right h2 {
        text-align: center;
    }

    .footer-bg {
        position: absolute;
        z-index: -1;
        left: 0%;
        top: 68px;
        height: 100%;
        width: 20%;
    }

    .footer-bg img {
        height: 47%;
    }

    .footer .top-footer {
        display: grid;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .top-footer .logo-box {
        width: 200px;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .footer .footer-content h2 {

        text-align: center;
    }

    .footer .footer-content a {

        text-align: center;
    }

    .footer .footer-content .two {
        margin-bottom: 30px;
    }

    .footer .footer-content .three {
        margin-bottom: 30px;
    }

    .footer .footer-content .one {
        margin-bottom: 30px;
    }

    .footer .footer-content .four {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .footer-content .four .login-footrt {

        margin-left: 0px;

    }

    .footer .footer-content .account_btn_box {
        margin-left: auto;
        margin-right: auto;

    }

    .navbar-nav {
        text-align: center;
        background-color: #f5f7f8;
        border-radius: 15px;
        padding: 20px 0px;
    }

    .header .account_btn_box {
        margin-left: auto;
        margin-right: auto;

    }

    .footer .footer-content .account_btn_box {
        display: none;
    }

    .footer .footer-content .account_btn_mobile {
        display: block !important;
        background-color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 600;
        width: 26%;
        border-radius: 50px;
        margin-left: auto;
        margin-right: auto;
        height: 45px;

        color: #3581C1 !important;
        padding-top: 11px;
        margin-top: 10px;
    }

    .footer .footer-content .four a {
        color: #3581C1;
    }

    .footer .footer-content .four a:hover {
        color: #19A389;
    }
 
    .faq-models-container iframe {

        height: 440px;
    }
 
}

@media only screen and (max-width:991px) {

    .body-faq.container{
        max-width: 834px;
        
    }
/*
    .pl-3 {
        display: block;
    }
*/

    .banner .right .img-box {
        width: 49%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-bg {
        display: none;
    }

    .footer .footer-content .account_btn_mobile {
        width: 35%;
    }

    .header .account_btn_mobile {
        width: 35%;
    }

/*
    .btn-search {
        margin-top: 20px;
    }
*/

    #business-support {

        margin-top: 10px;
/*        width: 200px;*/
        margin-left: auto;
        margin-right: auto;
    }

    #currency-n-payments {
        margin-top: 10px;
/*        width: 200px;*/
        margin-left: auto;
        margin-right: auto;
    }

    #tech-n-marketing {

        margin-top: 10px;
/*        width: 200px;*/
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .faq-models-container iframe {
        height: 270px;
    }
}

@media only screen and (max-width:810px) {

}

@media only screen and (max-width:767px) {

    .hero-desktop-faq {
        display: none;
    }
    .dynamico_features .item-box {
        margin-bottom: 50px;
    }

    .dynamico_features .nav-pills {
        margin-bottom: 80px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
        display: block;
        white-space: nowrap;
        max-width: 276px !important;
    }

    .cur-item .nav-link {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .tech-item .nav-link {
        margin-right: 0px;
        margin-bottom: 15px;
    }


    .btn-playvid {
        padding: 8px 13px;
        background-color: #775683;
        color: white;
        font-weight: 600;
        border: solid 2px #775683;
        border-top-left-radius: 15px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 15px;
        font-weight: 600;
        font-size: 12px;
        position: absolute;
        top: 173px;
        left: 161px;
    }

    .banner .right .img-box {
        width: 65%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .header .account_btn_mobile {
        width: 45%;
    }

    .footer .footer-content .account_btn_mobile {


        width: 45%;
    }







}

@media only screen and (max-width:507px) {
    .mask-desktop {
        display: none;
    }

    .banner .right .img-box {
        width: 100% !important;

    }

    .header__background {
        position: absolute;
        top: 8% !important;
        left: -81% !important;
        width: 247% !important;
    }

    .loop-vid {
        position: relative;
        display: flex;

        background: #000;
        overflow: hidden;
        overflow: hidden;
        -webkit-clip-path: url(#mask1);
        clip-path: url(#mask1);
    }

    .mask-350 {
        display: block !important;
    }

    .commitments .right .img-box {
        width: 100%;
        height: 100%;
        margin-top: -20px;
    }

    .banner .right .img-box {
        width: 68%;
    }

    .btn-playvid {

        top: 173px;
        left: 146px;
    }

    .faq-models-container iframe {
        height: 270px;
    }


}

@media only screen and (max-width:490px) {
    .carousel-control-prev {
        left: 0px !important;
    }

    .btn-playvid {
        top: 164px;
        left: 140px;
    }

    .dynamico_features {
        position: relative;
        padding-top: 107px;
    }

}

@media only screen and (max-width:461px) {

    .banner .right .img-box {
        width: 79%;
    }

    .pl-3,
    .px-3 {
        padding-left: 1rem !important;
        padding-right: 1rem;
    }

}




@media only screen and (max-width:415px) {
    .banner .right .img-box {
        width: 79%;
    }

    .banner_left_main_second p {
        font-size: 13px;
        width: 100%;
    }
}

@media only screen and (max-width:414px) {

    .faq-models-container iframe {
        height: 190px;
    }

    #headerPopup {
        width: 100%;
        margin: 0 auto;
        height: 227px;
    }

    .footer .footer-content .account_btn_mobile {

        width: 65%;
    }

    .header .account_btn_mobile {
        width: 65%;
    }

    .banner .left h1 {
        color: #3581C1;
        font-size: 33PX;
    }

    .banner .left h2 {
        color: #19A389;
        font-size: 33PX;
    }

    .banner .left {

        margin-top: 34px;
    }

    .bg_whydynamico {
        width: 100%;
        position: absolute;
        z-index: 1;
        text-align: center;
        top: 105px;
    }

    .bg_whydynamico .img-box {
        width: 322px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .service .nav-item a {
        font-size: 14px;
        padding: 9px 7px;
        text-align: left;
    }

    .service .nav-item {
        padding-left: 15px !important;
        padding-right: 0px !important;
    }

    .service .right {
        padding: 29px 0px 0px 20px;
    }


}

@media only screen and (max-width:399px) {
    .banner .right .img-box {
        width: 82%;
    }

    .dynamico_features {
        position: relative;
        padding-top: 130px;
    }

    .header__background {
        position: absolute;
        top: 10% !important;
        left: -81% !important;
        width: 260% !important;
    }
}
