/*--Reset CSS--*/
*{margin:0;padding: 0}
a{text-decoration: none;transition: all .5s;}
a:hover{text-decoration: none}
ul{list-style: none}
img{max-width: 100%}
input {transition: all .5s;}
a:focus{text-decoration: none;outline: unset;}
/*--Fonts--*/
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_light-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proxima_nova_light-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proxima_nova_black-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}



::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #fff;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #df863a;
  }

  ::selection {
    background-color: #df863a;
    color: #fff;
  }

.font-pnova {
    font-family: 'Proxima Nova';
}
.font-bneue {
    font-family: 'Bebas Neue';
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-600{
    font-weight: 600;
}
.fw-800{
    font-weight: 800;
}
body{
    font-family: 'Proxima Nova';
    font-weight: 400;
    color: #000000;
}
* {
    margin: 0;
    padding: 0
}
a {
    text-decoration: none;
    transition: all .5s;
    background-color: transparent;
    color: #000000;
}
a:hover {
    text-decoration: none;
}
a:focus, button:focus {
    text-decoration: none;
    outline: unset
}
ul {
    list-style: none;
    padding: 0;
    margin: 0
}
img {
    max-width: 100%;
    border-style: none;
}
input, textarea, select {
    transition: all .5s;
    outline: unset
}
button, input {
    overflow: visible;
}
.d-flex{
    display: flex;
}
.ai-center{
    align-items: center;
}
.jc-center{
    justify-content: center;
}
.jc-end{
    justify-content: flex-end;
}
.jc-start{
    justify-content: start;
}
.jc-space-between{
    justify-content: space-between;
}
.jc-space-arround{
    justify-content: space-around;
}
.bg-blue-ligh {
    background-color: #1483ae;
}
.bg-blue {
    background-color: #09283d;
}
.bg-blue-dark {
    background-color: #09273f;
}
.bg-green {
    background-color: #93c854;
}
.bg-orange {
    background-color: #1184b2;
}
.bg-saffron{ background-color: #1184b2;  }

.bg-dis {
    background-color: #BBBBBB;
}

.bg-dis:hover {
    background-color: #CCCCCC !important;
}


.color-blue-ligh {
    color: #1483ae;
}
.color-blue {
    color: #09283d;
}
.color-blue-dark {
    color: #09273f;
}
.color-green {
    color: #93c854;
}
.color-orange {
    color: #1184b2;
}
.mgt-60 {
    margin-top: 60px;
}
.time-line-cont {
    margin-bottom: 20px;
}

/* .nbtn_heading {
	padding: 9px 28px 5px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 2px;
	cursor: default;
}
 */
 .nbtn_heading {
	padding: 9px 28px 5px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;

}
.nbtn_heading:hover, .nbtn_heading:focus {color:#fff !important;  }
.nbtn {
    padding: 9px 34px 5px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 2px;
    min-width: 345px;
}
.nbtn:hover {
    background-color: #09273f;
    color: #fff;
}
.ibtn {
    padding: 8px 20px 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
	margin-top:10px;
}
.ibtn:hover {
    background-color: #93c854;
    color: #fff;
}
.ibtn:hover span {
    color: #fff;
}
.ibtn:focus {
    background-color: #93c854;
    color: #fff;
}
.ibtn img {
    margin-left: 10px;
    height: 24px;
    margin-top: -4px;
}


.tdown {
    background-color: #93c854;
    color: #fff;
}

.get-started-info a.ibtn {
    margin-top: 35px;
}
.disabled_link {background-color: #BBBBBB;  }
/*--Back top--*/
#back-to-top {
    position: fixed;
    bottom: 22px;
    right: 15px;
    z-index: 9999;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 50%;
    color:#fff;
}
#back-to-top.show {
    opacity: 1;
}
/*--Back top end--*/

/*--Main CSS--*/
.h3 {
    font-size: 26px;
}
.header-section .container {
    display: flex;
    justify-content: space-between;
}
.logo {
    flex: 0 0 260px;
    max-width: 260px;
}
.menus {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menus ul li {
    margin-left: 40px;
	position:relative;
}

.menus ul li::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -27px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 21px solid #e08439;
	transition: all .5s;
	opacity: 0;
}
.menus ul li:hover::after, .menus ul li.active::after {
	opacity: 1;
}
.disabled_link { cursor:default !important; }
#summit-coaching {
	padding-bottom: 95px;
}
.disabled_link:hover, .disabled_link:focus { background-color:#BBBBBB !important; }

.menus ul li a {
    font-family: 'Proxima Nova';
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}
.menus ul li a:hover {
    color: #93c854;
}
.logo a {
    display: inline-block;
}
/*.header-section {
    padding: 15px 0;
}*/
.header-section {
	padding: 15px 0;
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	z-index: 999;
}
.banner-section {
    background-image: url(../images/lo-retreat-banner.jpg);
    background-position: top center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	margin-top:85px;
	background-attachment:fixed;
}
.banner-section::after {
    background-color: rgba(9,40,61,.6);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top:0
}
.banner-info {
    min-height: 500px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    flex-direction: column;
    justify-content: center;
}
.banner-info img {
    max-width: 440px;
    margin-bottom: 11px;
}
.banner-info h2 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 4px;
    padding-left: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner-info h2 span {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    margin: 0 9px;
}
.date-view-section {
    display: block;
    padding: 30px 0 0px;
}
.date-view-info h2 {
    font-size: 34px;
    color: #1184b2;
    margin-bottom: 15px;
}
.date-view-info h3 {
    margin: 5px 0;
    font-size: 18px;
    line-height: 28px;
}
.date-view-info p {
    font-size: 20px;
    display: block;
    padding-top: 15px;
}
.get-started-section {
    width: 100%;
    position: relative;
}
.get-started-inner {

    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}
.get-started-info {
    text-align: center;
}
.get-started-info h3 {
    margin: 7px 0;
}
.get-started-info a {
    margin-bottom: 0px;
}
.get-started-info {
	text-align: center;
	/* padding-top: 135px; */
	padding: 60px 0px;
}
.border {
    overflow: hidden;
    height: 6px;
    max-width: 500px;
    margin: 0 auto;
}
.schudule-form-section {
    padding-top: 0px;
    margin-bottom: 20px;
}
.schudule-form-inf h3 {
	margin-top: 10px;
	/* margin-bottom: 40px; */
	font-size: 18px;
}
.schudule-form-inf ul {
    display: flex;
    justify-content: center;
}
.schudule-form-inf h2 {
	font-size: 44px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.schudule-form-inf .m_btns { display:inline-block !important }
.schudule-form-inf ul.m_btns li {
	margin: 0 8px;
	display: inline-block;
}
.schudule-form-inf ul li {
    margin: 0 15px;
}
.ratio-box {
    position: relative;
}
.ratio-box label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-family: 'Bebas Neue';
    letter-spacing: 2px;
    padding: 7px 15px 7px;
    background-color: #94c955;
    border: 3px solid #94c955;
}
.ratio-box input {
    margin: 0;
    position: absolute;
    appearance: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: .1s;
    z-index: 1;
    cursor: pointer;
}
.ratio-box input[type="radio"]:checked {
    border: 3px solid #6e9850;
    outline: none;
}
.selected_radio{
    border: 3px solid #6e9850;
    outline: none;
}

.day-section-view {
    /* background-image: url(../images/blue-shadow.png);
    background-position: top; */
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
    padding-top: 80px;
}
/* .dayone-section-view { position:relative;  }

.dayone-section-view::before {
	background-image: url(../images/blue-circle.png);
	background-position: top right -10%;
	width: 100%;
	background-size: 50% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 140px;
	z-index: -1;
	content: "";
	height: 100%;
} */

#day1 { position:relative;  }

/*#day1::before {*/
/*	background-image: url(../images/blue-circle.png);*/
/*	background-position: top right -10%;*/
/*	width: 100%;*/
/*	background-size: 50% auto;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	top: 140px;*/
/*	z-index: -1;*/
/*	content: "";*/
/*	height: 100%;*/
/*}*/
/* .daytwo-section-view { position:relative;  }

.daytwo-section-view::before {
	background-image: url(../images/gray-circle.png);
	background-position: top left -10%;
	width: 100%;
	background-size: 50% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 140px;
	z-index: -1;
	content: "";
	height: 100%;
} */

#day2 { position:relative;  }

/*#day2::before {*/
/*	background-image: url(../images/gray-circle.png);*/
/*	background-position: top left -10%;*/
/*	width: 100%;*/
/*	background-size: 50% auto;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	top: 140px;*/
/*	z-index: -1;*/
/*	content: "";*/
/*	height: 100%;*/
/*}*/

/* .daythree-section-view { position:relative;  }

.daythree-section-view::before {
	background-image: url(../images/orange-circle.png);
	background-position: center right -10%;
	width: 100%;
	background-size: 55% auto;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	z-index: -1;
	content: "";
	height: 100%;
} */


#day3 { position:relative;  }

/*#day3::before {*/
/*	background-image: url(../images/orange-circle.png);*/
/*	background-position: center right -10%;*/
/*	width: 100%;*/
/*	background-size: 55% auto;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	top: 0px;*/
/*	z-index: -1;*/
/*	content: "";*/
/*	height: 100%;*/
/*}*/


.dayfive-section-view { position:relative;  }

/*.dayfive-section-view::before {*/
/*	background-image: url(../images/blue-circle.png);*/
/*	background-position: top left -40%;*/
/*	width: 100%;*/
/*	background-size: 50% auto;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	top: 0px;*/
/*	z-index: -1;*/
/*	content: "";*/
/*	height: 100%;*/
/*}*/

.daysix-section-view { position:relative;  }

/*.daysix-section-view::before {*/
/*	background-image: url(../images/gray-circle.png);*/
/*	background-position: center right -10%;*/
/*	width: 100%;*/
/*	background-size: 40% auto;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	top: 200px;*/
/*	z-index: -1;*/
/*	content: "";*/
/*	height: 100%;*/
/*}*/
.home_get_started { position:relative; padding: 50px 0px 150px;  }

/*.home_get_started::before {*/
/*	background-image: url(../images/get-after.png);*/
/*	background-position: center left;*/
/*	width: 100%;*/
/*	background-size: 14% auto;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	top: 30px;*/
/*	z-index: -1;*/
/*	content: "";*/
/*	height: 100%;*/

/*}*/
#day1{ padding-top: 0px; }
/*.home_get_started::after {*/
/*	background-image: url(../images/get-before.png);*/
/*	background-position: center right;*/
/*	width: 100%;*/
/*	background-size: 14% auto;*/
/*	background-repeat: no-repeat;*/
/*	position: absolute;*/
/*	top: 30px;*/
/*	z-index: -1;*/
/*	content: "";*/
/*	height: 100%;*/
/*}*/
img.obj-fit {
    width: 100%;
    height: 200%;
    object-fit: cover;
}
.day-section-inner {
    position: relative;
    width: 100%;
}
.day-section-head {
    margin-bottom: 30px;
}
.day-section-head h2 {
    font-size: 45px;
    margin: 0 0 10px;
    color: #11273b;
}
.day-section-head h3 {
    display: inline-block;
    color: #fff;
    padding: 14px 20px 13px;
    font-size: 36px;
    letter-spacing: 1px;
    margin: 5px 0;
}
.day-time-line {
    position: relative;
}
.day-time-line::after {
    content: '';
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
}
.ibtn.sm {
    font-size: 20px;
    letter-spacing: 2px;
}
.ibtn.sm img {
    height: 18px;
    width: auto;
    margin-top: -1px;
}
.time-line-head h3 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #11273b;
    font-family: 'Bebas Neue';
    letter-spacing: 1px;
}
.time-line-head h4 {
    margin: 0;
    color: #1184b2;
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    margin-left: 30px;
}
.time-line-head {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
.time-line-block {
    padding-left: 30px;
    position: relative;
    padding-bottom: 40px;
}
.time-line-info p {
    /* text-transform: uppercase; */
    font-size: 21px;
    margin: 0 0 20px;
}
.time-line-btns a:nth-of-type(2){
    margin-left: 5px;
}
.time-line-block::after, .time-line-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.time-line-block::after {
    height: 100%;
    width: 5px;
    background-color: #12588f;
    top: 9px;
}
.time-line-block::before {
    height: 22px;
    width: 22px;
    background-color: #12588f;
    z-index: 2;
    border-radius: 50%;
    left: -9px;
    top: 8px;
}
.day-time-line .time-line-block:last-child::after{
    height: 0;
}
.time-line-info h3 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.time-line-info {
    flex: 1;
    box-sizing: border-box;
    padding-right: 45px;
}
.footer-section {
    padding: 40px 0 15px;
    width: 100%;
    margin-top: -325px;
}
.footer-web {
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: start;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
.footer-cont {
	display: flex;
	flex-direction: column;
	justify-content: right;
	align-items: end;
}
.footer-cont img {
    max-width: 315px;
    margin-bottom: 15px;
}
.footer-cont a {
    font-size: 42px;
    text-transform: uppercase;
    color: #fff;
}
.foot_parent {
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: end;
}


.email_sec a {
	position: relative;
}
.email_sec a:hover {
	text-decoration: none;
}
.email_sec a::after {
	content: '';
	width: 0%;
	height: 2px;
	background-color: #92c753;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .5s;
}
.email_sec a:hover::after {
	width: 100%;
}

.virtual_child p {
	font-size: 26px;

}
#virtual-info { padding-top:55px !important; }
   .virtual_btns {
	margin: 30px 0px 60px;
}
.vc_last { margin-bottom:90px; }

.schudule-form-inf .virtual_child ul {
	 display: block !important;
}
.virtual_child ul li {
	list-style: none;
	position: relative;
	padding: 6px 0 0 60px;
	margin-left:0px;
}

.virtual_child ul li::before {
	background: transparent url("../images/list-icon.png") scroll 0 0 no-repeat;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 8px;
	background-size: 100% 40px;
}
.virtual_child {
	font-size: 24px;
	line-height: 44px;
}
.footer-bg { background-image: url(../images/footer_bg.jpg); background-size: cover; padding: 500px 0px 30px; }
.finfo_img_sec { position: relative; }
.finfo_img_sec .finfo_img_inner{  position:absolute; bottom: 50px; left: 0px; right: 0px; }
.tg_img_msec {
	margin: 40px 0px;
}
.as_txt {
	max-width: 840px;
	margin: 30px auto;
	text-align: justify;
}
.as_txt p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.tg_txt p  {
	font-size: 18px;
	line-height: 38px;
	font-weight: 500;
}
.as_img_msec{ margin: 50px 0px; }

.mobile_only { display:none ; }
.desktop_only { display: block; }
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #09283d; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }

  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #1184b2;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .mobile_only span {
      color: #fff;
      font-size: 27px;
      margin-top: 7px;
      display: block;
    cursor:pointer;
  }
  .welcome_heading { font-family: 'Bebas Neue';font-size: 42px;letter-spacing: 1px; margin-bottom: 62px !important; }
  .welcome_heading span { color:#11273b; }
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



/*
.left_h1_bg, .right_h1_bg {
    position: relative;
}
.left_h1_bg:after {
    position: absolute;
    top:0;
    left:0;
    content: " ";
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/1/16/Deletion_icon.svg/600px-Deletion_icon.svg.png);
    background-size: 100% 100%;
    width: 10%;
    height: 400%;
    margin: 2px;
    float: left;

}
.right_h1_bg:after {
    position: absolute;
    top:0;
    left:0;
    content: " ";
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/1/16/Deletion_icon.svg/600px-Deletion_icon.svg.png);
    background-size: 100% 100%;
    width: 10%;
    height: 400%;
    margin: 2px;
    float: left;

} */
.stream_child h3 {
	font-size: 16px;
	line-height: 25px;
}

.stream_child ul {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 25px;
}
.stream_child ul li {
	font-size: 16px;
	line-height: 31px;
	list-style: initial;
	margin-left: 20px;
}







/*--Responsive Part--*/


@media screen and ( max-width: 1200px ){
.footer-web {
	font-size: 40px;
}
.mobile_only { display:block ; }
.desktop_only { display: none; }
}

@media screen and ( max-width: 991px ){
    .menus ul li a {
        font-size: 15px;
    }
    .menus ul li a {
        font-size: 15px;
    }
    .logo {
        flex: 0 0 190px;
        max-width: 190px;
    }
    .border {
        margin-top: 70px;
    }
    .schudule-form-section {
        padding-top: 40px;
        margin-bottom: 20px;
    }
    .date-view-section {
        padding: 25px 0 0px;
    }
    .time-line-info {
        flex: 0 0 100%;
        padding-right: 0px;
        margin-bottom: 40px;
        max-width: 100%;
    }
    .time-line-btns a:nth-of-type(2) {
        margin-left: 10px;
    }
    .time-line-cont {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .time-line-cont.mgt-60 {
        margin-top: 0;
    }
    .get-started-inner {
        position: static;
    }
    .get-started-info {
        padding-top: 0;
    }
    .border {
        margin-top: 12px;
    }
    .footer-web {
        font-size: 24px;

    }
    .as_img_msec {
        margin: 50px 0px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .as_img_msec img, .tg_img_msec img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ){
    .logo {
        flex: 0 0 200px;
        max-width: 200px;
    }
    .menus ul li a {
        font-size: 16px;
    }
    .menus ul li {
        margin-left: 15px;
    }
.header-section {
	padding: 10px 19px 10px 5px;
}
.banner-info img {
	/* max-width: 75%; */
	max-width: 270px;
}
    .banner-info h2 span {
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }
    .banner-info h2 {
        font-size: 16px;
        margin-top: 12px;
        letter-spacing: 3px;
        padding-left: 5px;
    }
    .banner-info {
        min-height: 310px;
    }
    .date-view-section {
        padding: 15px 0 0px;
    }
    .border {
        margin-top: 5px;
        max-width: 80%;
    }
    .schudule-form-inf ul li {
        margin: 0 8px;
    }
    .ratio-box label {
        padding: 7px 7px 7px;;
    }
    .get-started-inner {
        position: static;
    }
    .get-started-info {
        padding-top: 20px;
    }
    .day-section-head h3 {
        font-size: 24px;
    }
    .time-line-head h3 {
        font-size: 20px;
    }
    .time-line-head h4 {
        font-size: 15px;
        margin-left: 15px;
    }
    .time-line-info p {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .time-line-info {
        margin-bottom: 20px;
    }
    .time-line-block {
        padding-bottom: 15px;
        padding-left: 25px;
    }
    .time-line-head h3 {
        font-size: 20px;
    }
    .time-line-btns a:nth-of-type(2) {
        margin-left: 1px;
    }
    .time-line-block::before {
        top: 0px;
    }
    .banner-section {
	background-image: url(../images/building.jpg);
	background-position: top center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 48px;
}
.time-line-btns .ibtn {
	margin-bottom: 10px;
}
.footer-cont a {
	font-size: 32px;
	text-transform: uppercase;
	color: #fff;
}

.foot_parent {
	display: block;

}
.footer-web {
	display: block;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 0 auto;
	text-align: center;
}
.footer-cont {
	display: flex;
	flex-direction: column;
	justify-content: right;
	align-items: center;
}
.finfo_img_inner .nbtn_heading {

	font-size: 14px;

}



}

@media screen and ( max-width: 350px ){
.menus ul li a {
	font-size: 11px;
}
.date-view-info p {
	font-size: 16px;
}
.nbtn_heading {
	padding: 9px 34px 5px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 2px;
	min-width: 275px;
	cursor: default;
}
.banner-info h2 {
	font-size: 13px;
	margin-top: 12px;
	letter-spacing: 3px;
	padding-left: 5px;
}
.h3 {
	font-size: 18px;
}
.date-view-info h3 {
	margin: 5px 0;
	font-size: 18px;
}


}

@media screen and (min-width: 576px) and ( max-width: 767px ){
    .time-line-head h3 {
        font-size: 30px;
    }
    .time-line-head h4 {
        font-size: 20px;
        margin-left: 20px;
    }
    .time-line-btns a:nth-of-type(2) {
        margin-left: 20px;
    }
    .time-line-block::before {
        top: 6px;
    }
}

.tglink {
    font-weight: 700;
    font-size: 24px;
    color: #1184b2;
}

.tglink:hover {
    color: #12588f;
}
