@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap);

.menu ul.topmenu,
header ul,
ul {
    padding: 0;
    list-style: none
}

body,
ul {
    margin: 0
}

.menu ul.childmenu a,
.menu ul.topmenu li a {
    color: #434242;
    font-weight: 500;
    text-transform: uppercase
}

.commonbox h2,
footer .footerfirst ul li {
    margin-bottom: 1rem
}

.menu ul.childmenu,
.menu ul.topmenu,
.trusrcard ul,
header ul,
ul {
    list-style: none
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

body {
    font-family: Poppins, sans-serif
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.lightgrey,
.progressset.progressbg {
    background: #f6f8fc
}

.swiper-button-next:after,
.swiper-button-prev:after {
    background: var(--primarycolor);
    color: #fff;
    font-size: 16px;
    padding: 8px;
    border-radius: 10px
}

.commonbox {
    /* background-color: #fff; */
    /* border-radius: 0; */
    /* -webkit-box-shadow: 2px 2px 5px 0 #00000014; */
    /* box-shadow: 2px 2px 5px 0 #00000014; */
    padding: 15px;
    /* border: 1px solid #c9c7c7; */
}

.commonbox h2 {
    /* border-bottom: 1px solid #e8e8e8; */
    /* padding-bottom: 1rem; */
    /* font-size: 1.4rem; */
    text-align: center;
    text-transform: uppercase;
}

.commonbox.tbpad {
    padding-top: 15px;
    padding-bottom: 15px
}

.mobile-cta,
.mobileheader,
.mobileshow,
.mobshow {
    display: none
}

.popframe {
    width: 100%;
    height: 100vh;
    padding-bottom: 6%
}

.carelist ul, .supportlist ul {
    /* width: 230px; */
    /* overflow-x: scroll; */
    /* background: #000; */
}

.menu-arrow {
    display: none !important
}

.box_inner ul,
.menu {
    background: #f2f2f2
}

.box_inner ul li {
    border-top: 1px solid #fff;
    padding: 7px 10px;
    font-size: 13px
}

.progressset {
    background: #f6f8fc00;
    position: fixed;
    top: 0;
    left: 0;
    height: 10px;
    z-index: 999;
    min-width: 100%
}

.pageprogress {
    transition: .1s linear;
    min-width: 0;
    height: 10px
}

header {
    padding: 15px 10px;
    background: #ffffff;
}

header h1 {
    font-size: 1.8rem;
    font-weight: 700
}

header ul {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.form-number,
.pbtn {
    align-items: center
}

header ul li a {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    display: inline;
    font-family: sans-serif
}

.logo {
    display: block;
    text-align: left
}

.logo img {
    width: 100%;
}

header h2 {
    font-size: 28px
}

header p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
}

.homeicon {
    float: left;
    background: rgb(227 193 108 / 29%);
    padding: 14px 9px
}

.homeicon img {
    width: 24px
}

.menu ul.topmenu {
    margin: 0;
    text-align: left;
    float: left
}

.menu ul.childmenu li,
.menu ul.topmenu li,
.packagemenu li {
    display: inline-block
}

.menu ul.topmenu li a {
    padding: .8rem .7rem;
    display: block;
    font-size: 1.1rem
}

.menu ul.topmenu li a.is-current,
.menu ul.topmenu li.active a {
    background: #e3c16c
}

.menu ul.topmenu li a:active {
    color: #fff;
    background: #00f;
    border-color: #00f
}

.menu.has-sticky {
    display: block !important;
    position: fixed;
    box-shadow: rgba(0, 0, 0, .1) 0 5px 16px;
    width: 100%;
    z-index: 99;
    top: 10px;
    animation: .35s ease-out slideDown
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.menu ul.childmenu {
    text-align: right;
    border-top: 1px solid #fff;
    margin-bottom: 0
}

.menu ul.childmenu a {
    padding: .5rem .7rem;
    display: block;
    font-size: 14px
}

.localknow {
    padding: 30px 0;
    background-color: #fef8f3
}

.localknow h3 {
    color: #003c52;
    font-size: 35px;
    font-weight: 700
}

.localknow p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px
}

.localknow a {
    background-color: #d81c3f;
    color: #fff;
    display: block;
    width: 198px;
    text-align: center;
    font-size: 20px;
    padding: 12px 26px;
    max-width: 198px;
    border-radius: 10px;
    margin-top: 30px
}

.details_form {
    background: #8c8c8c;
    padding: 18px 10px
}

.details_form p {
    margin-bottom: 0;
    font-size: 13px;
    color: #fff
}

.details_form input {
    height: 38px
}

.details_form .btn {
    line-height: .5
}

.details_form img {
    margin-bottom: 5px;
    width: 23px
}

.details_form .input-group-text {
    padding: 4px;
    font-size: .8rem
}

.form-number {
    background: #fff;
    font-size: 12px;
    display: flex;
    padding: 0 5px 0 0;
    color: #b3b3b3;
    line-height: 40px;
    height: 38px;
    border: 1px solid #c9c9c9
}

footer {
    padding: 3rem 0 0;
    background: #373737
}

footer h3 {
    color: #eb5976;
    border-bottom: 1px solid #757575;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    font-size: 1.3rem
}

footer h5 {
    color: #c9c9c9;
    margin-bottom: 0;
    font-size: 1rem
}

footer .footerfirst ul {
    margin-top: 1rem;
    padding-left: 0;
    list-style: none
}

footer .footerfirst ul li a {
    color: #757575
}

footer .footerfirst ul li a i {
    margin-right: .6rem
}

footer h6 {
    color: #f9f9f9
}

footer .approved img {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 10px
}

footer .accept img {
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 100%
}

.disclamier {
    background: #f2ead3
}

.disclamier p {
    margin-top: 10px;
    text-align: center;
    color: #000;
    padding: 10px;
    font-size: .9rem;
    margin-bottom: 0
}

.copyright p {
    text-align: left;
    color: #fff;
    padding: 10px 0
}

.chooselist .choosectn h4,
.chooselist .chooseicon,
.servicebox,
.services h2,
.trustus h2,
.whychooseus h2,
.whychooseus p {
    text-align: center
}
#ycbexam .modelclosebtn,
#popupmodel .modelclosebtn,
#popupmodelone .modelclosebtn {
    position: absolute;
    right: 0;
    top: -11px;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    box-shadow: 0 -5px 15px rgba(82, 82, 82, .5);
    z-index: 2
}
#ycbexam .modelclosebtn .btn-close,
#popupmodel .modelclosebtn .btn-close,
#popupmodelone .modelclosebtn .btn-close {
    transition: .2s ease-in-out;
    font-size: 13px
}

#popupmodel .modelclosebtn .btn-close:hover,
#popupmodelone .modelclosebtn .btn-close:hover {
    transform: rotate(90deg);
    color: #000;
    font-size: 14px
}

.mainform h3 {
    color: #202020;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 3px
}

.mainform .form-floating,
.mainform .input-group-text,
.mainform textarea {
    margin-bottom: 11px
}

.mainform h3 span {
    color: #3f8ed7;
    font-weight: 600;
    margin-left: 5px
}

.mainform p {
    color: #515151;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.mainform label {
    font-size: 14px;
    color: #cbcbcb;
    transition: .1s linear
}

.mainform label span {
    color: red
}

.mainform .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6
}

.mainform .input-group-text {
    background: 0 0;
    width: 14%;
    margin-right: 2%;
    border-radius: 5px
}

.mainform .input-group input {
    border-radius: 5px
}

.mainform textarea {
    height: 82px
}

.mainform input[type=submit] {
    border-radius: 7px;
    background-image: linear-gradient(to right, #7533d6, #6114cf);
    width: 100%;
    height: 51px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: .1s linear;
    border: 0;
    text-decoration: none
}

.mainform .form-floating .form-control {
    height: 52px;
    min-height: 52px;
    padding: .7rem .75rem 0;
    font-size: 14px
}

.client_reviews,
.services {
    padding: 40px 0
}

.services h2 {
    /* font-size: 32px; */
    /* color: #19191a; */
    /* font-weight: 600; */
    text-transform: uppercase;
}

.services h2 span {
    /* color: #00537b; */
    text-transform: uppercase;
}

.servicebox {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 20px; */
    /* margin-top: 40px; */
}

.servicebox .serviceslist {
    flex: 0 0 23.6%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 4px 4px 24px 0 rgb(0 0 0 / 12%);
    border: 1px solid #cbcbcb;
    border-bottom: 0;
    margin-bottom: 30px;
}

.serviceslist>img {
    height: 130px
}

.carelist ul {
    white-space: nowrap;
    word-wrap: break-word;
    width: 100%
}

.carelist ul li {
    font-size: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 5px;
    border-radius: 3px;
    margin-bottom: 4px;
    background: #fff;
}

.serviceslist h4 {
    font-size: 18px;
    /* margin-top: 15px; */
    text-align: left;
    font-weight: 600;
    /* margin-bottom: 10px; */
    /* border-bottom: 1px dashed #000; */
    /* padding-bottom: 8px; */
}

.pbtn .packbtn a,
.serviceslist a {
    color: #fff;
    display: block;
    font-size: 14px
}

.serviceslist a {
    font-weight: 500;
    padding: 7px 10px;
    background: #00537b;
    /* margin: 10px -15px 0; */
    margin-bottom: 10px;
}

.packagebtn a,
.pbtn {
    /* display: flex; */
    /* gap: 5px; */
}

.supportlist {
    margin-bottom: 10px
}

.supportlist ul {
    white-space: nowrap;
    word-break: break-all
}

.supportlist ul li {
    display: inline-block;
    padding-right: 10px
}

.supportlist ul li img {
    width: 40px;
    padding-bottom: 5px
}

.supportlist ul li p {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 500
}

.supportlist.v2 {
    margin-top: 17px
}

.supportlist.v2 li img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.pbtn {
    /* background: #17254e; */
    /* justify-content: space-between; */
    /* padding: 10px 6px; */
    /* width: calc(100% - -30px); */
    /* margin-left: -15px; */
    /* margin-bottom: -20px; */
    /* border-radius: 0 0 10px 10px; */
    flex-direction: column;
    width: 100%;
}

.packagebtn a {
    background: rgb(255 255 255 / 12%);
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    margin: 0
}

.packagebtn a img {
    width: 17px
}

.packagebtn a span {
    color: #fff;
    font-size: 14px;
}

.pbtn .packbtn a {
    background: #6114cf;
    border-radius: 10px;
    box-shadow: 1px 0 7px 0;
    padding: 4px 3px;
}

.whychooseus {
    background: #f7f7f7;
    padding: 30px 0
}

.chooselist .chooseicon {
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #edf3f6;
    position: relative;
    bottom: -40px;
    left: 50%;
    margin-left: -60px
}

.chooselist .chooseicon img {
    width: 60px;
    margin-top: 22px
}

.chooselist .choosectn {
    padding: 56px 15px 22px;
    background: #fff;
    border: none;
    border-radius: 10px
}

.chooselist .choosectn h4 {
    font-size: 18px;
    color: #002673;
    font-weight: 600
}

.chooselist .choosectn p {
    margin-bottom: 0;
    font-size: 13px
}

.trustus {
    padding: 58px 0;
    background: linear-gradient(45deg, #fff, #1c608524)
}

.trustus h2 {
    color: #002673;
    font-size: 29px;
    margin-bottom: 40px
}

.careprovider ul li p,
.trustbox p {
    margin-bottom: 0
}

.trustus h2 span {
    color: #000;
    font-weight: 600
}

.trustbox {
    border: 1px solid #ddd;
    background: #fdfdfd;
    display: flex;
    flex-direction: column;
    padding: 15px;
    filter: drop-shadow(4px 3px 0px #002673)
}

.trustbox p {
    font-size: 13px;
    height: 70px
}

.careprovider h2,
.channelpartner h2 {
    margin-bottom: 30px
}

.careprovider h2,
.close-btn {
    font-size: 26px;
    text-align: center
}

.careprovider {
    padding: 30px 0;
    background: #fdfdfd
}

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

.careprovider ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid #000;
    padding: 0 40px
}

.careprovider ul li:first-child {
    border-left: 0
}

.careprovider ul li span {
    font-size: 35px;
    font-weight: 700
}

.channelpartner {
    padding: 40px 0;
    background: #fff
}

.channelpartner h2 {
    text-align: center;
    color: #000
}

.certificate h2,
.channellist,
.client_reviews h2 {
    margin-bottom: 40px
}

.channellist img {
    padding: 3px;
    height: 112px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px
}

.channellist .swiper-button-next,
.channellist .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #1c6085;
    border-radius: 100%
}

.channellist .swiper-button-next:after,
.channellist .swiper-button-prev::after,
.reviewlist .swiper-button-next:after,
.reviewlist .swiper-button-prev:after {
    font-size: 12px
}

.certificate {
    padding: 40px 0;
    text-align: center
}

.certificate h2 {
    font-size: 30px
}

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

.certificate a {
    display: block;
    background: #002673;
    color: #fff;
    padding: 10px;
    border-radius: 5px
}

.client_reviews h2 {
    text-align: center;
    text-transform: uppercase;
}

.client_reviews .reviewlist img {
    height: 300px;
    object-fit: contain;
    width: 100%;
    border: 1px solid #ddd
}

.reviewlist .swiper-button-next,
.reviewlist .swiper-button-prev {
    background: #038760;
    width: 35px;
    height: 35px;
    border-radius: 100%
}

.mainbg {
    background: url(../img/banner.jpg) top center no-repeat rgb(0 0 0 / 22%);
    background-size: cover;
    min-height: 400px;
    padding: 4rem 0;
    position: relative;
    background-blend-mode: multiply
}

.sliderform {
    margin-left: auto;
    background-color: #ffffff73;
    width: 373px;
    border-radius: 16px;
    padding: 20px 24px
}

.sliderform h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.sliderform img {
    width: 25px
}

.sliderform label {
    display: block;
    font-size: .9rem;
    text-transform: uppercase;
    color: #161616;
    margin-bottom: 5px
}

.sliderform input,
.sliderform select {
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    font-weight: 400;
    font-size: .8rem;
    line-height: 24px;
    padding: 9px 10px;
    display: block;
    width: 100%;
    margin-bottom: .7rem
}

.sliderform .input-group-text {
    padding: 8.5px 10px
}

.sliderform input[type=submit] {
    background: #6114cf;
    border-color: #6114cf;
    color: #fff;
    text-transform: uppercase
}

.slider_ctn h2 {
    font-size: 2.3rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 7px 6px rgba(0, 0, 0, .4)
}

.slider_ctn p {
    color: #fff
}

.review_list {
    margin-top: 2rem
}

.review_list span {
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff
}

.review_list i {
    color: #ffcc13;
    font-size: 1.7rem
}

.trusrcard {
    background-color: rgba(4, 4, 4, .5);
    padding: 20px 30px;
    position: absolute;
    left: 0;
    bottom: 14%;
    border-radius: 0 80px 80px 0;
    width: 100%;
    max-width: calc(100% - 40%)
}

.trusrcard ul {
    padding: 0;
    margin: 0
}

.trusrcard ul li {
    display: inline-block;
    text-align: center;
    width: 23%;
}

.trusrcard ul li img {
    height: 40px;
    object-fit: contain;
    width: 50px
}

.trusrcard h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    margin-top: 10px
}

.modal-overlay.slideuppopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999
}

.modal-content.slideupcontent {
    background-color: #e1e1e1;
    height: 100vh !important;
    width: 70%;
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    position: fixed;
    bottom: 0;
    right: 0
}

.close-btn {
    position: absolute;
    top: 341px;
    left: -57px;
    padding: 2px;
    cursor: pointer;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    width: 40px;
    height: 40px;
    margin: 10px auto;
    background-color: #000
}

#backgroundOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    z-index: 9998
}

@keyframes slideIn {
    from {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes slideOut {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

@keyframes slideleft {
    from {
        transform: translateX(+100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slideleftOut {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(+100%)
    }
}

.whyus .modeltitle {
    text-align: center;
    padding: 10px;
    background: #f2ead3;
    color: #121212;
    border-radius: 6px 6px 0 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d1cbcb;
    text-transform: uppercase;
    font-size: 28px
}

.scrollfix {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 7%
}

.packageenquiry {
    position: fixed;
    width: 100%;
    max-width: 310px;
    top: 50%;
    box-sizing: border-box;
    padding: 5px 10px;
    margin-top: -184px
}

.packageenquiry input,
.packageenquiry textarea {
    margin-bottom: 4px;
    font-size: 14px
}

.packageenquiry img {
    width: 21px
}

.packageenquiry .form-number {
    height: 35px
}

.packageenquiry h3 {
    font-size: 1rem;
    text-align: center
}

.packageenquiry p {
    font-size: 13px;
    text-align: center
}

.itinerary {
    margin-top: 74px
}

.itineraryslide img {
    width: 100%;
    object-fit: cover;
    height: 400px
}

.itineraryslide .swiper-button-next,
.itineraryslide .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 4px 2px 4px rgba(0, 0, 0, .2)
}

.itineraryslide .swiper-button-next:after,
.itineraryslide .swiper-button-prev:after {
    color: #000;
    font-size: 14px
}

.itinerarylist {
    background: #fff;
    margin: 30px 10px 15px;
    padding: 15px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, .2)
}

.itinerarylist h3 {
    font-size: 23px
}

.itinerarylist .depature {
    color: maroon;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.itinerarylist .depaturedate {
    padding-bottom: 15px;
    font-size: 14px
}

.itinerarylist .hightlight {
    padding-top: 10px
}

.hightlight ul li {
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400
}

.hightlight ul li img {
    width: 20px
}

.legaldocument img,
.singleimagebox img {
    width: 100%
}

.overviewbox h2 {
    font-size: 21px;
    padding-bottom: 10px
}

.overviewbox p {
    font-size: 14px
}

.includeexclude h5 {
    background: #ddd;
    padding: 10px;
    font-size: 15px
}

.includeexclude ul,
.legaldocument {
    margin-bottom: 20px
}

.packagemenu {
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 999999;
    background: #fff;
    width: 100%
}

.packagemenu ul {
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none
}

.packagemenu li a {
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #6c6c6c;
    border-radius: 10px;
    display: flex;
    gap: 5px;
    color: #6c6c6c
}

.packagemenu li a.is-current {
    background: #fff7e7;
    border-color: #ffebc4
}

.modelform .packageenquiry {
    position: static;
    width: 100%;
    max-width: 100%;
    top: 0;
    margin-top: 0
}

.legaldocument h4 {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 15px;
    background: #fff
}
.tutor-info img {
    width: 70px;
}

.tutor-info {
    display: flex;
    margin-bottom: 16px;
}

.tutor-name {
    font-size: 18px;
    font-weight: 600;
}

.tutor-addr {
    font-size: 15px;
    color: #6f6f6f;
}
.tutor-info img {
    width: 65px;
    border-radius: 100px;
    height: 65px;
}
.packagebtn.whts {
    background: #6114cf;
    }
    .join-div {
        display: flex
    ;
    }
    .carelist-readmore {
        background: #eaeaea63;
        padding: 5px;
        /* margin-bottom: 10px; */
        border-radius: 6px;
    }
    .benifit-scroll {
        overflow-x: scroll;
    }
    
    section.service-sec {
    padding: 50px 0;
}

.service-inner {
    border: 1px solid #00000014;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    /* background: #f8f8f8; */
    box-shadow: 4px 4px 24px 0 rgb(0 0 0 / 12%);
    margin-bottom: 30px;
}

.service-inner img {
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.service-inner h3 {
    font-size: 19px;
    margin-bottom: 0;
    margin-top: 7px;
}
section.service-sec h2 {
    text-align: center;
    text-transform: uppercase;
}
.intl-tel-input,
.iti{
  width: 100%;
}
.phone-flag::placeholder{
    color:#cbcbcb;
}
.phone-flag {
    padding-bottom: 9px !important;
}
.service-inner a {
    background: #389674;
    color: #fff;
    padding: 3px 10px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 5px;
}
.services-item h3{
    color: #000;
    font-size: 18px;
}
.services-item {
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    min-height: 210px;
}
.mb-50{margin-bottom: 50px;}
section.services-area.add-mg-new-sec-home {
    background: #6115cf;
    padding: 50px 0;
}
.section-title h2{color: #fff;text-transform: uppercase;}
.text-orange {
    color: #6115cf;
}

section.Offers-sec {
    padding: 50px 0;
    background-image: url(../images/bg.jpg);
}
.offer-inner {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #0000001a;
    box-shadow: 0px 0px 10px 0px rgba(255, 253, 253, 0.41);
    margin-bottom: 20px;
}

.offer-inner h3 {
    font-size: 20px;
}
p.box-description {
    font-size: 14px;
}
section.Offers-sec h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.shadow-effect .fa-quote-left::before{
    content: '';
    background-image: url(../images/quote-left.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
}
.shadow-effect .down {
    /* padding-left: 80px; */
    margin-top: 6px;
    padding-top: 3px;
    display: flex;
    align-items: center;
}
.shadow-effect .down img {
    top: 0;
    left: 20px;
    /* max-width: 50px; */
    height: 60px;
    width: 60px;
    border: 1px solid #ebebeb;
    border-radius: 100px;
    margin-right: 10px;
}
.shadow-effect .down h4 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: 700;
}
.package_list-inclusions li{min-width: 80px;font-size: 10px;display: flex;flex-direction: column;align-items: center;line-height: 11px;margin-bottom: 3px;}
.package_list-inclusions li img{
    width: 35px;
    margin-bottom: 3px;
}
.brands.all-purifier-brands ul li img{width:100%}
.Chimney-type ul li {
    border: 1px solid #e7e7e7;
    font-size: 10px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    background: #e4e4e4;
    font-weight: 500;
}
.Chimney-type {
    margin-bottom: 20px;
}
.flex-colum{
    flex-direction: column;
}
section.top-box-service h2 {
    text-align: center;
    margin-bottom: 30px;
}

section.top-box-service {
    padding: 50px 0;
}

section.top-box-service img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.top-box-serice-inner h3 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
    width: 100%;
    text-align: center;
    background: #611ece;
    color: #fff;
    margin-bottom: 0;
    padding: 4px;
    font-size: 20px;
}

.top-box-serice-inner {
    position: relative;
    border: 1px solid #611ece;
    padding: 5px;
    cursor: pointer;
}