﻿@charset "utf-8";

/* CSS Document */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}

body {
    font-family: "Work Sans", sans-serif !important;
    font-size: 14px;
}

.visa-font {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}

.visa-sprite {
    background: url(../images/visa-sprite.png) no-repeat;
}

.how-apply {
    margin-bottom: 50px;
    font-size: 32px;
}

.new-visa {
    background: url(../images/apply-now.png) no-repeat;
    width: 70px;
    height: 70px;
}

.new-visa1 {
    background: url(../images/share-documents.png) no-repeat;
    width: 70px;
    height: 70px;
}

.new-visa2 {
    background: url(../images/pay-online.png) no-repeat;
    width: 70px;
    height: 70px;
}

.new-visa3 {
    background: url(../images/visa.png) no-repeat;
    width: 70px;
    height: 70px;
}

.center_align_cus {
    display: flex;
    justify-content: center;
}

.akb-pdng {
    padding: 20px 0 !important;
}

.akb-mrg-btm {
    margin-bottom: 0 !important;
}

.akb-relative {
    position: relative;
}

.akb-bg-none {
    background: none;
}

.akb-pdg-none {
    padding: 0 !important;
}

.akb-pdg-top-none {
    padding-top: 0 !important;
}

.akb-pdg-left-none {
    padding-left: 0 !important;
}

.akb-mrg-none {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.akb-round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*Button Style*/
.akb-btn {
    background: #406cb5;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 25px;
    background: linear-gradient(225.06deg, #3d7bd8 0%, #445e93 100%);
    box-shadow: 0 2px 4px 0 #c4d5f6;
    height: auto !important;
    padding: 6px 30px !important;
    line-height: 39px !important;
}

.akb-btn-sec {
    border: 1px solid #445e93;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 #c4d5f6;
    color: #445e93;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    padding: 6px 30px !important;
    line-height: 39px !important;
    height: auto !important;
}

    .akb-btn-sec:hover {
        color: #b8336a !important;
        border-color: #b8336a !important;
        background: #fff !important;
    }

/*Button Style END*/
.bdr-right {
    border-right: 1px solid #00000029;
}

@media screen and (max-width: 600px) {
    .bdr-right {
        border-right: 0;
        border-bottom: 1px solid #00000029;
        margin-top: 15px;
    }

    .mb-15 {
        margin-bottom: 15px;
    }

    .mt-15 {
        margin-top: 15px;
    }
}

.akb-gray-bg {
    background: #eceef4;
}

.akb-section-style {
    padding: 30px 0;
}

.font14 {
    font-size: 14px;
}

h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

p {
    font-size: 14px !important;
}

/*Visa steps*/
.round-box {
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px auto;
    z-index: 5;
    position: relative;
}

.center-bar {
    width: 100%;
    float: left;
    height: 6px;
    background: #fed9a2;
}

.center-bar-position {
    margin-top: -23px;
}

/*Visa steps End*/

/*materializ css overight*/
.container {
    margin: 0 auto;
    max-width: 1280px !important;
    min-width: 300px;
    width: 100%;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 100% !important;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 100% !important;
    }
}

.mtop15 {
    margin-top: 15px;
}

.list-style,
.ul-disc-list-style {
    margin-left: 15px;
}

    .list-style li,
    .ul-disc-list-style li {
        list-style: circle !important;
        font-size: 14px;
        padding-bottom: 8px;
    }

    .ul-disc-list-style li {
        list-style: disc !important;
    }

/*head top*/
.head-top {
    background: #445d93;
    font-size: 14px;
    padding: 5px 0;
}

    .head-top b {
        font-size: 18px;
    }

/*navigation*/
/*.akb-l-logo {
    display: flex;
    width: 230px;
}*/

/*.akb-l-logo img {
        max-width: 80%;
        margin-top: 0;
    }*/

/*ul.akb-nav li a {
    font-size: 16px;
    font-weight : 500;
    color: #222;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
ul.akb-nav li.menu {
    display : flex;
    cursor : pointer;
}
 

    ul .akb-nav li a:hover {
    color: #445e93;
    font-weight: 500;
}

/*ul.akb-nav li.active {
}*/

/*ul.akb-nav li.active a {
    color: #445e93;
    font-weight: 500;
}*/



/*ul .akb-nav i.right {
    margin-left: 0px;
}*/
nav {
    font-family: "Lato", sans-serif !important;
}
nav.row {
    margin-bottom: 0 !important;

}

/*@media screen and (max-width: 1366px) {
    .akb-l-logo {
        width: 200px;
    }
}*/

/*@media screen and (min-width: 1367px) {
    .akb-l-logo {
        height: 100% !important;
    }*/

/*ul.akb-nav {
        line-height: 70px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    nav.row {
        height: 70px;
    }
}*/

@media screen and (max-width: 994px) {
    .logo {
        width: 45px;
        margin: 5px 0;
    }
}

/*Banner*/
.banner-row {
    margin-top: 60px;
    /*margin-top: 65px;*/
}
 
/* .banner-search-field-style {font-size: 20px !important; font-weight:600; color: #000; background: url(../images/field-bg.png);height:55px !important; margin-bottom:0 !important; -webkit-border-top-left-radius: 30px; -webkit-border-bottom-left-radius: 30px; -moz-border-radius-topleft: 30px; -moz-border-radius-bottomleft: 30px; border-top-left-radius: 30px !important; border-bottom-left-radius: 30px !important; padding-left:15px !important; line-height:55px;  } */
.banner-search-field-style {
    font-size: 20px !important;
    font-weight: 600;
    color: #000;
    background: url(../images/field-bg.png);
    /*height: 55px !important;*/
    margin-bottom: 0 !important;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    padding-left: 15px !important;
    line-height: 55px;
    text-indent: 30px;
}

    .banner-search-field-style:focus {
        border-bottom: none !important;
        box-shadow: none !important;
    }
.place{
    display : flex;
}

.place input[type=text] {
    background-image: url(../images/location.svg);
    background-position: 15px 25px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
}
@media (width <=990px){
    .place input[type=text] {
        background-image : none;
    }
    }


::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.banner-search-btn {
    width: 80px;
    float: right;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 14px 0;
    background: #fff;
    cursor: pointer;
    box-shadow: none !important;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 55px;
}

    .banner-search-btn i {
        font-size: 32px !important;
        background: #D1AF77;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }

        .banner-search-btn i:hover {
            transition: .3s;
            background: #d0a866;
            border: 1px solid #DDD;
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
        }

.btn-arrow {
    background-position: -0px -2px;
    width: 26px;
    height: 25px;
    float: left;
    margin-left: 24px;
    margin-top: 15px;
}

.banner-search-btn:hover {
    background: #fff;
}

    .banner-search-btn:hover i {
        color: #fff !important;
    }

.heading {
    font-weight: bold;
    font-size:40px !important;
    margin: 13px 0;
}

 @media (width <= 1250px){
    .heading {
        font-size: 30px !important;
    }
} 

.parallax {
    background: #445d93;
}

/*.finland-visa-bg { height: 325px; background: url(../images/finland-visa-bg.png) no-repeat 100%; margin-top: 5px;}
.germany-visa-bg { height: 325px; background: url(../images/germany-visa-bg.png) no-repeat 100%; margin-top: 5px;}
.greece-visa-bg { height: 325px; background: url(../images/greece-visa-bg.png) no-repeat 100%; margin-top: 5px;}
.hongkong-visa-bg {height: 325px; background: url(../images/hongkong-visa-bg.png) no-repeat 100%;margin-top: 5px;}
.hungary-visa-bg {height: 325px; background: url(../images/hungary.png) no-repeat 100%;margin-top: 5px;}
.iceland-visa-bg {height: 325px;background: url(../images/iceland.png) no-repeat 100%; margin-top: 5px;}
.japan-visa-bg {height: 325px; background: url(../images/japan.png) no-repeat 100%;margin-top: 5px;}
.latvia-visa-bg {height: 325px;background: url(../images/latvia.png) no-repeat 100%;margin-top: 5px;}
.lithuania-visa-bg {height: 325px; background: url(../images/lithuania.png) no-repeat 100%;  margin-top: 5px;}
.luxembourge-visa-bg {height: 325px; background: url(../images/luxembourge.png) no-repeat 100%;margin-top: 5px;}
.malta-visa-bg {height: 325px;background: url(../images/malta.png) no-repeat 100%;margin-top: 5px;}
.netherlands-visa-bg {  height: 325px;background: url(../images/netherlands.png) no-repeat 100%;margin-top: 5px;}
.new-zealand-visa-bg {height: 325px;background: url(../images/new-zealand.png) no-repeat 100%;margin-top: 5px;}
.norway-visa-bg {height: 325px; background: url(../images/norway.png) no-repeat 100%; margin-top: 5px;}
.poland-visa-bg {height: 325px; background: url(../images/poland.png) no-repeat 100%; margin-top: 5px;}
.portugal-visa-bg {height: 325px;background: url(../images/portugal.png) no-repeat 100%;  margin-top: 5px;}
.schengen-visa-bg {height: 325px;background: url(../images/schengen.png) no-repeat 100%; margin-top: 5px;}
.southkorea-visa-bg {height: 325px; background: url(../images/southkorea.png) no-repeat 100%;  margin-top: 5px;}
.spain-visa-bg {height: 325px;background: url(../images/spain.png) no-repeat 100%; margin-top: 5px;}
.sweden-visa-bg {height: 325px;background: url(../images/sweden.png) no-repeat 100%;margin-top: 5px;}
.switzerland-visa-bg {height: 325px;background: url(../images/switzerland.png) no-repeat 100%;margin-top: 5px;}
*/

/*Country Page Header*/

.country-page-banner {
    height: 325px;
    background: url(../images/usa-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.uk-page-banner {
    height: 325px;
    background: url(../images/uk-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.turkey-banner {
    height: 325px;
    background: url(../images/turkey-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.thailand-visa-bg {
    height: 325px;
    background: url(../images/thailand-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.srilanka-visa-bg {
    height: 325px;
    background: url(../images/srilanka-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.southafrica-visa-bg {
    height: 325px;
    background: url(../images/southafrica-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.singapore-visa-bg {
    height: 325px;
    background: url(../images/singapore-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.malaysia-visa-bg {
    height: 325px;
    background: url(../images/malaysia-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.italy-visa-bg {
    height: 325px;
    background: url(../images/itali-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.france-visa-bg {
    height: 325px;
    background: url(../images/France-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.dubai-visa-bg {
    height: 325px;
    background: url(../images/Dubai-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.australia-visa-bg {
    height: 325px;
    background: url(../images/australia-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.belgium-visa-bg {
    height: 325px;
    background: url(../images/belgium-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.canada-visa-bg {
    height: 325px;
    background: url(../images/canada-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.china-visa-bg {
    height: 325px;
    background: url(../images/china-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.austria-visa-bg {
    height: 325px;
    background: url(../images/austria-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.czech-visa-bg {
    height: 325px;
    background: url(../images/czech-republic-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.denmark-visa-bg {
    height: 325px;
    background: url(../images/denmark-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.finland-visa-bg {
    height: 325px;
    background: url(../images/finland-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.germany-visa-bg {
    height: 325px;
    background: url(../images/germany-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.greece-visa-bg {
    height: 325px;
    background: url(../images/greece-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.hongkong-visa-bg {
    height: 325px;
    background: url(../images/hongkong-visa-bg.png) no-repeat right;
    margin-top: 5px;
}

.india-visa-bg {
    height: 325px;
    background: url(../images/india-visa-bg-uk.png) no-repeat right;
    margin-top: 5px;
}

.hungary-visa-bg {
    height: 325px;
    background: url(../images/hungary.png) no-repeat right;
    margin-top: 5px;
}

.iceland-visa-bg {
    height: 325px;
    background: url(../images/iceland.png) no-repeat right;
    margin-top: 5px;
}

.japan-visa-bg {
    height: 325px;
    background: url(../images/japan.png) no-repeat right;
    margin-top: 5px;
}

.latvia-visa-bg {
    height: 325px;
    background: url(../images/latvia.png) no-repeat right;
    margin-top: 5px;
}

.malta-visa-bg {
    height: 325px;
    background: url(../images/malta.png) no-repeat right;
    margin-top: 5px;
}

.netherlands-visa-bg {
    height: 325px;
    background: url(../images/netherlands.png) no-repeat right;
    margin-top: 5px;
}

.new-zealand-visa-bg {
    height: 325px;
    background: url(../images/new-zealand.png) no-repeat right;
    margin-top: 5px;
}

.norway-visa-bg {
    height: 325px;
    background: url(../images/norway.png) no-repeat right;
    margin-top: 5px;
}

.lithuania-visa-bg {
    height: 325px;
    background: url(../images/lithuania.png) no-repeat right;
    margin-top: 5px;
}

.luxembourge-visa-bg {
    height: 325px;
    background: url(../images/luxembourge.png) no-repeat right;
    margin-top: 5px;
}

.poland-visa-bg {
    height: 325px;
    background: url(../images/poland.png) no-repeat right;
    margin-top: 5px;
}

.portugal-visa-bg {
    height: 325px;
    background: url(../images/portugal.png) no-repeat right;
    margin-top: 5px;
}

.schengen-visa-bg {
    height: 325px;
    background: url(../images/schengen.png) no-repeat right;
    margin-top: 5px;
}

.southkorea-visa-bg {
    height: 325px;
    background: url(../images/southkorea.png) no-repeat right;
    margin-top: 5px;
}

.spain-visa-bg {
    height: 325px;
    background: url(../images/spain.png) no-repeat right;
    margin-top: 5px;
}

.sweden-visa-bg {
    height: 325px;
    background: url(../images/sweden.png) no-repeat right;
    margin-top: 5px;
}

.switzerland-visa-bg {
    height: 325px;
    background: url(../images/switzerland.png) no-repeat right;
    margin-top: 5px;
}

.kenya-visa-bg {
    height: 325px;
    background: url(../images/kenya-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

.vietnam-visa-bg {
    height: 325px;
    background: url(../images/vietnam-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

.cambodia-visa-bg {
    height: 325px;
    background: url(../images/cambodia-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

.bangladesh-visa-bg {
    height: 325px;
    background: url(../images/bangladesh-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

.armenia-visa-bg {
    height: 325px;
    background: url(../images/armania-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

.croatia-visa-bg {
    height: 325px;
    background: url(../images/croatia-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

.myanmar-visa-bg {
    height: 325px;
    background: url(../images/myanmar.jpg) no-repeat right;
    margin-top: 5px;
}

.oman-visa-bg {
    height: 325px;
    background: url(../images/oman-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

.philippines-visa-bg {
    height: 325px;
    background: url(../images/philippines-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

.qatar-visa-bg {
    height: 325px;
    background: url(../images/qatar-visa-bg.jpg) no-repeat right;
    margin-top: 5px;
}

@media screen and (max-width: 990px) {
    .dubai-visa-bg {
        background-position: 84px 0px !important;
    }

    .malaysia-visa-bg {
        background-position: 188px 0px !important;
    }

    .singapore-visa-bg {
        background-position: 188px 0px !important;
    }

    .srilanka-visa-bg {
        background-position: 121px 0px !important;
    }

    .thailand-visa-bg {
        background-position: 87px 0px !important;
    }

    .australia-visa-bg {
        background-position: 50px 0px !important;
    }

    .france-visa-bg {
        background-position: 50px 0px !important;
    }

    .italy-visa-bg {
        background-position: 115px 0px !important;
    }

    .southafrica-visa-bg {
        background-position: 96px 0px !important;
    }

    .turkey-banner {
        background-position: 96px 0px !important;
    }

    .uk-page-banner {
        background-position: 96px 0px !important;
    }

    .country-page-banner {
        background-position: 0px 0px !important;
    }

    .belgium-visa-bg {
        background-position: 145px 0px !important;
    }

    .canada-visa-bg {
        background-position: 145px 0px !important;
    }

    .china-visa-bg {
        background-position: 145px 0px !important;
    }

    .austria-visa-bg {
        background-position: 236px 0px !important;
    }

    .czech-visa-bg {
        background-position: 236px 0px !important;
    }

    .denmark-visa-bg {
        background-position: 131px 0px !important;
    }

    .finland-visa-bg {
        background-position: 131px 0px !important;
    }

    .germany-visa-bg {
        background-position: 185px 0px !important;
    }

    .greece-visa-bg {
        background-position: 185px 0px !important;
    }

    .hongkong-visa-bg {
        background-position: 120px 0px !important;
    }

    .hungary-visa-bg {
        background-position: 162px 0px !important;
    }

    .iceland-visa-bg {
        background-position: 120px 0px !important;
    }

    .japan-visa-bg {
        background-position: -80px 0px !important;
    }

    .latvia-visa-bg {
        background-position: 120px 0px !important;
    }

    .malta-visa-bg {
        background-position: 80px 0px !important;
    }

    .netherlands-visa-bg {
        background-position: 50px 0px !important;
    }

    .new-zealand-visa-bg {
        background-position: 50px 0px !important;
    }

    .norway-visa-bg {
        background-position: 50px 0px !important;
    }

    .lithuania-visa-bg {
        background-position: -50px 0px !important;
    }

    .luxembourge-visa-bg {
        background-position: 50px 0px !important;
    }

    .poland-visa-bg {
        background-position: -20px 0px !important;
    }

    .portugal-visa-bg {
        background-position: 200px 0px !important;
    }

    .schengen-visa-bg {
        background-position: 200px 0px !important;
    }

    .southkorea-visa-bg {
        background-position: 100px 0px !important;
    }

    .spain-visa-bg {
        background-position: 250px 0px !important;
    }

    .sweden-visa-bg {
        background-position: 250px 0px !important;
    }

    .switzerland-visa-bg {
        background-position: 250px 0px !important;
    }

    .kenya-visa-bg {
        background-position: 40px 0px !important;
    }

    .vietnam-visa-bg {
        background-position: 250px 0px !important;
    }

    .cambodia-visa-bg {
        background-position: 250px 0px !important;
    }

    .bangladesh-visa-bg {
        background-position: 188px 0px !important;
    }

    .armenia-visa-bg {
        background-position: 140px 0px !important;
    }

    .croatia-visa-bg {
        background-position: 250px 0px !important;
    }

    .myanmar-visa-bg {
        background-position: 170px 0px !important;
    }

    .oman-visa-bg {
        background-position: 180px 0px !important;
    }

    .philippines-visa-bg {
        background-position: 180px 0px !important;
    }

    .qatar-visa-bg {
        background-position: 135px 0px !important;
    }

    .india-visa-bg {
        background: url(../images/india-visa-bg-uk-responsive.png) no-repeat right;
        background-position-x: 40px !important;
    }
}

@media screen and (max-width: 500px) {

    .banner-row {
        margin-top: 112px;
    }
}

/*Frequent Visas*/
.visa-pkg-name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

    .visa-pkg-name span {
        width: 100%;
        float: left;
        text-align: center;
        color: #9b9b9b;
        font-size: 15px;
        font-weight: normal;
        padding-top: 5px;
    }

.visa-pkg-price {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 25px;
    padding-top: 30px;
    font-weight: 600;
}

/*.violet-color {
  color: #784dda;
  border-bottom: 3px solid #784dda;
}

.orange-color {
  color: #d96554;
  border-bottom: 3px solid #d96554;
}

.yellow-color {
  color: #f3af3e;
  border-bottom: 3px solid #f3af3e;
}

.yellow-color {
  color: #f3af3e;
  border-bottom: 3px solid #f3af3e;
}

.blue-color {
  color: #4dd0da;
  border-bottom: 3px solid #4dd0da;
}*/

.akb-container {
    max-width: 1200px !important;
    min-width: 300px !important;
    margin: 0 auto;
}

.dubvisa-pkg-name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 19px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

    .dubvisa-pkg-name span {
        width: 100%;
        float: left;
        text-align: center;
        color: #9b9b9b;
        font-size: 15px;
        font-weight: normal;
        padding-top: 5px;
    }

.dubvisa-pkg-price {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    padding-top: 30px;
    font-weight: 600;
}

.box-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.mar-auto {
    margin-left: 0 !important;
}

/*Applying with Akbar is this simple*/
.submit-doc {
    background-position: -30px 0;
    width: 57px;
    height: 71px;
    display: block;
    margin: 0 auto;
}

.verify-document {
    background-position: -90px 9px;
    width: 59px;
    height: 71px;
    display: block;
    margin: 0 auto;
}

.receive-visa {
    background-position: -154px 7px;
    width: 71px;
    height: 71px;
    display: block;
    margin: 0 auto;
}

.interview {
    background-position: -1px -223px;
    width: 48px;
    height: 71px;
    display: block;
    margin: 0 auto;
}

.round-box {
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 10px auto;
    z-index: 5;
    position: relative;
}

.center-bar {
    width: 100%;
    float: left;
    height: 6px;
    background: #fed9a2;
}

.center-bar-position {
    margin-top: -23px;
}

.pay-online {
    background-position: -236px 0px;
    width: 61px;
    height: 71px;
    display: block;
    margin: 0 auto;
}

.upload-doc {
    background-position: -238px -75px;
    width: 59px;
    height: 71px;
    display: block;
    margin: 0 auto;
}

.verify-doc {
    background-position: -235px -151px;
    width: 62px;
    height: 71px;
    display: block;
    margin: 0 auto;
}

.visa-pickup-icon {
    background-position: -2px -73px;
    width: 75px;
    height: 71px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .akb-text-left {
        text-align: left;
    }

    .center-responsive {
        height: 73px;
        vertical-align: middle;
        display: table-cell !important;
        float: none !important;
    }
}

/*Why choose us?*/
.pickup-icon {
    background-position: -2px -86px;
    width: 75px;
    height: 56px;
    display: block;
    margin: 0 auto;
}

.application-icon {
    background-position: -85px -76px;
    width: 64px;
    height: 66px;
    display: block;
    margin: 0 auto;
}

.doc-check-icon {
    background-position: -158px -73px;
    width: 65px;
    height: 69px;
    display: block;
    margin: 0 auto;
}

.safety-icon {
    background-position: -2px -150px;
    width: 65px;
    height: 69px;
    display: block;
    margin: 0 auto;
}

.experience-icon {
    background-position: -73px -148px;
    width: 66px;
    height: 69px;
    display: block;
    margin: 0 auto;
}

.support-icon {
    background-position: -143px -148px;
    width: 66px;
    height: 69px;
    display: block;
    margin: 0 auto;
}

.visa-brk {
    word-break: break-all;
}

.online-app {
    background-position: -227px -367px;
    width: 72px;
    height: 67px;
    display: block;
    margin: 0 auto;
}

.approval-rate {
    background-position: -143px -371px;
    width: 74px;
    height: 63px;
    display: block;
    margin-left: 41%;
}

.visa-service {
    background-position: -10px -456px;
    width: 72px;
    height: 67px;
    display: block;
    margin: 0 auto;
}

.visa-experience {
    background-position: -124px -449px;
    width: 72px;
    height: 67px;
    display: block;
    margin: 0 auto;
}

.visa-branches {
    background-position: -227px -458px;
    width: 72px;
    height: 67px;
    display: block;
    margin: 0 auto;
}

.visa-ssistance {
    background-position: -6px -554px;
    width: 72px;
    height: 67px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 612px) {
    .approval-rate {
        margin: 0 auto !important;
    }
}

/*Our experts*/
.talkto-martop {
    margin-top: 20px;
}

.expert span {
    width: 100%;
    padding: 10px 2%;
    background: url(../images/black-bg.png);
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 13px;
    z-index: 999;
}

    .expert span b {
        width: 100%;
        float: left;
        font-weight: 600;
    }

.expert img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel .carousel-item {
    opacity: 1 !important;
    top: -30px !important;
}

.carousel .akb-carsl {
    top: 0px !important;
}

.carousel {
    height: 315px !important;
    align-items: left !important;
}

.visa-expert-otr {
    width: 100%;
    overflow: hidden;
    height: 202px !important;
}

.home-visa-expert-otr {
    width: 100%;
    overflow: hidden;
}

.visa-expert-wrap {
    width: 1385px;
}

.visa-exp-col {
    width: 190px;
    float: left;
    margin-right: 7px;
}

.home-visa-expert-wrap {
    width: 2080px;
    position: absolute;
    top: -100px;
}

.home-visa-exp-col {
    width: 290px;
    float: left;
    margin-right: 7px;
}

.arrow-div {
    position: relative;
    top: 210px;
}

.arrow-div-innr {
    position: relative;
    top: 139px;
}

.btn-prv {
    width: 40px;
    height: 50px;
    position: absolute;
    background: url(../images/field-bg.png);
    left: 20px;
    top: 1px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.btn-nxt {
    width: 40px;
    height: 50px;
    position: absolute;
    background: url(../images/field-bg.png);
    right: 20px;
    top: 1px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.btn-prv i {
    font-size: 32px !important;
    line-height: 48px;
    z-index: 999;
}

.btn-nxt i {
    font-size: 32px !important;
    line-height: 48px;
    float: right;
    z-index: 999;
}

.btn-nxt-cntry {
    width: 40px;
    height: 50px;
    position: absolute;
    background: url(../images/field-bg.png);
    right: 10px;
    top: 1px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

    .btn-nxt-cntry i {
        font-size: 32px !important;
        line-height: 48px;
        float: right;
        z-index: 999;
    }

.btn-prv-cntry {
    width: 40px;
    height: 50px;
    position: absolute;
    background: url(../images/field-bg.png);
    left: 10px;
    top: 1px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

    .btn-prv-cntry i {
        font-size: 32px !important;
        line-height: 48px;
        z-index: 999;
    }

.talkto {
    display: none;
}

@media screen and (max-width: 600px) {
    .talkto {
        display: block;
    }
}

/*Our happy customers*/
.happy-cust-outrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}

    .happy-cust-outrow .bg-img {
        width: 450px;
    }

@media (width <=990px) {
    .happy-cust-outrow .bg-img {
        display: none;
    }
}

.happy-cust-outrow .bg-img img {
    max-width: 100%;
    padding-top: 80px;
}

.happy-cust-outrow .happy-cust-row {
    width: calc(100% - 450px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
@media (width <=990px) {
    .happy-cust-outrow .happy-cust-row {
        width : 100%;
    }
    }

    .cust-card-wpr {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        gap: 50px;
        width: 100%;
    }

    .happy-cust-outrow .happy-cust-row h2 {
        font-size: 28px !important;
        font-weight: 600;
        color: #262626;
    }

    .happy-cust-outrow .happy-cust-row .card {
        border-radius: 10.977px 10.977px 31.548px 10.977px;
        border: 1px solid #E3E3E3;
        background: #FFF;
        box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.06);
        padding: 14px;
        position: relative;
        width: 100%;
        height: auto;
    }

        .happy-cust-outrow .happy-cust-row .card .custr-img-row {
            width: 115px;
            height: 115px;
            border-radius: 50%;
            border: 5px solid #fff;
            position: absolute;
            top: -25px;
            left: -25px;
            background: url(<path-to-image>) lightgray 0px -14.934px / 100% 150% no-repeat, #D9D9D9;
            box-shadow: -3.062px 8.421px 13.78px 0px rgba(0, 0, 0, 0.25) inset, 4.593px 10.718px 20.67px 0px rgba(0, 0, 0, 0.15);
            overflow: hidden;
        }

        .happy-cust-outrow .happy-cust-row .card .custr-card-content {
            margin-left: 90px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            color: #262626;
            padding: 15px 0;
        }

            .happy-cust-outrow .happy-cust-row .card .custr-card-content
            h6 {
                font-size: 15px !important;
                font-weight: 700;
                line-height: 14px;
                margin: 0px;
                margin-bottom: 8px;
            }

            .happy-cust-outrow .happy-cust-row .card .custr-card-content
            .start-wpr {
                display: flex;
                justify-content: flex-start;
                gap: 3px;
                align-items: center;
            }


            .happy-cust-outrow .happy-cust-row .card .custr-card-content
            p {
                font-size: 14px !important;
                font-weight: 400;
                line-height: 18px;
                margin: 0px;
                margin-top: 10px;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

            .happy-cust-outrow .happy-cust-row .card .custr-card-content
            a {
                color: #1088D7;
                font-size: 14px;
                font-weight: 500;
                text-decoration: underline;
                margin-top: 20px;
            }

    @media screen and (max-width: 1000px) {
        /*.happy-cust-outrow {
            overflow-x: scroll;
        }*/

        .happy-cust-row {
            width: 1000px;
            margin-top: 50px;
        }
    }

    /*Visit us*/
    .visit-us-inbox h3 {
        font-weight: 600;
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }

    .visit-us-inbox a {
        color: #445e93;
    }

    .visi-bg {
        height: 190px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    @media screen and (max-width: 1000px) {
        .visit-us-section {
            overflow-x: scroll;
        }

        .visit-us-inbox {
            width: 1000px;
        }
    }

    /*---------------------
       LANDING PAGES
    ---------------------------*/
    /*Country Page Header*/
    .country-page-head {
        font-size: 50px;
        font-weight: 400;
        font-family: "Work Sans", sans-serif;
    }

    .country-page-banner-row {
        margin-top: 80px;
    }

    .banner-visa-price {
        font-size: 15px;
        color: #7c7c7c;
    }

        .banner-visa-price span {
            font-size: 25px;
            color: #000;
            font-weight: normal;
            width: 100%;
            float: left;
        }

    .country-page-banner {
        height: 325px;
        background: url(../images/usa-visa-bg.png) no-repeat right;
        margin-top: 5px;
    }

    .uk-page-banner {
        height: 325px;
        background: url(../images/uk-visa-bg.png) no-repeat right;
        margin-top: 5px;
    }

    /*Country Page Tab*/
    .tabs {
        height: 60px;
    }

    .tab-row {
        background: #e8ebf2;
    }

        .tab-row .tab a {
            text-transform: capitalize !important;
            font-size: 13px;
            color: #000;
        }

    .tabs .tab a:hover,
    .tabs .tab a.active {
        background-color: transparent;
        color: #000;
        border-bottom: 3px solid #445e93;
    }

    .tabs .tab a:focus,
    .tabs .tab a:focus.active {
        background-color: transparent !important;
        outline: none;
        border-bottom: 3px solid #445e93;
    }

    .tabs .tab {
        line-height: 61px;
        height: 60px;
    }

    /*Types of visas*/
    .visa-type-row {
        padding: 26px 0;
        position: relative;
    }

    .visa-type-head {
        font-size: 20px;
        color: #000;
        font-weight: 500;
        margin-top: 5px;
    }

    .card-style {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 45%;
        padding: 0 1%;
    }

    .card-head {
        width: 100%;
        float: left;
        background: #e8ebf2;
        color: #000;
        padding: 10px 13px;
        color: #000;
        font-size: 18px;
        font-weight: 600;
    }

    @media screen and (max-width: 1000px) {
        .card-style {
            display: inline-block;
            vertical-align: top;
            position: relative;
            width: 49%;
            padding: 0 1%;
        }
    }

    @media screen and (max-width: 600px) {
        .card-style {
            display: inline-block;
            vertical-align: top;
            position: relative;
            width: 100%;
            padding: 0 1%;
        }
    }

    .visa-type {
        font-size: 15px;
    }

    .visa-type {
        padding: 15px 0;
    }

        .visa-type li {
            padding: 6px 0;
            float: left;
            width: 100%;
        }

            .visa-type li span {
                float: right;
            }

    .visa-price {
        color: #445e93;
        font-size: 20px;
        font-weight: bold;
    }

    /*Contact Field Box*/
    .visa-enq-row {
        padding: 15px !important;
        background: linear-gradient(225.06deg, #3d7bd8 0%, #445e93 100%);
    }

    .visa-enq-box-head {
        font-size: 19px;
        color: #445e93;
        margin: 21px 0 0 9px;
    }

    .text-aria {
        border-color: #c5d7f3 !important;
    }

    .label-color {
        color: #43629c !important;
    }

    .contact-box {
        background: #587ec0;
        padding: 10px 5% !important;
        margin-top: 12px;
    }

    .contact-dtls {
        font-size: 20px;
        line-height: 23px;
    }

        .contact-dtls span {
            font-size: 13px;
            width: 100%;
            float: left;
        }

    .whatsapp {
        background-position: -60px -249px;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .callus {
        background-position: -59px -274px;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .timing {
        background-position: -60px -223px;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .fixed-bar {
        position: fixed;
        bottom: 0;
        z-index: 9999;
    }

    @media screen and (max-width: 1000px) {
        .whatsapp-resp {
            background-position: -123px -229px;
        }

        .callus-resp {
            background-position: -123px -269px;
        }

        .callus-resp,
        .whatsapp-resp {
            width: 29px;
            height: 29px;
            display: block;
            margin: 0 auto;
        }
    }

    /*Documents required Visa and Faqs*/
    .collapsible-header {
        outline: none !important;
    }

    .collapsible-body {
        padding: 15px 28px !important;
    }

    .faqs-list {
        font-size: 14px;
    }

        .faqs-list i {
            font-size: 18px !important;
        }

    .documents {
        font-size: 14px;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }

        .documents li {
            margin-top: 5px;
        }

    /*Other Visas*/
    @media screen and (max-width: 1000px) {
        .other-visa-outrow {
            overflow-x: scroll;
        }

        .other-visa-row {
            width: 1000px;
        }
    }

    .other-visa-bg {
        height: 190px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    /*---------------------
       VISA ENQUIRY PAGES
    ---------------------------*/
    .select-aria .select-wrapper input.select-dropdown {
        border-color: #c5d7f3 !important;
        color: #43629c !important;
    }

    .enguery-banner {
        height: auto !important;
        padding: 30px 0 !important;
    }

    .dropdown-content li > a,
    .dropdown-content li > span {
        color: #43629c !important;
    }

    .visa-eqey-box {
        background: #eceef4;
        padding: 15px 5% !important;
        margin-top: 15px;
        color: #445e93 !important;
    }

    .field-callus {
        background-position: -85px -251px;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .field-timing {
        background-position: -85px -223px;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    /*.turkey-banner{ height:325px; background:url(../images/turkey-visa-bg.png) no-repeat right; margin-top:5px;}
.thailand-visa-bg{ height:325px; background:url(../images/thailand-visa-bg.png) no-repeat right; margin-top:5px;}
.srilanka-visa-bg{ height:325px; background:url(../images/srilanka-visa-bg.png) no-repeat right; margin-top:5px;}
.southafrica-visa-bg{ height:325px; background:url(../images/southafrica-visa-bg.png) no-repeat right; margin-top:5px;}
.singapore-visa-bg{ height:325px; background:url(../images/singapore-visa-bg.png) no-repeat right; margin-top:5px;}
.malaysia-visa-bg{ height:325px; background:url(../images/malaysia-visa-bg.png) no-repeat right; margin-top:5px;}
.itali-visa-bg{ height:325px; background:url(../images/itali-visa-bg.png) no-repeat right; margin-top:5px;}
.france-visa-bg{ height:325px; background:url(../images/france-visa-bg.png) no-repeat right; margin-top:5px;}
.dubai-visa-bg{ height:325px; background:url(../images/dubai-visa-bg.png) no-repeat right; margin-top:5px;}
.australia-visa-bg{ height:325px; background:url(../images/australia-visa-bg.png) no-repeat right; margin-top:5px;}
.india-visa-bg{ height:325px; background:url(../images/india-visa-bg-uk.png) no-repeat right; margin-top:5px;}*/

    /*THANK YOU PAGE*/
    .thanku-head {
        color: #435f96;
        font-size: 55px;
        font-weight: 600;
    }

    .thanku-subhead {
        color: #000;
        font-size: 20px;
    }

    .thanku-banner {
        height: auto !important;
        padding: 50px 0 !important;
    }

    @media screen and (max-width: 600px) {
        .thanku-head {
            color: #435f96;
            font-size: 35px;
            font-weight: 600;
        }
    }

    .box-center .card:hover {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        -webkit-box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        -moz-box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        z-index: 9999;
        cursor: pointer;
        background-color: #fff;
        border-radius: 2px;
    }

    .simple-stup p {
        padding-top: 10px;
    }

    .country-page-head-bold {
        font-size: 50px;
        font-weight: 600;
        font-family: "Work Sans", sans-serif;
    }

    .indian_flag_icon {
        background-position: -212px -264px;
        width: 42px;
        height: 28px;
        display: inline-block;
    }

    .akbr-service-head {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        font-weight: 500;
        margin: 0;
        padding-top: 5px;
    }

    .akbr-service-text {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 11px !important;
        color: #525252;
        line-height: 17px;
        padding-top: 5px;
    }

    .visa_experience {
        background-position: -165px -226px;
        width: 31px;
        height: 31px;
        float: left;
    }

    .visa_location {
        background-position: -204px -226px;
        width: 31px;
        height: 31px;
        float: left;
    }

    .visa_assist {
        background-position: -244px -226px;
        width: 31px;
        height: 31px;
        float: left;
    }

    .visa_free_transfer {
        background-position: -165px -262px;
        width: 39px;
        height: 31px;
        float: left;
    }

    .card_minhight {
        min-height: 160px !important;
    }

    .online-app {
        background-position: -227px -367px;
        width: 72px;
        height: 67px;
        display: block;
        margin: 0 auto;
    }

    .approval-rate {
        background-position: -143px -371px;
        width: 74px;
        height: 63px;
        display: block;
        margin-left: 41%;
    }

    .lead-email {
        background-position: -105px -367px;
        width: 21px;
    }

    .lead-email,
    .skype {
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .lead-mail a {
        color: #fff !important;
    }

    .lead-mail {
        font-size: 16px;
        line-height: 23px;
    }

        .lead-mail span {
            font-size: 13px;
            width: 100%;
            float: left;
        }

    .lead-mail-thank {
        font-size: 20px;
        line-height: 23px;
    }

        .lead-mail-thank span {
            font-size: 13px;
            width: 100%;
            float: left;
        }

        .lead-mail-thank a {
            color: #445e93;
        }

    @media screen and (max-width: 1210px) {
        .lead-mail-thank {
            font-size: 18px;
        }

        .contact-dtls-thank {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 441px) {
        .lead-mail-thank {
            font-size: 14px;
        }
    }

    .explor_india img {
        display: block;
    }

    .explor_india img {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .explor_india img:hover {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

    .usa-visa-banner {
        height: auto !important;
    }

    .usa-visa-page-banner-row {
        margin-top: 80px;
    }

    @media screen and (max-width: 1000px) {
        .usa-visa-page-banner-row {
            margin-top: 0px;
        }
    }

    .skype {
        background-position: -92px -277px;
        width: 20px;
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    /*eVisa India customers*/

    .visa-indian-cust-row {
        padding: 0px 0;
    }

    .indian_cust_table {
        border: 1px solid #ccc;
    }

    .indian_cust_table_head {
        background: #e8ebf2;
        color: #000;
        font-size: 15px;
        font-weight: 600;
    }

    .indian_cust_table_row {
        color: #000;
        font-size: 15px;
        font-weight: 400;
        border-top: 1px solid #ccc;
    }

    .border-right {
        border-right: 1px solid #ccc;
    }

    .indian_cust_table_row .col {
        padding: 6px 10px;
    }

    .indian_cust_table_head .col {
        padding: 6px 10px;
    }

    .nav_menu .sidenav-trigger {
        margin: 0 0px !important;
    }

    .rupee_chng_row {
        width: 100%;
        float: left;
        margin-top: 22px;
    }

        .rupee_chng_row a {
            color: #6f83ad;
            width: 33.3%;
            float: left;
            text-align: center;
            display: inline-block;
            line-height: 20px;
            font-weight: bold;
        }

            .rupee_chng_row a img {
                max-width: 100%;
                height: auto;
            }

    .rupee_selected {
        color: #2f477a !important;
    }

    .country-page-head-bold {
        margin-top: 10px !important;
    }

    .number_counting_row {
        width: 100%;
        float: left;
    }

        .number_counting_row p {
            width: 100%;
            float: left;
            color: #002c55;
            margin: 10px 0;
            font-size: 17px;
        }

    .number_counting_section {
        width: 100%;
        float: left;
        padding: 3px 0;
    }

        .number_counting_section span {
            padding: 7px 10px;
            background: #002c55;
            color: #fff;
            margin-right: 2px;
            border-radius: 3px;
            font-size: 25px;
        }

    .call_us_row span {
        color: #fff;
        font-size: 20px !important;
        font-weight: 600;
        background: #445e93;
        padding: 5px 20px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        float: right;
    }

    .country-page-banner-row {
        margin-top: 80px;
    }

    .callus-icon {
        background-position: -63px -391px;
        width: 29px;
        height: 38px;
        float: left;
        margin-top: 13px;
        margin-right: 10px;
    }

    .number-hd {
        font-size: 14px !important;
    }

    .number-txt {
        font-size: 14px !important;
    }

    .callus-txt {
        width: 70%;
        float: left;
        font-size: 17px;
        color: #000;
        line-height: 20px;
        text-align: left;
        margin-top: 10px;
    }

    .callus-no {
        width: 80%;
        float: left;
        font-size: 17px;
        color: #000;
        font-weight: bold;
        line-height: 20px;
        text-align: left;
    }

    @media screen and (max-width: 1209px) {
        .callus-txt {
            font-size: 15px;
        }

        .callus-no {
            width: 76%;
            font-size: 13px;
        }
    }

    @media screen and (max-width: 992px) {
        .callus-wrap {
            display: none;
        }
    }

    @media screen and (max-width: 600px) {
        .rupee_chng_row {
            margin-top: 16px;
        }

        .call_us_row span {
            color: #fff;
            font-size: 18px !important;
            padding: 5px 20px;
            float: left;
        }

        .number_counting_row p {
            font-size: 15px !important;
        }
    }

    .gen-contact-box {
        margin-bottom: 12px;
        background: #587ec0;
        padding: 10px 5% !important;
    }

    .card_minhight {
        min-height: 211px !important;
    }

    .country-page-banner-row-uk {
        margin-top: -10px;
    }

    .country-page-head-bold-uk {
        font-size: 50px;
        font-weight: 600;
        font-family: Work Sans, sans-serif;
        margin: 10px 0 !important;
    }

    .leadformsticky {
        max-width: 325px;
        position: absolute;
    }

    .dvtop {
        position: fixed;
        top: 70px;
    }

    .dvbtm {
        position: fixed;
        bottom: 1px;
    }

    .tab_head_row {
        width: 100%;
        float: left;
        border-bottom: 2px solid #4070bd;
        margin-top: 13px;
    }

    .tab_head_box_active {
        background: #4070bd !important;
        color: #fff !important;
    }

    .tab_head_box:hover {
        background: #4070bd;
        color: #fff;
    }

    .tab_head_box {
        float: left;
        padding: 8px 13px;
        background: #e2e4e9;
        color: #363636;
        font-size: 14px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-right: 5px;
        cursor: pointer;
    }

    .visa-enq-box-row {
        width: 100%;
        float: left;
        padding-top: 10px;
    }

        .visa-enq-box-row .dropdown-content li > span {
            font-size: 13px;
            color: #363636;
            display: block;
            line-height: 22px;
            padding: 10px 16px;
        }

        .visa-enq-box-row .input-field .dropdown-content {
            height: 300px;
        }

    .input-field_row {
        width: 100%;
        float: left;
        margin-top: 23px;
    }

        .input-field_row .dropdown-content {
            height: 300px;
        }

    #navbar {
        overflow: hidden;
        z-index: 9999;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }

        .sticky + .visa-type-row {
            padding-top: 60px;
        }

    .showli {
        display: block;
    }

    .hideli {
        display: none;
    }

    .other-visa-types-text {
        display: none;
    }

    .other-visa-types {
        cursor: pointer;
    }

    .suggest_container {
        position: relative !important;
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    #suggest_div {
        display: block !important;
        position: absolute !important;
        background-color: #fff;
        min-width: 80px;
        overflow-y: auto;
        margin: 0;
        margin-left: 11px;
        max-height: 180px !important;
        width: 80%;
        top: 71.5px;
        line-height: 22px;
        margin-left: 9px;
        font-size: 16px !important;
        color: #43629c;
        border-radius: 15px;
        -moz-border-radius: 15px;
        z-index: 1;
    }

    .suggest_text {
        cursor: pointer !important;
        padding: 10px 12px !important;
        text-align: left;
    }

        .suggest_text span {
            font-family: arial, sans-serif;
            font-weight: bold;
            color: #000;
        }

    #grow {
        -moz-transition: height 0.5s;
        -ms-transition: height 0.5s;
        -o-transition: height 0.5s;
        -webkit-transition: height 0.5s;
        transition: height 0.5s;
        height: 0;
        overflow: hidden;
    }

    .extra_text {
        display: none;
    }

    .lesslink {
        cursor: pointer;
        display: none;
    }

    .morelink {
        cursor: pointer;
    }

    .box-center .card:hover {
        -ms-transform: scale(1.1, 1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1, 1.1);
        /* Safari */
        transform: scale(1.1, 1.1);
        -webkit-box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        -moz-box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        z-index: 9999;
        cursor: pointer;
        background-color: #fff;
    }

    .expert img {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .expert img:hover {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

    .visa-holidays {
        color: #000;
        text-decoration: none;
    }

    .suggest_selected {
        background-color: lightgrey !important;
    }

    @media screen and (max-width: 992px) {
        .tab_head_box {
            padding: 8px 7px;
        }

        .visa-enq-row {
            padding: 0px !important;
        }

        .pdng-apply {
            border-right: 1px solid #6d8fca;
            padding: 15px !important;
        }

        .pdng-brdr {
            border-right: 1px solid #6d8fca;
            padding: 10px !important;
        }

        .pdng-nobrdr {
            padding: 10px !important;
        }
    }

    .br-address {
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #c5d7f3;
        background: #fff;
        z-index: 999;
        width: 100%;
    }

        .br-address span {
            width: 100%;
            float: left;
            padding-bottom: 5px;
            color: #43629c;
        }

        .br-address a {
            position: absolute;
            top: 0;
            right: 0;
            color: #960606;
            font-size: 12px;
            cursor: pointer;
        }

    .other-visa-row .card:hover {
        -ms-transform: scale(1.1, 1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1, 1.1);
        /* Safari */
        transform: scale(1.1, 1.1);
        -webkit-box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        -moz-box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        box-shadow: 3px 3px 35px -21px rgba(0, 0, 0, 0.77);
        z-index: 9999;
        cursor: pointer;
        background-color: #fff;
    }

    .select-aria .select-dropdown.dropdown-trigger {
        color: #43629c !important;
    }

    .input-field_row .dropdown-content li {
        border-bottom: 1px solid #ccc;
        min-height: auto !important;
    }

    .input-field_row .dropdown-content {
        left: -15px !important;
        width: 282px !important;
    }

    /*Other Visas*/
    @media screen and (max-width: 1000px) {
        .other-visa-outrow {
            overflow-x: scroll;
        }

        .other-visa-row {
            width: 1000px;
        }

        .input-field_row .dropdown-content {
            left: 0px !important;
            width: auto !important;
        }
    }

    .input-field .dropdown-content {
        top: 60px !important;
        z-index: 999 !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 4px 6px 5px 1px rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 4px 6px 5px 1px rgba(0, 0, 0, 0.19);
        box-shadow: 4px 6px 5px 1px rgba(0, 0, 0, 0.19);
    }

    .modal .modal-content {
        padding: 0 !important;
    }

    @media screen and (max-width: 992px) {
        .tab_head_box {
            padding: 8px 7px;
        }

        .visa-enq-row {
            padding: 0px !important;
        }

        .pdng-apply {
            border-right: 1px solid #6d8fca;
            padding: 15px !important;
        }

        .pdng-brdr {
            border-right: 1px solid #6d8fca;
            padding: 10px !important;
        }

        .pdng-nobrdr {
            padding: 10px !important;
        }
    }

    @media screen and (max-width: 360px) {
        .tab_head_box {
            font-size: 11px;
        }
    }

    @media screen and (max-width: 330px) {
        .tab_head_box {
            font-size: 11px;
            padding: 8px 3px;
        }
    }

    .akb-round-head {
        padding: 37px 9px;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: calc(43% - 50px);
        left: calc(49% - 50px);
        z-index: 99999 !important;
        background: #fff;
        color: #960606;
        border: 2px solid #960606;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 15px;
    }

    .akb-advntg {
        display: none;
    }

    @media screen and (max-width: 1000px) {
        .akb-advntg {
            display: block;
        }

        .akb-round-head {
            display: none;
        }
    }

    .call-us-usa {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    /*Why choose us?*/
    .pickup-icon {
        background-position: -2px -86px;
        width: 75px;
        height: 56px;
        display: block;
        margin: 0 auto;
    }

    .application-icon {
        background-position: -85px -76px;
        width: 64px;
        height: 66px;
        display: block;
        margin: 0 auto;
    }

    .doc-check-icon {
        background-position: -158px -73px;
        width: 65px;
        height: 69px;
        display: block;
        margin: 0 auto;
    }

    .safety-icon {
        background-position: -2px -150px;
        width: 65px;
        height: 69px;
        display: block;
        margin: 0 auto;
    }

    .experience-icon {
        background-position: -73px -148px;
        width: 66px;
        height: 69px;
        display: block;
        margin: 0 auto;
    }

    .support-icon {
        background-position: -143px -148px;
        width: 66px;
        height: 69px;
        display: block;
        margin: 0 auto;
    }

    .visa-brk {
        word-break: break-all;
    }

    .online-app {
        background-position: -227px -367px;
        width: 72px;
        height: 67px;
        display: block;
        margin: 0 auto;
    }

    .approval-rate {
        background-position: -143px -371px;
        width: 74px;
        height: 63px;
        display: block;
        margin-left: 41%;
    }

    .visa-service {
        background-position: -10px -456px;
        width: 72px;
        height: 67px;
        display: block;
        margin: 0 auto;
    }

    .visa-experience {
        background-position: -124px -449px;
        width: 72px;
        height: 67px;
        display: block;
        margin: 0 auto;
    }

    .visa-branches {
        background-position: -227px -458px;
        width: 72px;
        height: 67px;
        display: block;
        margin: 0 auto;
    }

    .visa-ssistance {
        background-position: -6px -554px;
        width: 72px;
        height: 67px;
        display: block;
        margin: 0 auto;
    }

    @media screen and (max-width: 612px) {
        .approval-rate {
            margin: 0 auto !important;
        }
    }

    /*.akb-nav .dropdown-content {
    top: 63px !important;
}*/

    .dropdown-content li.submenuitem {
        min-height: 0px !important;
    }

        .dropdown-content li.submenuitem a.sublink {
            padding: 9px 13px !important;
        }

    /*ul.akb-nav li a i {
    margin-left: 0px !important;
}*/

    nav ul linav ul li ul.dropdown-content {
        width: 138px !important;
    }

    .happy-cus {
        min-height: 457px;
    }

    .no-mar-top {
        margin-top: 0 !important;
    }

    .card-pad-usa {
        padding: 11px 24px !important;
    }

    .why-choose-item {
        min-height: 140px !important;
    }

    .why-choose-vdo {
        margin-top: 8%;
    }

    @media screen and (max-width: 992px) {
        .why-choose-vdo {
            margin-bottom: 5%;
        }
    }

    /*Packages Available in Dubai*/

    .pkgdubai_row {
        padding: 5px 10px 10px 10px;
    }

        .pkgdubai_row h6 {
            font-size: 14px;
            font-weight: bold;
            margin: 8px 0 0 0;
            color: #363636 !important;
        }

        .pkgdubai_row p {
            font-size: 14px;
            margin: 8px 0 0 0;
            color: #363636 !important;
        }

    .price_box {
        background: #f6b230;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        padding: 4px 10px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-top: 10px;
        display: inline-block;
    }

    .pkgdubai_row p i {
        font-size: 15px;
        display: inline-block;
        vertical-align: text-top;
        color: #f6b230;
        margin-right: 5px;
    }

    .pkgdubai_slider_row {
        width: 100%;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .pkgdubai_slider_section {
        width: 100%;
        float: left;
    }

    .pkgdubai_box {
        width: 265px !important;
        float: left;
        padding: 0 9px !important;
    }

    .btn-prv-pkgdubai {
        width: 40px;
        height: 50px;
        position: absolute;
        left: 9px;
        top: 120px;
        cursor: pointer;
        text-align: center;
        z-index: 50;
        background: url(../images/field-bg.png);
    }

        .btn-prv-pkgdubai i {
            font-size: 32px !important;
            line-height: 48px;
            z-index: 999;
        }

    .btn-nxt-pkgdubai {
        width: 40px;
        height: 50px;
        position: absolute;
        right: 10px;
        top: 120px;
        cursor: pointer;
        text-align: center;
        z-index: 50;
        background: url(../images/field-bg.png);
    }

        .btn-nxt-pkgdubai i {
            font-size: 32px !important;
            line-height: 48px;
            float: right;
            z-index: 999;
        }

    .pkgdubai_box img {
        min-height: 164px !important;
    }

    .pkgdubai_slider_section .carousel .carousel-item {
        top: -60px !important;
    }

    .pkg_img_row {
        height: 150px;
        overflow: hidden;
        cursor: none;
    }

        .pkg_img_row img {
            display: block;
        }

        .pkg_img_row img {
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .pkg_img_row img:hover {
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -o-transform: scale(1.2);
                -ms-transform: scale(1.2);
                transform: scale(1.2);
            }

    .enquire_button {
        background: #f6b230;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 4px 10px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-top: 10px;
        display: inline-block;
    }

    .booknow_button {
        background: #4264a3;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        padding: 4px 10px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        margin-top: 10px;
        display: inline-block;
        float: right;
    }

        .booknow_button:hover {
            background: #385894;
            cursor: pointer;
        }

    .enquire_button:hover {
        background: #d49215;
        cursor: pointer;
    }

    .view_all_pkg_link {
        float: right;
        font-size: 14px;
        color: #f44336;
        text-decoration: underline;
        margin-top: 38px;
    }

        .view_all_pkg_link:hover {
            text-decoration: none;
        }

    @media screen and (max-width: 430px) {
        .view_all_pkg_link {
            float: left;
            width: 100%;
            float: left;
            margin-top: 0px;
        }
    }

    /* Faq New style */
    .faq_table_outer {
        width: 100%;
    }

    .faq_table_box {
        border-left: 1px solid #a4a4a4;
        border-top: 1px solid #a4a4a4;
        padding: 0 !important;
    }

    .faq_table_row {
        border-right: 1px solid #a4a4a4;
        border-bottom: 1px solid #a4a4a4;
        padding: 7px 10px !important;
    }

    .faq_table_head {
        background: #e2e2e2;
        font-weight: bold;
    }

    @media screen and (max-width: 612px) {
        .faq_table_box {
            min-width: 500px;
        }

        .faq_table_outer {
            width: 100%;
            overflow-x: scroll;
        }
    }

    /*Visa Banner Style 29/3/19*/
    .visaprocess-link {
        cursor: pointer;
        display: inline-block;
        border-radius: 999px;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        margin: 15px 0 0 0;
        text-decoration: underline;
    }

    .visa-banner-img img {
        display: inline-block;
        margin-top: 35px;
        max-width: 100%;
    }

    .video_div {
        width: 100%;
        float: left;
    }

    #akb-mfbv {
        /*(background-image: url(mfbv_bg.jpg); */
        background-color: #eceff1;
        height: 200px;
        background-position: top 37% center;
        margin-top: 70px;
        margin-bottom: 50px;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    #carouselExampleControls {
        height: 200px !important;
    }

    .akb-mfbv-title {
        width: 508px;
        padding-left: 15%;
        left: -3%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) skewX(25deg);
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #ffffff;
    }

    .akb-title-content {
        font-family: "Work Sans", sans-serif !important;
        font-size: 28px;
        color: #000000;
        line-height: 18px;
        width: 212px;
        transform: skewX(-25deg);
    }

        .akb-title-content span {
            font-family: "Work Sans", sans-serif !important;
            font-size: 60px;
            font-weight: 700;
            color: #c2185b !important;
            line-height: 70px;
            margin-left: -4px;
        }

    .inner-akb-mfbv {
        max-width: 1200px;
        margin: 0 auto;
    }

    .akb-mfbv-content {
        width: 64%;
        margin-left: auto;
        margin-right: 0px;
    }

    .carousel-item,
    .carousel .carousel-item > img {
        width: 75px !important;
        height: 75px !important;
    }

    #akb-all-country-links {
        background-color: #ECEFF1;
        /*padding-bottom: 30px;*/
    }

    .akb-cnty-container,
    .akb-cnty-mob-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    #myTabContent {
        float: none;
    }

        #myTabContent .tab-pane:not(.active) {
            display: none;
        }

    #myTab li {
        display: inline-block;
    }

        #myTab li a {
            font-size: 20px;
            font-weight: 500;
            padding: 30px 30px 6px;
            border-bottom: 2px solid #e7e7e7;
            display: inline-block;
            color: #555555;
        }

            #myTab li a.nav-link {
                font-size: 18px;
                padding: 10px 30px 6px;
                border-bottom: 2px solid #e7e7e7;
                display: inline-block;
            }

                #myTab li a.nav-link.active {
                    border-bottom-color: #034B63;
                    color: #034B63;
                }

    #myTabContent span.header_country {
        color: #2C5AA0;
        display: inline-block;
        width: 135px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 500;
    }

    #myTabContent .tab-pane > div a.sub_country {
        color: #929292;
        display: inline-block;
        padding-right: 10px;
        padding-left: 10px;
        border-right: 1px solid #929292;
        line-height: 12px;
    }

        #myTabContent .tab-pane > div a.sub_country:last-child {
            border-right: none;
        }

    #myTabContent .tab-pane > div.border_bottom {
        border-bottom: 1px solid #e7e7e7;
    }

        #myTabContent .tab-pane > div.border_bottom:last-child {
            border-bottom: none;
        }

    #myTabContent .tab-pane > div:not(.set_padding_top) {
        margin-left: 7px;
    }

    #myTabContent .tab-pane > div.set_padding_top {
        padding-top: 11px;
    }

    #myTabContent .tab-pane > div.set_padding_bottom {
        padding-bottom: 7px;
    }

    .header_colon {
        color: #2C5AA0;
        display: inline-block;
    }

    ul.accordion,
    .accordion ul {
        list-style: none;
        padding: 0;
    }

        ul.accordion .inner {
            padding-left: 1em;
            padding-right: 1em;
            overflow: hidden;
            display: none;
        }

        ul.accordion li {
            margin: 0.5em 0;
        }

        ul.accordion > li {
            border-bottom: 2px solid #929292;
        }

    ul.inner > li:not(:last-child) {
        border-bottom: 1px solid #929292;
    }

    ul.accordion > li > a.toggle {
        color: #039be5;
        font-size: 18px;
    }

    ul.inner > li > a.toggle {
        color: #c2185b;
    }

    div.inner > p {
        color: #929292;
    }

    div.inner .country_link {
        padding-bottom: 10px;
        display: block;
        color: #929292;
    }

    ul.accordion a.toggle {
        width: 100%;
        display: block;
        background: #eceff1;
        padding: 0.75em;
        border-radius: 0.15em;
        transition: background 0.3s ease;
    }

        ul.accordion a.toggle:hover {
            background: #eceff1;
        }

    #mobile_footer_accordion {
        display: none;
    }

    @media only screen and (max-width: 1024px) {
        #mobile_footer_accordion {
            display: block;
            padding-top: 40px;
        }

        #desktop_footer_tab {
            display: none;
        }
    }

    .expert-container {
        float: left;
        width: 262px !important;
        height: 290px !important;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 40px;
        margin-bottom: 50px;
        border: 1px solid #cccccc;
        padding: 50px 30px;
        box-sizing: border-box;
        position: relative;
    }

    .expert-image {
        width: 80px;
        height: 80px;
        display: block;
        position: absolute;
        left: 30px;
        top: -40px;
        border: 1px solid #cccccc;
        border-radius: 40px;
        background-color: #ffffff;
        overflow: hidden;
    }

        .expert-image img {
            width: 100%;
            height: auto;
        }

    .expert-name {
        color: #28373c;
        font-size: 22px;
        font-family: "feijoa", "Georgia", sans-serif;
        margin-bottom: 5px;
    }

    .expert-store {
        font-size: 16px;
        font-weight: bold;
        color: #818181;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .expert-store:after {
            content: "";
            display: block;
            width: 95px;
            height: 3px;
            background-color: #28373c;
            position: absolute;
            bottom: 0px;
        }

    .expert-expertises {
        font-size: 15px;
        margin-bottom: 10px;
        line-height: 1.2em;
    }

    .expert-phone {
        font-size: 16px;
        color: #2ca6bd;
        font-weight: bold;
        position: relative;
    }

    .carousel .carousel-item {
        top: -40px !important;
    }

    .carousel {
        height: 370px !important;
    }


    .customers-wpr {
        position: relative;
    }

        .customers-wpr .happy-customers {
            position: absolute;
            right: -3px;
            top: 40px;
            top: 12px;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            border-radius: 0px 15px 0px 200px;
            background: linear-gradient(90deg, #FA3A3A 0.29%, #2C5AA0 99.94%);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            height: 60px;
            width: 380px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .customers-wpr .happy-customers:after {
                position: absolute;
                content: '';
                right: -50px;
                top: 60px;
                width: 0;
                height: 0;
                border-top: 22px solid #0F3166;
                border-right: 70px solid transparent;
            }



@media (width <= 1250px){
    .customers-wpr .happy-customers {
        top:0px;
    }

        .customers-wpr .happy-customers:after {
            top: 60px;
        }
}

    .pop-head h2 {
        margin: 0;
        font-size: 30px;
        font-weight: 500;
    }

    @media (width <=768px) {
        .pop-head h2 {
            font-size: 20px;
            padding: 0 15px;
        }
    }

    .destinations {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }


    .akb-relative h2.visittxt {
        color: #000 !important;
        font-size: 32px !important;
        font-weight: 700 !important;
        top: 15px;
        position: relative;
    }
.testimonial-text {
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .testimonial-text.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        max-height: 4.5em;
        /*max-height: 60px; 
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;*/
    }

    .testimonial-text.expanded {
        display: block !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: unset !important;
        max-height: none !important;
        overflow: visible !important;
        /*max-height: 4000px;
        white-space: normal;*/
        /*max-height: none; 
        overflow: visible;
        display: block;*/
    }


.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px
}

    .parallax-container .parallax {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1
    }

        .parallax-container .parallax img {
            opacity: 0;
            position: absolute;
            left: 50%;
            bottom: 30px;
            min-width: 100%;
            min-height: 100%;
            /*-webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)*/
        }
