


div, ul, li, p, form, h5, h6, h4, h3, h2, h1, p {  margin: 0; padding: 0;}

a{
    text-decoration: none;
    transition: .4s all;
}

body{
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    position: relative;
    min-height: 100vh; 
    padding: 0 !important;  
    min-height: 100%;
    display: flex;
    flex-direction: column; 
}

html{
    overflow-x: hidden;
    height: 100%;
}

li{
    list-style: none;
}

figure{
    margin: 0 ;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background: rgba(170, 168, 168, 0.185);
}

::-webkit-scrollbar-thumb{
    background: linear-gradient( #1966FB , #A355CC );
    border-radius: 10px;
}

.container{
    width: 100%;
    max-width: 1670px;
}

section{
    position: relative;
}

.content {
    flex: 1;
}


/* ======================= */

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 4;
    background: transparent;
    padding: 0px 130px;
}

.hero-section{
    /* padding: 70px 0; */
    background: #1966FB;
    height: 840px;
    z-index: 2;
}

.hero-info{
    max-width: 800px;
}

.hero-info h2{
    font-size: 34px;
    line-height: 44px;
    color: white;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}


.margn-tp{
    margin-top: 25px;
}

.hero-info h2::before{
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: white;
    display: none;
}


.hero-spn{
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 5px;
    color: white;
    display: block;
}

.hero-info h1{
    color: #FFF;
    font-size: 72px;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.hero-info h1 span{
    font-weight: 300;
}

.yellow-btn{
    display: inline-block;
    height: 64px;
    line-height: 64px;
    border-radius: 12px;
    padding: 0 40px;
    background: #FFCF42;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    flex: none;
}

.yellow-btn:hover{
    color: #000;
    opacity: 0.8;
}

.hero-section::before{
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: url(../images/banner-bg.png) no-repeat center / cover ;
    z-index: -1;
}

.lady-immg {
    position: absolute;
    bottom: 0;
    right: 60px;
    width: 800px;
}

.lady-immg img{
    width: 100%;
}

.plne-img {
    position: absolute;
    bottom: 200px;
    right: 600px;
    z-index: -1;
    width: 410px;
}

.plne-img img{
    width: 100%;
}

.world-img {
    position: absolute;
    top: 155px;
    right: 570px;
    width: 270px;
    border: 2px dashed #FFF;
    border-radius: 50%;
    padding: 18px;
    background: #0053F5;
}

.world-img img{
    width: 100%;
}

.round-canada.round-canada.round-canada {
    width: 65px !important;
    border-radius: 50%;
    position: absolute;
    top: -21px;
    right: 50px;
    padding: 3px;
    background: white;
}

.round-australia{
    left: -25px !important;
    bottom: 58px !important;
    top: auto !important;
    right: auto !important;
}

.round-uk{
    top: auto !important;
    bottom: 15px !important;
    right: 0 !important;

}

.flying {
    position: absolute;
    bottom: 60px;
    right: 50px;
    width: 50px;
    animation: myplane 40s infinite;
    animation-timing-function: linear;
    z-index: -1;
}

@keyframes myplane{
    0% {right: 0px; bottom: 200px;}
    100% {right: 56%; bottom: 100%;}
}

.enqer-padding:hover{
    margin-left: 10px;
}

.hero-section:after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    width: 100%;
    background: url(../images/bottm-bg.png) no-repeat center / cover;
    height: 250px;
}

.header-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px;
    padding-top: 35px;
}

.header-right ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 65px;
}

.header-right ul li a{
    position: relative;
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 2px;
}

.header-right ul li a::before, .header-right ul li a.active::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: -17px;
    margin: auto;
    top: 0;
    height: 45px;
    border-radius: 50%;
    width: 45px;
    background: #F7576C;
    transition: 0.4s all;
    z-index: -1;
    opacity: 0;
}

.header-right ul li a:hover{
    opacity: 0.8;
}

.header-right ul li a.active::before{
    opacity: 1;
}

.nav{
    align-items: flex-start;
    justify-content: space-between;
}

.white{
    background: white;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}

.logo-img{
    width: 260px;
}

.logo-img img{
    width: 100%;
}

.about-site {
    padding: 0 0 80px 0;
    z-index: 2;
}

.site-info {
    max-width: 1380px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.site-info:last-child{
    margin-bottom: 0;
}

.site-info h2{
    color: #000;
    font-size: 72px;
    font-weight: 600;
    line-height: 86px;
    margin-bottom: 10px;
}

.site-info p{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 27px;
}

.site-info p:last-child{
    margin-bottom: 0;
}

.core-info h3{
    color: #FFA924;
    font-size: 58px;
    font-weight: 600;
}

.core-slash {
    height: 30px;
    width: 2px;
    background: #FFA924;
    display: block;
    margin: 4px auto 10px;
}

.core-info h4{
    font-size: 24px;
    font-weight: 600;
    color: #000;    
    margin-bottom: 8px;
}

.core-info {
    width: 470px;
    border: 2px solid #FFA924;
    display: inline-block;
    padding: 150px 30px;
    border-radius: 50%;
    height: 470px;
    flex: none;
}

.core-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-info:nth-child(2){
    margin: 0 -20px;
    border: 2px solid #E514F8;
}

.core-info:nth-child(2) h3{
    color: #E514F8;
} 

.core-info:nth-child(2) .core-slash{
    background: #E514F8;
}

.core-info:nth-child(3){
    border: 2px solid #1966FB;
}

.core-info:nth-child(3) h3{
    color: #1966FB;
} 

.core-info:nth-child(3) .core-slash{
    background: #1966FB;
}

.service-section{
    padding: 70px 0;
    background: linear-gradient(144deg, #FAD9FD 0%, #CCF9FF 100%);

}

.mrgn-btm h2{
    margin-bottom: 35px;
}

.service-info h2{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    color: #8018A1;
    font-size: 30px;
    font-weight: 600;
    background: #dbdbf9;
    border-radius: 100px;
    padding: 0 60px;
    margin-bottom: 30px;
}

.service-info p{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}

.service-info h3{
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.service-list{
    margin-bottom: 40px;
}

.service-list li{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-list li:last-child{
    margin-bottom: 0;
}

.service-list li i{
    height: 40px;
    width: 40px;
    border: 1px dashed #E514F8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #E514F8;
    margin-right: 12px;
}

.pink{
    background: #A355CC;
    color: white;
}

.pink:hover{
    color: white;
}

.row-rivers{
    flex-direction: row-reverse;
    padding-top: 50px;
}

.row-rivers .service-info h2{
    color: #1966FB;
    background: #d8dcfa;
}

.row-rivers .service-list li i{
    border: 1px dashed #1966FB;
    color: #1966FB;
}

.blue{
    background: #1966FB;
}

.service-fig{
    width: 550px;
    margin: auto;
}

.service-fig img{
    width: 100%;
}

.expert-section{
    min-height: 729px;
    background: #034DDC;
}

.exprt-abt{
    display: flex;
    align-items: center;
    gap: 60px;
    padding-top: 50px;
    margin-bottom: 55px;
}

.exprt-abt .site-info{
    text-align: left;
    margin-bottom: 0;
}

.exprt-abt .site-info h2{
    color: white;
}

.exprt-abt .site-info p{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.exprt-abt .white{
    padding: 0 50px;
}

.exprt-fig{
    width: 590px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.exprt-fig img{
    width: 100%;
}

.right-plne {
    position: absolute;
    top: 180px;
    right: 7px;
    height: 280px;
    width: 450px;
}

.expert-wrapr{
    padding-left: 510px;
}

.exam-card-info h3 a, .exam-card-info h3{
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.exam-card-info h3 a:hover{
    opacity: 0.8;
}

.exam-card-info p{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.exam-card-info{
    background: #FFF;
    padding: 28px;
}

.exam-card{
    position: relative;
    z-index: 2;
}

.exam-card-fig{
    position: relative;
}

.exam-card-fig img{
    width: 100%;
}

.exam-card-fig figcaption a {
    position: absolute;
    width: 60px;
    bottom: -25px;
    right: 20px;
    height: 60px;
    background: #FFA924;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exam-card-fig figcaption a:hover{
    opacity: 0.9;
}

.exam-card-fig figcaption img{
    width: 20px;
}

.pading-lft{
    padding-left: 200px;
}

.blue-span{
    color: #1966FB;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.advantage-section{
    padding: 70px 0 170px;
}

.country-fig{
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
}

.country-fig img{
    width: 100%;
}

.all-para{
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    max-width: 132px;
    text-align: left;
}

.country-info{
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    border-radius: 100px;
    background: linear-gradient(144deg, #F4EEFD 4.69%, #E9F7FC 100%);
    box-shadow: 0px 17px 23px 0px #DCDCF5;
    padding: 18px;
    min-width: 256px;
    transition: 0.4s all;
}

.bannerSlide .owl-stage-outer {
    padding: 0 12px 60px 10px;
}

.bannerSlide .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.bannerSlide .owl-dot{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid black !important;
    margin: 0 3px;
    transition: 0.4s all;
}

.bannerSlide .owl-dot.active{
    width: 25px;
    height: 8px;
    background: #FFCF42 !important;
    border-radius: 100px;
    border: 1px solid #FFCF42 !important;
}

.country-info:hover{
    background: #1966FB;
    color: white;
}

.country-info:hover .all-para{
    color: white;
}

.advantage-section::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 58%;
    width: 100%;
    background: url(../images/sml-building.png) no-repeat center / cover ;
}

.blog-section{
    padding: 80px 0 70px;
    z-index: 1;
}

.blog-section::before{
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: url(../images/blog_bg.png) no-repeat center / cover ;
    z-index: -1;
}

.blog-section::after {
    content: "";
    position: absolute;
    top: -198px;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background: url(../images/wave_bg.png) no-repeat center / cover;
    z-index: -2;
}

.blog-section.blog-section .exprt-abt{
    justify-content: space-between;
    padding-top: 0;
    margin-bottom: 40px;
}

.blog-section.blog-section .exprt-abt .site-info {
    margin: 0;
    max-width: 800px;
}

.blog-section.blog-section .exprt-abt .yellow-btn {
    padding: 0 50px;
}

.blog-info{
    overflow: hidden;
}

.blog-fig{
    /* min-width: 525px; */
    height: 360px;
    position: relative;
}

.blog-fig img{
    width: 100%;
}

.feedbk-info{
    margin-top: 15px;
}

.feedbk-info img{
    width: 24px;
    display: inline-block;
    margin-right: 5px;
}

.feedbk-info h5{
    color: #8E9DB9;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.blog-info .exam-card-info{
    position: relative;
    z-index: 2;
    min-height: 198px;
}

.corner-arrow a {
    background: #FFA924;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    bottom: -80px;
    right: -80px;
    padding: 55px 0 0 55px;
}

.corner-arrow a:hover{
    opacity: 0.9;
}

.corner-arrow img{
    width: 20px;
}

.update-section{
    padding: 70px 0;
}

.update-section.update-section .exam-card-info {
    margin: -100px 25px 0;
}

.update-section.update-section .exam-card-fig figcaption a{
    z-index: 3;
    right: 48px;
    bottom: 70px;
}

.update-section.update-section .blog-fig{
    height: auto;
    min-width: initial;
}

.update-section.update-section .blog-info{
    margin-bottom: 10px;
}

.galry-inf {
    background: #FFA924;
    padding: 50px;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 365px;
    z-index: 3;
    left: 0;
}

.galry-inf p{
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
}

.galry-inf h2{
    color: #FFF;
    font-size: 55px;
    font-weight: 600;
    max-width: 50px;
}

.img-fig {
    /* width: 370px; */
    position: relative;
    transition: 0.4s all;
    border: 1px solid #0000003d;
}

.img-fig img{
    width: 100%;
}

.gallery-section{
    margin: 6px 0 0;
}

.gallry-wrapper{
    padding-left: 380px;
}

/* footer */

.footer{
    position: relative;
    padding: 0 90px 6px;
    background: #0F0E46;
    margin-top: 6px;
}

.footer-logo{
    width: 260px;
}

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

.footer-link{
    padding-top: 50px;
}

.footer-link ul li, .footer-link ul li a, .address p{
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

.footer-link ul li a:hover{
    opacity: 0.8;
}

.footer-link ul li{
    margin-bottom: 13px;
}

.footer-link ul li:last-child{
    margin-bottom: 0;
}

.footer-link h3{
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    pointer-events: none;
}

.address{
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}

.address a{
    display: inline-block !important;
    margin-right: 6px;
}

.address a:last-child{
    margin-right: 0;
}

.address i{
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
}

.footer-bottom p{
    color: #CACBE8;
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    max-width: 310px;
}

.footer-bottom p span{
    color: #FFA924;
}

.social-link li a{
    height: 40px;
    width: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}

.social-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #313073;
    margin-top: 35px;
    padding-top: 16px;
}

.social-link li a:hover {
    background: white;
    color: #313073;
}

.clr-blu{
    color: #1966FB;
}

.site-info p span{
    font-weight: 600;
}

.abt-site-info p{
    text-align: left;
}

.margin-bttm{
    margin-bottom: 60px !important;
}

.abt-fg{
    position: relative;
    width: 700px;
    margin: auto;
}

.abt-fg img{
    width: 100%;
}

.about-info{
    height: 600px;
}

.about-info::before{
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: url(../images/inner_banner.png) no-repeat center / cover;
    z-index: -1;
}

.about-info-fig{
    position: relative;
    width: 350px;
    margin: auto;
}

.about-info-fig img{
    width: 100%;
}

.about-info-fig::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: url(../images/banner_circle.png) no-repeat center / contain;
    z-index: -1;
    top: 80px;
    bottom: 0;
    left: -75px;
}

.about-info:after {
    content: "";
    position: absolute;
    height: 180px;
    width: 100%;
    background: url(../images/inner_banner_carv.png) no-repeat center / cover;
    bottom: -30px;
    left: 0;
    right: 0;
}

.about-info.about-info .hero-info{
    max-width: 470px;
    margin: auto;
}

.about-info.about-info .hero-info h1 {
    margin-bottom: 34px;
}

.choose-info.choose-info{
    border-radius: 14px;
    text-align: center;
    padding: 42px 40px;
    margin-bottom: 40px;
    min-height: 380px;
}

.choose-info figure{
    width: 80px;
    margin: 0 auto 20px;
}

.choose-info figure img{
    width: 100%;
}

.exam-card-info h3{
    margin-bottom: 15px;
}

.note-about {
    border-radius: 30px;
    background: #1966FB;
    padding: 40px 100px;
    max-width: 1300px;
    margin: 30px auto 0;
}

.note-about p{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.enquire-form .modal-dialog{
    max-width: 1200px;
}

.enquire-form .modal-content{
    border-radius: 30px;
    background: linear-gradient(144deg, #FAD9FD 0%, #CCF9FF 100%);
}

.enquire-form .modal-body{
    padding: 40px 100px;
}

.contact-form input, .contact-form select{
    height: 56px;
    border-radius: 14px;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    padding: 0.375rem 22px;
}

.contact-form input::placeholder{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
}

.contact-form .form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.contact-form{
    margin-bottom: 26px;
    position: relative;
}

.down-aarw{
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 18px;
    pointer-events: none;
}

/* radio button ========================================================*/

.contact-radio input[type="radio"] {
    width: 100%;
    height: 100%;
}

.new-contnr {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 17px;
    color: #4A4A4A;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
}

/* Hide the browser's default radio button */
.new-contnr input {
position: absolute;
opacity: 0;
cursor: pointer;
left: 0;
top: 0;
}

/* Create a custom radio button */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 24px;
width: 24px;
background: #FFFFFF;
border: 1px solid #C6C4DC;
box-shadow: 0px 5px 8px #D8D6E7;
border-radius: 50%;
pointer-events: none;
}

/* On mouse-over, add a grey background color */
.new-contnr:hover input ~ .checkmark {
background: #ccc;
}

/* When the radio button is checked, add a blue background */
.new-contnr input:checked ~ .checkmark {
background: white !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the indicator (dot/circle) when checked */
.new-contnr input:checked ~ .checkmark:after {
display: block;
}

/* Style the indicator (dot/circle) */
.new-contnr .checkmark:after {
top: 6px;
left: 6px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #1966FB !important;
}

.contact-radio-wrapr{
    display: flex;
    align-items: center;
    gap: 100px;
}

/* radio end  =======================================================================================*/

.contact-form p{
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px;
}

.contact-form textarea {
    border-radius: 14px;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 22px;
    height: 120px;
    resize: none;
}

.contact-form p.less-font-wt{
    font-weight: 400 !important;
}

.less-font-wt span{
    color: #F00;
}

.capcha-img{
    width: 230px;
}

.capcha-img img{
    width: 100%;
}

.capcha-code input[type="text"]{
    max-width: 250px;
    display: inline-block;
}

.capcha-code{
    margin: 16px 0;
}

.contact-form input[type="checkbox"]{
    height: 20px;
    width: 20px;
    border-radius: 12px;
    cursor: pointer;
}

.flx-div{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

.flx-div p{
    display: inline-block;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.contck-dtls figure {
    height: 200px;
    width: 200px;
    border: 1px dashed #3565C1;
    background: #EBEBEF;
    box-shadow: 0px 12px 20px 0px #F5E8E4;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.contck-dtls figure img {
    width: 80px;
}

.contck-dtls h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.contck-dtls p, .contck-dtls a {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    color: #4A4A4A;
}

.contck-dtls a {
    display: block;
}

.contact-wrapper {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 40px;
}

.contck-dtls {
    text-align: center;
    min-height: 350px;
    width: 18%;
}

.contck-dtls a:hover{
    opacity: 0.8;
}

.btn-gap{
    margin: 25px 0 0;
}

.map {
    border: 1px dashed #3565C1;
    border-radius: 30px;
    padding: 8px;
    margin: 60px 0 20px;
}

.map iframe{
    width: 100%;
    border-radius: 30px;
    display: block;
    height: 450px;
}

.destination-info{
    padding: 50px 0 70px;
}

.destination-circle{
    position: relative;
    height: 600px;
    width: 600px;
    margin: 0 auto 70px;
    border-radius: 50%;
    border: 2px dashed #000;
}

.circle-one {
    width: 260px;
    border-radius: 50%;
    border: 2px solid #FFA924;
    padding: 15px;
    position: absolute;
    top: -110px;
    left: 130px;
    background: white;
}

.circle-one img{
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.circle-two.circle-two.circle-two.circle-two{
    bottom: 50px;
    left: -100px;
    top: auto;
    border: 2px solid #E514F8;
}

.circle-three.circle-three.circle-three.circle-three{
    bottom: -10px;
    left: auto;
    top: auto;
    right: -50px;
    border: 2px solid #1966FB;
}

.destination-abt h2{
    color: #000;
    font-size: 72px;
    font-weight: 600;
    position: absolute;
    top: 140px;
    right: -280px;
    background: white;
}

.destination-abt h2 span{
    color: #1966FB;
    font-size: 48px;
    font-weight: 400;
    display: block;
}

.country-1{
    position: absolute;
    top: 145px;
    left: 0;
}

.country img{
    width: 52px;
    border-radius: 50%;
    border: 1px solid #CFCFCF;
    padding: 3px;
    background: white;
}

.country-2{
    top: 45px;
    left: auto;
    right: 70px;
}

.country-3 {
    position: absolute;
    top: auto;
    left: 270px;
    bottom: -24px;
}

.destinatn-service{
    height: 80px;
    line-height: 80px;
    border-radius: 100px;
    background: #A355CC;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    max-width: 900px;
    margin: 10px auto 55px;
}

.contry-service{
    width: 240px;
    position: relative;
    flex: none;
}

.contry-service img{
    width: 100%;
    border-radius: 50%;
    border: 2px dashed #3565C1;
    padding: 15px;
}

.sml-country.sml-country.sml-country.sml-country{
    width: 95px !important;
    background: white;
    padding: 4px;
    position: absolute;
    top: -4px;
    right: -2px;
    border-radius: 50%;
    border: none;
}

.service-about-info h2{
    color: #3565C1;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 14px;
}

.core-wrapper {
    margin-top: 40px;
}

.service-about-info p{
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.service-about{
    display: flex;
    align-items: center;
    gap: 70px;
}

.reverse{
    flex-direction: row-reverse;
}

.destination-info .note-about{
    margin-top: 50px;
}

.width-row{
    max-width: 1300px;
    margin: auto;
}

.m-initial{
    margin: initial !important;
}

.expert-section .exprt-abt{
    justify-content: space-between;
}

.faq-section{
    padding: 40px 0 70px;
}

.faq-info .accordion-button{
    background: #1966fbc7;
    padding: 20px;
    font-size: 20px;
    color: white;
    border-radius: 2px !important;
}

.faq-info .accordion-body {
    padding: 20px;
    font-size: 16px;
    border: 1px solid #00000040;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-info .accordion-button::after{
    background-image: url(../images/arow-dwn.gif);
}

.faq-info .accordion-item{
    margin-bottom: 12px;
    border: none;
}

.faq-info .accordion-item:last-child{
    margin-bottom: 0;
}

.accordian-list li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}

.accordian-list li:last-child{
    margin-bottom: 0;
}

.accordian-list li::before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: black;
}

.accordian-list{
    margin-top: 15px;
    padding-left: 15px;
}

.nav_btn {
    display: none;
}

.footer-link ul.collapse:not(.show) {
    display: block;
}

.new-cls-btn{
    display: block;
    position: absolute;
    right: 18px;
    top: 5px;
    z-index: 8;
}

.cloud {
    position: absolute;
    top: 180px;
    left: 0;
    width: 90px;
    animation: mymove 65s infinite;
    animation-timing-function: linear;
    z-index: -1;
}

@keyframes mymove{
    from {left: 0px;}
    to {left: 100%;}
}

.cloud img{
    width: 100%;
}

.new-blog-section{
    padding-bottom: 50px !important;
}

.new-blog-info {
    padding-bottom: 50px;
}

.new-blog-info .blog-info{
    margin-bottom: 25px;
}

.submtt-btn.submtt-btn.submtt-btn{
    height: 60px;
    padding: 0 40px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    border: none;
    transition: 0.4s all;
}

.submtt-btn:hover{
    opacity: 0.8;
}

.blg-new-dtlls .site-info.site-info{
    max-width: 100%;
    text-align: left;
    margin-bottom: 16px;
}

.blg-new-dtlls .site-info.site-info h3{
    font-size: 25px;
    margin-bottom: 4px;
}

.blog-dtls-sectn.blog-dtls-sectn{
    padding: 10px 0 40px !important;
}

.blg-new-dtlls{
    padding: 0 0 20px;
}

.terms-condition p{
    margin-bottom: 8px;
}

.bld-spn{
    font-weight: 500;
}

.terms-condition{
    margin-bottom: 25px !important;
}


.bill-section{
    width: 100%;
    min-height: 100vh;
}

.chck-img{
    width: 70px;
    margin: 0 auto 12px;
}

.chck-img img{
    width: 100%;
}

.bill-wrapper h2 {
    font-size: 30px;
    margin: 0 0 15px;
}


.bill-wrapper {
    max-width: 650px;
    height: min-content;
    text-align: center;
    width: 100%;
    /* border: 1px solid; */
    padding: 55px;
    position: absolute;
    inset: 0;
    margin: auto;
    box-shadow: 0px 0px 7px 7px rgba(0,0,0,0.1);
    border-radius: 6px;
}

.apply-abt .site-info{
    max-width: 1000px;
    margin: auto;
}

.apply-hding{
    color: #000;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 19px;
}

.apply-abt.apply-abt .service-list li i{
    border: 1px dashed #1966FB;
    color: #1966FB;
    flex: none;
    position: relative;
    top: -6px;
}

.apply-abt.apply-abt .service-list li{
    display: flex;
    align-items: start;
    font-weight: 400;
    margin-bottom: 10px;
}

.apply-abt.apply-abt .service-list li:last-child{
    margin-bottom: 0;
}

.new-service-apply.new-service-apply .width-row {
    max-width: 900px;
    margin: auto;
}

.new-service-apply .margin-bttm {
    margin-bottom: 40px !important;
}

.blg-abt-info{
    height: 280px;
}

.blog-dtls-sectn h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.blg-ddtsl{
    float: right;
}

.blg-ddtsl {
    float: right;
    width: 500px;
    margin: 0 0 30px 30px;
}

.blg-ddtsl img{
    width: 100%;
}

.bill-wrapper a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background: white;
    border: 1px solid #FFCF42;
    padding: 0 30px;
    border-radius: 4px;
    font-size: 18px;
    color: black;
    text-decoration: none;
    transition: 0.4s all;
    background: #FFCF42;
}



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

    .footer-link ul.collapse:not(.show) {
        display: block;
    }
    
    .logo-img {
        width: 160px;
    }

    .header {
        padding: 0px 60px;
    }

    .header-right {
        gap: 30px;
        padding-top: 15px;
    }

    .header-right ul li a {
        font-size: 15px;
    }

    .header-right ul {
        gap: 32px;
    }

    .white {
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
    }

    .yellow-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 25px;
        font-size: 14px;
    }

    .header-right ul li a::before, .header-right ul li a.active::before {
        left: -12px;
        height: 37px;
        width: 37px;
    }

    .container{
        max-width: 100%;
        width: 100%;
        padding: 0 75px ;
    }

    .hero-spn {
        font-size: 17px;
    }

    .hero-info h1 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 30px;
    }

    .hero-info h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px;
        padding-left: 14px;
    }

    .hero-info h2::before {
        top: 8px;
        height: 8px;
        width: 8px;
    }

    .lady-immg {
        bottom: 0;
        right: 0;
        width: 570px;
    }

    .hero-section {
        height: 650px;
    }

    .world-img {
        top: 155px;
        right: 340px;
        width: 190px;
        padding: 13px;
    }

    .plne-img {
        bottom: 200px;
        right: 370px;
        width: 240px;
    }

    .round-canada.round-canada.round-canada {
        width: 50px !important;
        top: -21px;
        right: 50px;
        padding: 3px;
    }

    .cloud {
        top: 148px;
        width: 80px;
    }

    .hero-info {
        max-width: 565px;
    }

    .site-info h2 {
        font-size: 46px;
        line-height: 56px;
        margin-bottom: 8px;
    }

    .site-info p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .site-info {
        max-width: 1040px;
        margin-bottom: 30px;
    }

    .core-info {
        width: 340px;
        padding: 105px 25px;
        height: 340px;
    }

    .core-info h3 {
        font-size: 42px;
    }

    .core-info h4 {
        font-size: 19px;
        margin-bottom: 4px;
    }

    .core-wrapper{
        margin-top: 35px;
    }

    .core-slash {
        height: 25px;
        width: 2px;
        margin: 3px auto 10px;
    }

    .about-site {
        padding: 0 0 60px 0;
    }

    .service-section {
        padding: 55px 0;
    }

    .service-fig {
        width: 400px;
    }

    .mrgn-btm h2 {
        margin-bottom: 35px;
    }

    .service-info h2 {
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        padding: 0 40px;
        margin-bottom: 20px;
    }

    .service-info p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .service-info h3 {
        font-size: 20px;
        margin-bottom: 11px;
    }

    .service-list li {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .service-list li i {
        height: 32px;
        width: 32px;
        font-size: 14px;
        margin-right: 8px;
    }

    .service-list {
        margin-bottom: 30px;
    }

    .exprt-fig {
        width: 449px;
    }

    .expert-wrapr {
        padding-left: 410px;
    }

    .exprt-abt .site-info p {
        font-size: 15px;
        line-height: 26px;
    }

    .exprt-abt {
        gap: 36px;
        padding-top: 36px;
        margin-bottom: 36px;
    }

    .exprt-abt .white {
        padding: 0 36px;
    }

    .exam-card-info h3 a, .exam-card-info h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .exam-card-info p{
        font-size: 15px;
        line-height: 25px;
    }

    .exam-card-fig figcaption a {
        width: 46px;
        height: 46px;
    }

    .exam-card-fig figcaption img {
        width: 16px;
    }

    .exam-card-info {
        padding: 20px;
    }

    .right-plne {
        top: 130px;
        right: 7px;
        height: 160px;
        width: 250px;
    }

    .expert-section {
        min-height: 554px;
    }

    .all-para {
        font-size: 15px;
        max-width: 75px;
        line-height: 20px;
    }

    .country-fig {
        width: 40px;
    }

    .country-info {
        gap: 18px;
        padding: 14px;
        min-width: 166px;
        min-height: 74px;
    }

    .advantage-section {
        padding: 50px 0 135px;
    }

    .blue-span {
        font-size: 21px;
    }

    .blog-section.blog-section .exprt-abt {
        margin-bottom: 30px;
    }

    .blog-section.blog-section .exprt-abt .yellow-btn {
        padding: 0 36px;
    }

    .blog-fig {
        height: 240px;
    }

    .corner-arrow a {
        height: 160px;
        width: 160px;
        bottom: -60px;
        right: -60px;
        padding: 40px 0 0 44px;
    }

    .feedbk-info {
        margin-top: 10px;
    }

    .feedbk-info img {
        width: 22px;
        margin-right: 4px;
    }

    .feedbk-info h5 {
        font-size: 14px;
    }

    .blog-info .exam-card-info {
        min-height: 130px;
    }

    .blog-section {
        padding: 50px 0 60px;
    }

    .update-section {
        padding: 50px 0;
    }

    .mrgn-btm h2 {
        margin-bottom: 30px;
    }

    .update-section.update-section .exam-card-info {
        margin: -65px 20px 0;
        padding: 30px 20px;
        min-height: auto;
    }

    .update-section.update-section .exam-card-fig figcaption a {
        right: 48px;
        bottom: 45px;
    }

    .img-fig {
        /* width: 250px; */
    }

    .galry-inf {
        padding: 25px 35px;
        width: 250px;
    }

    .galry-inf p {
        font-size: 20px;
    }

    .galry-inf h2 {
        font-size: 38px;
    }

    .footer-logo {
        width: 180px;
    }

    .gallry-wrapper {
        padding-left: 265px;
    }

    .footer {
        padding: 0 70px 5px;
    }

    .footer-link h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-link ul li, .footer-link ul li a, .address p {
        font-size: 14px;
    }

    .footer-link ul li {
        margin-bottom: 10px;
    }

    .address i {
        font-size: 15px;
    }

    .address {
        position: relative;
        padding-left: 27px;
        margin-bottom: 17px;
    }

    .footer-bottom p {
        font-size: 14px;
        max-width: 290px;
    }

    .social-link li a {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }

    .footer-bottom {
        margin-top: 32px;
        padding-top: 14px;
    }

    .about-info {
        height: 455px;
    }

    .about-info-fig {
        width: 280px;
    }

    .about-info-fig::before {
        width: 340px;
        height: 340px;
        top: 55px;
        left: -50px;
    }

    .about-info:after {
        height: 145px;
        bottom: -20px;
    }

    .about-info.about-info .hero-info h1 {
        margin-bottom: 20px;
    }

    .margin-bttm {
        margin-bottom: 35px !important;
    }

    .abt-fg {
        width: 500px;
    }

    .choose-info figure {
        width: 60px;
        margin: 0 auto 15px;
    }

    .exam-card-info h3 {
        margin-bottom: 12px;
    }

    .choose-info.choose-info {
        padding: 35px 30px;
        margin-bottom: 30px;
        min-height: 345px;
    }

    .note-about {
        padding: 33px 85px;
        max-width: 1050px;
        margin: 30px auto 0;
    }

    .note-about p{
        font-size: 15px;
        line-height: 26px;
    }

    .enquire-form .modal-dialog {
        max-width: 880px;
    }

    .contact-radio-wrapr {
        gap: 40px;
    }

    .contact-form input, .contact-form select {
        height: 44px;
        font-size: 14px;
        padding: 0.375rem 18px;
    }

    .contact-form input::placeholder{
        font-size: 14px;
    }

    .down-aarw {
        top: 15px;
        font-size: 14px;
    }

    .contact-form {
        margin-bottom: 20px;
    }

    .contact-form p {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .new-contnr {
        padding-left: 28px;
        font-size: 14px;
    }

    .checkmark {
        height: 20px;
        width: 20px;
    }

    .new-contnr .checkmark:after {
        top: 4px;
        left: 4px;
        width: 10px;
        height: 10px;
    }

    .contact-form textarea {
        font-size: 14px;
        padding: 8px 20px;
        height: 80px;
    }

    .capcha-img {
        width: 200px;
    }

    .contact-form input[type="checkbox"] {
        height: 17px;
        width: 17px;
    }

    .enquire-form .modal-body {
        padding: 30px 110px;
    }

    .contck-dtls figure img {
        width: 46px;
    }

    .contck-dtls figure {
        height: 144px;
        width: 144px;
        margin: 0 auto 22px;
    }

    .contck-dtls h3 {
        font-size: 21px;
        margin-bottom: 6px;
    }

    .contck-dtls p, .contck-dtls a {
        font-size: 15px;
        line-height: 25px;
    }

    .contck-dtls {
        min-height: 260px;
        width: 17%;
    }

    .contact-site{
        padding-bottom: 40px;
    }

    .map {
        padding: 7px;
        margin: 20px 0 10px;
    }

    .map iframe {
        height: 320px;
    }

    .about-info.about-info .hero-info {
        max-width: 300px;
    }

    .destination-circle {
        height: 450px;
        width: 450px;
        margin: 0 auto 60px;
    }

    .circle-one {
        width: 170px;
        padding: 12px;
        top: -83px;
        left: 130px;
    }

    .destination-abt h2 {
        font-size: 40px;
        top: 120px;
        right: -160px;
    }

    .country img {
        width: 42px;
    }

    .country-1 {
        top: 105px;
    }

    .country-2 {
        top: 50px;
        right: 35px;
    }

    .country-3 {
        left: 215px;
        bottom: -20px;
        top: auto;
    }

    .circle-two.circle-two.circle-two.circle-two {
        bottom: 55px;
        left: -70px;
    }

    .circle-three.circle-three.circle-three.circle-three {
        bottom: -10px;
        right: -20px;
    }

    .destination-info {
        padding: 30px 0 50px;
    }

    .destinatn-service {
        height: 60px;
        line-height: 60px;
        font-size: 17px;
        max-width: 800px;
        margin: 10px auto 55px;
    }

    .contry-service {
        width: 180px;
    }

    .contry-service img {
        padding: 10px;
    }

    .sml-country.sml-country.sml-country.sml-country {
        width: 70px !important;
    }

    .service-about-info h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .destination-info .note-about {
        margin-top: 40px;
    }

    .service-about-info p {
        font-size: 15px;
        line-height: 24px;
    }

    .service-about {
        gap: 55px;
    }

    .destination-abt h2 span {
        font-size: 32px;
    }

    .width-row {
        max-width: 1000px;
    }

    .faq-info .accordion-button {
        font-size: 17px;
    }

    .faq-info .accordion-body {
        font-size: 15px;
    }

    .faq-section {
        padding: 25px 0 50px;
    }

    .flying {
        position: absolute;
        width: 30px;
    }

    .new-blog-section{
        padding-bottom: 40px !important;
    }
    
    .new-blog-info {
        padding-bottom: 40px;
    }

    .submtt-btn.submtt-btn.submtt-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 25px;
        font-size: 14px;
    }

    .blg-new-dtlls .site-info.site-info h3 {
        font-size: 18px;
        margin-bottom: 1px;
    }

    .blg-new-dtlls .site-info.site-info {
        margin-bottom: 12px;
    }

    .terms-condition {
        margin-bottom: 20px !important;
    }

    .terms-condition p {
        margin-bottom: 4px;
    }

    .new-service-apply.new-service-apply .width-row {
        max-width: 780px;
    }

    .new-service-apply .margin-bttm {
        margin-bottom: 28px !important;
    }

    .apply-hding {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .blg-abt-info {
        height: 220px;
    }

    .blog-dtls-sectn.blog-dtls-sectn {
        padding: 0px 0 30px !important;
    }

    .blg-ddtsl {
        width: 430px;
        margin: 0 0 30px 30px;
    }

    .blog-dtls-sectn h3 {
        font-size: 24px;
        line-height: 36px;
    }
}

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

    .lady-immg {
        bottom: 0;
        right: 50px;
        left: auto;
        width: 220px;
        margin: auto;
    }

    .hero-info {
        max-width: 100%;
    }

    .hero-info h2 {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 14px;
        padding-left: 12px;
    }

    .hero-info h2::before {
        top: 6px;
        height: 6px;
        width: 6px;
    }

    .logo-img {
        width: 110px;
    }

    .yellow-btn {
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
        font-size: 10px;
    }

    .world-img {
        top: auto;
        right: 200px;
        width: 80px;
        bottom: 110px;
        border: 1px dashed #FFF;
        padding: 5px;
    }

    .plne-img {
        display: none;
    }

    .round-canada.round-canada.round-canada {
        width: 20px !important;
        top: -9px;
        right: 20px;
        padding: 1px;
    }

    .round-australia {
        left: -6px !important;
        bottom: 15px !important;
        top: auto !important;
        right: auto !important;
    }

    .round-uk {
        top: auto !important;
        bottom: 8px !important;
        right: -4px !important;
    }

    .hero-section:after{
        display: none;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 60px;
    }

    .hero-section {
        height: 430px;
    }

    /* ================== */

    
    button.nav_btn {
        display: block;
        color: white;
        background: initial;
        border: none;
        font-size: 22px;
        position: relative;
        z-index: 99;
    }

    .header .header-right ul {
        display: none;
        background: linear-gradient(144deg, #FAD9FD 0%, #CCF9FF 100%);
        /* background: #e2e47ffa; */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        padding: 40px 30px 15px;
        width: 100%;
    }

    .header .header-right ul li {
        margin-bottom: 7px;
    }

    .header .header-right ul li a {
        font-size: 14px;
        display: inline-block;
        color: black;
        margin-bottom: 5px;
    }

    .aactive i{
        color: black;
    }

    /* ======================================= */

    .header-right ul li a::before, .header-right ul li a.active::before {
        left: -10px;
        height: 30px;
        width: 30px;
        top: -1px;
    }

    .header {
        padding: 0px 60px;
    }

    .margn-tp {
        margin-top: 10px;
    }

    .hero-section .row{
        padding-top: 100px;
        align-items: initial !important;
    }

    .about-site {
        padding: 40px 0 50px 0;
    }

    .site-info h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 8px;
    }

    .site-info p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 18px;
    }

    .site-info {
        margin-bottom: 24px;
    }

    .core-info {
        width: 220px;
        padding: 60px 25px;
        height: 220px;
    }

    .core-info h3 {
        font-size: 26px;
    }

    .core-slash {
        height: 20px;
        width: 2px;
        margin: 1px auto 8px;
    }

    .core-info h4 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .service-fig {
        width: 300px;
    }

    .service-info h2 {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 35px;
        margin-bottom: 17px;
    }

    .service-info h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .service-list li {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .service-list li i {
        height: 26px;
        width: 26px;
        font-size: 12px;
        margin-right: 5px;
    }

    .service-list {
        margin-bottom: 23px;
    }

    .service-section {
        padding: 40px 0;
    }

    .exprt-fig {
        width: 290px;
    }

    .expert-wrapr {
        padding-left: 280px;
    }

    .site-info h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .exprt-abt {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .exprt-abt .white {
        padding: 0 30px;
    }

    .expert-section {
        min-height: 358px;
    }

    .pading-lft {
        padding-left: 105px;
    }

    .right-plne {
        top: 70px;
        right: 15px;
        height: 120px;
        width: 160px;
    }

    .exam-card-fig figcaption a {
        width: 35px;
        height: 35px;
        bottom: -18px;
        right: 16px;
    }

    .exam-card-fig figcaption img {
        width: 12px;
    }

    .exam-card-info h3 a, .exam-card-info h3 {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .blog-section::after {
        top: -95px;
        height: 100px;
    }

    .advantage-section {
        padding: 40px 0 70px;
    }

    .blue-span {
        font-size: 15px;
    }

    .country-fig {
        width: 35px;
    }

    .all-para {
        font-size: 13px;
        max-width: 70px;
        line-height: 16px;
    }

    .country-info {
        gap: 12px;
        padding: 12px;
        min-width: 146px;
        min-height: 60px;
    }

    .bannerSlide .owl-stage-outer {
        padding: 0 0px 45px 8px;
    }

    .bannerSlide .owl-dot {
        height: 8px;
        width: 8px;
    }

    .bannerSlide .owl-dot.active {
        width: 18px;
        height: 6px;
    }

    .blog-section {
        padding: 20px 0 50px;
    }

    .exprt-abt .site-info p {
        font-size: 13px;
        line-height: 20px;
    }

    .blog-section.blog-section .exprt-abt .yellow-btn {
        padding: 0 30px;
    }

    .blog-fig {
        height: 145px;
    }

    .exam-card-info {
        padding: 15px;
    }

    .blog-info .exam-card-info {
        min-height: 90px;
    }

    .galry-inf p {
        font-size: 15px;
    }

    .galry-inf h2 {
        font-size: 26px;
    }

    .galry-inf {
        padding: 50px 30px;
        width: 210px;
    }

    .corner-arrow a {
        height: 100px;
        width: 100px;
        bottom: -35px;
        right: -35px;
        padding: 20px 0 0 25px;
    }

    .corner-arrow img {
        width: 16px;
    }

    .gallry-wrapper {
        padding-left: 224px;
    }

    .footer-logo {
        width: 120px;
    }

    .footer-link h3 {
        font-size: 15px;
        margin-bottom: 13px;
    }

    .footer-link ul li, .footer-link ul li a, .address p {
        font-size: 12px;
    }

    .footer-link ul li {
        margin-bottom: 8px;
    }

    .footer-bottom p {
        font-size: 11px;
        max-width: 240px;
    }

    .social-link li a {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .social-link {
        gap: 10px;
    }

    .footer-bottom {
        margin-top: 22px;
        padding-top: 10px;
    }

    .gallery-section {
        margin: 3px 0 0;
    }

    .footer {
        padding: 0 50px 4px;
        margin-top: 5px;
    }

    .hero-info h1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .about-info-fig::before {
        width: 250px;
        height: 250px;
        top: 30px;
        left: -40px;
    }

    .about-info-fig {
        width: 200px;
    }

    .about-info {
        height: 361px;
    }

    .about-info:after {
        height: 115px;
        bottom: -10px;
    }

    .new-site-abt {
        padding: 0 0 30px 0;
    }

    .margin-bttm {
        margin-bottom: 18px !important;
    }

    .abt-fg {
        width: 370px;
    }

    .choose-info figure {
        width: 45px;
        margin: 0 auto 10px;
    }

    .exam-card-info p {
        font-size: 13px;
        line-height: 23px;
    }

    .choose-info.choose-info {
        padding: 30px 14px;
        margin-bottom: 25px;
        min-height: 340px;
    }

    .note-about {
        padding: 25px 34px;
        margin: 10px auto 0;
    }

    .note-about p {
        font-size: 12px;
        line-height: 22px;
    }

    .about-info.about-info .hero-info h1{
        line-height: 41px;
    }

    .destination-circle {
        height: 360px;
        width: 360px;
        margin: 0 auto 45px;
    }

    .circle-one {
        width: 140px;
        padding: 8px;
        top: -73px;
    }

    .circle-two.circle-two.circle-two.circle-two {
        left: -60px;
    }

    .circle-three.circle-three.circle-three.circle-three {
        right: -13px;
    }

    .country img {
        width: 38px;
    }

    .country-1 {
        top: 90px;
    }

    .country-2 {
        top: 50px;
        right: 19px;
    }

    .country-3 {
        left: 170px;
        bottom: -19px;
        top: auto;
    }

    .destination-abt h2 span {
        font-size: 24px;
    }

    .destination-abt h2 {
        font-size: 30px;
        top: 130px;
        right: -120px;
    }

    .destinatn-service {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        max-width: 630px;
        margin: 5px auto 40px;
    }

    .contry-service {
        width: 160px;
    }

    .contry-service img {
        padding: 8px;
    }

    .sml-country.sml-country.sml-country.sml-country {
        width: 60px !important;
    }

    .service-about-info h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .service-about-info p {
        font-size: 13px;
        line-height: 22px;
    }

    .service-about {
        gap: 40px;
    }

    .destination-info {
        padding: 30px 0;
    }

    .contact-site {
        padding: 0 0 30px;
        margin-top: -20px;
    }

    .contck-dtls figure {
        height: 112px;
        width: 112px;
        margin: 0 auto 15px;
    }

    .contck-dtls figure img {
        width: 38px;
    }

    .contck-dtls h3 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .contck-dtls p, .contck-dtls a {
        font-size: 13px;
        line-height: 22px;
    }

    .contck-dtls {
        min-height: 216px;
        width: 25%;
    }

    .contact-form {
        margin-bottom: 12px;
    }

    .map {
        padding: 5px;
        margin: 5px 0 2px;
    }

    .map iframe {
        height: 250px;
    }

    .contact-form input, .contact-form select {
        height: 40px;
        font-size: 12px;
        padding: 0.375rem 14px;
    }

    .contact-form input::placeholder{
        font-size: 12px;
    }

       /* ======== */

       .footer-link h3[aria-expanded=false]::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
        background: url(../images/white-plus-icon.svg) no-repeat center/contain;
        background-size: 14px;
    }

    .footer-link h3[aria-expanded=true]::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
        background: url(../images/white-minus-icon.svg) no-repeat center/contain;
        background-size: 14px;
    }

    .footer-link h3 {
        font-size: 15px;
        margin-bottom: 10px;        
        pointer-events: initial;
    }

    .footer-link {
        padding-top: 25px;
    }

    .footer-link ul.collapse:not(.show) {
        display: none;
    }

    .faq-info .accordion-button {
        font-size: 14px;
        padding: 12px 16px;
    }

    .faq-info .accordion-body {
        padding: 10px 16px;
        font-size: 13px;
    }

    .faq-info .accordion-item {
        margin-bottom: 10px;
    }

    .faq-section {
        padding: 0px 0 40px;
    }

    .faq-info .accordion-button::after {
        background-size: 13px;
        position: relative;
        top: 4px;
    }
        
    .new-cls-btn{
        display: block;
        position: absolute;
        right: 18px;
        top: 5px;
        z-index: 8;
    }

    .submtt-btn.submtt-btn.submtt-btn {
        height: 36px;
        line-height: 36px;
        padding: 0 20px;
        font-size: 10px;
    }

    .blg-new-dtlls .site-info.site-info h3 {
        font-size: 15px;
        margin-bottom: 1px;
    }

    .apply-hding {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .blg-ddtsl {
        float: initial;
        width: 380px;
        margin: 0 auto 20px;
    }

    .blog-dtls-sectn h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-dtls-sectn.blog-dtls-sectn {
        padding: 0px 0 18px !important;
    }

    .blg-abt-info {
        height: 180px;
    }
    
    
}

@media only screen and (max-width: 770px) {
    
    .container {
        padding: 0 40px;
    }

    .hero-info h2 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 12px;
        padding-left: 12px;
    }

    .lady-immg {
        width: 180px;
    }

    .world-img {
        right: 190px;
        width: 75px;
        bottom: 100px;
    }

    .hero-section {
        height: 350px;
    }

    .about-site {
        padding: 30px 0 20px 0;
    }

    .site-info h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 6px;
    }

    .core-wrapper {
        margin-top: 5px;
        transform: scale(0.8);
    }

    .service-section {
        padding: 30px 0;
    }

    .service-fig {
        width: 220px;
        margin-bottom: 6px;
    }

    .service-info h2 {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 30px;
        margin-bottom: 15px;
    }

    .row-rivers {
        padding-top: 22px;
    }

    .exprt-fig {
        display: none;
    }

    .expert-wrapr {
        padding-left: 0;
    }

    .pading-lft {
        padding-left: 0;
    }

    .exprt-abt {
        padding-top: 0;
        margin-bottom: 25px;
    }

    .expert-section {
        padding: 30px 0 15px;
        min-height: auto;
    }

    .exam-card{
        margin-bottom: 20px;
    }

    .blog-fig {
        height: auto;
    }

    .blog-info .exam-card-info {
        min-height: auto;
        top: -2px;
    }

    .blog-info{
        margin-bottom: 20px;
    }

    .galry-inf {
        padding: 30px;
        width: 190px;
    }

    .gallry-wrapper {
        padding-left: 205px;
    }

    .footer-link {
        padding-top: 25px;
    }

    .footer-link h3 {
        font-size: 15px;
        margin-bottom: 10px;        
        pointer-events: initial;
    }

    .footer-link ul li {
        margin-bottom: 5px;
    }

    .address i {
        font-size: 12px;
    }

    .address {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .footer-bottom {
        margin-top: 15px;
    }

    /* ======== */

    /* .footer-link h3[aria-expanded=false]::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
        background: url(../images/white-plus-icon.svg) no-repeat center/contain;
        background-size: 14px;
    }

    .footer-link h3[aria-expanded=true]::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
        background: url(../images/white-minus-icon.svg) no-repeat center/contain;
        background-size: 14px;
    } */

    

    .hero-info h1 {
        font-size: 26px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .about-info:after {
        height: 90px;
        bottom: -10px;
    }

    .about-info-fig {
        width: 170px;
    }

    .about-info-fig::before {
        width: 200px;
        height: 200px;
        top: 30px;
        left: -25px;
    }

    .about-info {
        height: 320px;
    }

    .new-site-abt {
        padding: 0 0 30px 0;
    }

    .abt-fg {
        width: 320px;
        margin-top: 10px;
    }

    .choose-info.choose-info {
        padding: 26px 15px;
        margin-bottom: 20px;
        min-height: auto;
    }

    .note-about {
        padding: 25px;
        margin: 5px auto 0;
    }

    .note-about p {
        text-align: justify;
    }

    .contact-site {
        padding: 0 0 30px;
        margin-top: -20px;
    }

    .enquire-form .modal-body {
        padding: 30px;
    }

    .contact-form p {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .contact-radio-wrapr {
        gap: 12px;
    }

    .new-contnr {
        padding-left: 19px;
        font-size: 12px;
    }

    .checkmark {
        height: 15px;
        width: 15px;
        top: 1px;
    }

    .new-contnr .checkmark:after {
        top: 3px;
        left: 3px;
        width: 7px;
        height: 7px;
    }

    .contact-form textarea {
        font-size: 12px;
        padding: 6px 14px;
        height: 70px;
    }

    .capcha-img {
        width: 160px;
    }

    .contact-form input[type="checkbox"] {
        height: 15px;
        width: 15px;
    }

    .capcha-code {
        margin: 10px 0;
    }

    .capcha-code img{
        width: 40px;
    }

    .capcha-code input[type="text"] {
        max-width: 180px;
        display: inline-block;
        vertical-align: middle;
    }

    .cloud {
        top: 75px;
        width: 60px;
    }

    .new-blog-section {
        padding-bottom: 30px !important;
        padding-top: 0 !important;
    }

    .order-fist{
        order: 1;
    }

    .order-lst{
        order: 3;
    }

    .blg-abt-info {
        height: 180px;
    }

    .bill-wrapper a {
        height: 38px;
        line-height: 36px;
        padding: 0 20px;
        font-size: 14px;
    }

}

@media only screen and (max-width: 575px) {
    
    .header {
        padding: 0px 35px;
    }

    .logo-img {
        width: 90px;
    }

    .container {
        padding: 0 24px;
    }

    .yellow-btn {
        height: 34px;
        line-height: 34px;
        padding: 0 18px;
        font-size: 10px;
    }

    .header-right {
        gap: 14px;
        padding-top: 12px;
    }

    .hero-info h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        padding-left: 10px;
    }

    .lady-immg {
        width: 130px;
        right: 10px;
    }

    .world-img {
        right: 100px;
        width: 70px;
        bottom: 70px;
    }

    .round-canada.round-canada.round-canada {
        width: 18px !important;
    }

    .flying {
        position: absolute;
        width: 20px;
    }

    .hero-section .row {
        padding-top: 104px;
        align-items: initial !important;
    }

    .about-site {
        padding: 25px 0 15px 0;
    }

    .site-info p {
        line-height: 22px;
        margin-bottom: 16px;
    }

    .site-info {
        margin-bottom: 20px;
    }

    .core-info {
        width: 170px;
        padding: 43px 25px;
        height: 170px;
    }

    .core-info h3 {
        font-size: 22px;
    }

    .core-info h4 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .core-slash {
        height: 16px;
        margin: 1px auto 6px;
    }

    .service-section {
        padding: 25px 0;
    }

    .service-list li {
        display: flex;
        align-items: baseline;
        gap: 2px;
    }

    .site-info h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .exprt-abt {
        margin-bottom: 17px;
    }

    .right-plne {
        top: 73px;
        right: 5px;
        height: 80px;
        width: 120px;
    }

    .exam-card {
        margin-bottom: 15px;
    }

    .advantage-section {
        padding: 30px 0 50px;
    }

    .blue-span {
        font-size: 13px;
    }

    .blog-section.blog-section .exprt-abt {
        margin-bottom: 25px;
        display: inherit;
    }

    .blog-section.blog-section .exprt-abt .yellow-btn {
        margin-top: 10px;
    }

    .blog-info {
        margin-bottom: 15px;
    }

    .blog-section {
        padding: 15px 0 22px;
    }

    .galry-inf p {
        font-size: 14px;
    }

    .galry-inf h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .galry-inf {
        padding: 20px 16px;
        width: 135px;
    }

    .gallry-wrapper {
        padding-left: 150px;
    }

    .footer-link {
        padding-top: 14px;
    }

    .footer-bottom {
        margin-top: 10px;
        display: flex;
        flex-direction: column-reverse;
    }

    .social-link {
        gap: 10px;
        margin-bottom: 10px;
    }

    .footer-bottom p {
        font-size: 11px;
        max-width: initial;
    }

    .footer {
        padding: 0 40px 4px;
        margin-top: 5px;
    }

    .new-site-abt {
        padding: 0 0 30px 0;
    }

    .new-site-abt .site-info p {
        margin-bottom: 10px;
    }

    .destination-circle {
        height: 350px;
        width: 350px;
        transform: scale(0.7);
        margin: -50px auto -15px;
    }

    .hero-info h1 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .about-info.about-info .hero-info h1 {
        line-height: 28px;
    }

    .destinatn-service {
        height: 40px;
        line-height: 40px;
        font-size: 11px;
        max-width: initial;
        margin: 5px auto 40px;
    }

    .service-about{
        display: block;
        margin-bottom: 19px;
    }

    .contry-service {
        width: 130px;
        margin: 0 auto 10px;
    }

    .contry-service img {
        padding: 6px;
    }

    .sml-country.sml-country.sml-country.sml-country {
        width: 55px !important;
    }

    .service-about-info h2 {
        font-size: 15px;
        margin-bottom: 2px;
    }

    .destination-info .note-about {
        margin-top: 4px;
    }

    .destination-abt h2 span {
        font-size: 22px;
    }

    .destination-abt h2 {
        font-size: 26px;
        top: 130px;
        right: -90px;
    }

    .about-info.about-info .hero-info h1 {
        margin-bottom: 12px;
    }

    .destination-circle {
        transform: scale(0.6);
        margin: -60px auto -34px;
        position: relative;
        left: -20px;
    }

    .contact-site {
        padding: 0 0 30px;
        margin-top: -20px;
    }

    .contact-wrapper {
        display: block;
        width: 100%;
        text-align: center;
    }

    .contck-dtls {
        width: 100%;
        min-height: auto;
        margin-top: 15px;
    }

    .contck-dtls figure {
        height: 100px;
        width: 100px;
        margin: 0 auto 10px;
    }

    .contck-dtls figure img {
        width: 34px;
    }

    .map iframe {
        height: 190px;
    }

    .faq-info .accordion-button {
        font-size: 12px;
        padding: 8px 14px;
    }

    .faq-info .accordion-body {
        padding: 8px 14px;
        font-size: 12px;
    }
    
    .faq-info .accordion-button::after {
        background-size: 11px;
        top: 4px;
        right: -10px;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(180deg);
        top: -4px;
        right: -4px;
    }

    .enquire-form .modal-body {
        padding: 15px 20px 0px;
    }

    .contact-form {
        margin-bottom: 10px;
    }

    .down-aarw {
        top: 15px;
        font-size: 12px;
        right: 14px;
    }

    .cloud {
        top: 60px;
        width: 50px;
    }

    .hero-section {
        height: 335px;
    }

    .new-blog-section {
        padding-bottom: 25px !important;
        margin-top: -20px !important;
    }

    .submtt-btn.submtt-btn.submtt-btn {
        height: 34px;
        line-height: 34px;
        padding: 0 18px;
        font-size: 10px;
    }

    .blog-dtls-sectn.blog-dtls-sectn {
        padding: 5px 0 10px !important;
    }

    .blg-new-dtlls .site-info.site-info {
        margin-bottom: 8px;
    }

    .terms-condition {
        margin-bottom: 15px !important;
    }

    .terms-condition p {
        margin-bottom: 3px;
    }

    .apply-hding {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .apply-abt.apply-abt .service-list li i {
        top: -3px;
    }

    .bill-wrapper {
        max-width: 340px;
    }

    .blg-abt-info {
        height: 160px;
    }

    .blog-dtls-sectn h3 {
        font-size: 13px;
        line-height: 20px;
    }

    .blg-ddtsl {
        float: initial;
        width: 300px;
    }

    .exam-card-info h3 {
        margin-bottom: 4px;
    }

}

@media only screen and (max-width: 400px) {
    
    .core-wrapper {
        margin: -15px 0;
        transform: scale(0.7);
    }

    .about-info-fig {
        width: 135px;
    }

    .about-info-fig::before {
        width: 155px;
        height: 155px;
        top: 30px;
        left: -12px;
    }

    .about-info {
        height: 280px;
        margin-bottom: -14px;
    }

    .about-info:after {
        height: 80px;
        bottom: -8px;
    }

    .destinatn-service {
        height: 35px;
        line-height: 35px;
        font-size: 9px;
        margin: 5px auto 25px;
    }

    .destination-info {
        padding: 20px 0 30px;
    }

    .destination-abt h2 {
        font-size: 27px;
    }

    .contact-form textarea {
        height: 60px;
    }

    .blg-ddtsl {
        float: initial;
        width: 260px;
        margin: 0 auto 15px;
    }

    .blg-abt-info {
        height: 150px;
    }
}