*
{
	padding:0;
	box-sizing:border-box;
}

body
{
	font-family: "Inter", serif;	
}

ul
{
	list-style-type:none;
	padding-left:0;
	margin-bottom:0;
}

ul.star li
{
	position:relative;
}

ul.star li:before 
{
    content: url('../images/star-list.svg');
    top:10px;
	left: 0;	
    position: absolute;
}

ul.check
{
	display:flex;
	flex-direction:column;
	grid-row-gap:20px;
}

ul.check li
{
	position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #192335;
}

ul.check li:before 
{
    content: url('../images/check-list.svg');
    top:2px;
	left: 0;	
    position: absolute;
}

a
{
	text-decoration:none;
}

h2
{
	color:#192335;
    font-size: 39px;
    font-weight: 600;	
	line-height:45px;
}

h2 span
{
	color:#C40B1E;
}

section.testimonial-sect 
{
    padding:0px 0 68px;
}

.testimonial-grid 
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 186px;
    width: 1300px;
    background: linear-gradient(90deg, #f3efff 0%, rgba(247, 244, 255, 1) 36.500000953674316%, rgba(237, 242, 249, 1) 73.00000190734863%, rgba(223, 240, 240, 1) 100%);
    padding:68px;
    border-radius: 20px;
}

.abroad-task-grid 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 130px;
}

.customer-says h2 
{
    width: 80%;
}

.common-heading-title {
    font-style: normal;
    font-size: 40px;
    font-weight: 400;
    color: #000000;
}

.customer-says p {
    width: 82%;
}

.common-reg-text {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    line-height: 24px;
}

.rating-wrap {
    display: flex;
    grid-column-gap: 60px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.rating-wrap .flex-col span:first-child {
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
    margin-bottom: 10px;
}

.rating-wrap .flex-col span:last-child {
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
}

.overall-rating img {
    width: 60px;
}

.overall-text {
    margin-bottom: 10px;
}

.img-name-wrap {
    display: flex;
    grid-column-gap: 21px;
    margin-bottom: 25px;
}

.img-name-wrap img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
        border-radius: 50px;
}

.about-img-before h3 {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
    margin-bottom:0px;
}

.about-img-before span {
    margin-top: 0px;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #000000bf;
}


.name-desig-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name-desig-wrap span:first-child {
    font-size: 18px;
    line-height: 1;
}

.name-desig-wrap span:last-child {
    font-weight: 300;
    font-size: 15px;
}

.testimonial-caro .item p {
    margin-bottom: 0;
}

footer 
{
    background-color: rgba(245, 245, 245, 60%);
}

.footer-grid 
{
    padding: 68px 0 40px;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 48px;
}

.footer-box img 
{
    margin-bottom: 12px;
}

.footer-box p 
{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #192335;
}

.footer-box ul 
{
    margin-bottom: 31px;
}

.copyright-wrap 
{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 13%);
    padding-top: 22px;
    padding-bottom: 22px;
}

.copyright-wrap ul 
{
    display: flex;
    grid-column-gap: 8px;
}

.copyright-wrap ul li a 
{
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.footer-social-icon
{
    grid-column-gap: 22px;
    flex-direction: row !important;
    margin-bottom: 0 !important;
}

.footer-box span 
{
	font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    display: inline-flex;
	 margin-bottom: 30px;
}

.copyright-wrap span 
{
    font-size: 16px;
    font-weight: 400;
}

.ql-wrap
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
    color: #000;
    margin-bottom: 0 !important;	
}

.ql-wrap li a 
{
    color: #000;
    font-size: 14px;
}

.address-wrapper 
{
    width: 100%;
}

.address span 
{
}

.address h5 
{
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    white-space: nowrap;
}

.address p 
{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: rgba(53, 53, 53, 73%);
    margin-bottom: 25px;
}

.quicklinks-wrap span {
    font-weight: 500;
    margin-bottom: 10px !important;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}

.quicklinks-wrap ul {
    display: flex;
    flex-direction: row;
    grid-column-gap: 40px;
    margin-bottom: 40px !important;!i;!;
}

.contact-info ul li 
{
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.contact-info ul li a 
{
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.contact-info ul 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
    margin-bottom: 20px !important;
}

.application-link-wrap 
{
    display: flex;
    grid-column-gap: 10px;
}

.application-link-wrap img 
{
    margin-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    height: 33px;	
}

.abroadleft .application-link-wrap img 
{
    width: 100%;
    height: 44px;
}

section.ancillary-serv-sect 
{
    padding: 68px 0;
    background: linear-gradient(90deg, #f3efff 0%, rgba(247, 244, 255, 1) 36.500000953674316%, rgba(237, 242, 249, 1) 73.00000190734863%, rgba(223, 240, 240, 1) 100%);
	margin-bottom: 68px;
}

.head-subtitle-wrap h2 
{
    margin-bottom: 15px;
}

.head-subtitle-wrap p 
{
    margin-bottom: 58px;
    font-size: 18px;
    line-height: 28px;
    color: #192335;
}

.head-subtitle-wrap 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ancillary-grid 
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 53px;
    grid-column-gap: 27px;
}

section.abroad-task-sect 
{
    padding: 0 0 68px;
}

#free-couns .form-group {
    margin-bottom: 0;
}

#testimo video
{
    width:100%;
    height: 560px;    
}

.modalvideowrap video {
    width: 100%;
}

.ancillary-box img 
{
    border-radius: 10px;
    margin-bottom: 28px;
    width: 100%;
    transition: .5s all ease;
    object-fit: cover;
}

.ancillary-box h5 
{
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 12px;
}

.ancillary-box p 
{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 7px;
}

.ancillary-box a 
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #C40B1E;
}

.testimonial-caro .owl-dots 
{
    margin-top: 10px;
    grid-column-gap: 6px;
    display: flex;
}

.testimonial-caro .owl-dots button.owl-dot.active
{
    background-color:#C40B1E;	
}

.testimonial-caro .owl-dots button 
{
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #dfdfdf;
}

.gateway-section,
.our-achievement-sect,
.multicountry-sect,
.textonbanner-sect,
.coachingtest-sect
{
    padding-bottom: 68px;
}

small.smalltitle 
{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1px;
    margin-bottom: 20px;
    display: inline-block;
}

.gateway-left h2 
{
    width:78%;
    margin-bottom: 25px;
	position: relative;
}

.gateway-left p 
{
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 28px;
    color: #192335;
    font-weight: 400;
	width: 95%;
}

.gateway-grid 
{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 110px;
}

.numberofstudents-wrap 
{
    display: flex;
    grid-column-gap: 23px;
    align-items: center;
    margin-bottom: 33px;
}

.nos-info-wrap 
{
    display: flex;
    flex-direction: column;
}

.stud-img-wrap img 
{
    width: 57px;
    height: 57px;
    border-radius: 50px;
    border: 3px solid #AFAFAF;
}

.stud-img-wrap img:nth-of-type(2) 
{
    margin-left: -15px;
}

.stud-img-wrap img:nth-of-type(3) 
{
    margin-left: -20px;
}

span.nos-titlehead 
{
    font-size: 18px;
    font-weight: 500;
    line-height: 14.8px;
    color: #000;
    margin-bottom: 9px;
}

span.nos-subhead 
{
    font-size: 14px;
    line-height: 14.8px;
    font-weight: 400;
    color: rgba(0, 0, 0, 50%);
}

ul.star 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 27px;
	margin-bottom:32px;
}


ul.star li 
{
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.action-wrap 
{
    display: flex;
    grid-column-gap: 18px;
}

a.btn 
{
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    
}

.fill-button
{
	transition: .5s all ease;
	background-color: #C40B1E;
	border: 1px solid #C40B1E;
}

.fill-button:hover
{
	color:#C40B1E;
	transition: .5s all ease;
	background-color:unset;
	border: 1px solid #C40B1E;	
}

.outline-button
{
	color:#C40B1E !important;
	transition: .5s all ease;
	background-color:unset;
	border: 1px solid #C40B1E;	
}

.outline-button:hover
{
	color:#fff !important;
	transition: .5s all ease;
	background-color: #C40B1E !important;
	border: 1px solid #C40B1E !important;	
}

.grid-live-image 
{
    display: flex;
    grid-column-gap: 16px;
}

.gateway-right 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
}

.grid-live-image img 
{
    border-radius: 3px;
}

.dflex-col 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
    justify-content: space-between;
}

.mgl-wrap
{
	padding:22px 24px;
	background-color:#C40B1E;
	border-radius:3px;
    display: flex;
    grid-column-gap: 15px;	
}

span.million-wrap 
{
    display: flex;
    flex-direction: column;
}

span.million-bold 
{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
}

span.million-light 
{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}


.our-achievement-wrap 
{
    color: #fff;
    text-align: center;
    padding: 38px 0;
	border-radius: 10px;
    background-color: #c40b1e;
}

.our-achievement-wrap h2 
{
    color: #fff;
    margin-bottom: 49px;
}

.our-achievement-wrap ul 
{
    display: flex;
    justify-content: space-around;
}

.our-achievement-wrap ul li 
{
    display: flex;
    flex-direction: column;
}

span.oa-num 
{
    font-size: 40px;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    margin-bottom: 10px;
}

span.oa-info 
{
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 90%);
}

.multicountry-grid 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 51px;
}

.multicountry-left h2 
{
    width: 80%;
    margin-bottom: 12px;
}

.multicountry-left h6 
{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #192335;
    margin-bottom: 16px;
    width: 80%;
}

.multicountry-left p 
{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #192335;
    margin-bottom: 33px;
}

.country-box 
{
    position: relative;
    overflow: hidden;
    height: 170px;
    border-radius: 10px;
}

.country-box:after 
{
    content: '';
    position: absolute;
    bottom: 0;
    height: 47px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000de 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    left: 0;
}

.country-grid 
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
}

.country-box img 
{
    height: 100%;
    width: 100%;
	transition: .5s all ease;
}

.country-flag 
{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 9px;
}

.country-flag img 
{
    width: 100%;
    height: 100%;
    border-radius: 50px;
    box-shadow: 0px 0px 1.51px 0px rgba(0, 0, 0, 25%);
}

.country-box span 
{
    position: absolute;
    bottom: 12px;
    color: #fff;
    z-index: 999999;
    left: 0;
    width: 100%;
    text-align: center;
}

.nav-wrap
{
    display: flex;
	align-items:center;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 5%);
    justify-content: space-between;
}

.nav-wrap ul 
{
    display: flex;
    grid-column-gap: 40px;
}

.nav-wrap ul li a 
{
    font-size: 18px;
    font-weight: 500;
    color: #192335;
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
}

.hero-banner-sect 
{
/*     padding: 32px 0 0;
    background: linear-gradient(90deg, #f3efff 0%, rgba(247, 244, 255, 1) 36.500000953674316%, rgba(237, 242, 249, 1) 73.00000190734863%, rgba(223, 240, 240, 1) 100%); */
	background-image: url(../images/hb-grd.png);
    background-repeat: no-repeat;	
        background-size: cover;
}


nav .container 
{
    max-width: 1686px;
}

.nav-action-btn 
{
    display: flex;
    grid-column-gap: 10px;
}

.nav-action-btn .fill-button 
{
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

section.hero-banner-sect 
{
    width: 100%;
}

nav 
{
    position: relative;
    z-index: 9999;
    margin-bottom: 37px;
    top: 32px;	
}

.herobanner-grid 
{
    display: grid;
    grid-template-columns:auto auto;
	padding-bottom: 50px;
}

.herobanner-left h1 
{
    font-size: 59.77px;
    line-height: 70px;
    font-weight: 700;
    color: #192335;
    text-transform: capitalize;
    margin-bottom: 32px;
    width: 93%;
}

.herobanner-left h1 span 
{
    color: #C40B1E;
}

.herobanner-left p 
{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 44px;
}

.view-course-wrap 
{
    display: flex;
    grid-column-gap: 26px;
    align-items: center;
}

.view-course-wrap a:last-child 
{
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
    color: #192335;
}

.herobanner-right 
{
    position: relative;
}

img.hb1 
{
    position: absolute;
    top: 70px;
    left: 0;
}

img.hb2 
{
    position: absolute;
    right: -60px;
    bottom: 170px;
}

img.hb3 
{
    position: absolute;
    right: 0;
    top: 160px;
}

.serv-info-wrap 
{
    /* padding: 35px; */
    background-color: #c40b1e;
    border-radius: 10px;
    display: flex;
}

.serv-box svg 
{
    margin-bottom: 29px;
}

.serv-box h6 
{
    margin-bottom: 21px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}

.serv-box p 
{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 90%);
    font-size: 18px;
    line-height: 25px;
}

.serv-box 
{
    border-right: 1px solid rgba(255, 255, 255, 40%);
/*     padding-right: 35px;
    margin-right: 35px;	 */
	    padding: 35px;
}

.serv-box:hover 
{
    background-color: #000;
}

.serv-info-wrap .serv-box:last-child 
{
    border-right: unset;
    margin-right: 0;
    padding-right: 0;
}

.serv-info-wrap .serv-box:first-child
{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.serv-info-wrap .serv-box:last-child
{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

section.textonbanner-sect 
{
    margin-top: -61px;
    position: relative;
}

.coachingtest-grid 
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

section.coachingtest-sect h2 
{
    text-align: center;
}

.coachingtest-box 
{
	cursor:pointer;
    text-align: center;
    border-radius: 18px;
    background-color: #fff;
	padding: 24px 31px 15px;
    box-shadow:0px 0px 4.9px 1px rgb(0 0 0 / 9%);
}

.coachingtest-box img 
{
    padding-bottom: 21px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 11%);
    height: 62px;
    width: 100%;
    object-fit: contain;
}

.coachingtest-box span 
{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.liveWrap 
{
    position: absolute;
    right: 25px;
    top: 9px;
    /* border: 1px solid #950817; */
    /* padding: 15px 15px; */
    display: flex;
    grid-column-gap: 7px;
}

span.liveT 
{
    font-size: 16px;
    line-height: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #950817;
    font-weight: 600;
}

span.livedot 
{
    display: inline-flex;
    width: 8px;
    height: 8px;
    background-color: #C40B1E;
    border-radius: 50px;
}

.herobanner-left 
{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

section.whychooseus-sect 
{
    padding: 68px 0;
	background: linear-gradient(90deg, rgba(182, 102, 231, 0.1) 0%, rgba(49, 87, 239, 0.1) 100%);	
    margin-bottom: 68px;
}

.whychoose-grid 
{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 180px;
}

small.small-title 
{
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 22px;
    display: inline-block;
}

.whychoose-right h2 
{
    margin-bottom: 25px;
}

.whychoose-right p 
{
	width: 80%;
    margin-bottom: 41px;
}

.facility-wrap 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
    margin-bottom: 41px;
    width: 84%;
}

.facility-box 
{
    background-color: #fff;
    padding: 14px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
}

.facility-box span 
{
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.whychoose-playvidwrap 
{
    position: absolute;
    right: -100px;
    bottom: 48px;
}

.whychoose-left 
{
    position: relative;
}

.watchvid-text 
{
	position: absolute;
    left: 22px;
    bottom: 17px;
    color: #fff;
    display: flex;
    z-index: 9999999999;
    flex-direction: column;
}

.whychoose-left img 
{
    border-radius: 10px;
}

img.wcu-play 
{
    position: absolute;
    right: -20px;
    bottom: 80px;
    background-color: #fff;
    border-radius: 50px;
}

.watch-vid-text-wrap 
{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 0;
}

.watch-vid-text-wrap:after 
{
    content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000de 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    left: 0;
}

.watchvid-text span:first-child 
{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.watchvid-text span:last-child 
{
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.imgupdown1 
{
    -webkit-animation: mover1 1s infinite  alternate;
    animation: mover1 1s infinite  alternate;
}

@-webkit-keyframes mover1 
{
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes mover1 
{
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.imgupdown2 
{
    -webkit-animation: mover2 1.2s infinite  alternate;
    animation: mover2 1.2s infinite  alternate;
}

@-webkit-keyframes mover2 
{
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

@keyframes mover 
{
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.imgleftright 
{
    -webkit-animation: moverX 1s infinite alternate;
    animation: moverX 1s infinite alternate;
}

@-webkit-keyframes moverX {
    0% { transform: translateX(0); }
    100% { transform: translateX(10px); }
}

@keyframes moverX {
    0% { transform: translateX(0); }
    100% { transform: translateX(10px); }
}

.country-box img:hover 
{
    transform: scale(1.1);
	transition: .5s all ease;
}

.ancillary-box 
{
	padding: 10px;
	transition: .5s all ease;
}

.ancillary-box:hover 
{
    border-radius: 10px;
    background-color: #fff;
	transition: .5s all ease;
}

.lswrap
{
	overflow:hidden;
	border-radius:3px;
}

.lswrap img
{
    transition: .5s all ease;	
}

.lswrap img:hover
{
	transform: scale(1.1);
    transition: .5s all ease;	
}

.wcuImgwrap
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-flex;
    border-radius: 10px;
}

.wcuImgwrap img
{
    transition: .5s all ease;	
}

.wcuImgwrap img:hover
{
	transform: scale(1.1);
    transition: .5s all ease;	
}

.enroll-testprep 
{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.mb21 
{
    margin-bottom: 21px;
}

.mb29 
{
    margin-bottom: 29px;
}

.mb38
{
	margin-bottom: 38px;	
}

.mb43
{
	margin-bottom: 43px;	
}

/* study in canada start */

.hero-banner-sect.inner-header 
{
    position: fixed;
    top: 0;
    left: 0;
	z-index: 99999999;	
}

.hero-banner-sect.inner-header nav 
{
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 5%);
}

.hero-banner-sect.inner-header nav .nav-wrap 
{
    border-radius: 0;
    box-shadow: unset;
}

.custom-container
{
    max-width: 1686px;	
}

.inner-herobanner-sect
{
    height: 600px;
    margin-top: 127px;	
}

.inner-herobanner
{
	position:relative;
	overflow:hidden;
	height: 600px;
	border-radius: 25px;
}

.inner-herobanner img 
{
    width: 100%;
	height:100%;
    object-fit: cover;
}

.inner-herobanner:before 
{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
	background: linear-gradient(to right, black, transparent);
}

.content-onbanner-wrap 
{
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: center;
}

.contentBnrRight 
{
    width: 24%;
    border-radius: 5px;
    background-color: #fff;
}

.contentBnrRight form {
    color: #000;
    padding: 40px 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: 500;
    color: #000000c7;
}

.form-group label .mand {
    color: #c40b1e;
}

.contentBnrRight .form-wrapper {
    display: flex;
    flex-direction: column;
    grid-row-gap: 12px;
}

.form-group input, 
.form-group select 
{
    height: 45px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    outline: none;
    padding: 0 12px;
}

.form-group select 
{
    padding: 0 0 0 9px;
}

.country-code 
{
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto 86%;
}

.contentBnrRight .country-code
{
	grid-template-columns: auto 83%;
}

.country-code input:first-child 
{
    text-align: center;
	padding-left: 0;
}

.country-code select 
{
    width: 60px;
}

.country-code input 
{
    width: 100%;
}

.contentBnrLeft 
{
    width: 40%;
}

.contentBnrRight form h4 
{
    font-weight: 600;
    font-size: 20px;
}

.contentBnrRight p 
{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.count-exp-wrapper 
{
    margin-top: 30px;
}

.count-exp-wrapper ul li 
{
    display: flex;
    flex-direction: column;
}

.count-exp-wrapper ul 
{
	display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 30px;
    width: 100%;
}

.ach-numbers {
    font-size: 26px;
    font-weight: 700;
}

.ach-details 
{
    font-size: 13px;
    width: 100%;
}
.contentBnrLeft a {
    margin-bottom: 50px;
}
.contentBnrLeft h1 
{
    margin-bottom:2px;
    font-size: 36px;
    line-height: 36px;
}

.contentBnrLeft h2 
{
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
    line-height: 40px;
}

.contentBnrLeft small 
{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
}

.contentBnrLeft p 
{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
}

.count-exp-wrapper h4 
{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-wrapper button 
{
    color: #fff;
	height:50px;
}

.country-specs-sect 
{
    margin-top: 50px;
    margin-bottom: 50px;
}

.country-specs-grid 
{
    display: grid;
    grid-template-columns:17% 79%;
    grid-column-gap: 50px;
}

.country-specs-left {
    display: flex;
    align-self: baseline;
    /* padding: 20px 40px; */
    /* border-radius: 5px; */
    /* background-color: #fff !important; */
    /* box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 5%); */
}

body.scrolled .country-specs-left {
    position: sticky;
    top: 120px;
}

.country-specs-left ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
}

.country-specs-left ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.course-overview-wrap 
{
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
    margin-bottom: 50px;
}

.course-overview-wrap img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview-box-divd 
{
    padding: 40px;
    background-color: #f0f5fb;
}

.overview-box-divd ul li 
{
    display: flex;
    grid-column-gap: 15px;
}

.overview-box-divd ul li svg 
{
    width: 30px;
    height: 30px;
}

.overview-box-divd ul 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.overview-box-divd ul li:nth-of-type(1)
{
	padding-bottom:20px;
	border-right: 1px solid #CED7E4;
	border-bottom: 1px solid #CED7E4;
}

.overview-box-divd ul li:nth-of-type(2)
{
	padding-left:20px;
	padding-bottom:20px;
	border-bottom: 1px solid #CED7E4;	
}

.overview-box-divd ul li:nth-of-type(3)
{
	padding-top:20px;
	border-right: 1px solid #CED7E4;	
}

.overview-box-divd ul li:nth-of-type(4)
{
	padding-top:20px;
	padding-left:20px;	
}

.ovbox-wrapper 
{
    display: flex;
    flex-direction: column;
    width: 76%;
}

.ovbox-title {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 500;
}

.ovbox-disp {
    font-weight: 600;
}

.overview-box-divd ul li svg path 
{
    fill: #c40b1e;
}

.overview-box-divd ul li 
{
    display: flex;
    align-items: flex-start;
}

.overview-box-divd p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
    line-height: 27px;
}

.overview-box-divd a 
{
	color:#c40b1e;
    margin-bottom: 30px;
    display: inline-block;
}

.study-statistics table 
{
    border: 1px solid rgb(233, 235, 239, 1);
}

.study-statistics table th,
.study-statistics table td 
{
    padding: 20px;
    border: 1px solid rgb(233, 235, 239, 1);
}

.study-statistics table th {
    color: #000000;
    font-weight: 600;
	    white-space: nowrap;
}
.tableActive
{
	color: #c40b1e;
    border-bottom: 2px solid #c40b1e;
    padding-bottom: 4px;
    width: fit-content;
}
.study-statistics h2 {
    margin-bottom: 8px;
    font-size: 28px;
}
tr:nth-child(even) {
    background: #fbfbfb;
}

.tableMargin {
    margin-bottom: 30px;
}

.commonInsidePara p {
    font-size: 16px;
    line-height: 26px;
    color: #494949;
}

.commonInsidePage {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
}

.POintersBene span {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #c40b1e;
    box-shadow: 0px 0px 6px 0px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}

.benefitsContainer {
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
}

.benefitsTextContent h3 {
    font-size: 20px;
}

.benefitsContent {
    display: flex;
    gap: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}


.personalized {
    background: linear-gradient(90deg, #f3efff 0%, rgba(247, 244, 255, 1) 36.500000953674316%, rgba(237, 242, 249, 1) 73.00000190734863%, rgba(223, 240, 240, 1) 100%);
    padding: 50px;
}

.personalizedcontainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.customer-says img {
    width: 100%;
}

.personalizedContent h4 {
    font-size: 18px;
    font-weight: 600;
}

.personalizedContent p {
    font-size: 16px;
    line-height: 24px;
    color: #494949;
}

.personGrid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.eduContent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.eduContent h6 {
    font-size: 18px;
    font-weight: 600;
}

.eduContent h6 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #494949;
}
.popularCourseGridContainer h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.popularCourseGridContainer ul li {
    border: 1px solid #ccc;
    padding: 11px;
        background-color: #f5f5f5 !important;
		    border-radius: 3px ;
}

.popularCourseGridContainer ul {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

.popularCourseGridContainer {margin-top: 20px;}

.popularCourseGridContainer {
    margin-bottom: 50px;
}
  table {
    border: 1px solid rgb(233, 235, 239, 1);
}
.commonTables th {
    color: #000000;
    font-weight: 600;
    white-space: nowrap;
}

.commonTables th, .commonTables td {
    padding: 20px;
    border: 1px solid rgb(233, 235, 239, 1);
}
.commonTables th, .commonTables td {
    padding: 20px;
    border: 1px solid rgb(233, 235, 239, 1);
}
.commonTables th {
    background: #ffe0e0;
}

.middleForm {
    background-color: #161615;
    padding: 40px;
    border-radius: 20px;
    /* background: linear-gradient(90deg, #f3efff 0%, rgba(247, 244, 255, 1) 36.500000953674316%, rgba(237, 242, 249, 1) 73.00000190734863%, rgba(223, 240, 240, 1) 100%); */
}

.middleFormContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

.personalized {
    border-radius: 20px;
}

.middleFormLeft a {
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    background-color: #C40B1E;
    border: 1px solid #C40B1E;
    width: fit-content;
}

.middleFormLeft {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.middleFormLeft h4 {
    font-size: 24px;
    font-weight: 600;
    width: 90%;
    line-height: 30px;
    color: #fff;
}

.middleFormRight h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
}

.middleFormRight p {
    color: #fff;
    margin-bottom: 30px;
}

.middleFormRight input, .middleFormRight select {
    padding-left: 12px;
    background: #000000;
    border: 1px solid #ffffff;
    color: #fff;
}

.middleFormRight .form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.middleFormRight input::placeholder {
    color: #fff;
}
.commonTables {
    width: 100%;
}
.commonInsidePage span {
    color: #C40B1E;
}
.borderBottomInside {
	border-bottom: 1px solid #ccccccb3;
    padding-bottom: 50px;
    margin-bottom: 50px !important;
}
.bestPlacesGrid {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 20px;
	overflow: hidden;
}

.bestPlacesContent img {
    width:100% !important;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}

.bestPlacesContent figure {
    margin: 0;
    height:240px;
}

.study-abroad .bestPlacesContent figure p
{
    height:100%;    
}

.bestPlacesContent figure img
{
    height:100%;
}

.bestPlacesContent h5 {
    position: absolute;
    bottom: 4px;
    z-index: 999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100% !important;
    font-size: 18px;
}

.bestPlacesContent:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 47px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000de 100%) 0% 0% no-repeat padding-box;
    width:100% !important;
    left: 0;
}

.bestPlacesContent {
    position: relative;
	overflow: hidden;
    border-radius: 8px;
}

.popularCourse .tableMargin {
    margin-bottom: 0;
}

.mb0
{
	margin-bottom:0 !important;
}

.mb-50
{
	margin-bottom:50px;
}

.testimonial-grid.inner-testimonial
{
    width: 100%;
    grid-column-gap: 50px;	
}

.testimonial-grid.inner-testimonial .customer-says h2 
{
    width: 90%;
}


.study-abroad .course-overview-wrap > p:first-child
{
    margin-bottom:0;
}
















/* study in canada end */






.map-wrap
{
    display: flex;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
    position: relative;
}

.map-wrap img
{
    height: 540px;
    text-align: center;
    opacity: 0.5;
}



.overview-box-divd h2 {
    margin-bottom: 8px;
    font-size: 28px;
}


/* mega menu wrap start */

.mega-menu-wrap 
{
    position: absolute;
    left: 0;
    top: 105px;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}

.menucrosswrap 
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    margin-bottom: 40px;
}

.megaM-contentwrap 
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
}

.megaM-contentbox 
{
	padding: 10px;
    display: flex;
    grid-column-gap:20px;
    align-items: flex-start;
}

.megaM-contentbox.CountryLogoMenu p 
{
    height: 48px;
    overflow: hidden;
}

.facility-box svg {
    width: 35px;
    height: 35px;
}

.megaM-contentbox:hover 
{
    border-radius: 10px;
    background-color: #c40b1e1a;
}

.megaM-contentbox img 
{
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.megaM-ts-wrap h5 
{
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
	margin-bottom: 2px;
}

.megaM-ts-wrap p 
{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.mega-menu-wrap 
{
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
}

.mega-menu-wrap.visible 
{
    opacity: 1;
    display: block;
        box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 5%);
}

.megaM-cross svg 
{
    width: 14px;
    height: 14px;
}

li.arrow-rotate .menuHref img 
{
    transform: rotate(180deg);
}

.menucrosswrap span {
    font-weight: 600;
    color: #c40b1e;
}

.changeMenuStyle.megaM-contentwrap 
{
    display: grid;
    grid-template-columns: 75% 23%;
    grid-column-gap: 2%;
}

.megaM-contentbox1 
{
    padding: 10px;
    gap: 35px;
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.changeMenuStyle .megaM-contentbox 
{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    align-items: flex-start;
}

.changeMenuStyle .megaM-ts-wrap p 
{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
    height: 50px;
    overflow: hidden;
}

.redbox 
{
    height: 400px;
    border-radius: 10px;
    background-color: #c40b1e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.changeMenuStyle .megaM-contentbox .iconCover
{
    width: 46px;
    height: 46px;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 5%);
}

.changeMenuStyle .megaM-contentbox img 
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.redbox h2 
{
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
}

.redbox a 
{
    background-color: #fff;
	    width: fit-content;
}

.nav-wrap
{
	position:relative;
}

.redbox a:hover {
    background-color: unset;
    border: 1px solid #fff;
    color: #fff;
}

/* mega menu wrap end */

#popular-university .commonTables th 
{
    width: 110px !important;
    white-space: break-spaces;
}

.arrow-rotate .menuHref 
{
    position: relative;
}

.arrow-rotate .menuHref:after 
{
    content: '';
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #c40b1e;
    position: absolute;
}

/*.changeMenuStyle .megaM-contentbox:nth-of-type(1) .iconCover*/
/*{*/
/*    background-color: #e31836;	*/
/*}*/

/*.changeMenuStyle .megaM-contentbox:nth-of-type(2) .iconCover*/
/*{*/
/*    background-color: #fff;	*/
/*}*/

/*.changeMenuStyle .megaM-contentbox:nth-of-type(3) .iconCover*/
/*{*/
/*    background-color: #fff;	*/
/*}*/

/*.changeMenuStyle .megaM-contentbox:nth-of-type(4) .iconCover*/
/*{*/
/*    background-color: #fff;	*/
/*}*/

/*.changeMenuStyle .megaM-contentbox:nth-of-type(5) .iconCover*/
/*{*/
/*    background-color: #009cde;	*/
/*}*/

/*.changeMenuStyle .megaM-contentbox:nth-of-type(6) .iconCover*/
/*{*/
/*    background-color: #fdf8f8;	*/
/*}*/

/*.changeMenuStyle .megaM-contentbox:nth-of-type(7) .iconCover*/
/*{*/
/*    background-color: #e8e8e8;	*/
/*}*/

#testimo 
{
    border-bottom: unset;
}

#testimo img 
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.redbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('https://plus.unsplash.com/premium_photo-1664372145541-4556b409492e?q=80&w=2069&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
}

.redbox
{
	position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.redbox h2 
{
    z-index: 1;
	font-weight: 700;
    position: relative;
}

.redbox a {
    position: relative;
    z-index: 1;
}

.redbox:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c40b1e;
    opacity: 0.78;
}

.university-table-cover
{
	height:500px;
	overflow-y:scroll;
}

#popular-university .university-table-cover tr th:nth-of-type(2) {
    width: 180px !important;
}

#best-places .owl-dots {
    display: none !important;
}

.msg-slider {
	position: fixed;
	top: 0;
	right: -100%;
	width: 600px;
	height: 100vh;
	background: white;
	z-index: 999999;
	transition: right .8s ease;
	box-shadow: 0 -3px 10px #00000046
}

body.modal-active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden
}

body.modal-active .msg-slider {
	right: 0
}

body.modal-active {
	overflow: hidden;
	position: relative;
	height: 100vh
}

body.modal-active:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	background: #ffffff39 0 0 no-repeat padding-box;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px)
}


.msg-slider-right img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.msg-slider-left {
	padding: 40px;
	height: 100vh;
	overflow-y: scroll
}

.msg-slider-left h4 {
	width: 100%;
	margin: 0;
	font-size: 39px;
	line-height: 59px;
	font-weight: 400;
	margin-bottom: 20px
}

.msg-slider-left p {
	letter-spacing: 1px
}

a.sliderCross {
	position: absolute;
	top: 50%;
	left: -70px;
	transform: translateY(-50%)
}

a.sliderCross svg {
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50px;
	padding: 21px;
	box-shadow: 0 3px 6px #00000029
}

::-webkit-scrollbar 
{
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track 
{
	background: #f1f1f1; 
}
 
::-webkit-scrollbar-thumb 
{
	background:#C40B1E; 
}

.nav-action-btn .fill-button:hover svg path 
{
    fill: #C40B1E;
}

/* inner page css hv start */

.overview-box-divd {
    background-color: #ffffff;
}

.commonInideBGPAD {
    background: #fff;
    padding: 25px;
    border-radius: 0;
    margin-bottom: 25px !important;
}

.commonInideBGPAD h2 {
    margin-bottom: 30px;
}

.borderBottomInside {
    border: unset;
}

.course-overview-wrap.mb-50 {
    margin-bottom: 25px !important;
}

section.personalized.commonInideBGPAD {
    padding-bottom: 0;
    padding: 0;
}

/* inner page css hv end */


#accordion 
{
    width:100%;
    position: relative;
    z-index: 99;
}

#accordion .card {
    all: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
}

#accordion .card-header 
{
    all: unset;
    width: 100%;
	position:relative;
    display: flex;
    justify-content: space-between;	
}

#accordion .card-header div 
{
    margin-bottom: 0;
    padding: 0;
    line-height: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;	
}

#accordion .card-header label
{
    cursor: pointer;
    position: absolute;
    right: 10px;
    pointer-events: none;
}

#accordion .card-header a.btn,
#accordion .card-header a:active,
#accordion .card-header a:focus
{
    all: unset;
    border: unset;
    box-shadow: unset;
}

#accordion .card:first-child a.btn {
    margin-top: 0 !important;
}

#accordion .card:last-child .collapsed
{
	border-bottom:unset !important;
}

#accordion .card:last-child .collapsed,
#accordion .card:last-child .collapse.show
{
	border-bottom:unset !important;
}

#accordion .card-body
{
    padding-left: 0;
    padding-bottom: 0;
}

#accordion .card-header a.btn
{
    cursor: pointer;
    width: 100%;
}

#accordion .card-header a span 
{
    pointer-events: none;
}

#accordion .card-header a.btn.collapsed + label 
{
	top: -1px;
    transform: rotate(0deg);
}

#accordion .card-header a.btn + label 
{
	top: -1px;
    transform: rotate(45deg);
}

#accordion a.btn.collapsed
{
	padding-bottom: 24px !important;
    border-bottom: 1px solid #E3EDFF !important;
}

#accordion .collapse.show
{
    border-bottom: 1px solid #E3EDFF !important;	
}


#accordion .card-header a
{
	font-size:17px !important;
	font-weight:500 !important;
}

#accordion .card-body ul 
{
    list-style-type: circle;
    padding-left: 20px;
}

#accordion .card-body p 
{
	font-size: 16px;
    line-height: 26px;
    color: #494949;
}

#accordion .card-body ul 
{
	font-size: 16px;
    color: #494949;
}

#faq {
    padding: 25px 25px 0;
}

.mb20
{
	margin-bottom:20px;
}

.mb40
{
	margin-bottom:40px;
}

.mt50
{
	margin-top:50px;
}

.pad50
{
	padding:50px 0;
}

.ielts-img-sect img 
{
	width: 100%;
    height: 500px;
    object-fit: cover;
}

.subheadpara h5 {
    margin-bottom: 20px;
}

.testimo-sect img
{
    width: 100%;
    height: 100%;
    border-radius: 10px;	
}

.chd-topf-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.chd-topf-box svg {
    width: 40px;
    height: 40px;
}

.chd-topf-box h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.chd-topf-box 
{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
}

.chd-topf-box {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    background-color: #f7f7f7;
    padding: 30px 20px;
    border-radius: 10px;
	transition: .5s all ease;
}

/* refine chd start */

.logo-wrap img 
{
    width: 158px;
}

.form-group label {
    display: none;
}

.megaM-contentwrap.serviceMenu 
{
    grid-template-columns: repeat(4, 1fr);
}

.megaM-contentwrap.serviceMenu .megaM-ts-wrap p 
{
    min-height: 50px;
}

.megaM-contentwrap.serviceMenu .megaM-contentbox svg 
{
    width: 40px;
    height: 40px;
}

.aboutMenuLi
{
	position:relative;
}

.aboutMenuLi .mega-menu-wrap {
    top: 70px;
    width: 170px;
}

.megaM-contentwrap.aboutMenu
{
	grid-template-columns: unset;
}

.megaM-contentwrap.aboutMenu ul 
{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
}

.howtostudy img 
{
    width: 100%;
    height: 100%;
}

.chd-topf-box:hover {
    background-color: #c40b1e;
	transition: .5s all ease;
}

.chd-topf-box:hover svg path {
    fill: #fff;
	transition: .5s all ease;
}

.chd-topf-box:hover h3, 
.chd-topf-box:hover p 
{
    color: #fff;
	transition: .5s all ease;
}

.ielts-hb h1 {
    display: flex;
    flex-direction: column;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    width: 93%;
}

.ielts-hb .contentBnrLeft p 
{
    margin-bottom: 20px;
}

.content-onbanner-wrap.ielts-hb 
{
    top: 50%;
	align-items: flex-end;
    height: fit-content;
    transform: translateY(-50%);
}

.content-onbanner-wrap.ielts-hb .fill-button
{
	margin-bottom:0;
}

.footer-bg-white
{
	background-color:#fff;
}

/* refine chd end */


.breadcrumbs-sect 
{
	margin-top:88px;
	padding: 80px 0;
    background-image: url(../images/brd.jpg);
}

.breadcrumbs-sect ul li svg 
{
    width: 20px;
    height: 20px;
}

section.breadcrumbs-sect ul 
{
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

section.breadcrumbs-sect ul li, section.breadcrumbs-sect ul li a 
{
    color: #fff;
}

section.breadcrumbs-sect ul li svg path 
{
    fill: #fff;
}

section.breadcrumbs-sect ul li svg 
{
    top: -3px;
    position: relative;
	margin-right: 5px;
}

section.breadcrumbs-sect {
    position: relative;
    display: flex;
    justify-content: center;
}

section.breadcrumbs-sect:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, black, transparent);
}

section.breadcrumbs-sect h3, section.breadcrumbs-sect ul 
{
    position: relative;
    z-index: 99;
    color: #fff;
}

section.breadcrumbs-sect h3 
{
    margin-bottom: 20px;
}

/* about us page design start */

.about-area {
    position: relative;
}

.about-img {
    margin-right: 30px;
    position: relative;
}

.about-img::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 60px;
    left: -70px;
    border-radius: 0 100px 100px 100px;
    width: 100%;
    height: 570px;
    background-color: transparent;
}

.about-img .about-img-small {
    position: absolute;
    bottom: -60px;
    left: -40px;
}

.about-img-before {
    position: relative;
}


.about-content {
    margin-bottom: 30px;
}

.about-content h1 {
    margin-bottom: 20px;
    font-size: 36px;
    width: 80%;
    font-weight: 600;
    line-height: 45px;    
}

.about-content h1 b {
    font-weight: 600;
}

.about-content h1 span
{
    color:#C40B1E;
}

.about-content p {
    margin-bottom: 20px;
}

.about-counter {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-counter i {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #f7eff0;
    border-radius: 3px;
    text-align: center;
    font-size: 26px;
    display: inline-block;
}

.about-counter .content {
    margin-left: 60px;
    display: inline-block;
}

.about-counter .content h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
	color: #000000;	
	font-weight: 600;
}

.about-counter .content span { 
}

.about-btn .learn-btn {
    padding: 12px 30px;
    border-radius: 3px;
    transition: 0.7s;
}

.about-btn .get-btn {
    margin-left: 20px;
    padding: 11px 30px;
    border-radius: 3px;
    background-color: transparent;
    transition: 0.7s;
}
ul.footer-social-icon li svg {
    width: 18px;
    height: 18px;
}
.about-img-2 {
    margin-left: 70px;
    margin-bottom: 90px;
    margin-right: 30px;
    position: relative;
}

.about-img-2 .about-img-small-2 {
    position: absolute;
    bottom: -60px;
    left: -40px;
}

.about-img-2 .about-dots {
    position: absolute;
    z-index: -1;
    bottom: -80px;
    right: -100px;
    animation: flash 7s infinite linear;
}

.about-content-max {
    max-width: 580px;
    margin-right: auto;
    margin-left: 40px;
}

.about-img-3 {
    margin-bottom: 30px;
}

.about-polygon-shape {
    position: absolute;
    bottom: 10%;
    right: 5%;
}

section.aboutarea-sect 
{
    padding:68px 0;
}

.aboutarea-grid 
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	position: relative;
}

.founderimgtxtwrap 
{
    width: 536px;
}

.about-img img 
{
    z-index: 7;
    width: 100%;
    height: 520px;
    position: relative;
    object-fit: cover;
}

.aboutarea-sect
{
	background-color:#fff;
}

.about-counter .iconsvg 
{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background-color: #f7eff0;
    border-radius: 3px;
    text-align: center;
    font-size: 26px;
    display: inline-block;    
} 

.about-counter .iconsvg svg 
{
    width: 27px;
    height: 27px;
}  

.about-counter .iconsvg svg path
{
	fill:#c40b1e;
}

section.whychoose-sect 
{
	padding: 68px 0 230px;
    background-color: #000;
}

section.whychoose-sect h2 
{
    color: #fff;
    margin-bottom: 70px;
}

.commonHeadingWrap {
    display: flex;
    justify-content: center;
}

.commonHeadingWrap h2 {
    width: 40%;
    text-align: center;
}

.whylistbox {
    display: grid;
    grid-template-columns: 16% 1fr;
    grid-column-gap: 140px;
    border-bottom: 1px solid #FFFFFF14;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.whylistbox svg path {
    fill: #fff;
}

.whylistbox svg {
    width: 40px;
    height: 40px;
}

.wlb-svgtext {
    display: flex;
    grid-column-gap: 20px;
    align-items: center;
}

.whylistbox p 
{
	color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.whylistbox span {
	color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.whylistbox .wlb-svgtext 
{
    position: relative;
}

.whylistbox .wlb-svgtext:before 
{
    position: absolute;
    right: -70px;
    height: 100%;
    width: 1px;
    background-color: #FFFFFF14;
    top: 0;
    content: '';
}

.whylist-wrapper .whylistbox:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
	border-bottom:unset;
}

.consult-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: -170px;
    background-color: #c40b1e;
    padding: 40px;
}

.consult-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 50px;
}

span.consult-img img {
    width: 270px;
    height: 250px;
    object-fit: cover;
}

.consult-content-wrap span {
    color: #fff;
    width: 73%;
    display: inline-flex;
    margin-bottom: 20px;
    font-size: 16px;
}

.consult-content-wrap h4 {
color: #fff;
    font-size: 40px;
    width: 80%;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 45px;
}

.consult-content-wrap a {
    color: #000 !important;
    border: 1px solid #fff;
	background-color:#fff !important;
}

.consult-content-wrap a:hover
{
    color: #fff !important;
    border: 1px solid #fff !important;
	background-color:unset !important;
}

.subhead
{
    font-size: 20px;
    font-weight: 500;
    color: #c40b1e;
	font-style: italic;
    margin-bottom: 10px;
}

/* about us page design end */


/* pointer section start */

.pointer-section .wrapper-box {
    position: relative;
	margin-top:70px;
}
.pointer-section .wrapper-box .pointer-block {
    position: absolute;
    cursor: pointer;
}
.pointer-section .wrapper-box .pointer-block:first-child
{
    left: 495px;
    top: 100px;
}
.pointer-section .wrapper-box .pointer-block:nth-child(2){
    left: 515px;
    top: 300px;
}
.pointer-section .wrapper-box .pointer-block:nth-child(3){
    left: 505px;
    bottom: 100px;
}
.pointer-section .wrapper-box .pointer-block:nth-child(4){
    left: 520px;
    top: 10px;
}
.pointer-section .wrapper-box .pointer-block:nth-child(5){
    right: 665px;
    top: 165px;
}
.pointer-section .wrapper-box .pointer-block:nth-child(6){
    right: 550px;
    top: 200px;
}
.pointer-section .wrapper-box .pointer-block:nth-child(7){
    right: 635px;
    top: 365px;
}
.pointer-section .wrapper-box .pointer-block:nth-child(8){
    right: 615px;
    bottom: 215px;
}
.pointer-section .wrapper-box .pointer-block:nth-child(9){
    right: 700px;
    bottom: 0px;
}

.pointer-section .wrapper-box .pointer-block:nth-child(10){
    left: 465px;
    top: 180px;
}

.customer_designation
{
    display:none;
}

.pointer-section .wrapper-box .pointer-block .content {
    position: absolute;
    left: 0px;
    bottom: 80px;
    width: 500px;
    height: fit-content;
    background-color: #c40b1e;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
	z-index: 999999999;
}
.pointer-section .wrapper-box .pointer-block .customer_image{
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #0a1f1b;
    transition: all 500ms ease;
}
.pointer-section .sec_title_wrap{
    margin-bottom: -25px;
}
.pointer-section p.sec_desc{
    position: relative;
    z-index: 1;
    font-size: 16px !important;
}

.pointer-section .wrapper-box .pointer-block .customer_image img{
    border-radius: 50%;
    object-fit: cover;
}

.pointer-section .wrapper-box .pointer-block .customer_image:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    opacity: 0.0;
    transition: all 500ms ease;
}

.pointer-section .wrapper-box .pointer-block:hover .customer_image:before
{
    opacity: 0.5;
}

.pointer-section .wrapper-box .pointer-block:hover .content
{
    opacity: 1;
    visibility: visible;
    bottom: 55px;
}

.pointer-section .wrapper-box .pointer-block.fedActive .content
{
    opacity: 1;
    visibility: visible;
    bottom: 95px;
}

.pointer-section .wrapper-box .pointer-block.fedActive .customer_image:before
{
    opacity: 0.5;
}

.pointer-section .wrapper-box .pointer-block .content .text {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    height: auto;
    max-height: 110px;
    overflow: hidden;
}
.pointer-section .wrapper-box .pointer-block .content .customer_name {
	font-size: 22px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.pointer-section .wrapper-box .pointer-block .content .customer_designation {
	font-size: 16px;
    line-height: 0;
    font-weight: 400;
    color: #e7e7e7;
}

.pointer-section 
{
    padding: 68px 0;
}

h2.sec_title 
{
    margin-bottom:12px;
}

a.read_more_1_btn.home_5_style {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}

.gray-bkg 
{
    padding: 68px 0;
    background-color: rgba(245, 245, 245, 60%);
}

.case_studies_section
{
	padding: 68px 0;	
}

.multicountry-sect.multi-innersect .multicountry-grid 
{
    display: grid;
    grid-template-columns: 100%;
}

.multicountry-sect.multi-innersect .multicountry-left 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.multicountry-sect.multi-innersect .multicountry-left h2, 
.multicountry-sect.multi-innersect .multicountry-left h6 
{
    width: fit-content;
}

.multicountry-sect.multi-innersect .multicountry-left h2
{
    width: fit-content;
}

.multicountry-sect.multi-innersect .country-grid 
{
    grid-template-columns: repeat(5, 1fr);
}

.about-us .country-box 
{
    height: 200px;
}

/* pointer section end */

/* team design start */

.team_block_2 {
    position: relative;
    overflow: hidden;
}

.team_block_2 .image-box {
    height: 270px;
    position: relative;
    overflow: hidden;
    background-color:#e1e1e1;
	transition: .5s all ease;
}

.team_block_2 .image-box:before {
    content: '';
    position: absolute;
    bottom: -200px;
    height: 90px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    left: 0;
	transition: .5s all ease;
}

.team_block_2 .image-box img 
{
    transition: .5s allease;
    height: 100%;
    object-fit: cover;
    position: relative;  
}

.team_block_2 .inner-box 
{
    position: absolute;
    left: 20px;
    bottom: -50px;
    right: 20px;
    z-index: 3;
}

.team_block_2 .social-links {
    position: absolute;
    top: -68px;
    right: 8px;
    padding: 10px 0;
    transform: translateX(128%);
    transition: all .8s;
    display: inline-block;
    background: #ffffff;
}

.team_block_2 .social-links li {
    position: relative;
    display: inline-block;
}

.team_block_2 .social-links li:before {
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 20px;
    content: '';
    background-color: #ede6e6;
}

.team_block_2 .designation {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
}

.team_block_2 h4.author_name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.team_block_2 h4.author_name a {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.team_block_2 h4.author_name span {
    opacity: 0;
    margin-left: 5px;
    font-size: 12px;
    color: #000000;
    transition: all .5s;
}

.team_block_2 .author_email {
    font-size: 16px;
    line-height: 32px;
    color: #1b1918;
    font-weight: 400;
    display: inline-block;
}

.team_block_2:hover .image-box:before 
{
    opacity:1;
}

.team_block_2:hover .social-links {
    opacity: 1;
    transform: translateX(0);
}

.case_studies_section .sec_title_wrap 
{
    margin-bottom: 50px;
}

.team_block_2:hover .inner-box
{
    bottom: 15px;
	z-index: 999;
	transition: .5s all ease;	
}

.team_block_2:hover .image-box img{
    transform: scale(1.2);
    transition: .5s all ease;
}

.team_block_2:hover .image-box:before
{
	bottom:0px;
	z-index: 99;
	transition: .5s all ease;
}

/* .whylistbox .wlb-svgtext svg path 
{
    fill: #c40b1e;
}
 */
/* team design end */

.consult-sect.contact-cons 
{
    position: relative;
}

.consult-sect.contact-cons .consult-wrap 
{
    margin-top: 0;
    z-index: 9999;
    position: relative;
}

.consult-sect.contact-cons:before 
{
    content: '';
    background-color: #f9f9f9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
}

section.maplocation 
{
    margin-bottom: 77px;
}

.contact-info-sect .contact-info-grid 
{
    display: flex;
    grid-column-gap: 150px;
    padding: 68px 0; 
    justify-content: center;
    margin: 0 auto;
}

.contact-info-sect .contact-info-grid .about-counter 
{
    display: flex;
    flex-direction: column;
	margin: 0;
	width: fit-content;
	align-items: center;
}

.contact-info-sect .contact-info-grid .about-counter .footer-social-icon 
{
    display: flex;
}

.contact-info-sect .contact-info-grid .about-counter .iconsvg 
{
    width: 15px;
    height: 15px;
    position: relative;
    top: unset;
    left: unset;
    width: 55px;
    height: 55px;
    background-color: #f7eff0;
    border-radius: 3px;
    text-align: unset;
    display: inline-flex;
	margin-bottom: 20px;
    justify-content: center;
    align-items: center;	
}

.contact-info-sect .contact-info-grid .about-counter .content 
{
    margin-left: 0;
    display: inline-block;
	width: fit-content;
}

.contact-info-sect .contact-info-grid .about-counter .content h3 {
    text-align: center;
    margin-bottom: 14px;
    font-size: 18px;
}

.cp-timing-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row-gap: 3px;
    margin-top: 5px;
}

.contact-herobanner-sect {
    background-color: #fff;
	position:relative;
}

.contact-info-grid {
    display: grid;
}

.contact-grid {
    display: flex;
    /* justify-content: space-between; */
    gap: 280px;
}

.contact-grid .contentBnrRight 
{
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    margin-left: auto;
	box-shadow: 0px 0px 6px 0px #ccc;
}

.form-group textarea 
{
    height: 80px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    outline: none;
    padding: 12px;
}

.contact-herobanner-sect img {
    width: 440px;
    object-fit: contain;
    position: relative;
    bottom: 0;
    left: 0;
}

.contact-right {
	width: 500px;
    padding: 68px 0;
}

.contact-info-sect {
    background-color: #fff;
}

.sayhello
{
	background-color:red;
}

section.home_fifteen_form.alt_sec .home_fifteen_form_content {
    background: #d9dbe9;
}

.home_fifteen_form_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 50%;
    background-color: #c40b1e;
    position: absolute;
    top: 70px;
    left: 450px;
}

.home_fifteen_form_content_inner {
    position: relative;
}


.contact-left {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.contact-left .sayhello 
{
    display: flex;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000000;
    font-size: 13px;
    background-color: #f9f9f9;
    position: absolute;
    right: 300px;
	z-index: 9999;
}

.contact-left .sayhello::before 
{
    content: '';
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #c40b1e;
    position: absolute;
    animation: circleFifteen 3s linear infinite alternate;
    z-index: 99;
}

.home_fifteen_form_content_inner::before {
    content: '';
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #c40b1e;
    position: absolute;
    bottom: -55px;
    left: -55px;
    z-index: 0;
    animation: circleFifteen 3s linear infinite alternate;
}

.home_fifteen_form_content_inner h6 {
    font-size: 18px;
    font-weight: 600;
	color:#fff;
}

.home_fifteen_form_content_inner h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
	color:#fff;
}
.home_fifteen_form_shape {
    position: absolute;
    left: -55px;
    top: -65px;
}
.home_fifteen_form_shape img {
    animation: arrowFifteen 2s linear infinite alternate;
}

.home_fifteen_form_shape img {
    width: 50px;
    height: 50px;
    top: 30px;
    z-index: 9999;
}

.home_fifteen_form_shape img {
    animation: arrowFifteen 2s linear infinite alternate;
}
section.contact-herobanner-sect {
    background: #f7eff0;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 100px;
}

.service-grid .service-left ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
    list-style-type: disc;
    padding-left: 18px;
}

.hw-icon .iconsvg 
{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background-color: #f7eff0;
    border-radius: 3px;
    text-align: center;
    font-size: 26px;
    display: inline-block;
}

.hw-icon {
	width: 60px;
    height: 60px;
    background-color: #f7eff0;
    padding: 9px;
    margin-bottom: 15px;
}

.hw-icon svg {
    width: 100%;
    height: 100%;
}

.hw-icon svg path {fill: #c40b1e;}


.howworkbox {
    background-color: #f7f7f7;
    padding: 30px 20px;
    border-radius: 10px;
	position:relative;
}

.howwork-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
}

.howworkbox h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.howworkbox p
{
	margin-bottom:0;
}

span.bignum {
    position: absolute;
    right: 10px;
    font-size: 88px;
    font-weight: 700;
    top: -20px;
    opacity: 0.07;
}

.service-right img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    position: absolute;
    bottom: -26px;
}

.service-right {
    position: relative;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(1) svg path 
{
    fill: #c40b1e;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(2) svg path 
{
    fill: #9C27B0;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(3) svg path 
{
    fill: #3F51B5;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(4) svg path 
{
    fill: #009688;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(5) svg path 
{
    fill: #4CAF50;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(6) svg path 
{
    fill: #fbbc00;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(7) svg path 
{
    fill: #FF5722;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(8) svg path 
{
    fill: #00BCD4;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(3) svg 
{
    height: 34px;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(4) svg 
{
    height: 34px;
}

.megaM-contentwrap.serviceMenu a:nth-of-type(7) svg 
{
    height: 35px;
}

.modal-body {
    position: relative;
}

.modal-wrap.middleForm .btn-close {
    position: absolute;
    right: -17px;
    top: -17px;
    background-color: #ffffff;
    opacity: 1;
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0 0 6px 0 #ccc;
    font-size: 12px;
}

@keyframes circleFifteen{
    0%{
        bottom: -55px;
        left: -55px;
    }
    50%{
        bottom: -35px;
        left: -35px;
    }
    100%{
        bottom: -55px;
        left: -25px;
    }

}

@keyframes arrowFifteen {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.5);
    }
}

.tc-section 
{
    padding: 70px 0;
}

.tc-head-info h1 
{
    font-size: 34px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    line-height:45px;
}

.tc-head-info h5 
{
    font-size: 18px;
    color: #132F41;
    font-weight: 600;
    margin-bottom: 20px;
}

.last-rev-date 
{
    display: inline-block;
    color: #6B6B6B;
    font-size: 15px;
    margin-bottom: 20px;
}

.tc-head-info p 
{
    display: inline-block;
    color: #6B6B6B;
    font-size: 15px;
    margin-bottom: 20px;
}

.tc-points-wrap ol 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 15px;
    padding-left: 15px;
}

.tc-points-wrap ol li span 
{
    font-size: 18px;
    font-weight: 600;
    color:#000;
    display: inline-block;
    margin-bottom: 5px;
}


.tc-points-wrap ol li p 
{
    font-size: 17px;
    color: #000000;
    display: inline-block;
}

.livewrap-pdiv 
{
    position: relative;
}

#playvid .middleForm {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}

/*.megaM-contentbox1 a:nth-of-type(3) .iconCover,*/
/*.megaM-contentbox1 a:nth-of-type(4) .iconCover,*/
/*.megaM-contentbox1 a:nth-of-type(7) .iconCover*/
/*{*/
/*    background-color: #fff !important;*/
/*}*/

/*.megaM-contentbox1 a:nth-of-type(5) .iconCover*/
/*{*/
/*    background-color: #73dc00 !important;*/
/*}*/

/*.megaM-contentbox1 a:nth-of-type(6) .iconCover*/
/*{*/
/*    background-color: #009cde !important;*/
/*}*/

/*.megaM-contentbox1 a:nth-of-type(8) .iconCover*/
/*{*/
/*    background-color: #e8e8e8 !important;*/
/*}*/

/*.megaM-contentbox1 a:nth-of-type(9) .iconCover*/
/*{*/
/*    background-color: unset !important;*/
/*}*/

/*.megaM-contentbox1 a:nth-of-type(11) .iconCover*/
/*{*/
/*    background-color: unset !important;*/
/*}*/


.megaM-contentbox1 a:nth-of-type(1) .iconCover,
.megaM-contentbox1 a:nth-of-type(2) .iconCover
{
    background-color: #e21836;
}

.megaM-contentbox1
{
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 40px;
    align-self: baseline;
    padding: 0;
}

.megaM-ts-wrap h5 {
    font-size: 14px;
}

.changeMenuStyle .megaM-ts-wrap p {
    font-size: 13px;
    line-height: 21px;
    height: 47px;
    font-weight: 400;
}


.content-onbanner-wrap .fill-button:hover {
    color: #ffffff;
    transition: .5s all ease;
    background-color: unset;
    border: 1px solid #ffffff;
}


.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-group label {
    color: #ff5d5d;
    position: absolute;
    bottom: -21px;
}
.modal-body .middleFormRight .form-group button:hover {
    color: #ffffff;
    transition: .5s all ease;
    background-color: unset;
    border: 1px solid #ffffff;
}

.inner-herobanner .content-onbanner-wrap .fill-button:hover {
    color: #c40b1e;
    transition: .5s all ease;
    background-color: unset;
    border: 1px solid #c40b1e;
}

.inner-herobanner .content-onbanner-wrap .form-group{
   margin-bottom:0px;
}

section.inner-herobanner-sect .container.custom-container .inner-herobanner .contentBnrLeft a:hover {
    color: #ffffff;
    transition: .5s all ease;
    background-color: unset;
    border: 1px solid #ffffff;
}

.whychoose-right p
{
	font-size:16px;
}

ul.ql-wrap a:hover {
    color: #c40b1e;
}

#free-couns .fill-button:hover 
{
    color: #fff;
    transition: .5s all ease;
    border: 1px solid #fff;
}

.chd-topf-box img {
    width: 35px;
}

.chd-topf-box:hover img {
    filter: invert(1);
}

.contentBnrLeft .fill-button {
    display: none;
}

.contact-info-grid a 
{
    color: #000;
}

#joinnow 
{
    z-index: 99999999;
}

.contact-right .form-group {
    margin-bottom: 0;
}

input.error {
    margin-bottom: 15px;
    color: #000;
}

label.error {
    bottom: -7px;
    display: inline-flex !important;
}

.ancillary-box figure
{
    height: 176px;
    overflow: hidden;
    border-radius: 10px;
}

.ancillary-box:hover figure {
    overflow: hidden;
    border-radius: 10px;
    height: 176px;
}

.ancillary-box:hover figure img {
    transition: .5s all ease;
    transform: scale(1.1);
}

.contact-info li:hover svg path {
    fill: #c40b1e;
    transition: .5s all ease;
}

.contact-info li:hover a {
    color: #c40b1e;
    transition: .5s all ease;
}

.copyright-wrap li:hover a {
    color: #c40b1e;
    transition: .5s all ease;
}

.contact-right h1 
{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem;
}

body.home.navfix nav
{
    position: fixed;
    z-index: 9999;
    margin-bottom: 0;
    padding-bottom: 0px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-shadow:unset;
    background:#fff;
    box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 5%);    
}

body.home.navfix nav .nav-wrap
{
   box-shadow: unset; 
}

body.home nav
{
    margin-bottom: 0;
    padding-bottom: 37px;
}


/*section.hero-banner-sect.homepage .herobanner-grid */
/*{*/
/*    padding-top: 120px;*/
/*}*/


.serv-box img {
    margin-bottom: 29px;
    filter: invert(1);
}

.CountryLogoMenu img {
    object-fit: contain;
}

.mobnavigation,
.footer-accord-wrap
{
    display:none;
}

.footer-serv
{
    display:block;
}

.pointer-section
{
    display:block;
}

section.testimonial-sect.about-sect-testimonial
{
    display:none;
}

.country-box figure {
    height: 100%;
    z-index: 99;    
}

.country-box img {
    object-fit: cover;
}

/*img.hero-main-image {*/
/*    width: 90%;*/
/*}*/

.hero-mainban-cover {
    position: relative;
}

img.hero-main-image {
    height: 730px;
    width: 100%;
    position: absolute;
    left: 0;
    object-fit: contain;
    top: -100px;
}

img.circle-shape {
    width: 558px;
    height: 638px;
    position: relative;
    top: 90px;
}

#testimo,
.testimo-sect
{
    display: none;
}


.team_block_2 .image-box img 
{
    transition: .5s all ease;
}

.pointer-section .wrapper-box .pointer-block .customer_image 
{
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.pointer-section .wrapper-box .pointer-block .customer_image img 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.pointer-section .wrapper-box .pointer-block .customer_image {
    z-index: 999999;
}

 /* Popup styling */
        #AutoPopup-box {
            /*display: none;*/
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
                width: 70%;
            
           
            
            opacity: 1;
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
        /* Background overlay */
        #AutoPopup-overlay {
            /*display: none;*/
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.4);
        }
        /* Show animation */
        .AutoPopup-show {
            display: block !important;
            opacity: 1 !important; 
        }
        /* Close button */
        .AutoPopup-close-btn {
            background: red;
            color: white;
            border: none;
            padding: 5px 10px;
            cursor: pointer;
            margin-top: 10px;
        }

 
.AutoPopup-show img {
    width: 100%;
    height: auto;
    background: #eeeeee;
    padding: 0;
    border-radius: 10px;
    object-fit: contain;
}

#AutoPopup-overlay {
    z-index: 9999;
}

#AutoPopup-box {
    z-index: 99999;
}
.AutoPopup-close-btn {
    position: absolute;
    top: -26px;
    right: -16px;
    background: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.AutoPopup-close-btn svg {
    width: 13px;
    height: 12px;
}

div#AutoPopup-box {
    z-index: 99999999999;
}

.desktopPopup
{
    display:block;
    
}
.MobilePopup
{
    display:none;
    
}
.footer-box img {
    width: 100px;
}

span#iconLine {
    display: none;
}


.contentBnrRight.homepageFormFixed {
    position: fixed;
    right: 0;
    background: #fff;
    top: 50%;
    transform: translate(2%, -50%);
    z-index: 9999;
    box-shadow: 0px 0px 7px 0px #ccc;
    width: 350px;
}

.contentBnrRight form {
    padding: 20px 20px;
}

.contentBnrRight form h4 {
    font-size: 18px;
}

.contentBnrRight p {
    font-size: 14px;
    width: 90%;
    line-height: 18px;
}

.form-group input, .form-group select {
    font-size: 14px;
}

.form-group {
    margin-bottom: 2px;
}

.form-group.fixedFormWhat a svg {
    width: 20px;
    height: 20px;
}

.form-group.fixedFormWhat a {
    display: flex;
    align-items: center;
    color: #000;
    gap: 6px;
}

.form-group.fixedFormWhat img {
    width: 30px;
    position: unset;
}
span#iasBadge {
    opacity: 0;
    display: none;
}

 


.homepageFormFixed {
  display: none;
}

img.desktopPopup {
    width: 100%;
}

.AutoPopup-show img
{
     width: 100%;
}




@media (min-width: 768px) {
  .homepageFormFixed {
    display: block !important;
  }

  .form-toggle-icon {
    display: none;
  }
}

.form-toggle-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1100;
  cursor: pointer;
}

button#refresh-captcha {
    position: absolute;
    bottom: 87px;
    right: 0;
    font-size: 15px;
    background: none;
    border: none;
    color: #000;
    line-height: 0;
    height: auto;
}




.form-wrapper {
    position: relative;
}

div#captcha-container input {
    width: 150px;
}

label#captcha-error {
    display: flex;
    left: 0;
}












/**** desktop css **/


 


@media only screen and (min-width: 300px) and (max-width: 380px) 
{
    .contentBnrLeft h1 {
        font-size: 22px !important;
        line-height: 25px !important;
    } 
}



@media only screen and (min-width: 300px) and (max-width: 991px) 
{
    
.desktopPopup
{
    display:none;
    
}
.MobilePopup
{
    display:block;
    
}
    
    
    
    
    
    
    .AutoPopup-close-btn svg { 
    position: relative;
    top: -3px;
}
    .AutoPopup-show img {
    height: fit-content;
    object-fit: contain;
}

#AutoPopup-box {
        width: 85%;
        height: 100%;
        background: unset !important;
        box-shadow: unset !important;
      
        justify-content: center;
        align-items: center;
}

.AutoPopup-show img {
        height: fit-content;
        object-fit: contain;
        background-color: #fff;
        padding: 10px;
        width: 100%;
        height: 100%;
    }

    .pos-rel
    {
        position:relative;
    }
    
    .AutoPopup-close-btn {
        position: absolute;
        top: -24px;
        right: -8px;
    }

	#accordion 
	{
		width: 100%;
	}

	#accordion .card-header a.btn
	{
		padding-right: 25px;	
	}
	
    section.hero-banner-sect {
        display: none;
    }
    
    .serv-info-wrap {
        flex-direction: column;
    }
    
    section.textonbanner-sect {
        margin-top: 50px;
    }
    
    .serv-info-wrap .serv-box:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .serv-box 
    {
        padding: 25px;
        border-right: unset;
        border-bottom: 1px solid rgba(255, 255, 255, 40%);
    } 
    
    .serv-info-wrap .serv-box:last-child
    {
        border-bottom: unset;
    }

    .coachingtest-grid 
    {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .whychoose-grid 
    {
        row-gap: 110px;
        grid-template-columns: auto;
    } 
    
    .whychoose-playvidwrap 
    {
        position: absolute;
        right: 20px;
        bottom: -110px;
    } 
    
    .watch-vid-text-wrap img 
    {
        width: 230px;
    }    
    
    img.wcu-play
    {
        width: 40px;
    }
    
    span.wcuImgwrap img 
    {
        width: 100% !important;
    }
    
    .facility-wrap 
    {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    } 
    
    .whychoose-right p 
    {
        width: 100%;    
    }
    
    .gateway-grid 
    {
        grid-template-columns: repeat(1, 1fr);
    }
    
    ul.star 
    {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }  
    
    .grid-live-image {
        flex-direction: column;
    }    
    
    section.whychooseus-sect 
    {
        padding: 50px 0;
    }
    
    .numberofstudents-wrap 
    {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 15px;
    }  
    
    ul.star li:before
    {
        top: 5px;
    }
    
    .liveWrap 
    {
        top: 39px;
        right: 90px;    
    }
    
    .liveWrap img {
        width: 60px;
    }    
    
    .gateway-left h2 
    {
        width: 90%;    
    }
    
    .gateway-right .grid-live-image:first-child .dflex-col .lswrap 
    {
        display: none;
    }
    
    .gateway-right .grid-live-image:first-child .dflex-col .lswrap {display: none;}
    
    .grid-live-image img {
        width: 100%;
        object-fit: cover;
    }
    
    .gateway-right .grid-live-image:first-child .lswrap {order: 1;}
    
    .gateway-right .grid-live-image:first-child {
        display: flex;
        grid-row-gap:20px;
    }
    
    .gateway-right .grid-live-image:first-child .dflex-col {
        order: 2;
        grid-row-gap: 0;
    }    
    
    .gateway-right .grid-live-image:last-child
    {
        display:flex;
        flex-direction:column;
        grid-row-gap:20px;
    }
    
    .gateway-section, .our-achievement-sect, .multicountry-sect, .textonbanner-sect, .coachingtest-sect    
    {
        padding-bottom: 50px;
    }
    
    section.ancillary-serv-sect 
    {
        padding: 50px 0;    
    }

    section.ancillary-serv-sect .head-subtitle-wrap 
    {
        text-align: left;
        align-items: flex-start;
        flex-direction: column;
    }
    
    section.ancillary-serv-sect .head-subtitle-wrap p {
        font-size: 16px;
        text-align: left;
        margin-bottom: 30px;
    }    
    
    .our-achievement-wrap h2 {
        color: #fff;
        line-height: 40px;
    }  
    
    span.oa-num {
        font-size: 30px;
        line-height: 22px;
    }  
    
    span.oa-info 
    {
        font-size: 15px    
    }
    
    .our-achievement-wrap h2 
    {
        margin-bottom: 35px;    
    }
    
    .our-achievement-wrap ul 
    {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 35px;
    } 
    
    .multicountry-grid 
    {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }  
    
    .multicountry-left h6 
    {
        width: 100%;
        font-size:16px;
        font-weight: 400;
    }  
    
    .multicountry-left p    
    {
        font-size:16px;
    }
    
    .country-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .country-box figure {
        margin-bottom: 0;
    }
    
    .country-box {
        height: 100%;
    } 
    
    .ancillary-grid 
    {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
        grid-column-gap: 0;
    } 
    
    .facility-box span {
        font-size: 14px;
    }
    
    .serv-box h6 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    .serv-box p {
        font-size: 16px;
        width: 95%;
    }
    
    h2
    {
        font-size:30px;
        line-height:35px
    }
    
    .coachingtest-box span {
        font-size: 16px;
    }
    
    .testimonial-grid 
    {
        width: 100%;
        padding: 40px;
        grid-column-gap: 0;
        grid-row-gap: 30px;
        grid-template-columns: 100%;
    }
    
    .testimonial-grid .customer-says h2 {
        width: 100%;
        line-height: 35px;
    } 
    
    .customer-says p {
        width: 100%;
    }    
    
    .footer-grid {
        grid-template-columns: auto;
    }  
    
    .footer-grid {
        grid-template-columns: auto;
        grid-row-gap: 20px;
    } 
    
    .copyright-wrap {
        flex-direction: column;
        text-align: center;
        align-items: center;
        grid-row-gap: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }  
    
    .copyright-wrap span {
        font-size: 14px;    
    }
    
    .copyright-wrap ul li a {
        font-size: 14px;
    }  
    
    small.smalltitle {
        font-size: 16px;    
    }

    .coachingtest-box {
        padding: 24px 21px 15px;
    } 
    
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    section.hero-banner-sect.home-hbspe-wrap {
        display: flex;
    }    
    
    section.hero-banner-sect.home-hbspe-wrap .herobanner-grid 
    {
        padding-bottom: 0;
        grid-template-columns: auto;
    }

    section.hero-banner-sect.home-hbspe-wrap .herobanner-left h1 {
        font-size: 36.77px;
        line-height: 45px;
        margin-bottom: 30px;
    }  
    
    section.hero-banner-sect.home-hbspe-wrap {
        display: flex;
    }
    
    .herobanner-right img {
        width: 100%;
    }
    
    .herobanner-right img:nth-of-type(2) {
        width: 20%;
    }
    
    .herobanner-right img:nth-of-type(3) {
        width: 30%;
    }
    
    .herobanner-right img:nth-of-type(4) {
        width: 35%;
    }
    
    img.hb3 {
        top: 40px;
    }    
    
    img.hb2 {
        position: absolute;
        right: 0px;
        bottom: 90px;
        width: 30% !important;
    } 
    
    .herobanner-left p 
    {
        font-size: 18px;
        line-height: 26px;    
    }
    
    .herobanner-right img:nth-of-type(1) {
        position: relative;
        height: fit-content;
    } 
    
    
	.mobnavwrap 
	{
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
	}	
    
	.mobnavwrap header 
	{
		padding:0;
	}

	header .toggle	
	{
		margin-top:0;
		padding-left: 0;
		top: 6px;
		left: -35px;
	}
	
	.hc-offcanvas-nav li .nav-item-wrapper .nav-item-link::before
	{
		content:unset !important;
	}

	body.theme-default .hc-offcanvas-nav .nav-close-button span::before
	{
		left:17px;
	}
	
	section.mobnavigation 
	{
		background: linear-gradient(90deg, rgb(249 250 254) 0%, rgb(249 250 254) 100%);
	}	
    
	.mobnavwrap h2
	{
		line-height: 30px;
	}
	
	.herobanner-left 
	{
		margin-top: 40px;
	}

	.nav-item-wrapper img 
	{
		width: 35px;
		height: auto;
		object-fit: cover;
		margin-right: 15px;
		background-color: #fff;
		padding: 2px;
	}
	
	a.nav-item-link {
		display: grid !important;
		grid-template-columns: auto 1fr;
		align-items: center;
	}	

	.nav-item-wrapper span 
	{
		font-size: 16px;
	}

	.serv-img 
	{
        width: 45px;
        height: 45px;
        padding: 7px 0;
        text-align: center;
        align-items: center;
        border-radius: 50px;
        display: inline-flex;
        background-color: #fff;
        justify-content: center;
        box-sizing: border-box;
	}	
	
	.service-pwrap .nav-item-wrapper img
	{
        padding: 6px;
		margin: 0 auto;
        background-color: unset;
        width: 40px !important;
        height: 40px !important;
	}
	
	.service-pwrap .nav-item-link 
	{
		grid-column-gap: 15px;
	}

	.theme-default.hc-nav-open header .toggle
	{
		display:none;
	} 
	
    body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
        border-top: none;
    } 
    
    body.theme-default .hc-offcanvas-nav .nav-item-link, body.theme-default .hc-offcanvas-nav li.nav-close a, body.theme-default .hc-offcanvas-nav .nav-back a {font-weight: 500;border-bottom: 1px solid #ffffff2e;}
    
    body.theme-default .hc-offcanvas-nav .nav-content>h2, body.theme-default .hc-offcanvas-nav .nav-content>h3, body.theme-default .hc-offcanvas-nav .nav-content>h4, body.theme-default .hc-offcanvas-nav .nav-content>h5, body.theme-default .hc-offcanvas-nav .nav-content>h6 {
        font-size: 18px;
    }
    
    .nav-item-wrapper img {
        width: 20px;
    }
    
    body.theme-default .hc-offcanvas-nav .nav-content>h2, body.theme-default .hc-offcanvas-nav .nav-content>h3, body.theme-default .hc-offcanvas-nav .nav-content>h4, body.theme-default .hc-offcanvas-nav .nav-content>h5, body.theme-default .hc-offcanvas-nav .nav-content>h6 {
        background: #f5f5f5;
        color: #000;
    }
    
    /* hv design start */
    
    body.theme-default .hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
        border-top: none;
    } 
    
    body.theme-default .hc-offcanvas-nav .nav-item-link, body.theme-default .hc-offcanvas-nav li.nav-close a, body.theme-default .hc-offcanvas-nav .nav-back a {font-weight: 500;border-bottom: 1px solid #ffffff2e;}
    
    body.theme-default .hc-offcanvas-nav .nav-content>h2, body.theme-default .hc-offcanvas-nav .nav-content>h3, body.theme-default .hc-offcanvas-nav .nav-content>h4, body.theme-default .hc-offcanvas-nav .nav-content>h5, body.theme-default .hc-offcanvas-nav .nav-content>h6 {
        font-size: 18px;
    }
    
    .nav-item-wrapper img {
        width: 20px;
    }

    body.theme-default .hc-offcanvas-nav .nav-content>.nav-close:first-child a, body.theme-default .hc-offcanvas-nav .nav-title+.nav-close a.has-label, body.theme-default .hc-offcanvas-nav li.nav-close a, body.theme-default .hc-offcanvas-nav .nav-back a {
    }
    
    body.theme-default .hc-offcanvas-nav .nav-content>h2, body.theme-default .hc-offcanvas-nav .nav-content>h3, body.theme-default .hc-offcanvas-nav .nav-content>h4, body.theme-default .hc-offcanvas-nav .nav-content>h5, body.theme-default .hc-offcanvas-nav .nav-content>h6 {
        background: #f5f5f5;
        color: #000;
    }
    
    .mobnavwrap a img {
        width: 120px;
    }
    
    header .toggle span {
        width: 29px;
        height: 2px;
    }
    
    header .toggle {
        top: 0px;
    }
    
    header .toggle span, header .toggle span::before, header .toggle span::after {
    }
    
    header .toggle span {
        top: 46%;
    }
    
    header .toggle span::after {
        bottom: -9px;
    }
    
    header .toggle span::before {
        top: -9px;
    }
    
    section.hero-banner-sect.home-hbspe-wrap .herobanner-left h1 {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
    
    .coachingtest-box {
        padding: 24px 12px 15px;
    }
    
    .grid-live-image img {
        height: 300px;
    }
    
    .gateway-right .grid-live-image:last-child {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gateway-right .grid-live-image:last-child span img {
        height: 160px;
    }
    
    .about-img img {
        width: 100%;
        margin-bottom: 30px;
        height: 290px;
        object-fit: cover;
    }
    
    .aboutarea-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .about-us .multicountry-sect.multi-innersect .country-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .about-us .whylistbox {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        flex-direction: column;
        display: flex;
    }
    
    .about-us section.whychoose-sect .commonHeadingWrap h2 {
        width: 100%;
    }
    
    .about-us .wlb-svgtext {
        grid-column-gap: 8px;
        margin-bottom: 20px;
    }
    
    .about-us .whylistbox svg {
        width: 30px;
        height: 30px;
    }
    
    .about-img {
        margin-right: 0;
    }
    
    .about-content h1 {
        width: 100%;
        font-size: 25px;
        margin-bottom: 10px;
    }
    
    .about-us .about-us .subhead {
        font-size: 18px;
    }
    
    .about-counter {
        margin-bottom: 20px;
    }
    
    .about-btn {
        margin-top: 20px;
    }
    
    .about-content {
        margin-bottom: 0;
    }
    
    .about-us span.consult-img img {
        width: 150px;
        height: 140px;
    }
    
    .about-us .consult-wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 20px;
    }
    
    .about-us .consult-content-wrap h4 {
        width: 100%;
        font-size: 25px;
        line-height: 28px;
        font-weight: 600;
    }
    
    .about-us span.consult-img {
        margin-bottom: 20px;
    }
    
    .about-us .consult-content-wrap span {
        width: 100%;
    }
    
    .about-us .country-box span {
        font-size: 15px;
        bottom: 6px;
    }
    
    
    .about-us .country-flag {
        width: 30px;
        height: 30px;
    }
    
    .about-us .multicountry-sect.multi-innersect .multicountry-left {
        margin-bottom: 0;
    }
    
    .breadcrumbs-sect {
        margin-top: -2px;
        padding: 30px 0;
    }
    
    section.breadcrumbs-sect h3, section.breadcrumbs-sect ul {
        font-size: 20px;
    }
    
    section.breadcrumbs-sect ul li, section.breadcrumbs-sect ul li a {
        font-size: 16px;
    }
    
    .about-us section.aboutarea-sect {
        padding: 38px 0;
    }
    
    .footer-accord-wrap #accordion a.btn {
        font-size: 15px !important;
        padding-right: 0;
        margin-top: 0 !important;
    }
    
    div#accordion {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .application-link-wrap {
        display: none;
    }
    
    .footer-box p {
        margin-bottom: 0;
    }
    
    
    .footer-box span {
        font-size: 18px;
        margin-bottom: 9px;
    }
    
    .contact-info ul li a {
        font-size: 16px;
        font-weight: 400;
    } 
    
    .content-onbanner-wrap {
        flex-direction: column;
        padding: 20px;
        justify-content: unset;
        gap: 40px;
        top: 50%;
        transform: translateY(-47%);        
    }
    
    .contentBnrLeft {
        width: 100%;
    }
    
    .inner-herobanner-sect {
        height: 1000px;
        margin-top: 30px;
    }
    
    .custom-container {
        max-width: 100%;
        height: 100%;
    }
    
    .inner-herobanner {
        height: 100%;
    }
    
    .contentBnrLeft h1 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .contentBnrLeft h2 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    
    .contentBnrRight {
        width: 100%;
    }
    
    .count-exp-wrapper ul {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
    
    .contentBnrRight form {
        padding: 20px 20px;
    }
    
    .country-specs-grid {
        grid-template-columns: 100%;
    }
    
    .course-overview-wrap {
        grid-template-columns: 100%;
    }
    
    .overview-box-divd {
        padding: 20px;
    }
    
    .overview-box-divd h2 {
        font-size: 22px;
    }
    
    .overview-box-divd ul {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .overview-box-divd ul li:nth-of-type(1) {
        border: none;
        border-bottom: 1px solid #ccc;
        padding-bottom: 0;
    }
    
    .overview-box-divd ul li:nth-of-type(3) {
        border: none;
        border-bottom: 1px solid #CED7E4;
        padding: 0;
    }
    
    .overview-box-divd ul li:nth-of-type(4) {
        padding: 0;
    }
    
    .overview-box-divd ul li {
        margin-top: 20px;
        padding-bottom: 20px !important;!i;!;
    }
    
    .benefitsContainer {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .commonInsidePage {
        font-size: 22px;
    }
    
    .benefitsTextContent h3 {
        font-size: 18px;
    }
    
    .benefitsContent {
        flex-direction: column;
    }
    
    .personalized {
        padding: 20px;
    }
    
    .personalizedcontainer {
        grid-template-columns: repeat(1, 1fr);
    }
    
    div#personalized {
        padding: 0;
        background: none;
    }
    
    .eduContent {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .eduContent h6 {
        font-size: 15px;
    }
    
    .popularCourseGridContainer ul li {
        font-size: 15px;
    }
    
    .study-statistics table {
        width: 100%;
        overflow: scroll;
    }
    
    figure.table {
        overflow: scroll;
    }
    
    .study-statistics table th, .study-statistics table td {
        font-size: 15px;
        white-space: nowrap;
    }
    
    .middleFormContainer {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    
    .middleForm {
        padding: 25px;
    }
    
    .middleFormLeft h4 {
        font-size: 18px;
        line-height: 25px;
    }
    
    #popular-university .commonTables th {
        white-space: nowrap;
    }
    
         
    /* hv design end */
	
	.footer-serv
	{
	    display:none;
	}
    
    .mobnavigation
    {
        display:block;
    }
    
    .footer-accord-wrap
    {
        display:block;   
    }
    
    .footer-accord-wrap .card-header svg {
        width: 18px;
        height: 18px;
        position: relative;
        top: -5px;
    } 
    
    .footer-accord-wrap #accordion a.btn 
    {
        display: flex !important;
        justify-content: space-between !important;
        padding-bottom: 0 !important;
        margin-bottom: 15px !important;
        border-bottom: unset !important;
    }
    
    ul.ql-wrap 
    {
        grid-column-gap: 20px;
        margin-bottom: 20px !important;
    } 
    
    ul.footer-social-icon {
        margin-bottom: 0 !important;
    }    
    
    .footer-accord-wrap #accordion a.btn.collapsed
    {
       margin-bottom: 0px !important; 
    }
    
    .footer-accord-wrap #accordion a.btn svg
    {
        transform: rotate(180deg);
    }
    
    .footer-accord-wrap #accordion a.btn.collapsed svg
    {
        transform: rotate(0deg);  
    }
    
    .team_block_2 .image-box img 
    {
        height:100%;
    } 
    
    .footer-accord-wrap #accordion a.btn span {
        font-weight: 600;
    } 
    
    .worldmap
    {
        width:100%;
    }
    
    .pointer-section
    {
        display:none;
    }
    
    section.testimonial-sect.about-sect-testimonial {
        display: block;
        padding: 50px 0;
    }    
    
    section.testimonial-sect.about-sect-testimonial h2
    {
        font-size: 22px;
        margin-bottom: 10px;
    }
    
    section.testimonial-sect.about-sect-testimonial p {
        margin-bottom: 10px;
    }
    
    .team_block_2 .inner-box    
    {
        bottom:-80px;
    }
    
    .team_block_2 .inner-box
    {
        bottom: 20px;
    	z-index: 999;
    	transition: .5s all ease;	
    } 
    
    .team_block_2 .image-box:before 
    {
        opacity:1;
    }
    
    .team_block_2 .image-box:before
    {
    	bottom:0px;
    	z-index: 99;
    	transition: .5s all ease;
    } 
    
    #joinnow .middleForm  
    {
        border-radius:0;
    }
    
    .modal-wrap.middleForm .btn-close 
    {
        right: -5px;
        top: -24px;    
    }
    
    .whylistbox .wlb-svgtext:before
    {
        content:unset;    
    }
    
    .country-code input:first-child {
        width: 55px;
    }    
    
    .country-code input {
        width: calc(100% - 18px);
    }  
    
    body.scrolled .country-specs-left {
        position: unset;
        top: unset;
    }    
    
    body.mobscroll .country-specs-left {
        position: sticky;
        top: 0px;
        background-color: #fff;
        padding: 20px;
        z-index: 999999;
        margin-left: -20px;
        width: 110%;
    }
    
    /*body.mobscroll .country-specs-sect .container*/
    /*{*/
    /*    padding-left:0;*/
    /*    padding-right:0;*/
    /*} */
    
    
    .country-specs-left ul {
        flex-direction: row;
        grid-column-gap: 20px;
    }
    
    .country-specs-left ul li a {
    }
    
    .country-specs-left ul li a {
        white-space: nowrap;
    }
    
    .country-specs-left 
    {
        width: 100%;
        margin-bottom: 20px;
        overflow-x: scroll;
    } 
    
    .country-specs-left::-webkit-scrollbar {
        height: 0px;
    } 
    
    .course-overview-wrap {
        grid-template-columns: 100%;
    } 
    
    .overview-box-divd ul li:nth-of-type(2)
    {
        padding-left:0;
    }
    
    .msg-slider
    {
       right: -160%;
    }
    
    .msg-slider {
        width: 100%;
        height: 90vh;
        top: 10vh;
    } 
    
    a.sliderCross {
        position: absolute;
        top: -34px;
        left: 45%;
        transform: translateX(-50%);
    }  
    
    .msg-slider-left p {
        font-size: 15px;
    } 
    
    .msg-slider-left 
    {
        padding: 40px 20px; 
        padding-bottom: 100px;
    }
    
    .msg-slider-left h2
    {
        margin-bottom:28px;
    }

    .chd-topf-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .chd-topf-box {
        grid-template-columns: auto;
    } 
    
    .inner-herobanner-sect {
        z-index: 1;
        position: relative;
    }
    
    .content-onbanner-wrap.ielts-hb {
        top: 49.5%;
    } 
    
    #testimo video {
        height: auto;
    }    
    
    .howwork-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    } 
    
    .content-onbanner-wrap.ielts-hb {
        z-index: 0;
    }
    
    .contact-grid 
    {
        gap: 20px;
        flex-direction: column;
    }
    
    .contact-herobanner-sect img {
        width: 100%;
    }
    
    .contact-info-sect .contact-info-grid {
        flex-direction: column;
        padding: 50px 0;
        align-items: center;
        grid-row-gap: 40px;
    }
    
    .contact-left
    {
        order: 2;
        display:none;
    }
    
    .contact-right 
    {
        width: 100%;
        order: 1;
        padding:50px 0;
    }
    
    .contact-right form {
        margin-bottom: 0;
    }    
    
    .consult-wrap {
        grid-template-columns: 100%;
    }    
    
    .home_fifteen_form_content
    {
        display:none;
    }
    
    .consult-wrap 
    {
        width: 100%;   
    }
    
    span.consult-img {
        width: 100%;
        display: inline-flex;
        margin-bottom: 20px;
    }
    
    span.consult-img img {
        width: 100%;
        object-fit: cover;
    }
    
    .consult-content-wrap span {
        width: 100%;
    }
    
    .consult-content-wrap h4 {
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    } 
    
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    } 
    
    footer {
        padding-bottom: 0;
    }        
    
    span.bignum {
        font-size: 55px;
        top: 0px;
    } 
    
    .test-preps .inner-herobanner-sect {
        height: 790px;
    } 
    
    .test-preps .inner-herobanner-sect .content-onbanner-wrap.ielts-hb {
        top: 48%;
    }   
    
    
    .breadcrumbs-sect {
        background-position: center center;
    }
    
    #accordion .card 
    {
        margin-bottom: 0px !important;
    }    
    
    .footer-social-icon 
    {
        grid-column-gap: 20px;    
    }
    
    /*body.theme-default.navfix .mobnavigation */
    /*{*/
    /*    top: 0px;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    position: fixed;*/
    /*    z-index: 9;*/
    /*}    */
    
    /*body.home.theme-default.navfix .mobnavigation .container*/
    /*{*/
    /*    background: linear-gradient(90deg, rgb(244 247 255) 0%, rgb(249 250 254) 100%);*/
    /*}*/
    
    /* temp classes */
    
    .services  .inner-herobanner-sect {
        height: 800px;
    }
    
    .services .content-onbanner-wrap.ielts-hb {
        top: 45%;
    }
    
    /* temp classes */
    
    img.hb1 {
        position: absolute;
        top: -280px;
        left: 0;
        width: 100px !important;
    }  
    
    section.hero-banner-sect.home-hbspe-wrap {
        overflow: hidden;
    }    
  
    .hero-mainban-cover .hero-main-image {
        width: 100% !important;
        height: 640px;
    }  
    
    .moddesig
    {
        display:none;
    }
  .mobnavwrap img {
    width: 100px;
}  
.footer-box img {
    width: 100px;
}
.popup-open div#AutoPopup-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 85%;
}



/* Toggle button icon */
    .form-toggle-icon {
        position: fixed;
        width: 50px;
        height: 50px;
        z-index: 1100;
        cursor: pointer;
        z-index: 9999999999;
        top: 50%;
        right: 0;
        background: #c40b1e;
        border-radius: 10px 0px 0px 10px;
    }

#iconLine {
  width: 30px;
  height: 3px;
  background-color: black;
  position: relative;
  transition: all 0.3s ease;
}

#iconLine::before,
#iconLine::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: black;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

#iconLine::before {
  top: -10px;
}

#iconLine::after {
  top: 10px;
}

/* Cross icon */
.open #iconLine {
  background-color: transparent;
}

.open #iconLine::before {
  transform: rotate(45deg);
  top: 0;
}

.open #iconLine::after {
  transform: rotate(-45deg);
  top: 0;
}

/* Show form when open class is added */
.open + .homepageFormFixed {
  display: block;
}

span#iconLine {
    width: 50px;
    height: 50px;
}

span#iconLine  svg {
    width: 40px;
    height: 40px;
    padding: 5px;
    /* background: #c40b1e; */
}

span#iconLine {
    position: fixed;
    top: 40%;
    background: #c40b1e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0px 0px 5px;
}

.contentBnrRight.homepageFormFixed {
    right: 53px;
}

span#iconLine svg path {
    fill: #fff;
}

.form-toggle-icon .open::before, #iconLine::after {
    display: none;
}

.open #iconLine {
    background-color: #c40b1e;
}

div#formToggleBtn {}

.form-toggle-icon .open::before {
    display: block;
}

.form-toggle-icon.open svg {
    display: none;
}

.contentBnrRight.homepageFormFixed {
    position: fixed;
    right: 66px;
    background: #fff;
    top: 50%;
    transform: translate(2%, -50%);
    z-index: 9999;
    box-shadow: 0px 0px 7px 0px #ccc;
    width: 350px;
}
.homepageFormFixed {
  transition: opacity 0.3s ease;
}
svg#menuIcon {
    width: 25px;
    height: 25px;
}

div#formToggleBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#formToggleBtn svg path {
    fill: #fff;
}
svg#closeIcon {
    width: 35px;
}

img.hb1.imgupdown1 {
    height: 116px;
}

    div#captcha-container input {
        width: 70px;
        font-size: 13px;
    }

button#refresh-captcha { 
    font-size: 14px;
}






} /*  991 */

@media only screen and (min-width: 1200px) and (max-width: 1299px)
{
    
    nav .container
    {
       max-width: 1240px;
    }
    
    .custom-container {
        max-width: 1240px;
    }    
    
    
    .herobanner-left h1 
    {
        font-size: 44.77px;
        line-height: 57px;
    }
    
    .serv-box p 
    {
        font-size: 17px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 38px;
    } 
    
    .numberofstudents-wrap {
        flex-direction: column;
        align-items: baseline;
        grid-row-gap: 20px;
    } 
    
    .gateway-left h2 {
        width: 78%;    
    }
    
    .liveWrap {
        right: 23px;
        top: 6px;
    }
    
    .gateway-left p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }  
    
    ul.star {
        grid-column-gap: 16px;
    }
    
    ul.star li {
        font-size: 16px;
    }
    
    ul.star li:before
    {
        top: 3px;
    }
    
    .multicountry-left h2 
    {
        width: 70%;    
    }
    
    .multicountry-left p 
    {
        font-size: 16px;    
    }
    
    .customer-says h2 {
        width: 76%;
    } 
    
    .testimonial-grid
    {
        width:100%;
    }
    
    .gateway-grid {
        grid-column-gap: 60px;
    }
    
    .logo-wrap img {
        width: 98px;
    } 
    
    .nav-wrap ul li a {
        font-size: 17px;    
    }
    
    .nav-wrap ul {
        grid-column-gap: 30px;
    }  
    
    a.btn 
    {
        padding: 8px 16px;    
    }
    
    .ancillary-box h5 {
        font-size: 16px;    
    } 
    
    .ancillary-box p 
    {
        font-size: 14px;
        line-height: 22px;    
    }
    
    .contentBnrLeft h1 {
        font-size: 32px; 
        line-height: 40px;
        width: 85%;        
    }
    
    .contentBnrLeft h2 {
        font-size: 18px;    
    }  
    
    .contentBnrLeft {
        width: 50%;
    } 
    
    .contentBnrRight {
        width: 34%;    
    }
    
    .country-specs-left ul li a {
        font-size: 15px;
    } 

    .middleFormLeft h4 {
        font-size: 21px;    
    } 
    
    .megaM-contentwrap {
        gap: 40px;
    } 
    
    .megaM-ts-wrap p {
        font-size: 14px;
        line-height: 23px;    
    }
    
    .megaM-ts-wrap h5 {
        font-size: 13px;
    }

    .megaM-contentbox1 {
        gap: 15px;    
    }

    .megaM-contentbox1 {
        grid-template-columns: repeat(3, 1fr);    
    }
    
    .contentBnrLeft p {
        font-size: 15px;    
    }
    
    .inner-herobanner {
        height: 520px;    
    }
    
    .commonInsidePage {
        font-size: 24px;
    }
    
    .subheadpara h5 {
        font-size: 19px;
    }  
    
    .chd-topf-box h3 {
        font-size: 18px;    
    }
    
    .commonInsidePara p {
        font-size: 15px;
        line-height: 24px;    
    }
    
    .course-overview-wrap {
        grid-template-columns: 40% 60%;
    }
    
    .study-statistics h2 {
        font-size: 26px;
    }
    
    .study-statistics table th, .study-statistics table td {
        font-size: 15px;
    }  
    
    #popular-university .commonTables th {
        white-space: nowrap;
    }   
    
    .howworkbox h3 {
        font-size: 18px;    
    }
    
    .hw-icon {
        width: 50px;
        height: 50px;    
    }
    
    .about-content h1 {
        font-size: 30px;
    } 
    
    .subhead {
        font-size: 18px;    
    }
    
    .about-counter .iconsvg 
    {
        width: 40px;
        height: 40px;    
    }
    
    .about-counter .iconsvg svg {
        width: 25px;
        height: 25px;
        top: -2px;
        position: relative;
    }
    
    .about-counter .content span {
        font-size: 14px;
    } 
    
    .consult-content-wrap h4 {
        font-size: 34px;
        width: 90%;
        line-height: 38px;
    } 
    
    .pointer-section .wrapper-box .pointer-block .content {
        left: -80px;
        width: 370px;
    }
    
    .about-img img {
        width: 100%;
    } 
    
    .aboutarea-grid {
        grid-template-columns: 45% 50%;
        grid-column-gap: 5%;
    } 
    
    .about-content .row .col-lg-4 
    {
        width: fit-content;
    } 
    
    .about-content .row {
        display: flex;
        grid-column-gap: 20px;
    } 
    
    .about-img {
        margin-right: 0;    
    }
    
    img.hb1 {
        top: 110px;
        left: 40px;
        width: 20%;
    } 
    
    img.hb2 {
        position: absolute;
        right: -70px;
        bottom: 80px;
        width: 40%;
    } 
    
    .personalizedContent h4 {
        font-size: 15px;
    }    
    
    .personalizedContent p {
        font-size: 14px;
        line-height: 20px;    
    }
        
    .eduContent h6 {
        font-size: 15px;    
    }
    
    .eduContent h6 span {
        font-size: 14px;    
    }
    
    .benefitsTextContent h3 {
        font-size: 18px;
    } 
    
    .redbox    
    {
        height: 348px;
        padding: 10px;        
    }
    
    .redbox 
    {
        height: 300px;
        padding: 20px;
    } 
    
    .redbox h2 
    {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 15px;
    } 
    
    #accordion .card    
    {
        margin-bottom: 10px;
    }
    
 
}



@media only screen and (min-width: 1300px) and (max-width: 1399px)
{
    
    nav .container
    {
       max-width: 1300px;
    }  
    
    .custom-container {
        max-width: 1300px;
    }     
    
    .herobanner-left h1 
    {
        font-size: 44.77px;
        line-height: 57px;
    }
    
    .serv-box p 
    {
        font-size: 17px;
    }
    
    h2 {
        font-size: 30px;
        line-height: 38px;
    } 
    
    .numberofstudents-wrap {
        flex-direction: column;
        align-items: baseline;
        grid-row-gap: 20px;
    } 
    
    .gateway-left h2 {
        width: 75%;    
    }
    
    .liveWrap {
        right: 0px;
        top: 6px;
    }
    
    .gateway-left p {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }  
    
    ul.star {
        grid-column-gap: 16px;
    }
    
    ul.star li {
        font-size: 14px;
    }
    
    ul.star li:before
    {
        top: 3px;
    }
    
    .multicountry-left h2 
    {
        width: 70%;    
    }
    
    .multicountry-left p 
    {
        font-size: 16px;    
    }
    
    .customer-says h2 {
        width: 74%;
    }  
    
    .testimonial-grid
    {
        width:100%;
    }  
    
    .logo-wrap img {
        width: 98px;
    } 
    
    .nav-wrap ul li a {
        font-size: 17px;    
    }
    
    .nav-wrap ul {
        grid-column-gap: 30px;
    }  
    
    a.btn 
    {
        padding: 8px 16px;    
    }
    
    .ancillary-box h5 {
        font-size: 16px;    
    } 
    
    .ancillary-box p 
    {
        font-size: 14px;
        line-height: 22px;    
    } 
    
    .contentBnrLeft h1 {
        font-size: 33px;    
    }
    
    .contentBnrLeft h2 {
        font-size: 19px;    
    }  
    
    .contentBnrLeft {
        width: 50%;
    } 
    
    .contentBnrRight {
        width: 34%;    
    }
    
    .country-specs-left ul li a {
        font-size: 15px;
    }  
    
    .middleFormLeft h4 {
        font-size: 21px;    
    }
    
    .megaM-ts-wrap h5 {
        font-size: 13px;
    }  
    
    .megaM-contentbox1 {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .course-overview-wrap 
    {
        grid-template-columns: 40% 60%;    
    }
    
    .study-statistics h2 {
        font-size: 26px;
    }
    
    .study-statistics table th, .study-statistics table td {
        font-size: 16px;
    }
    
    .commonInsidePara p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .commonInsidePage {
        font-size: 24px; 
    }
    
    .benefitsTextContent h3 {
        font-size: 18px;
    }  
    
    .personalizedContent h4 {
        font-size: 17px;    
    }
    
    .personalizedContent p {
        font-size: 15px;
    }
    
    .eduContent h6 {
        font-size: 17px;
    }
    
    #popular-university .commonTables th {
        white-space: nowrap;
    } 
        
    .chd-topf-box h3 {
        font-size: 19px;    
    }
    
    .howworkbox h3 {
        font-size: 19px;
    }
    
    .about-img img {
        width: 100%;
    } 
    
    .aboutarea-grid {
        grid-template-columns: 43% 52%;
        grid-column-gap: 5%;
    } 
    
    .about-content .row .col-lg-4 
    {
        width: fit-content;
    } 
    
    .about-content .row {
        display: flex;
        grid-column-gap: 20px;
    } 
    
    
    .about-img {
        margin-right: 0;    
    } 
        
    .about-counter .content h3 {
        font-size: 18px;    
    }

    .about-counter .content span {
        font-size: 15px;
    } 
    
    .consult-content-wrap h4 {
        font-size: 34px;
        width: 90%;
        line-height: 40px;
    } 
    
    .pointer-section .wrapper-box .pointer-block .content {
        left: -80px;
        width: 370px;
    }
    
    .gateway-grid {
        grid-column-gap: 40px;
    }   
    
    .country-code input:first-child {
        padding-left: 10px;
    } 
    
    .ielts-hb h1 {
        font-size: 40px;
        line-height: 42px;
        width: 80%;
    }   
    
    .redbox {
        padding: 22px;
        height: 320px;
    }
    
    .redbox h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px;
    }    
    
}


@media only screen and (min-width: 1400px) and (max-width: 1499px)
{
	
	.facility-box span 
	{
		font-size: 15px;	
	}
	
	a.btn,
	.nav-wrap ul li a,
	.whychoose-right p,
	span.oa-info,
	ul.star li,
	.multicountry-left p	
	{
		font-size: 16px;
	}	
	
	.serv-box p,
	.coachingtest-box span,
	small.smalltitle,
	.head-subtitle-wrap p,
	.ancillary-box h5,
	.gateway-left p
	{
		font-size:17px;
	}
	
	.serv-box h6	
	{
		font-size: 18px;
	}	
	
	.herobanner-left p	
	{
		font-size: 19px;
        width: 86%;
	}
		
	h2 
	{
		font-size: 36px;
		line-height: 40px;
	}

	span.oa-num 
	{
		font-size: 38px;	
	}
	
    .container
	{
        max-width: 1320px;
    }
    
    .custom-container {
        max-width: 1420px;
    }      
	
	section.textonbanner-sect {
		margin-top: -123px;
	}
	
	nav .container 
	{
		max-width: 1420px;
	}	
	
	.herobanner-left h1 {
        font-size: 48.77px;
        width: 76%;
        line-height: 60px;
	}
	
	.whychoose-right h2 {
		width: 79%;
	}	
	
	section.textonbanner-sect {
		margin-top: -94px;
	}

	.gateway-left h2 
	{
		width: 69%;
	}
	
	.gateway-left p {
		width: 91%;
	}	

	.liveWrap 
	{
		right: 0px;
		top: 5px;	
	}
	
	ul.star li:before 
	{
		top: 4px;	
	}
	
	.ancillary-grid 
	{
		grid-column-gap: 20px;
	}	
	
	.ancillary-box img 
	{
		width: 100%;
	}

	.testimonial-grid 
	{
		grid-column-gap: 150px;	
	}

	.multicountry-left h2 
	{
		width: 68%;
	}
	
    .testimonial-grid
    {
        width:100%;
    }
    
    .customer-says h2 {
        width: 70%;
    }
    
    .contentBnrLeft h1 {
        font-size: 40px;  
        width: 74%;
    }
    
    .contentBnrLeft h2 {
        font-size: 20px;    
    }  
    
    .contentBnrLeft {
        width: 50%;
    } 
    
    .contentBnrRight {
        width: 34%;    
    }
    
    .country-specs-left ul li a {
        font-size: 15px;
    }
    
    .middleFormLeft h4 {
        font-size: 23px;    
    }
    
    .megaM-contentbox1 {
        grid-template-columns: repeat(3, 1fr);
    } 
    
    .pointer-section .wrapper-box .pointer-block .content {
        left: -110px;
        width: 380px;
    }  
    
    .modal-body .form-group 
    {
        margin-bottom: 0;
    }
    
    .redbox {
        padding: 25px;
        height: 320px;
    }
    
    .redbox h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }    
    
}


@media only screen and (min-width: 1500px) and (max-width: 1599px)
{
	
	.facility-box span 
	{
		font-size: 15px;	
	}
	
	a.btn,
	.nav-wrap ul li a,
	.whychoose-right p,
	span.oa-info,
	ul.star li,
	.multicountry-left p	
	{
		font-size: 16px;
	}	
	
	.serv-box p,
	.coachingtest-box span,
	small.smalltitle,
	.head-subtitle-wrap p,
	.ancillary-box h5
	{
		font-size:17px;
	}
	
	.serv-box h6	
	{
		font-size: 18px;
	}	
	
	.herobanner-left p
		
	{
		font-size: 19px;
	}
		
	h2 
	{
		font-size: 33px;
		line-height: 40px;
	}

	span.oa-num 
	{
		font-size: 38px;	
	}
	
	.herobanner-left h1 {
		font-size: 53.77px;
		width: 89%;
	}
	
	.gateway-left h2 
	{
		width: 57%;
		font-size: 28px;
	}
	
	.multicountry-left h6 
	{
		font-size: 17px;
		width: 78%;
	}	
	
	.gateway-left p 
	{
		width: 90%;
		font-size: 16px;
		line-height: 26px;
	}

	.stud-img-wrap img 
	{
		width: 40px;
		height: 40px;
		border-radius: 50px;
		border: 2px solid #AFAFAF;
	}	
	
	.liveWrap 
	{
        right: -18px;
        top: 4px;
	}
	
	.nav-wrap ul 
	{
		grid-column-gap: 30px;
	}
	
	.herobanner-left h1 {
		line-height: 62px;	
	}
	
	.herobanner-left p 
	{
		line-height: 30px;
		color: #000000;
		margin-bottom: 44px;
		width: 71%;
	}	
	
	img.hb1 
	{
		top: 150px;
		width: 24%;
	}

	.herobanner-right img:first-child 
	{
        width: 100%;
        bottom: -14px;
        position: relative;
	}
	
	.whychoose-right 
	{
		width: 97%;
	}	

	img.hb2 
	{
		position: absolute;
		bottom: 60px;
		right: -90px;
		width: 46%;
	}

	img.hb3 
	{
		position: absolute;
		right: 40px;
		top: 110px;
	}

    .container
	{
        max-width: 1240px;
    }	
	
	section.textonbanner-sect {
		margin-top: -113px;
	}
	
    .herobanner-grid 
    {
        padding-bottom: 120px;
    }	
	
	nav .container 
	{
		max-width: 1340px;
	}

	.logo-wrap img 
	{
		width: 140px;
	}	
	
	.coachingtest-box
	{
		padding: 14px 20px 14px;	
	}

	ul.star 
	{
		grid-column-gap: 30px;
		grid-row-gap: 25px;
	}

	.gateway-grid 
	{
		grid-column-gap: 40px;
	}

	ul.star li:before 
	{
		top: 3px;	
	}
	
	.ancillary-grid 
	{
		grid-column-gap: 20px;
	}	
	
	.ancillary-box img 
	{
		width: 100%;
	}

	.testimonial-grid 
	{
		grid-column-gap: 156px;	
	}
	
	.multicountry-left h2 
	{
		width: 74%;	
	}
	
    .pointer-section .wrapper-box .pointer-block .content {
        left: -110px;
        width: 420px;
    }  
    
    .modal-body .form-group 
    {
        margin-bottom: 0;
    }
    
    .consult-content-wrap h4 {
        width: 90%;    
    }
    
    .about-content .row .col-lg-4 
    {
        width: fit-content;
    } 
    
    .about-content .row {
        display: flex;
        grid-column-gap: 20px;
    } 
    
    .ielts-hb h1 {
       font-size: 40px;
        line-height: 50px;
        width: 100%;
    } 
        
    .contentBnrRight {
        width: 36%;    
    }
    
    .contentBnrLeft {
        width: 50%;
    }
    
    .course-overview-wrap {
        grid-template-columns: 44% 56%;
    }
    
    .study-statistics h2 
    {
        font-size: 26px;
    } 
    
    .study-statistics table th, .study-statistics table td {
        font-size: 16px;
    }
    
    .commonInsidePage {
        font-size: 24px;
    } 
    
    .redbox {
        padding: 20px;
        height: 330px;
    }
    
    .redbox h2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 20px;
    }   
    
    img.hero-main-image {
        height: 800px;    
    }
    
    
    
}

.whatsFixedBottom {
    background: #2ab33f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: 0px 0px 4px 0px #ccc;
        z-index: 9999999999;
}

.whatsFixedBottom svg {
    width: 35px;
    height: 35px;
}

.whatsFixedBottom path {
    fill: #fff;
}
.whatsFixedBottom svg {
    width: 35px;
    height: 35px;
    padding: 5px;
}



