
body{
    margin: 0;
    padding: 0;
    font-family: 'myFontR';
    overflow-x: hidden;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.highlight{
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
    gap: 7px;
}
.highlight div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlight span{
    color: #bd8943;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: 0.4px;
}
.planner-div{
    padding: 26px 0 50px 0;
    background: url('/planner-images/v4.png');
    background-size: contain;
    min-height: calc(100vh - 90px);
    background-position: bottom;
    background-repeat: no-repeat;
}
.planner-div h5{
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #1e3f9a;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.4px;
}
.planner-div h1{
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-family: 'InterFont';
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.planner-div h4{
    margin: 0 0 20px 0;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 17px;
    font-weight: 600;
    color: rgb(66 66 66);
}
.planner-div h4 img{
    max-width: 20px;
    margin-right: 4px;
    cursor: pointer;
}
.planner-div ul{
    list-style: none;
    margin: 0px auto 30px auto;
    padding: 0;
    display: flex;
    flex: 1;
    width: 85%;
    justify-content: center;
}
.planner-div ul li{
    flex: 0.4;
    text-align: center;
}
.planner-div ul li span.opt{
    /* width: 100px;
    height: 100px;
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #999999; */

    width: 220px;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 3px solid #999999;
    text-align: center;
    border: 1px solid #7277843b;
    padding: 16px 5px;

    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
}
.planner-div ul li span.opt:hover, .planner-div ul li span.opt.selected{
    cursor: pointer;
    color: #1e3f9a;
    border-color: #1e3f9a !important;
    background-color: #1f419e12;
}
.planner-div ul li .opt img{
    width: 55px;
}
.planner-div ul li span.opt-name{
    display: block;
    /* font-size: 18px;
    margin: 10px 0; */

    font-size: 13px;
    margin: 15px 0 0 0;
}
/* .planner-div ul li span.opt:hover ~ .planner-div ul li span.opt-name, .planner-div ul li span.opt.selected .opt-name{
    color: #1e3f9a;
} */
.planner-div .input-group{
    width: 65%;
    margin: 0 auto 40px auto !important;
    position: relative;
    z-index: 9;
}
.planner-div .input-group .input-group-text{
    border-radius: 0;
    padding: 0 18px;
    height: 56px;
}
.planner-div .input-group input{
    border-radius: 0;
    height: 56px;
}
.planner-div .input-group input:focus{
    border-color: #1e3f9a !important;
}

#resultLocationDiv ul, #resultLocationDivTsb ul{
    display: block;
    width: 100%;
    left: 0px;
    top: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #c4c4c4;
    max-height: 250px;
    overflow-y: auto;
}
#resultLocationDiv ul li, #resultLocationDivTsb ul li{
    padding: 8px 0 !important;
    border-bottom: 1px solid #c4c4c4 !important;
    margin: 0 !important;
    width: 100% !important;
}

.bgColor{
    background-color: #eceef4;
}
.content-section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.content-section .top-headings{
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}
.content-section .top-headings h2{
    color: #000000;
    font-size: 25px;
    font-family: 'InterFont';
    margin-bottom: 12px;
    position: relative;
}
.content-section .top-headings h2:after {
    content: "";
    width: 30px;
    height: 2px;
    opacity: 0.1;
    background-color: #3a4d95;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    margin-bottom: -5px;
}
.content-section .top-headings p{
    margin: 0 auto;
    font-size: 16px;
    width: 65%;
}
.content-section.bgColorBlack{
    background: #02081b;
    position: relative;
}
.content-section.bgColorBlack .top-headings h2{
    color: #fff;
}
.content-section.bgColorBlack .top-headings h2:after{
    background-color: goldenrod;
    opacity: 0.8;
}
.content-section.bgColorBlack .top-headings p{
    color: #fff;
}
.content-section img{
    
}
.content-section .inside-div{
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #f7f7f7;
    background-color: #ffffff;
    padding: 15px;
    margin: 0 12px 15px 12px;
}
.content-section .inside-div h3{
    margin-bottom: 10px;
    font-size: 18px;
    font-family: 'InterFont';
}
.content-section .inside-div h3 img{
    margin-right: 8px;
    max-width: 32px;
}
.content-section .inside-div p{
    font-size: 15px;
}
.content-section .inside-div ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.content-section .inside-div ul li{
    display: inline-block;
    margin-right: 5px;
}
.content-section .inside-div ul li:last-child{
    margin: 0;
}
.content-section .inside-div ul li a{
    margin-bottom: 0;
    border: solid 1px #e5e5e5;
    min-height: 30px;
    line-height: 28px;
    padding: 8px 10px;
    display: inline-block;
    color: #000;
    border-radius: 50px;
    font-size: 13px;
    background-color: #fff;
    margin-bottom: 7px;
}
.content-section .inside-div ul li a img{
    max-width: 22px;
    margin-right: 5px;
}
.content-section .inside-div ul._hideImg li a img{
    display: none;
}
.content-section .inside-div ul li a:hover{
    text-decoration: none;
    background-color: #1e3f9a !important;
    color: #fff;
}
.content-section .inside-div ul li:last-child a{
    background: #e7e7e7;
}

.blog-section{
    padding-top: 70px;
    padding-bottom: 70px;
}
.blog-section h3{
    /* margin: 0 0 30px 0;
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'InterFont'; */

    display: block;
    width: 100%;
    color: #000000;
    font-size: 25px;
    font-family: 'InterFont';
    margin-bottom: 12px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.blog-section h3 span{
    color: #1f409b;
}
.blog-section ._left{
	padding-left: 0;
	cursor: pointer;
}
.blog-section ._left img{

}
.blog-section ._left h2, .blog-section ._left h2 a{
    font-size: 18px;
    font-weight: 600;
    color: #11386f;
    margin: 20px 0 10px 0;
    font-family: 'InterFont';
    text-decoration: none;
}
.blog-section ._left p{
	font-size: 15px;
    margin-bottom: 13px;
    line-height: 1.5;
}
.blog-section ._left ul{
    padding: 0px 0 20px 20px;
    margin: 0;
    line-height: 1.8;
    list-style: none;
}
.blog-section ._left ul li{
    font-size: 15px;
}
.blog-section ._left ul li i{
    color: #f23e36;
    margin-right: 7px;
    width: 20px;
    text-align: center;
}
.blog-section ._right{

}
.blog-section ._right img{

}
.blog-section ._right span{
	font-size: 15px;
    font-weight: 600;
    color: #6c6c6c;
}
.blog-section ._right h6{
	font-size: 16px;
    font-weight: 600;
    color: #11386f;
    line-height: 1.2;
}
.blog-section ._right h6 a{
	color: #11386f;
	text-decoration: none;
}
.blog-section ._right p{
	font-size: 14px;
}
/* .blog-section ._left button{
	background: #11386f !important;
    border-color: #11386f !important;
    border-radius: 0 !important;
    outline: none !important;
    font-size: 16px !important;
    margin-top: 0;
    font-family: 'myFontR' !important;
} */
.blog-section ._right .col-md-6{
	margin-bottom: 25px;
}

.inNews{
    
}
.inNews .newsContainer{
    display: flex;
    justify-content: space-between;
}
.inNews .leftSide{
    width: 35%;
}
.inNews .rightSide{
    width: 55%;
    display: block;
}
.inNews .leftSide ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.inNews .leftSide ul li{
    padding: 32px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    position: relative;
}
.inNews .leftSide ul li.active{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #eceef4;
}
.inNews .leftSide ul li:before{
    position: absolute;
    content: "";
    right: 24px;
    top: 50%;
    border: solid#586274;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translateY(-50%)rotate(-42deg);
    -moz-transform: translateY(-50%)rotate(-42deg);
    -ms-transform: translateY(-50%)rotate(-42deg);
    -o-transform: translateY(-50%)rotate(-42deg);
    transform: translateY(-50%)rotate(-42deg);
    border: solid#262e3d;
    border-width: 0 3px 3px 0;
    display: inline-block;
}
.inNews .leftSide ul li img{
    width: 60%;
}
.inNews .rightSide .newsArticle{
    background: #eceef4;
    border-radius: 8px;
    padding: 40px 32px 22px;
    display: none;
}
.inNews .rightSide .newsArticle.active{
    display: block;
}
.inNews .rightSide .newsArticle h3{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
    font-family: 'Interfont';
}
.inNews .rightSide .newsArticle p {
    font-size: 16px;
    color: #364257;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.inNews .rightSide .newsArticle a{
    color: #1e3f9a;
    margin: 5px 0;
    display: inline-block;
    text-decoration: none;
}
.inNews .rightSide .newsArticle h4{
    color: #364257;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 35px;
    font-family: 'Interfont';
}

.contactUs{

}
.contactUs .leftSide{
    display: flex;
    justify-content: center;
}
.contactUs .leftSide h4{
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
    font-family: 'InterFont';
}
.contactUs .leftSide h5{
    color: #364257;
    font-size: 22px;
    font-weight: 500;
    margin-top: 7px;
    margin-bottom: 24px;
}
.contactUs .leftSide p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #364257;
    margin-bottom: 32px;
}
.contactUs .leftSide h6{
    font-family: 'InterFont';
    /* margin-bottom: 15px; */
}
.contactUs .leftSide h6 img{
    margin-right: 7px;
    /* max-width: 25px; */
}
.contactUs .leftSide h6 a{
    color: #000;
}
.contactUs .rightSide{

}
.contactUs .rightSide .form{
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,.12);
    max-width: 550px;
}
.contactUs .rightSide .form h6{
    display: flex;
    background: #212835;
    border-radius: 6px 6px 0px 0px;
    padding: 17px 0;
    margin: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-family: 'InterFont';
    font-size: 22px;
    letter-spacing: 0.4px;
}
.contactUs .rightSide .form form{
    /* padding: 16px 28px 24px!important; */
    padding: 35px 24px !important;
}
.contactUs .rightSide .form form .input-group{
    margin-bottom: 22px;
    height: 42px;
}
.contactUs .rightSide .form form .input-group:last-child{
    margin: 0px;
}
.contactUs .rightSide .form form .input-group-text{
    font-size: 15px;
    min-width: 70px;
}
.contactUs .rightSide .form form input, .contactUs .rightSide .form form select{
    height: 42px;
}
.contactUs .rightSide .form form input.typeNumber{
    width: 60%;
}
.contactUs .rightSide .form form input:focus, .contactUs .rightSide .form form select:focus{
    border-color: #1e3f9a !important;
}
.contactUs .rightSide .form form button{
    width: 100%;
    height: 42px;
    font-family: 'InterFont';
    margin-top: 10px;
}

/* Custom ScrollBar */
.inNews .leftSide ul::-webkit-scrollbar {
    width: 20px;
}
.inNews .leftSide ul::-webkit-scrollbar-track {
    background: #fff; 
}
.inNews .leftSide ul::-webkit-scrollbar-thumb {
    background: #fff; 
}
.inNews .leftSide ul::-webkit-scrollbar-thumb:hover {
    background: #fff; 
}
/* Custom ScrollBar */

.top-counsellors{

}
.top-counsellors .carousel-item{
    
}
.top-counsellors .carousel-item .top-counsellors-list{
    display: flex;
    justify-content: space-between;
}
.top-counsellors .carousel-item .top-counsellors-list div{
    text-align: center;
}
.top-counsellors .carousel-item .top-counsellors-list div img{
    display: inline-block;
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    border-radius: 50%;
}
.top-counsellors .carousel-item .top-counsellors-list div h5{
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'InterFont';
}
.top-counsellors .carousel-item .top-counsellors-list div p{
    color: #1f409a;
    font-size: 15px;
}

.shake-text{
    animation-duration:5s;
    animation-iteration-count:infinite;
    animation-name:shake-hv;
    animation-timing-function:ease-in-out
}
@keyframes shake-hv{
    0%,80%{
        transform:translate(0,0) rotate(0)
    }
    60%,70%{
        transform:translate(0,-.5px) rotate(2.5deg)
    }
    62%,72%{
        transform:translate(0,1.5px) rotate(-.5deg)
    }
    65%,75%{
        transform:translate(0,-1.5px) rotate(2.5deg)
    }
    67%,77%{
        transform:translate(0,2.5px) rotate(-1.5deg)
    }
}

.img-overlay{
    position: relative;
}
.img-overlay img{
    border-radius: 10px;
}
.img-overlay div{
    border-radius: 10px;
    position: absolute;
    background: rgba(0,0,0,.4);
    width: 100%;
    transition: .5s;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-overlay div i{
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 0 0 12px hsla(0,0%,100%,.2), 0 0 0 24px hsla(0,0%,100%,.1);
    animation: 4s ease-out infinite VideoPlayer_bounce__v5a2w;
    color: #f23e36;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

@media (min-width: 768px){
    #video-modal .modal-dialog {
        max-width: 850px;
        margin: 30px auto;
    }
}
.modal-backdrop.show {
    opacity: .8;
}

.footer-only-img{
    padding: 50px 0px;
    background: url('/planner-images/building.png');
    background-size: cover;
    min-height: calc(50vh - 90px);
    background-position: bottom;
    background-repeat: no-repeat;
}

.grecaptcha-badge, .grecaptcha-logo{
    display: none;
}

.footerContentContainer{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    height: 70px;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,.12);
    -moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,.12);
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,.12);
    position: relative;
}
.footerContentContainer.footerContentContainerShow{
    height: auto!important;
}
.footerContentContainer .footerContentHeading{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 24px;
    position: relative;
    cursor: pointer;
}
.footerContentContainer .footerContentHeading:before {
    position: absolute;
    content: "";
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%)rotate(45deg);
    -moz-transform: translateY(-50%)rotate(45deg);
    -ms-transform: translateY(-50%)rotate(45deg);
    -o-transform: translateY(-50%)rotate(45deg);
    transform: translateY(-50%)rotate(45deg);
    border: solid#262e3d;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.footerContentContainer.footerContentContainerShow .footerContentHeading:before {
    top: 54%;
    -webkit-transform: translateY(-50%)rotate(-135deg);
    -moz-transform: translateY(-50%)rotate(-135deg);
    -ms-transform: translateY(-50%)rotate(-135deg);
    -o-transform: translateY(-50%)rotate(-135deg);
    transform: translateY(-50%)rotate(-135deg);
}
.footerContentContainer .footerContent{
    padding: 24px;
}
.footerContentContainer .footerContent h3{
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    margin: 5px 0 15px 0;
}
.footerContentContainer .footerContent p{
    font-size: 15px;
    text-align: left;
    font-weight: 500;
    line-height: 1.6;
    width: 100%;
    margin: 0 0 15px 0;
}
.footerContentContainer .footerContent ul{
    list-style-type: decimal;
    padding-left: 30px;
    margin-bottom: 25px;
    line-height: 1.9;
}
.footerContentContainer .footerContent ul li{
    font-size: 15px;
}
.footerContentContainer .footerContent ul li::marker{
    font-weight: 600;
}
.footerContentContainer .footerContent ul li a{
    color: #1e3f9a;
    font-weight: 600;
    padding-left: 5px;
}
.footerContentContainer .footerContent ul li span{
    font-weight: 600;
    padding-left: 5px;
}

/* Swiper */
.swiper{
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
}
.swiper-slide{
    background-color: #ddd;
    text-align: center;
    font-size: 20px;
    color: #333;
    width: 200px; /* Default width */
    transition: width 0.3s ease; /* Smooth transition */
} 
.swiper-slide-active{
    width: 500px; /* Active slide width */
    background-color: #007bff;
    color: #fff;
}
.swiper-button-prev,
.swiper-button-next{
    color: #007bff;
    font-size: 20px;
    background: #000;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    border: 1px solid #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after{
    font-size: 18px !important;
    color: #fff
}
/* .swiper-button-prev{
    left: var(--swiper-navigation-sides-offset, -22px) !important;
}
.swiper-button-next{
    right: var(--swiper-navigation-sides-offset, -22px) !important;
} */
.swiper h6.swiper-rating{
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 3px 4px;
    font-size: 11px;
    margin: 0;
}
.swiper h6.swiper-rating i{
    color: goldenrod;
}
.swiper h6.counsellings-done{
    position: absolute;
    right: 0;
    top: 5px;
    background: #eaf0ff;
    padding: 5px 5px;
    border-radius: 5px;
}
.swiper h6.counsellings-done p:first-child{
    margin: 0;
    text-align: left;
    color: #1e3f9a;
    font-size: 13px;
    font-weight: 600;
}
.swiper h6.counsellings-done p:first-child i{

}
.swiper h6.counsellings-done p:last-child{
    margin: 0;
    text-align: left;
    color: #1e3f9a;
    font-size: 9px;
    padding-left: 15px !important;
}
.swiper .counsellor-details{
    background: #fff;
    bottom: 5px;
    position: absolute;
    width: 80%;
    margin: 0;
    left: 10%;
    border-radius: 5px;
    padding: 5px 0;
}
.swiper .counsellor-details p:first-child{
    margin: 0 0 3px 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.swiper .counsellor-details p:nth-child(2){
    margin: 0 0 3px 0;
    font-size: 12px;
    color: #1e3f9a;
}
.swiper .counsellor-details p:last-child{
    margin: 0 0 3px 0;
    color: #000;
    font-size: 14px;
}

.top-search-bar{
    padding: 15px 0;
    border: solid 1px #d7d7d7;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    opacity: 0; /* Initially hidden */
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.top-search-bar.show {
    opacity: 1; /* Fully visible */
}
.top-search-bar .col-md-3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-search-bar img{
    max-width: 150px;
}
.top-search-bar .input-group{
    height: 50px;
    border-radius: 50%;
}
.top-search-bar .input-group .input-group-text{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    justify-content: center;
    width: 55px;
    background: #fff;
}
.top-search-bar .input-group input{
    height: 55px;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-left: none;
    font-size: 16px;
}
/* .top-search-bar .input-group:focus ~ .input-group-text{
    border-color: #1e3f9a !important;
} */
.top-search-bar .input-group .input-group-text, .top-search-bar .input-group input{
    border-color: #f12b31 !important;
}
.afterSwiper-view-all, .comparison-see-report{
    background: #f12b31 !important;
    border-color: #f12b31 !important;
    color: #fff;
    font-size: 18px;
    width: 15%;
    height: 50px;
}


@media only screen and (max-width: 600px){
    .planner-div, .footer-only-img{
        padding: 30px 0px;
        min-height: auto;
    }
    .planner-div h5{
        font-size: 16px;
    }
    .planner-div h1{
        font-size: 26px;
    }
    .planner-div h4{
        font-size: 13px;
    }
    .planner-div ul{
        display: block;
        margin: 0px auto 30px auto;
        width: 100% !important;
        text-align: center;
    }
    .planner-div ul li{
        /* width: 42%;
        display: inline-block;
        margin: 10px; */
        width: 45%;
        display: inline-block;
        margin: 10px 5px;
    }
    .planner-div ul li span.opt{
        width: 100%;
    }
    .planner-div ul li span.opt img{
        max-width: 52px;
    }
    .planner-div ul li span.opt-name{
        font-size: 11px;
    }
    .planner-div .input-group{
        width: 100%;
    }
    .planner-div .input-group input{
        font-size: 16px;
    }
    #resultLocationDiv ul li, #resultLocationDivTsb ul li{
        font-size: 15px;
    }

    .content-section, .blog-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .content-section .top-headings{
        margin-bottom: 40px;
    }
    .content-section .top-headings h2, .blog-section h3{
        font-size: 22px;
    }
    .content-section .top-headings p{
        width: 100%;
        font-size: 14px;
    }
    .content-section .inside-div{
        margin: 20px 0 0 0;
    }
    .content-section .inside-div h3{
        font-size: 16px;
    }
    .content-section .inside-div p{
        font-size: 14px;
    }
    .content-section .inside-div ul li{
        margin-right: 0;
        width: 100%;
        margin-bottom: 7px;
    }
    .content-section .inside-div ul li a{
        width: 100%;
        /* text-align: center; */
    }

    .blog-section ._left{
        padding-right: 15px;
        padding-left: 15px;
    }
    .blog-section ._left h2{
        font-size: 16px;
    }
    .blog-section ._left p{
        font-size: 14px;
    }
    .blog-section ._left ul{
        padding: 0px 0 20px 0;
    }
    .blog-section ._right{
        margin-top: 25px;
    }
    .blog-section ._right .col-md-6{
        margin-bottom: 15px;
    }
    .inNews .newsContainer{
        display: block;
    }
    .inNews .leftSide, .inNews .rightSide{
        width: 100%;
    }
    .inNews .rightSide{
        margin-top: 25px;
    }
    .inNews .leftSide ul{
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        overflow: auto;
    }
    .inNews .leftSide ul li{
        padding: 20px 15px;
        width: 65%;
    }
    .inNews .leftSide ul li img {
        /* max-width: 80%; */
    }
    .inNews .leftSide ul li:before{
        display: none;
    }
    .inNews .rightSide .newsArticle{
        padding: 28px 28px 20px;
    }
    .inNews .rightSide .newsArticle h3{
        font-size: 16px;
        margin-bottom: 14px;
    }
    .inNews .rightSide .newsArticle p{
        font-size: 14px;
    }
    .inNews .rightSide .newsArticle h4{
        font-size: 16px;
        margin-top: 30px;
    }
    .contactUs .leftSide{
        margin-bottom: 25px;
    }
    .contactUs .leftSide h4{
        font-size: 22px;
    }
    .contactUs .leftSide h5{
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 22px;
    }
    .contactUs .leftSide p{
        font-size: 15px;
        margin-bottom: 28px;
    }
    .contactUs .rightSide .form h6{
        font-size: 20px;
    }
    .contactUs .rightSide .form form{
        padding: 24px 15px !important;
    }
    .contactUs .rightSide .form form .input-group-text{
        font-size: 13px;
        min-width: 65px;
    }
    .contactUs .rightSide .form form input, .contactUs .rightSide .form form select{
        font-size: 14px;
    }
    .contactUs .rightSide .form form input.typeNumber{
        width: 40%;
    }
    .top-counsellors .carousel-item .top-counsellors-list{
        display: block;
        text-align: center;
    }
    .top-counsellors .carousel-item .top-counsellors-list div{
        text-align: center;
        width: 48%;
        display: inline-block;
    }
    .top-counsellors .carousel-item .top-counsellors-list div img{
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
    }
    .top-counsellors .carousel-item .top-counsellors-list div h5{
        font-size: 14px;
    }
    .top-counsellors .carousel-item .top-counsellors-list div p{
        font-size: 12px;
    }

    .footerContentContainer .footerContentHeading{
        font-size: 15px;
    }
    .footerContentContainer .footerContent h3{
        font-size: 18px;
        line-height: 1.4;
    }
    .footerContentContainer .footerContent p{
        font-size: 14px;
    }
    .footerContentContainer .footerContent ul li {
        font-size: 14px;
    }

    .top-search-bar .col-md-3{
        display: none;
    }

    .swiper-slide{
        width: 100% !important;
    }

    .afterSwiper-view-all{
        width: 50%;
    }
    .comparison-see-report{
        width: 62%;
        font-size: 16px;
        height: 48px;
    }

    .top-search-bar .input-group .input-group-text{
        width: 45px;
    }
    .top-search-bar .input-group input{
        padding-left: 0;
    }

    .content-section.comparison .top-headings h2, .blog-section h3{
        font-size: 15px !important;
    }
    .content-section.comparison .top-headings p{
        font-size: 13px !important;
    }

    .planner-div .input-group{
        margin: 0 auto 25px auto !important;
    }
    .planner-div .input-group .input-group-text, .planner-div .input-group input{
        height: 47px;
    }

    #resultLocationDiv ul, #resultLocationDivTsb ul{
        top: 47px !important;
    }

}