h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span,
button,
input,
select,
textarea {
    font-family: "Noto Sans", sans-serif !important;
}

ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

p{
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu ul li {
    margin: 0 0 0 20px;
}

header {
    position: absolute;
    width: 100%;
    top: 20px;
    max-width: 100%;
    display: block;
    z-index: 999;
}

.menu ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
}

button.btn.btn-dark {
    padding: 0;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    background: #007dfc;
    border: none;
    width: 210px;
    line-height: 16px;
}

button.btn.btn-dark img {
    margin: 0 0px 0 10px;
    filter: brightness(0) invert(1);
}


section.sec_1 {
    background: linear-gradient(145deg,#fff 7%,#d4e6f5 29%,#fff 56%,#d4e6f6 0,#fff 0,#d4e6f5);
    padding: 140px 0 100px 0;
}

.banner_img img {
    width: 90%;
    margin-left: auto !important;
    display: block;
}


.global_inner h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 14px;
    margin: 0 0 15px 0;
    background: #fff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #cccccc87;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.global_inner h5 img {
    width: 11px;
    margin: 0 10px 0 0;
}

.global_inner h2 {
    font-size: 50px;
    font-weight: 400;
    color: #111;
    text-transform: capitalize;
    letter-spacing: -1px;
    line-height: 60px;
    margin: 0 0 15px 0;
}

.global_inner p {
    font-size: 16px;
    line-height: 24px;
    color: #111;
}

.global_inner button {
    margin: 30px 0;
}

.counter_wrap ul {display: flex;align-items: center;justify-content: space-between;}

.counter_wrap ul li h3 {font-size: 40px;line-height: 40px;margin: 0;font-weight: bold;color: #007dfc;margin: 0 0 10px 0;}

.counter_wrap ul li p {
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
    line-height: 15px;
}


section.sec_2 {
    background: #d9d9d96e;
    padding: 80px 0;
}

.global_inner.text-center h5 {
    margin: auto;
    margin-bottom: 20px;
}

.post_wrap img {
    width: 100%;
    margin: 0 0 20px 0;
}

.post_wrap h5 {font-size: 21px;text-transform: capitalize;font-weight: 500;color: #111;margin: 0 0 15px 0;}

.post_wrap p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 20px 0 !important;
}

.post_wrap a {
    font-size: 16px;
    color: #000;
    line-height: 16px;
    margin: 30px 0 0 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.post_wrap a img {
    width: auto;
    margin: 0 0 0 10px;
}

section.sec_3 {
    padding: 80px 0;
    background: #f9f9f9;
}

.single_img img {
    width: 100%;
}

.tabs_wraper_main {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    position: relative;
    padding: 5px;
}

.tabs_wraper_main ul#myTab {
    justify-content: center;
    border: none !important;
    background: #fff;
    position: relative;
    z-index: 99;
    width: fit-content;
    margin: auto !important;
    margin-top: -30px !important;
    padding: 10px !important;
}

.tabs_wraper_main ul#myTab li button {
    border: 1px solid #eee !important;
    border-radius: 5px !important;
    margin: 0 5px;
    color: #000 !important;
}

.image_box {
    padding: 20px;
}

.image_box ul li {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 15px 0 0 0;
    padding: 10px 10px;
    box-shadow: 0 0 10px #eee;
}

.image_box ul li span:nth-child(1) {background: rgb(252 231 243 / var(--tw-bg-opacity, 1));width: 90px;height: 90px;display: flex;align-items: center;justify-content: center;border-radius: 10px;margin: 0 15px 0 0;}

.image_box ul li h5 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.image_box ul li:nth-child(2) span:nth-child(1) {
    background: rgb(220 252 231/var(--tw-bg-opacity,1));
}

.image_box ul li:nth-child(3) span:nth-child(1) {
    background: rgb(219 234 254/var(--tw-bg-opacity,1));
}

.tabs_wraper_main ul#myTab li button.active, .tabs_wraper_main ul#myTab li button:hover {
    background: dodgerblue;
    color: #fff !important;
    border: 1px solid dodgerblue !important;
}

.image_box.second ul li:nth-child(1) span:nth-child(1) {
    background: rgb(254 249 195/var(--tw-bg-opacity,1));
}

.image_box.second ul li:nth-child(2) span:nth-child(1) {
    background: rgb(255 237 213/var(--tw-bg-opacity,1));
}

.image_box.second ul li:nth-child(3) span:nth-child(1) {
    background: rgb(243 232 255/var(--tw-bg-opacity,1));
}

.image_box.third ul li:nth-child(1) span:nth-child(1) {
    background: rgb(187 247 208/var(--tw-bg-opacity,1));
}

.image_box.third ul li:nth-child(2) span:nth-child(1) {
    background: rgb(254 226 226/var(--tw-bg-opacity,1));
}

.image_box.third ul li:nth-child(3) span:nth-child(1) {
    background: rgb(224 231 255/var(--tw-bg-opacity,1));
}

section.sec_4 {
    background: #f9f9f9;
    padding: 80px 0 0 0;
}

.testimonial_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial_box ul li {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    flex: 0 0 32%;
    min-height: 310px;
}

.author_wrap {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 15px 0 0 0;
    margin: 0;
}

.author_wrap span img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.testimonial_box ul li h5 {font-size: 18px;margin: 20px 0 10px 0;font-weight: 600;color: #000;text-transform: capitalize;}

.testimonial_box ul li p {font-size: 14px;line-height: 20px;color: #333;min-height: 130px;}

.author_wrap span {
    margin: 0 10px 0 0;
}

.author_wrap span h4 {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    font-weight: 500;
    color: #000;
}

.author_wrap span h6 {
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0 0 0;
    font-weight: 300;
    color: #000;
}

.testimonial_wraper h2 {
    font-size: 35px;
    line-height: 40px !important;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px 0;
}

.testimonial_wraper h6 {
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0;
    color: #000;
}

.testimonial_wraper p {
    font-size: 14px;
    margin: 14px 0 0 0 !important;
    color: #444;
    line-height: 14px;
}

section.sec_5 {
    background: #efefef;
    padding: 80px 0;
}

.map img {
    width: 90%;
}

ul.start {
    margin: 30px 0 0 0 !important;
    justify-content: start;
}

ul.start li {
    margin: 0 20px 0 0;
}

section.sec_6 {
    padding: 80px 0;
}

.team_wraper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team_wraper ul li.team_child {
    flex: 0 0 23%;
    position: relative;
    z-index: 9;
}

.team_wraper ul li.team_child img {
    width: 100%;
}

.team_wraper {
    margin: 70px 0 0 0;
}

.team_main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9999;
}

.team_main h5 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.team_wraper ul li.team_child:before {
    content: '';
    display: block;
    position: absolute;
    background: #0000004f;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.team_main p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin: 15px 0 0 0 !important;
}

.team_main ul {justify-content: start;margin: 20px 0 0 0 !important;}

.team_main ul li {
    flex: 0 0 50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team_main ul li svg {
    font-size: 24px;
    color: #fff;
}

section.sec_7 {
    padding: 80px 0;
}

.btn-wraper button {
    width: auto !important;
    padding: 0 30px !important;
    margin: 0 10px 0 0;
}

.btn-wraper {
    margin: 30px 0 0 0 !important;
}

.btn-wraper button:nth-child(2) {
    background: #fff;
    color: #000;
}

.btn-wraper button:nth-child(2) img {
    filter: brightness(0.5);
}

.accordian_wraper .accordion-item {
    margin: 0 0 15px 0;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px #ccc;
}

.accordian_wraper .accordion-item button {border-radius: 7px !important;height: 60px;font-size: 16px;text-transform: capitalize;color: #000;outline: none !important;box-shadow: unset !important;}

footer {
    padding: 0 0 30px 0;
}

footer .bg_row {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 300px;
    border-radius: 30px;
    padding: 0 30px;
}

.global_inner.white h2, .global_inner.white p {
    color: #fff;
}

.btn-wraper.white button {
    background: #fff;
    color: #000;
}

.btn-wraper.white button img {filter: unset;}

.footer_wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_wraper p {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    font-weight: 400;
}

.package_inenr {
    border: 1px solid #DADADA;
    border-radius: 20px;
    padding: 20px;
}

.package_inenr h4 {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.package_inenr h4 span {
    color: #007dfc;
    font-weight: bold;
    font-size: 26px;
}

.package_inenr p, .package_inenr h5 {
    font-size: 15px;
    line-height: 22px;
    color: #111111;
    margin: 0;
}

.package_inenr h1 {
    font-size: 40px;
    margin: 15px 0;
    font-weight: bold;
    color: #007dfc;
}

.package_inenr h6 {
    text-align: center;
    margin: 20px 0 0 0;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
    color: #007dfc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 18px;
}

.package_inenr h6 img {
    margin: 0 10px 0 0;
}

.hotspot .tooltip {
    visibility: hidden;
    width: 180px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.package_inenr button {
    margin: 15px 0;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    background: linear-gradient(78deg, #014478 0.07%, #018ABE 99.93%);
    font-size: 15px;
    line-height: 17px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.package_inenr ul {
    border-top: 1px solid #ddd;
    padding-top: 20px !important;
    height: 220px;
    overflow-y: scroll;
    margin: 0 0 40px 0 !important;
}

.package_inenr ul li {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 15px 0;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.package_inenr ul li svg {
    margin: 0 10px 0 0;
}

img.visa {
    width: 100%;
}

section.package_sec {
    padding: 80px 0;
}

.hotspot {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.testimoniaL-big h4 {
    font-size: 33px;
    line-height: 44px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    margin: 0 0 15px 0;
}

.testimoniaL-big p {font-size: 18.1px;font-weight: 300;color: #000;}

.big_img img {
    width: 70%;
    margin: auto;
    display: block;
}

.author_name {top: 125px;position: relative;}

section.sec_4 {}

section.sec_4 .row.mt-5.align-items-center {
    position: relative;
    z-index: 9;
}

.row.mt-5.align-items-center {}

section.sec_4 .row.mt-5.align-items-center:before {
    content: '';
    display: block;
    position: absolute;
    background: #1e90ff;
    width: 100%;
    height: 120px;
    bottom: 0;
    top: unset;
    z-index: -1;
    border-radius: 20px;
}

.author_name h5 {
    font-size: 26px;
    color: #fff;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.author_name h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 16px;
}


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

}
@media only screen and (max-width: 1460px){}
@media only screen and (max-width: 1399px){

    .global_inner h2 {
    font-size: 40px;
    line-height: 50px;
}

.package_inenr p, .package_inenr h5 {
    font-size: 14px;
}

.testimonial_wraper h2 {
    font-size: 30px;
}

.testimoniaL-big h4 {
    font-size: 26px;
    line-height: 36px;
}

.testimoniaL-big p {
    font-size: 16px;
}

.author_name {
    top: 100px;
}



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

    .counter_wrap ul li p {
    font-size: 14px;
}


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


    .menu {
    display: none;
}

.logo {
    text-align: center;
}

section.sec_1 {
    padding-top: 130px;
    padding-bottom: 40px;
}

.global_inner h5 {
    font-size: 11px;
    padding: 3px 10px;
}

.global_inner h2 {
    font-size: 25px;
    line-height: 33px;
}

.global_inner p {
    font-size: 14px;
    line-height: 20px;
}

button.btn.btn-dark {
    height: 45px;
    font-size: 14px;
    width: fit-content;
    padding: 0 15px;
}

.counter_wrap ul li {
    flex: 0 0 50%;
    text-align: center;
    margin: 0 0 30px 0;
}

.counter_wrap ul {flex-wrap: wrap;}

.banner_img img {
    margin: auto;
    width: 95%;
}

section.sec_2 {
    padding: 40px 0;
}

.post_wrap {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 9px #ccc;
    margin: 30px 0 0 0;
}

section.sec_2 .row.mt-5 {
    margin-top: 0 !important;
}

section.package_sec {
    padding: 40px 0;
}

.package_inenr {
    margin: 0 0 20px 0;
}

section.sec_3 {
    padding: 40px 0;
}

br {
    display: none !important;
}

.image_box {
    padding: 10px;
}

.image_box ul li h5 {
    font-size: 14px;
}

.single_img {
    display: none;
}

.testimonial_wraper {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    margin: 0 0 30px 0;
    padding: 20px;
}

.testimonial_wraper h2 {
    font-size: 22px;
    width: 60%;
    margin: auto;
    line-height: 26px !important;
    margin-bottom: 25px;
}

.testimonial_box ul {
    display: block;
}

.testimonial_box ul li {
    margin: 0 0 20px 0;
}

.big_img {
}

section.sec_4 .row.mt-5.align-items-center {
    flex-direction: column-reverse;
}

.author_name {
    position: unset;
    margin: 40px 0 20px 0;
}

.author_name h5, .author_name h6 {
    color: #000;
}

.map img {
    margin: auto;
    display: block;
}

.map {
    margin: 0 0 40px 0;
}

section.sec_5 {
    padding: 40px 0;
}

.team_wraper ul {
    display: block;
}

.team_main ul {
    display: flex;
}

.team_wraper ul li.team_child {
    margin: 0 0 30px 0;
}

section.sec_6 {
    padding: 40px 0;
}

section.sec_7 {
    padding: 40px 0;
}

.btn-wraper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 30px 0 !important;
}

.btn-wraper button {
    width: 100%;
    padding: 0 !important;
    font-size: 12px !important;
    flex: 0 0 48%;
    margin: 0;
}

.btn-wraper button img {
    display: none;
}

.btn-wraper button:nth-child(1) {
    flex: 0 0 56%;
}

.btn-wraper button:nth-child(2) {
    flex: 0 0 39%;
}

.accordian_wraper .accordion-item button {
    padding: 15px 10px;
    font-size: 15px;
    line-height: 25px;
    height: auto;
}

.btn-wraper.white {
    margin: 30px 0 0 0 !important;
}

footer .bg_row {
    height: auto;
    padding: 50px 0;
    border-radius: 0;
}

footer {
    padding: 40px 0 30px 0;
}

.footer_wraper {
    display: block;
    text-align: center;
}

.footer_wraper p {
    font-size: 14px;
    margin: 30px 0 0 0 !important;
}

section.sec_1 .global_inner {
    text-align: center;
}

section.sec_1 .global_inner h5 {
    margin: auto;
    margin-bottom: 15px;
}


}


.author_banner {
    display: flex;
    align-items: center;
    margin: 0px 0 0 0;
}

.author_banner span img {
    width: 60px;
    margin: 0 15px 0 0;
}

.author_banner span h6 {
    color: #007dfc;
    font-size: 18px;
    margin: 0 0 6px 0px;
    font-weight: bold;
}

.author_banner span p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    width: 100%;
}

.author_banner span svg {
    font-size: 14px;
    margin: 0 4px 0 0px;
    color: orange;
}

.logo_badges ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo_badges ul li {
    flex: 0 0 17%;
}

.logo_badges ul li img {
    width: 100%;
}

.logo_badges {
    width: 35%;
}