/********** Template CSS **********/
:root {
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Custom CSS ***/
.text-align-center {
	text-align: center;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        /*position: absolute;*/
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 0px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background-color: #f6f5f5;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Hero Header ***/
.hero-header {
    background-color: #f6f5f5;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}


.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}








/*** Discount Form ***/
.call-section {
    display: -webkit-inline-box;
    border: 0px solid #191160;
    border-radius: 17px;
    padding: 4px 20px 4px 20px;
    float: right;
}
.whatsapp-number {
    margin-top: 4px;
}
.whatsapp-number a {
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-decoration: none;
    margin-left: 0px;
    font-weight: 400;
}
.whatsapp-number a img {
    max-width: 30px;
    margin-left: 0px;
    padding-bottom: 0px;
}
.whatsapp-number a span {
    margin-left: 6px;
}


.solide-border-foam {
    border: 1px solid #3678f9b5;
    margin: 5px;
    padding-left: 0px;
}
.top-banner-form {
    padding: 12%;
    border-radius: 0px;
    width: 100%;
    display: inline-block;
    box-shadow: inset 0px 0px 20px 0px #00000096;
    background: linear-gradient(191deg, rgba(15, 64, 173, 1) 0%, rgba(41, 95, 216, 1) 35%, rgba(60, 118, 248, 1) 100%);
    margin: 6px;
}
.top-banner-form h1.get-quote {
    font-size: 3rem;
    color: #fff !important;
    font-weight: 700;
    line-height: 1.2;
    animation-name: slideInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    text-shadow: 2px 2px 5px #000000;
}
.get-quote-forms .form-group {
    display: flex;
    margin-bottom: 15px;
    align-items: center !important;
}
.form-group .iti--separate-dial-code {
    width: 100%;
}
.get-quote-forms .form-group .icon {
    padding: 14px;
    color: #003548;
    min-width: 60px;
    text-align: center;
    font-size: 25px;
    background: #ffffff;
}
.get-quote-forms .form-group .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    border-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.get-quote-forms .form-group .form-control::placeholder {
    color: #fff;
}
.get-quote-submit button {
    color: #003548;
    border: 0;
    padding: 10px 40px;
    transition: 0.4s;
    font-size: 22px;
    text-transform: capitalize;
    background-color: #fff;
    border-radius: 0px;
    font-weight: 400;
    font-family: "Poppins", serif;
}
.get-quote-submit button:hover {
    color: #003548;
}
.get-quote-forms .form-group .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}
form.get-quote-forms .form-group .iti--separate-dial-code .iti__flag-container .iti__selected-flag .iti__arrow {
    border-top: 4px solid #ffffff;
}



.about-us-text p {
    padding: 0px 10%;
    font-family: "Open Sans", serif;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
}
.about-us-background {
    background-color: #f6f5f5;
}
.about-us-text h1 {
    font-size: 55px;
    font-family: "Poppins", serif;
    font-weight: bold;
    background: linear-gradient(to right, #3c76f8 0%, #0f40ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-us-text h1 span {
    color: #ffffff;
}



.need-a-consultant-background {
    background-color: #edf0ff;
}
.consultant-vactor img {
    width: 100%;
}
.discount-section h2 {
    padding: 0px 10%;
    font-size: 40px;
    font-family: "Poppins", serif;
    font-weight: bold;
    color: #1f1f1f;
}
.discount-section h2 span {
    display: block;
}

.discount-section h3 {
    font-size: 38px;
    font-family: "Poppins", serif;
    font-weight: bold;
    margin-bottom: 0px;
    background: linear-gradient(to right, #3c76f8 0%, #0f40ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-talk-to {
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
}
.form-talk-to .form-group {
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
    margin-bottom: 0rem;
	width: 25%;
}
.talk-to-us .form-group .icon {
    padding: 14px;
    color: #fff;
    min-width: 60px;
    text-align: center;
    font-size: 25px;
    background: linear-gradient(191deg, rgba(15, 64, 173, 1) 0%, rgba(41, 95, 216, 1) 35%, rgba(60, 118, 248, 1) 100%);
}
.talk-to-us .form-group .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475F7B;
    background-color: #FFF;
    border: 1px solid #2e6fed;
    border-radius: 0px;
    border-left: 0px;
}
.form-talk-to button {
    border: 0;
    padding: 10px 50px;
    transition: 0.4s;
    border-radius: 0px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #fff;
    background: linear-gradient(191deg, rgba(15, 64, 173, 1) 0%, rgba(41, 95, 216, 1) 35%, rgba(60, 118, 248, 1) 100%);
}




.messaging-section h2 {
    padding: 15% 10% 0px;
    text-align: center;
    color: #1f1f1f;
    font-size: 3.2rem;
    font-weight: bold;
    font-family: "Poppins", serif;
    line-height: 70px;
}
.messaging-section h2 span {
    color: #1f1f1f;
    display: block;
}

.our-prices-background {
    background: linear-gradient(191deg, rgba(15, 64, 173, 1) 0%, rgba(41, 95, 216, 1) 80%, rgba(60, 118, 248, 1) 100%);
}

.our-prices {
    margin-top: 15px;
}
.our-prices h2 {
    font-size: 50px;
    font-family: "Poppins", serif;
    font-weight: bold;
    color: #fff;
}	
.our-prices p {
    padding: 0px 15%;
    font-family: "Open Sans", serif;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}


.portal-help h2 {
    font-size: 53px;
    font-family: "Poppins", serif;
    font-weight: bold;
    color: #1f1f1f;
}
.portal-help p {
    color: #000000;
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: 400;
}
.universites-logo {
    margin-bottom: 20px;
}

.portal-help a {
    background-color: #2dcd4b !important;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    border-radius: 0px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    font-family: "Poppins", serif;
    background: linear-gradient(191deg, rgba(15, 64, 173, 1) 0%, rgba(41, 95, 216, 1) 35%, rgba(60, 118, 248, 1) 100%);
}


.personal-consultant h2 {
    font-size: 52px;
    font-family: "Poppins", serif;
    font-weight: bold;
    color: #1b1b1b;
}
.personal-consultant h2 span {
    display: block;
    color: #1b1b1b;
}
.personal-consultant p {
    color: #000000;
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: 400;
}
.personal-consultant a {
    display: inline-block;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    border-radius: 0px;
    padding-top: .8rem !important;
    padding-bottom: .8rem !important;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
    font-family: "Poppins", serif;
    background: linear-gradient(191deg, rgba(15, 64, 173, 1) 0%, rgba(41, 95, 216, 1) 35%, rgba(60, 118, 248, 1) 100%);
}

.press-about {
    margin-top: 0px;
}
.press-about h2 {
    color: #1b1b1b;
    font-size: 52px;
    font-family: "Poppins", serif;
    font-weight: bold;
}


.rated-based h2 {
    color: #1b1b1b;
    font-size: 52px;
    font-family: "Poppins", serif;
    font-weight: bold;
}
.rated-based p {
    color: #000000;
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 3%;
}


.consultant-background {
    background: url(../img/consultant-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



.need-a-consultant h2 {
    font-size: 45px;
    font-family: "Poppins", serif;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #1b1b1b;
    text-transform: capitalize;
}
.need-a-consultant h2 span {
    display: block;
}
.need-a-consultant p {
    color: #1d1d1d;
    font-family: "Open Sans", serif;
}
.leave-phone-number p {
    color: #1d1d1d;
}


.iti--separate-dial-code input#mobile_codes {
	padding: .430rem .75rem;
	border: 0px;
}
.iti--separate-dial-code input#mobile_codes:focus-visible {
    outline: none;
}
.consultant-phone .lead-form .phone-lead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
    padding: 10px 15px;
    border-radius: 0px;
    margin: auto;
}
form.phone-lead-form button {
    padding: 8px 15px;
    font-size: 18px;
    font-family: "Poppins", serif;
    font-weight: 400;
    color: #fff;
    background: linear-gradient(191deg, rgba(15, 64, 173, 1) 0%, rgba(41, 95, 216, 1) 35%, rgba(60, 118, 248, 1) 100%);
}
form.phone-lead-form {
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
}
form.phone-lead-form .form-group {
    margin-bottom: 0rem;
}
p.number-bottom {
    margin-top: 30px;
    font-family: "Open Sans", serif;
    margin-bottom: 0px;
}
p.leave-number {
    font-family: "Open Sans", serif;
    font-size: 30px;
    margin-top: 15px;
    font-weight: 500;
}
p.consultant-online {
    font-size: 18px;
    margin-top: 20px;
    font-family: "Open Sans", serif;
    margin-bottom: 0px;
}
.click-to-chat {
    margin: 25px 0px;
}
.click-to-chat a {
    color: #fff;
    border: 0;
    padding: 15px 30px;
    transition: 0.4s;
    font-size: 24px;
    font-family: "Poppins", serif;
    text-transform: capitalize;
    border-radius: 0px;
    font-weight: 400;
    background: linear-gradient(191deg, rgba(15, 64, 173, 1) 0%, rgba(41, 95, 216, 1) 35%, rgba(60, 118, 248, 1) 100%);
}








.faq-heading h3 {
    color: #1b1b1b;
    font-size: 52px;
    font-family: "Poppins", serif;
    font-weight: bold;
}
.que-container{
  max-width:1200px;
  margin:0px auto 0;
}

.question{
  border-top:1px solid #131313;
}

.question:last-child{
  border-bottom:1px solid #131313;
}

.question button{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background-color:transparent;
  font-size:20px;
  color: #1b1b1b;
  text-transform:capitalize;
  font-family:inherit;
  font-weight:500;
  letter-spacing:1px;
  padding: 15px 20px 15px 0;
  border:none;
  cursor:pointer;
  transition:color 0.3s;
}

.question button i {
  color:#283e4e;
  transition:transform 0.3s;
}

.question p{
  color:#939393;
  line-height:1.6;
  height:0;
  overflow:hidden;
  transition:all 0.3s;
  margin-bottom: 0px;
}

.question button.show + p{
  padding-bottom:25px;
  height:auto;
}

.question button.show {
    color: #003547;
}

.question button.show i{
  transform:rotate(180deg);
}


.send-us-email p {
    font-family: "Open Sans", serif;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
}
.send-us-email p a {
    color: #fff;
    text-decoration: none !important;
}




/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 30px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #404040ad !important;
    border-color: #898989 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #003547;
    border-color: #003547;
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 0px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}





.btn-link:hover {
    color: #ffffffd4 !important;
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.country-selection {
  display: flex;
  gap: 10px;
  align-items: center;
}

.country-selection select {
  border: 0;
  padding: 10px 10px;
  width: 100px;
  background: transparent;
  font-size: 19px;
  outline: 0;
  font-weight: 500;
}
img#selected-flag {
  width: 40px;
  height: 30px;
  object-fit: cover;
  border-radius: 10px;
}
.custom-select-wrapper::after {
    content: "\25BC";
    font-size: 12px;
    color: var(--c3);
    position: absolute;
    top: 52%;
    right: 65px;
    transform: translateY(-50%);
    pointer-events: none;
}


.form-talk-to .form-group .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}
.form-talk-to .form-group .iti--separate-dial-code input#mobile_codess {
    box-shadow: 0 0 0 .25rem rgb(134 184 23 / 0%);
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%);
}


.footer-background {
    background: url(../img/footer-background.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.small-screen1 {
    margin-top: 0px;
}
.strip img {
    width: 100%;
}
.money-back-logo img {
    width: 100%;
}
.menu-footer {
    text-align: center;
    width: 90%;
    overflow: hidden;
    margin: 25px auto 15px;
    margin-top: 10px !important;
}
.menu-footer a {
    text-decoration: none !important;
    text-transform: capitalize;
    border-right: 1px solid #fff6;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0px;
    color: #ffffffd4;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 5px 0px;
}
.menu-footer a:Last-child {
    border-right: 0px solid #fff6;
}
.footer-row-first .cookies-policy {
    text-align: center;
}
.footer-row-first .cookies-policy p {
    font-family: "Open Sans", serif;
    font-size: 18px;
    color: #fff;
}
.cookies-policy p {
    color: #ffffffd4;
    font-size: 18px;
    font-family: "Open Sans", serif;
    margin-bottom: 0px;
}





.inner-pages-pt h1 {
    font-size: 45px;
    font-weight: 600;
    color: #1f1f1f;
    text-align: left;
}
.inner-pages-pt p {
    color: var(--c7);
    font-weight: 400;
    text-align: left;
    padding: 0px 3%;
    font-size: 17px;
}
.inner-pages-pt {
    margin-top: 8%;
}
.trm-sec2_head h3 {
    font-family: "Poppins", serif;
    font-weight: 600;
    color: #1f1f1f;
    text-align: left;
    font-size: 32px;
}
.trm-sec2_head_txt ul {
    padding-left: 60px;
}
.trm-sec2_head_txt ul li {
    list-style: disc;
}
.trm-sec2_head_txt ul li p {
    padding: 0px;
}
.second-oder-list ul {
    padding-left: 20px;
}
.trm-sec2_headng h3 {
    font-family: "Poppins", serif;
    font-weight: 600;
    color: #1f1f1f;
    text-align: left;
    font-size: 32px;
}





.wrappers {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
.wrappers.show {
  left: 20px;
}
.wrappers header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.wrappers .data {
  margin-top: 16px;
}
.wrappers .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrappers .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttons #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}

.whatsappicon {
    top: 65%;
}
.whatsappicon {
    position: fixed;
    top: 55%;
    left: 1%;
    width: 120px;
    z-index: 9999999999;
    overflow: hidden;
    padding: 0;
    display: block;
}
.whatsappicon a img {
    width: 50px;
    height: 50px;
}



.no-app-no-form-img {
  position: relative;
  z-index: 9999;
}
.chats-slider {
    /* height: 378px; */
    position: absolute !important;
    top: 16px;
    width: 30%;
    left: 65px;
    z-index: -1;
    overflow: hidden;
    position: relative;
    transform: translate(-1px, -2px) rotate(-0.8deg);
    transition: transform 0.3sease -in-out;
}
.chats-slider img {
    margin: 0;
    object-fit: contain;
    position: relative;
    z-index: -1;
}
.checked {
  color: orange;
}
.testimonials-user {
    width: 45%;
    margin: 20px auto 0px;
}
.testimonials-user-rating {
    margin-top: 15px;
    text-align: left;
    margin-left: 0px;
}
.testimonials-user-rating h5 {
    margin-left: 0px;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 18px;
}
img.double-quote {
    position: absolute;
    top: -20px;
}
.testimonial-item p {
    margin-top: 5%;
    padding: 0px 8%;
}
@media only screen and (min-width: 100px) and (max-width: 1399px) {
    .chats-slider img {
        height: 401px;
        border-radius: 0;
    }
    .chats-slider {
        width: 39%;
        border-radius: 20px;
    }
}
/*for-laptop view-1024*/
@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .chats-slider img {
        height: 402px;
    }
    .chats-slider {
        left: 64px;
        border-radius: 26px;
        width: 46%;
        top: 2px;
    }
    .hero-header .container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .top-banner-form {
        padding: 8%;
        border-radius: 10%;
    }
    .about-us-text p {
        padding: 0px 0%;
    }
    .discount-section h2 {
        padding: 0px 2%;
    }
    .messaging-section h2 {
        padding: 15% 0% 0px;
        font-size: 2.8rem;
    }
    .universites-logo img {
        width: 100%;
    }
    .personal-consultant h2 {
        font-size: 34px;
    }
    .press-logos {
        display: block !important;
        width: 100%;
    }
    .press-logos img {
        margin: 10px 20px;
    }
    .testimonials-user {
        width: 70%;
    }
    .need-a-consultant h2 {
        font-size: 30px;
    }
    .consultant-phone .lead-form .phone-lead {
    width: 100%;
    }
    p.leave-number {
        font-size: 20px;
    }
    p.consultant-online {
        font-size: 17px;
    }
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
    .chats-slider img {
        max-height: 400px;
        margin-top: 0;
    }
    .chats-slider {
        left: 185px;
        width: 77%;
    }
    .banner-vactor img {
        width: 100%;
    }
}
@media only screen and (min-width: 100px) and (max-width: 767px) {
    .chats-slider img {
        margin-top: 0;
        max-height: 404px;
    }
    .chats-slider {
        left: 183px;
        width: 41%;
    }
    .banner-vactor img {
        width: 100%;
    }
}
@media only screen and (min-width: 500px) and (max-width: 540px) {
    .chats-slider img {
        height: 476px;
    }
    .chats-slider {
        height: 470px;
    }
    .chats-slider .slick-track {
        height: 470px;
    }
}
@media only screen and (min-width: 425px) and (max-width: 430px) {
  .chats-slider img {
      max-height: 404px;
  }
  .chats-slider {
      left: 185px;
      width: 52%;
  }
  .slick-track {
    height: 400px;
}
}

@media only screen and (min-width: 415px) and (max-width: 424px){
    .chats-slider img {
        max-height: 359px;
    }
    .chats-slider {
        left: 160px;
    }
}
@media only screen and (min-width: 401px) and (max-width: 414px){
    .chats-slider img {
        max-height: 360px;
    }
    .chats-slider {
        left: 160px;
    }
}
@media only screen and (min-width: 389px) and (max-width: 400px){
    .chats-slider img {
        height: 339px;
    }
    .chats-slider {
        left: 150px;
    }
}
@media only screen and (min-width: 376px) and (max-width: 388px) {
    .chats-slider img {
        max-height: 310px;
    }
    .chats-slider {
        left: 139px;
    }
}
@media only screen and (min-width: 361px) and (max-width: 375px) {
    .chats-slider img {
        max-height: 401px;
    }
    .chats-slider .slick-track {
        height: 400px;
    }
    .chats-slider {
        width: 72%;
        left: 185px;
    }
}
@media only screen and (min-width: 350px) and (max-width: 360px){
    .chats-slider img {
        max-height: 310px;
    }
    .chats-slider {
        left: 138px;
    }
}
@media only screen and (min-width: 319px) and (max-width: 349px){
    .chats-slider img {
        max-height: 295px;
    }
    .chats-slider {
        left: 132px;
    }
}









/************ Media Query Start ********************/
@media (max-width: 912px) {
.discount-section h2 {
    padding: 0px 0%;
    font-size: 30px;
}
.our-prices p {
    padding: 0px 0%;
}
.portal-help h2 {
    font-size: 35px;
}
.g-5 .personal-consultant {
    width: 50%;
}
.personal-consultant h2 {
    font-size: 28px;
}
.press-about h2 {
    font-size: 40px;
}
.rated-based h2 {
    font-size: 40px;
}
.form-talk-to {
    display: block !important;
}
.form-talk-to .form-group {
    width: 45%;
    float: left;
    margin-left: 22px;
    margin-bottom: 15px;
}
.form-talk-to button {
    margin-left: 23px;
}
.messaging-section h2 {
    padding: 35% 0% 0px;
    font-size: 2rem;
    line-height: 45px;
}
.g-5 .messaging-section {
    width: 50%;
}
.g-5 .whatspp-slider  {
    width: 50%;
}
.chats-slider {
    left: 65px;
}
   
}


@media (max-width: 853px) {
.about-us-text h1 {
    font-size: 45px;
}    
}


@media (max-width: 820px) {
.talk-to-us .form-group .icon {
    font-size: 24px;
}   

.no-app-no-form-img img {
    width: 100%;
}
.chats-slider {
    left: 54px;
    width: 50%;
    top: 7px;
}
.chats-slider img {
    max-height: 340px;
}
    
}


@media (max-width: 540px) {
.call-section {
    padding: 4px 40px 4px 20px;
}
.custom-select-wrapper::after {
    top: 65%;
    right: 100px;
}
.discount-section h3 {
    font-size: 28px;
}
.discount-section h2 {
    font-size: 22px;
}
.g-5 .messaging-section {
    margin-top: 0px;
}
.messaging-section h2 {
    padding: 20% 0% 0px;
    font-size: 1.5rem;
    line-height: 30px;
}
.g-5 .whatspp-slider {
    width: 50%;
    margin-top: 0px;
    min-height: 320px !important;
}
.no-app-no-form-img {
    margin-bottom: -52px;
    margin-top: 0%;
}
.chats-slider {
    left: 38px;
    width: 50%;
    top: -45px;
}
.chats-slider {
    height: 290px;
}
.our-prices h2 {
    font-size: 33px;
}
.portal-help h2 {
    font-size: 33px;
}
.g-5 .personal-consultant {
    width: 100%;
}
.press-about h2 {
    font-size: 33px;
}
.rated-based h2 {
    font-size: 33px;
}
.testimonials-user {
    width: 60%;
}
.need-a-consultant-background {
    background-position: 15% 100%;
}
.need-a-consultant-background .py-5 {
    padding-bottom: 0px !important;
}
.faq-heading h3 {
    font-size: 33px;
}
.menu-footer {
    width: 100%;
    margin: 0px auto 15px;
    margin-top: 0px !important;
}

}



@media (max-width: 430px) {
.call-section {
    padding: 4px 20px 4px 20px;
}
.custom-select-wrapper::after {
    top: 70%;
    right: 50px;
}
.about-us-text h1 {
    font-size: 33px;
}
.form-talk-to .form-group {
    width: 100%;
    margin-left: 0px;
}
.form-talk-to button {
    margin: 0px auto;
    display: block;
}


.g-5 .messaging-section {
    width: 100%;
}
.g-5 .whatspp-slider {
    width: 100%;
}
.no-app-no-form-img {
    margin-bottom: 0px;
}
.no-app-no-form-img img {
    width: 88%;
}
.chats-slider {
    left: -1px;
    width: 83%;
    top: 14px;
    height: auto;
}
.chats-slider img {
    max-height: 340px;
}
form.phone-lead-form button {
    padding: 8px 10px;
    font-size: 18px;
}
.g-5 .display-none {
    display: none;
}

    
}


@media (max-width: 414px) {
.navbar-light .navbar-brand {
    margin-bottom: 10px;
}   
.call-section {
    padding: 4px 15px 4px 14px;
}
.messaging-section h2 {
    padding: 0% 0% 0px;
}

.chats-slider img {
    max-height: 325px;
}
.chats-slider {
    left: 0px;
}
.need-a-consultant h2 {
    font-size: 24px;
}
.iti--separate-dial-code input#mobile_codes {
    width: 250px;
}
form.phone-lead-form button {
    font-size: 16px;
}
p.leave-number {
    font-size: 18px;
}
.question button {
    text-align: left;
}
.owl-carousel .owl-stage-outer {
    padding-top: 6%;
}

.small-screen {
    margin-top: 10px;
}
.small-screen1 {
    margin-top: 30px;
}
}


@media (max-width: 412px) {
.whatsapp-number a {
    font-size: 13px;
    font-weight: 400;
}
.chats-slider {
    left: -1px;
}
.testimonials-user {
    width: 100%;
}

}


@media (max-width: 390px) {
.call-section {
    padding: 4px 10px 4px 10px;
    width: 200px;
} 
.whatsapp-number a {
    font-size: 12px;
}
.no-app-no-form-img img {
    width: 94%;
}
}


@media (max-width: 375px) {
.call-section {
    padding: 4px 10px 4px 10px;
    width: 200px;
}
.top-banner-form h1.get-quote {
    font-size: 2.5rem;
}
.hero-header .py-5 .py-5 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
.no-app-no-form-img img {
    width: 98%;
}
.portal-help h2 {
    font-size: 25px;
}
.personal-consultant h2 {
    font-size: 25px;
}
.press-about h2 {
    font-size: 25px;
}
.press-logos img {
    margin: 10px 20px;
    width: 115px;
}
.rated-based h2 {
    font-size: 25px;
}
.testimonials-user {
    width: 100%;
}
.testimonials-user-rating h5 {
    margin-left: 0px;
}
.phone-lead-form .form-group .iti--separate-dial-code input#mobile_codes {
    width: 200px;
}
.menu-footer a {
    font-size: 15px;
}

}


@media (max-width: 360px) {
    .no-app-no-form-img img {
        width: 100%;
    }
    
.slick-list .slick-track .slick-slide img {
    height: 315px;
    border-radius: 22px;
}
}


@media (max-width: 350px) { 
.call-section {
    width: 175px;
} 
.custom-select-wrapper::after {
    display: none;
}
.about-us-text h1 {
    font-size: 30px;
}
.form-talk-to button {
    padding: 6px 30px;
    font-size: 18px;
}
.no-app-no-form-img img {
    width: 100%;
}
.chats-slider {
    top: 10px;
}
.chats-slider img {
    max-height: 310px;
}
.our-prices p {
    font-size: 16px;
    font-weight: 300;
}
.portal-help a {
    font-size: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
}
.need-a-consultant h2 {
    font-size: 20px;
}
.consultant-phone .lead-form .phone-lead {
    padding: 10px 8px;
}
form.phone-lead-form button {
    font-size: 14px;
}
.click-to-chat a {
    color: #000;
    font-size: 18px;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.question button {
    font-size: 16px;
}
}





@media (max-width: 320px) { 
img#selected-flag {
    width: 30px;
    height: 25px;
}
.country-selection select {
    font-size: 14px;
    padding: 10px 5px;
}
.country-selection {
    width: 110px;
}
.top-banner-form h1.get-quote {
    font-size: 2rem;
}
.chats-slider img {
    max-height: 278px;
}
.our-prices p {
    font-size: 15px;
}
.rated-based h2 {
    font-size: 22px;
}
.slick-list .slick-track .slick-slide img {
    height: 278px;
    border-radius: 22px;
}
.testimonials-user-rating h5 {
    font-size: 17px;
}
.consultant-phone .lead-form .phone-lead {
    padding: 10px 2px;
}
form.phone-lead-form button {
    font-size: 12px;
}

}







