@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
@font-face {
  font-family: 'Conv_TUIType';
  src: url('../fonts/TUIType.eot');
  src: local('☺'), url('../fonts/TUIType.woff') format('woff'), url('../fonts/TUIType.ttf') format('truetype'), url('../fonts/TUIType.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_TUITypeBd';
  src: url('../fonts/TUITypeBd.eot');
  src: local('☺'), url('../fonts/TUITypeBd.woff') format('woff'), url('../fonts/TUITypeBd.ttf') format('truetype'), url('../fonts/TUITypeBd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_ITF-Rupee';
  src: url('../fonts/ITF-Rupee.eot');
  src: local('☺'), url('../fonts/ITF-Rupee.woff') format('woff'), url('../fonts/ITF-Rupee.ttf') format('truetype'), url('../fonts/ITF-Rupee.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*--------------------- Reset Css ---------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	font-family: 'Montserrat', sans-serif;
}

/************************* CSS START ****************************/
.header {
    width: 100%;
    float: left;
    padding: 15px 0;
    background: none;
    position: absolute;
}
.header .container {
  align-items: center;
  display: flex;
}
.logo {
    width: 50%;
    float: left;
}
.top-contactNo-box {
    width: 50%;
    display: inline-block;
    text-align: right;
}
.top-contactNo-box p{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.top-contactNo-box a{
	color: #fff;
}
.top-contactNo-box a:hover{
	text-decoration: none;
}
.banner-wraper {
    width: 100%;
    float: left;
    padding: 80px 0 100px;
    background: url(https://ik.imagekit.io/ksrunnjq7/ug-program-mum/images/top-bgg.png);
    background-size: cover;
}
.banner-caption-wrap {
    width: 100%;
    text-align: center;
    float: left;
}
.banner-info {
    width: 70%;
    float: left;
    text-align: left;
    text-align: left;
    padding: 115px 0 0;
}
.banner-info > p {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
        line-height: 38px;
    max-width: 485px;
}
.banner-info h1{
	color:#fff;
	font-size: 58px;
	font-weight: 800;
	text-transform: uppercase;
}
.strating-form-box {
    width: 350px;
    display: table;
    border: 2px solid #d40e14;
    margin: 20px auto;
    text-align: center;
}

.strating-form-box > span {
    width: 110px;
    text-align-last: right;
    background-color: #d40e14;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    float: left;
    padding: 5px 10px;
}
.strating-form-box p{
    font-size: 40px;
    font-weight: 800;
    color: #d40e14;
    padding: 5px 0 0;
}
.strating-form-box sub {
    font-size: 35px;
    font-weight: 500;
    vertical-align: top;
    position: relative;
    bottom: -7px;
}
.enquire-form-box {
    width: 30%;
    float: left;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-top: 60px;
}
.hightlight-wrap {
    padding: 10px 0 0;
    background: #fff;
    display: inline-block;
    margin: 15px 0 0;
}
.hightlight-box {
    margin: 0 0 4px;
}
.hightlight-box > span {
    background: #fff;
    color: #000;
    display: inline-block;
    padding: 8px 20px;
    clear: both;
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1px;
}
.phonebox .input-group-text{ padding: 0; border: none; }
.phonebox .form-control { border-radius: 0.25rem 0 0 0.25rem;}
.enquire-form-box > h1 {
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0 20px;
  text-transform: uppercase;
  color: #092a5e;
}
.form-control:hover{border-color: #cccccc;}
.form-control:focus, .form-control:hover{ border-color: #0c2b5c;outline: 0!important; box-shadow: none!important; }


.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #878787;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #878787;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #878787;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #878787;
}

.enquire-form-box select{
  -moz-appearance: none;
    -webkit-appearance: none;
}
.form-control{ font-size: 15px; font-weight: 500; }
.selectlist-box .form-control{ 
  background: url("../images/select-icon.png") no-repeat;
  background-position: 97% center;
  color: #878787;
 }
.enquire-form-box select {
  color: #878787;
}


.custom-checkbox input[type="checkbox"]{ display: none; }
.form-group.custom-checkbox {
  text-align: left;
  vertical-align: middle;
}
.custom-checkbox input[type="checkbox"] + label span::before {
  background:url("../images/checkbox-bg.png") no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
   vertical-align: middle;
}
.enquire-form-box .custom-checkbox label {
  color: #fe7111;
  font-size: 13px;
  font-family: 'Conv_TUIType';
}
.custom-checkbox > input:checked + label span::before {
	  background-position: -16px 0;
}


.custom-checkbox span {
    margin-right: 8px;
}

.submit-btn{
  background: #000559 none repeat scroll 0 0;
  border: 1px solid #000559;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 22px;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
}
.submit-btn:hover{  background: #fe7111 none repeat scroll 0 0;border: 1px solid #fe7111;}


.package-wraper {
    float: left;
    padding: 50px 0 100px;
    width: 100%;
}
.package-wraper h1{
	font-size: 40px;
	font-weight: 700;
  font-family: 'Conv_TUITypeBd';
  color: #636363;
	text-align: center;
	margin: 0 0 68px;
	text-transform: uppercase;
}



.package-item {
  border-right: 1px solid #aaa;
  float: left;
  width: 100%;
  text-align: center;
}
.package-wraper .col-md-3:last-child .package-item {
  border-right: medium none;
}
.package-image {
    float: left;
    width: 100%;
    margin: 0 0 35px;
}
 .hotel-icon{
  background: rgba(0, 0, 0, 0) url("../images/hotel-icon.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 115px;
  width: 118px;
}
.airport-icon{ 
  background: rgba(0, 0, 0, 0) url("../images/airport-icon.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 115px;
  width: 118px;
}
.spa-icon{ 
  background: rgba(0, 0, 0, 0) url("../images/spa-icon.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 115px;
  width: 118px;
}
.villa-icon{ 
  background: rgba(0, 0, 0, 0) url("../images/villa-icon.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 115px;
  width: 118px;
}
.package-caption {
    max-width: 164px;
    text-align: center;
    margin: 0 auto;
}
.package-caption p{
	font-size: 26px;
  font-family: 'Conv_TUIType';
  font-size: 26px;
  line-height: 1.2;
  color: #636363;
}

.package-inclusions-wraper {
    float: left;
    width: 100%;
}
/*
.package-inclusionBox {
    background-color: #f1f1f2;
    float: left;
    padding: 28px 15px 70px;
    width: 100%;
}*/
.package-inclusionBox {
    background-color: #f1f1f2;
    float: left;
    padding: 28px 15px 70px;
    width: 100%;
    min-height: 589px;
}
/*
.carousel-item ul {
    list-style: none;
    overflow-y: auto;
    height: 422px;
}*/
.package-inclusionBox h1 {
  color: #636363;
  font-size: 38px;
  font-weight: bold;
  font-family: 'Conv_TUITypeBd';
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.carousel-item ul li {
    margin: 10px 0 25px;
    color: #636363;
    font-size: 19px;
    background: url(../images/list-icon.png) no-repeat;
    background-position: left 6px;
    padding-left: 30px;
    line-height: 25px;
        padding-right: 5px;
}
.carousel-inner h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 25px;
    font-weight: 600;
    color: #092a5e;
    line-height: 28px;
}
.carousel-indicators {
    bottom: -20px!important;
}

.carousel-indicators .active {
background-color: #092a5e!important;
}

.carousel-indicators li {
    height: 5px!important;
    background-color: #79a11d!important;
}

.tab-list {
  float: left;
  margin: 0 0 20px;
  width: 100%;
}
.tab-list li {
  float: left;
  margin-right: 20px;
  width: 22.46%;
}
.tab-list .active  {
  background: #d21420 none repeat scroll 0 0;
}
.tab-list li:last-child {
  margin: 0;
}
.tab-list a {
  background: #092a5e none repeat scroll 0 0;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 18px 20px;
  text-align: center;
  width: 100%;
}
.tab-box{
	display: none;
}
.show{
	display: block!important;
}
.tab-list a:hover{ text-decoration: none; }
.package-accommodationBox {
  border: 1px solid #bdbdbd;
  padding: 15px;
}
.package-accommodationBox > h1 {
  font-size: 40px;
  font-weight: bold;
   font-family: 'Conv_TUITypeBd';
   color: #636363;
  margin: 11px 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.why-bookwrap {
    float: left;
    width: 100%;
    padding: 55px 0;
}
.bookinfo-box {
    background: #0c2c5c;
    padding: 30px;
}
.why-bookwrap h1 {
    text-align: center;
    font-size: 40px;
    font-family: 'Conv_TUITypeBd';
    color: #fff;
    padding: 5px 0 75px;
    position: relative;
}
.why-bookwrap h1:after {
    width: 156px;
    height: 3px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    margin: 0 auto;
}
.why-bookwrap li {
    display: inline-block;
    padding-right: 20px;
    margin: 0 0 30px;
    font-family: 'Conv_TUIType';
    font-size: 26px;
    color: #fff;
}
.callDeal-wraper {
    background: #0c2c5c;
    margin: 0 0 100px;
    float: left;
    width: 100%;
    padding: 40px 0;
    text-align: center;
}

.callDeal-wraper p, .callDeal-wraper a {
    font-size: 28px;
    font-family: 'Conv_TUITypeBd';
    color: #fff;
}
.phone-icon {
    background: url(../images/phone-icon.png) no-repeat;
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
    margin: 0 12px;
}
.bookinfo-list i {
    margin-right: 10px;
}
.hotel-icon1{
  background: url("../images/small-icon.png") no-repeat;
  width: 42px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}

.hotel-icon2{
  background: url("../images/small-icon.png") no-repeat;
      background-position: 0 -146px;
  width: 42px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
}

.ship-icon {
    background: url(../images/small-icon.png) no-repeat;
    background-position: 0 -274px;
    width: 36px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
}

.travel-icon {
    background: url(../images/small-icon.png) no-repeat;
    background-position: 0 -66px;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.customer-icon {
    background: url(../images/small-icon.png) no-repeat;
    background-position: 0 -215px;
    width: 50px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}
.aircraft-icon {
    background: url(../images/small-icon.png) no-repeat;
    background-position: 0px -347px;
    width: 42px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}

.travel-infowrap {
    float: left;
    width: 100%;
    padding: 50px 0 40px;
}

.travel-exicon {
  background: url("../images/pt-experience.png") no-repeat;
  width: 49px;
  height: 53px;
  display: inline-block;
}
.trvno-exicon {
  background: url("../images/badge-icon.png") no-repeat;
  width: 40px;
  height: 52px;
  display: inline-block;
}
.badge-exicon {
  background: url("../images/best-icon.png") no-repeat;
  width: 52px;
  height: 51px;
  display: inline-block;
}


.travel-iteminfobox {
    display: flex;
    align-items: center;
}
.travel-iconbox {
    margin-right: 15px;
}

.travel-captionbox h1 {
    font-size: 24px;
    font-family: 'Conv_TUITypeBd';
    color: #001248;
    margin: 0 0 20px;
}

.travel-captionbox p {
     color: #001248;
    font-size: 21px;
    line-height: 21px;
     font-family: 'Conv_TUIType';
}
.banner-info sup {
    font-family: 'Conv_ITF-Rupee';
    font-size: 30px;
    position: relative;
    top: -3px;
    left: -4px;
}

.tab-list sup {
    font-family: 'Conv_ITF-Rupee';
    position: relative;
    top: -3px;
    left: -3px;
}

.footer {
    float: left;
    width: 100%;
    background: #f3f1ed;
    padding: 18px 0;
}

.copyright-box {
    float: left;
    color: #0c2c5c;
    font-size: 16px;
    font-family: 'Conv_TUIType';
    position: relative;
    top: 4px;
    margin-right: 54px;
}


.footer-menu li {
    display: inline-block;
    padding-right: 15px;
}
.footer-menu a {
    color: #0c2c5c;
    font-size: 16px;
      font-family: 'Conv_TUIType';
}

.help-btn {
    background: #79a11d;
    color: #fff;
    padding: 15px 30px;
    border-radius: 28px;
    position: fixed;
    bottom: 24px;
    font-size: 20px;
    font-family: 'Conv_TUITypeBd';
    right: 45px;
    display: none;
}
.help-btn:hover, .help-btn:focus{ background: #d21420; color: #fff; text-decoration: none; }

.help-icon {
    background: url(../images/search-icon.png) no-repeat;
    width: 23px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -9px;
}


/*Thank You */
.thankyou-banner {
    width: 100%;
    float: left;
    background: url(../images/thankyou-banner.jpg);
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding:160px 0;
}
.thyankyou-banne-infoWraper {
    width: 100%;
    float: left;
    text-align: center;
}
.thyankyou-banne-infoWraper h1{
  font-size: 58px;
  font-weight: 800;
  color: #0b2b5c;
  margin: 0 0 40px;
}
.thyankyou-banne-infoWraper p{
  font-size: 28px;
  color:#d21520;
  margin: 0 0 15px;
}
.thyankyou-banne-infoWraper p span, .thyankyou-banne-infoWraper p  a{
  color: #0b2b5c;
  font-size: 28px;
  font-weight: 600;
}
.recommended-wraper {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.recommended-wraper .container > h1{
  color: #636363;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Conv_TUITypeBd';
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 80px;
}
.recommended-item {
    width: 100%;
    float: left;
    border: 2px solid #cfcfcf;
    text-align: center;
    padding: 11px;
    position: relative;
    margin: 0 0 40px;
}
.recommended-item:after {
    content: "";
    height: 7px;
    width: 210px;
    position: absolute;
    bottom: -1px;
    background: #092a5e;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.package-pricebox {
    padding: 40px 0 30px;
}
.package-pricebox  h1{
  font-family: 'Conv_TUITypeBd';
  color: #092a5e;
  font-size: 48px;
  font-weight: 700;
}

.package-pricebox sup {
    font-size: 30px;
    font-family: 'Conv_ITF-Rupee';
    position: relative;
    top: -10px;
}
.why-bookwrap .container-fluid{
  padding:0;
}
.why-bookwrap1 .bookinfo-box {
    padding: 30px 20px;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.why-bookwrap1  {
    padding: 55px 0 0;
}

.recommended-item:hover img {
    transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
}

.rem-imgbox {
    overflow: hidden;
}

.recommended-item img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}


/*New Css*/
@font-face {
    font-family: GothamMedium;
    src: url(../fonts/GothamMedium.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamBook;
    src: url(../fonts/GothamBook.ttf) format("truetype");
    font-display: swap
}

@font-face {
    font-family: GothamBold;
    src: url(../fonts/GothamBold.otf) format("opentype");
    font-display: swap
}
:root {
    --theme-orange: #fe8326;
    --theme-blue: #000559;
    --black: #000000
}
body {
    font-family: GothamMedium, sans-serif !important
}

.bg-orange {
    background-color: var(--theme-orange)
}

.bg-blue {
    background-color: var(--theme-blue)
}

.color-blue {
    color: var(--theme-blue)
}

.text-black {
    color: var(--black)
}

.f-got-bold {
    font-family: GothamBold, sans-serif
}

.f-got-mid {
    font-family: GothamMedium, sans-serif
}

.f-got-book {
    font-family: GothamBook, sans-serif
}

.border-orange {
    border-color: var(--theme-orange) !important
}

.z-5 {
    z-index: 5
}

.header-bg-lg .header-left-col-bg {
    background: url(../img/top-bgg-lg.png) center/cover no-repeat
}

.header-bg-lg .top-form:after,
.header-bg-lg .top-form:before {
    position: absolute;
    content: ' ';
    width: 100%;
    background-color: var(--theme-orange);
    z-index: -1;
    height: 4rem
}

.header-bg-lg .top-form:before {
    top: 0
}

.header-bg-lg .top-form:after {
    bottom: 0
}

.header-bg-lg ::-webkit-input-placeholder {
    color: var(--white) !important
}

.header-bg-lg ::-moz-placeholder {
    color: var(--white) !important
}

.header-bg-lg :-ms-input-placeholder {
    color: var(--white) !important
}

.header-bg-lg ::-ms-input-placeholder {
    color: var(--white) !important
}

.header-bg-lg ::placeholder {
    color: var(--white) !important
}

.row-bg-2 {
    background: url(../img/2ND-ROW-BG.png) var(--white) center/cover no-repeat
}
.row-bg-2 .cus-img-width {
    width: 240px;
    height: auto
}
.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--black)
}
.dot.white {
    background-color: var(--white)
}
.achievments-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 8rem;
    top: 80px;
    z-index: -1;
    background-color: var(--theme-orange)
}
.logo-divider:after,
.logo-divider:before {
    position: absolute;
    content: '';
    width: 25%;
    height: 1px;
    background-color: var(--light);
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.logo-divider:before {
    left: 0
}
.logo-divider:after {
    right: 0
}
/**/
.py-5.bg-orange {
  clear: both;
}

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


.padding60{
  padding: 70px 0!important;
}

.text-caption p{
  font-size: 18px;
}

.text-caption p {
  font-size: 20px;
  line-height: 30px;
}


.headingbox {
  color: #000000;
  font-size: 58px;
  font-weight: bold;
  max-width: 550px;
  padding-bottom: 40px !important;
}

.col-12.box-footinfo {
  padding-bottom: 100px;
  padding-top: 25px;
}

.box-footinfo h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 38px;
}


.box-footinfo .btn.btn-light {
  background: #000559 none repeat scroll 0 0;
  border: 1px solid #000559;
  border-radius: 30px;
  color: #ffffff;
  padding: 13px 42px;
}

.box-footinfo .btn.btn-light:hover{
   background: #fff none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #000;
}

footer .col-lg-4 {
  padding-bottom: 50px;
  padding-top: 50px;
}


footer .col-lg-4 p {
  line-height: 23px;
}

footer h4 {
  color: #000000;
  font-weight: bold;
  padding: 0 0 10px;
}



p.text-black.f-got-book {
    margin: 0 0 20px;
}

section.orange-outebox {
    position: relative;
    /*overflow: hidden;*/
}

.overlapbox {
    position: absolute;
    right: -16px;
    bottom: -96px;
}

section.orange-outebox:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #fe8326;
    z-index: -2;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.bg-dark {
    background: #343a40!important;
}

} 


.enquiry {
  background: #fd6e0f none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  /*height: 50px;*/
  left: 0;
  /*padding: 9px 14px;*/
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 99;
}

.enquiryBtn, .enquiryBtn:hover {
    color: #fff;
}

.enquiry-icon {
    background: url(../images/enquire-icon.png) no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-size: 100% 100%;
    position: relative;
     left: -4px;
    bottom: -4px;
}
.contactFormfixed {
  left: 9px;
  position: fixed;
  top: 17%;
  width: 100%;
  z-index: 999;
  
}

.closePop {
  background: #fd6e0f none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  height: 28px;
  line-height: 29px;
  position: absolute;
  right: -9px;
  text-align: center;
  top: -12px;
  width: 28px;
  display: none;
}

.overlaypop{
  background: rgba(0, 0, 0, 0.61);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.overlaypop.overlaypop-active {
  display: block !important;
}

.enquiry{ display: none; }

.phonestiky{
    display: none;
}
.phonestiky a {
  align-items: center;
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  display: flex;
  height: 40px;
  position: fixed;
  right: 9px;
  top: 34%;
  width: 38px;
}
.phone-iconmb {
  background-image: url("../images/call-ico.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
  display: table;
  height: 29px;
  margin: 0 auto;
  text-align: center;
  width: 21px;
}

.chefs-wrap{overflow:hidden;}
.program-highlight-wraper h2 {
    text-align: center;
    max-width: inherit;
}
.program-imgbx {
    width: 110px;
    height: 110px;
    background-color: #fef7ed;
    display: table;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.programbx h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height:50px;
    line-height:24px;
}
.programbx p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.program-highlight-wraper .programbx{padding: 10px;}
.program-highlight-wraper{padding: 70px 0 30px;clear: both;}
.indiaacdamysec{padding: 70px 0 0;}
.advancedLearning .overlapText {
    box-shadow: 0px 28px 65px 0px rgb(188 188 188 / 25%);
    padding-left: 5%;
    padding-bottom: 5%;
    margin-top: 4%;
    padding-top: 30px;padding-bottom: 30px;
}
.advancedLearning h3.subtitletext {
    margin-bottom: 20px !important;
}

.subtitletext {
    color: #232156;
    font-size:38px;
    font-weight: bold;
    line-height: 46px;
    padding-left:15px;
}
.learningText .overlapText strong{padding-left:15px;margin-bottom:20px;display:block;line-height: 24px;}
.whtwillget{padding: 60px 0;}
.whtwillget .headingbox{
	    margin: 0 auto;
    max-width: max-content;
    padding-top: 20px;
}
.whtwillget .col-sm-2{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width:20%;}
.whtwillget h4{font-weight:600;margin-bottom:10px;font-size:16px;line-height:20px;}
.whtwillget .inrwhtgetbx{border: 1px solid #e2e2e2;padding:15px;border-radius: 10px;height: 100%;}
.whtwillget .inrctnbtmwrp p{font-size: 14px;line-height: 18px;}
.whtwillget .inrbxicnwrp img{max-width: 70px;margin-bottom: 15px;}
.howcanaply{border-top: 1px solid #e2e2e2;}
.howcanaply .applyubxwrp{border: 1px solid #e2e2e2;padding:15px;border-radius: 10px;height: 100%;}
.howcanaply .applyubxwrp .applyicntp img{max-width: 70px;margin-bottom: 15px;}
.howcanaply .applyubxwrp .descaplyctn h3{font-weight: 600;margin-bottom: 10px;font-size:20px;line-height: 20px;}
.howcanaply .applyubxwrp .descaplyctn ul{padding: 0;}
.howcanaply .applyubxwrp .descaplyctn ul li{position: relative;padding-left: 20px;margin-bottom: 10px;}
.howcanaply .applyubxwrp .descaplyctn ul li:before{position: absolute;left:0;background:#232156;width: 7px;height: 7px;content: "";border-radius: 100%;top:5px;}
.howcanaply .headingbox{max-width: 100%;}
.banrbtmstrp{max-width: 1920px;overflow: hidden;width: 100%;}
.banrbtmstrp .row{margin:0;}
.banrbtmstrp .col-sm-12{padding:0;}
.banrbtmstrp .col-sm-12{background:#000559;padding:10px 20px;}
.banrbtmstrp .col-sm-12 img{display: inline-block;vertical-align: middle;max-width:50px;filter: brightness(0) invert(1);margin-right: 10px;}
.banrbtmstrp .col-sm-12 h3{
	color: #fff;
	display: inline-block;
	font-size: 120%;
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .advancedLearning .overlapText {
        margin-top: 2%;
    }
}
@media (min-width: 769px) {
    .overlapText {padding-right:8%;}
}