

.pd-15{
	padding-top:15px;
}
/* .container{ */
	/* width:900px; */
	/* margin:0 auto; */
	/* max-width: 1200px; */
/* } */
/* .small-container { */
    /* width: 900px; */
	/* max-width:950px; */
    /* margin: 0 auto; */
/* } */

p {
    font-size: 16px;
    line-height: 25px;
}


/**** login start ****/

.row.sign-up-page {
    flex-direction: column;
    width: 560px;
    margin: auto;
}
.page-ath-content {
    background: #fff;
    padding: 18px 18px 20px;
    margin: 60px 0;
    border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
form.signin-form-page {
    padding: 6px 16px;
}
.signin-head h2 {
    font-size: 31px;
    color: black;
    font-weight: 600;
    /* text-align: center; */
	
}
.additional-u .name {
    font-size: 18px;
    margin-bottom: 2px;
    color: #556260;
}
.additional-u .input-text {
    margin-bottom: 14px;
    /* border: 1px solid #c6c6c6; */
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    color: #807e7e;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    /* padding: 7px 16px; */
    box-sizing: border-box;
}
.forgot-rember-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.checkbox {
    display: inline-block;
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 600;
}
.forgot-p {
    color:  #08779b !important;
    font-size: 16px;
}
.signin-button .learn-more-btn-1-1 {
    background: #0f5a94;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    border-radius: 8px;
    padding: 10px 24px;
    border: 1px solid #0f5a94;
    transition: .3s all ease;
    cursor: pointer;
    margin-top: 30px;
	outline: none;
}
.signin-button .learn-more-btn-1-1 a{
    color: #ffffff;
}
.next-page-link {
    text-align: center;
    margin-top: 14px;
}
.next-page-link span {
    display: inline-block;
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.next-page-link .new-cannamed:before {
    width: 127px;
    height: 1px;
    background: #55626070;
    position: absolute;
    content: "";
    top: 10px;
    right: -134px;
}
a.sign-up-link {
    color:#ef4a86;
}
.next-page-link .new-cannamed:after {
    width: 127px;
    height: 1px;
    background: #55626070;
    position: absolute;
    content: "";
    top: 10px;
    left: -134px;
}
.loginSectionPageBG {
    background: #eaeaea82;
}

.LoginSectionMainHeading {
    text-align: center;
    font-size: 40px;
    background: #ef4a86;
    color: white;
    padding: 6px 0;
}

.checkbox .terms-condition {
    text-decoration: underline;
    text-underline-position: under;
    color: #ef4a86;
}
.signin-form-page h4 {
    font-size: 16px;
    font-weight: 500;
    color:#ef4a86;
    margin-bottom: 22px;
    text-align: center;
}




/**** profile-start ****/

.container-2{
	width:900px;
	margin:0 auto;
}

.signin-form {
    display: grid;
    grid-template-columns: 30% 67%;
    gap: 3%;
    border-radius: 0 !important;
    align-items: start;
}
.signin-page {
    background: white;
    border-radius: 10px 0px 0px 10px;
    padding: 0;
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.signin-page-1 {
    background: white;
    border-radius: 0 10px 10px 0;
    padding: 0;
    position: relative;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.myaccount-information h3 {
    /* padding-top: 17px; */
    text-align: center;
    padding: 12px 0;
    background: white;
    border-radius: 10px 0 0 0px;
    margin-bottom: 0;
    color: black;
	    border-bottom: 1px solid #d7d7d7;
}
 /* 
.signin-page-1 .signin-head h2{
	text-align: center;
    padding: 12px 0;
    background: #dadada94;
    border-radius: 10px 0 0 0px;
    margin-bottom: 0;
} */
.account-box-1 {
    background: #ffffff;
    border-bottom: 1px solid #d7d7d7;
    padding: 17px 16px;
    border-radius: 0;
    transition: 0.6s;
    display: flex;
	color: #556260;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
	transition:.3s all ease;
}


.account-box-1:nth-child(1) {
    /* border-top: 1px solid #d7d7d7; */
    border-radius: 10px 0 0 0;
}
.account-box-1:last-child {
    border-radius: 0 0 0 10px;
}

.account-box-1:hover{
	background-color:#ef4a86;
	color:white;
	transition:.3s all ease;
	
}
a.account-box-1 i {
    font-size: 13px;
}
.active-2, .account-box-1:hover{
 background-color: #0d3e4c;
    color: white !important;
}
.active-2, .account-box-1:hover h6{
 
    color: white !important;
}

.page-heading {
    text-align: center;
    margin-bottom: 35px;
}

.account-box-1.active-2 h6{
	 color: white !important;
}
	
.account-box-1:hover i{
  color: white;
}

.active-2, .account-box-1:hover i{
  color: white;
}


.account-box-1 h6 {
    font-weight: 500;
	margin-bottom: 0;
	    font-size: 17px;
}

.delet-account {
    text-align: center;
    padding: 30px 0 10px 0;
    line-height: 27px;
}
.delet-account i {
    font-size: 11px;
    background: red;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
	padding: 8px;
}
.delet-account span {
    font-size: 14px;
    color: black;
    font-weight: 500;
    text-underline-position: under;
}
.page-ath-content.register-form-content.profile-section{
	background:transparent;
}
.form-group {
	    margin-bottom: 0;
}
.detail-btn {
    padding: 12px;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}
.detail-btn:focus {
    border-color:#0f5a94;
	outline#0f5a94;
}
.signin-form-page.profile-page{
	padding: 25px 30px;
}
/* .form-group label { */
    /* font-size: 18px; */
    /* margin-bottom: 2px; */
	
/* } */

/**** profile-end ****/

/**** logout-start ****/

.Coupon-details.pd-0 {
	padding:0;
}
.Coupon-details.pd-0 h4{
	font-size:23px;
}
	
.Coupon-details.pd-0 h4 span{
	color: #eb6423!important;
	display: block;
    margin-bottom: 20px;
}
.logout-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
}
a.Cancel {
    background: white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}
a.logout{
    background: #e87722;
	color:white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}	
a.logout.delete{
	/*background: red;*/
}
.about-logout {
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    background-color: #f3f3f3f7;
}


.logout-page {
    display: none;
    background-color: rgb(0 0 0 / 75%);
    position: fixed;
    z-index: 99;
    /* transform: translate(-50%, -50%); */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   overflow: auto;
}
.dOn {
    display: block;
}

.Coupon-details.pd-0 {
    padding: 0;
}
.Coupon-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-logout {
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    background-color: #f3f3f3f7;
}
.Coupon-details.pd-0 h4 {
    font-size: 23px;
}
.logout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
a.Cancel-1 {
    background: white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}
.SizeSelection.Cardpayment {
    justify-content: center;
   
}




/**** logout-end ****/


.signin-page.payment-mode{
	width:560px;
	margin:0 auto;
	    padding: 20px 30px;
}
.total-bill h5 {
    font-size: 22px;
    color: gray;
    margin-bottom: 3px;
}

.total-bill {
    margin: 20px 0;
}

.total-bill span {
    color: #ef4a86;
    font-size: 19px;
}
.input-group {
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
	 gap: 10px;
	
}

.additional-u .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: visible;
}
.card-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.my-account-photo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

figure.my-account-photo img {
    width: 105px;
    height: 105px;
	border-radius:50%;
}
figure.my-account-photo i {
    position: absolute;
    bottom: 12px;
    font-size: 20px;
    right: 0;
    cursor: pointer;
	    color: black;
}
.myaccount-information {
    padding-top: 0px;
}
.form-group.p-information{
	padding-top:25px;
}




/* .detail-grid-1.profile { */
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 3%; */
    /* align-items: center; */
/* } */

.form-group.p-information {
    padding-top: unset;
       padding-bottom: 16px !important;
	       margin-bottom: 6px;
}

/* .form-group label { */
    /* font-size: 18px; */
    /* margin-bottom: 2px; */
/* } */
.form-group.p-information span {
    font-size: 18px;
    cursor: default;
	color:black;
	display: block;
}

.signin-head h2 {
    margin-bottom: 25px;
}

.additional-u.Selection {
    width: unset;
}
.additional-u .input-text {
    margin-bottom: 14px;
    /* border: 1px solid #c6c6c6; */
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    color: #807e7e;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
   
    box-sizing: border-box;
}
.additional-u .input-text {
    margin-bottom: 14px;
    /* border: 1px solid #c6c6c6; */
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    color: #807e7e;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    /* padding: 7px 16px; */
    box-sizing: border-box;
}

.form-group.p-information label {
    font-size: 15px;
    margin-bottom: 0px;
}

.detail-grid-1.chngpswrd .form-group input {
    padding: 11px;
    border-radius: 8px;
}

button.btn.btn-primary.w-100.text-uppercase.mt-2.page-button {
    background: #0d3e4c;
    border: 1px solid #0d3e4c;
    border-radius: 50px;
    padding: 12px 20px;
	width: 100%;
}

button.btn.btn-primary.w-100.text-uppercase.mt-2.page-button a {
    color: white;
    font-weight: 600;
    font-size: 16px;
}

.form-group .form-input {
    width: 100% !important;
    /* height: 50px; */
    outline: none;
    padding: 10px 12px;
    color: #7C7E80;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #7C7E804D;
    position: relative;
}

.about-coupon-details span {
    color: #555555;
    font-size: 17px;
    margin-bottom: 16px;
	display:block;
}
span.coupon-code {
    font-size: 20px;
    text-transform: uppercase;
    color: #e87722;
    border: 2px dashed #e87722;
    padding: 4px 15px 2px;
    display: inline-block;
    cursor: pointer;
}
span.coupon-code-1 {
    font-size: 24px;
    color: black;
}

.signin-page-1.code {
    margin-bottom: 25px;
	border-radius:10px;
}

.signin-page-1.code .signin-head h2 {
    margin-bottom: 12px;
    font-size: 24px;
}
.page-heading h2 {
    font-size: 36px;
}

.parent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 67px;
}

.login-section {
    background: white;
    width: 38%;
    margin: auto;
    padding: 42px 42px 50px;
    border-radius: 22px;
    box-shadow: 2px 2px 19px #2e4053;
}
.img-heading {
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    text-align: center;
}
.img-heading img {
    width: 250px;
}
.img-heading h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 10px;
}
.login-section p {
    color: #959595;
    text-align: center;
    padding-top: 8px;
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 15px;
}
.form-group {
    position: relative;
    margin-bottom: 24px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.9375rem 0.9375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.7143;
    color: #222222;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.125rem solid #e4e4e4;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.625rem + 2px);
    padding: 1.125rem 1.3125rem 0.9rem;
}

.form-group .form-input {
    width: 100% !important;
     height: 50px; 
    outline: none;
    padding: 10px 12px;
    color: #7C7E80;
    font-size: 15px;
    border-radius: 8px;
    border: 1px solid #7C7E804D;
    position: relative;
}

label {
    display: inline-block;
}
.form-floating > label {
    position: absolute;
    top: 14px;
    left: 0.75rem;
    padding: 0 0.5rem;
    pointer-events: none;
    border: 0.125rem solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: #767676;
}

/* .form-group label { */
   
    /* padding: 10px 0; */
    /* font-size: 16px; */
    /* margin-bottom: 12px; */
    /* font-weight: 500; */
    /* padding: 0 0px; */
/* } */
.form-group.p-information label{
     color: #818181;
	     font-weight: 500;
}
.forgot {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 15px;
}

span.theme-btn.quote-btn a {
    color: white;
}
.prfile-icon span {
    font-size: 15px;
    line-height: 15px;
    color: white;
    background: #f3652e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prfile-icon {
    position: absolute;
    top: 16px;
    right: 235px;
}


.social-icons-one ul li span {
    font-family: 'FontAwesome';
}
.main-header .main-menu .navigation > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: -7px;
}
.bg-grey{
	background:#f5f5f5;
}
.page-heading.text-left h2 {
    font-size: 32px;
}

.page-heading.text-left {
   text-align:left;
}

.frm-reg-it {
    margin-bottom: 20px;
}


span.eye-icon {
    position: absolute;
    top: 14px;
    right: 12px;
}

.referral-code {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.copy-icon {
    color: #e87722;
    font-size: 21px;
}
form.signin-form-page.profile-page.box-equal {
    padding-bottom: 15px;
}

.icf-logos {
   display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    align-items: center;
	    padding-top: 40px;
}

.geeting-started-page .sidebar-page-container .content-side, .sidebar-page-container .sidebar {
    margin-bottom: 0px;
}

.geeting-started-page .sidebar-page-container {
    padding: 80px 0px 80px;
}
.icf-logo-1 {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icf-logo-1:before {
    content: '';
    position: absolute;
    top: 22px;
    right: -12px;
    width: 3px;
    height: 80%;
    background: #153e4d;
}
.icf-logo-1.cce:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0px;
    width: 3px;
    height: 80%;
    background: #153e4d;
}
.geeting-started-page.progressive .sidebar-page-container {
    padding: 0px 0px 50px;
}
.expandable-section {
    display: grid;
    grid-template-columns: 60% 36%;
    gap: 4%;
}

.icf-logos img {
    width: 190px;
	    margin: 0 auto;
}

.icf-logo-1 img {
    width: 100%;
}
.icf-1 img {
	margin: 0 auto;
}
.side-line{
	position:relative;
}
.side-line:before {
    position: absolute;
    content: "";
    top: 0;
    left: -6px;
    width: 2px;
    height: 100%;
    background: #153e4dde;
}

.side-line.right:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0px;
	left:unset;
    width: 3px;
    height: 100%;
    background: #153e4d;
}

.side-line h3 b {
    color: #153e4d;
}

.call-to-action p {
   font-size:16px;
    color: #ffffff;
}

.row.tbl-icf.mgnt-25.align-items-center {
    margin: 40px 0 50px;
}

.row.tbl-icf.mgnt-25.align-items-center:last-child {
    margin: 40px 0 5px;
}

.tabs-name a {
    color: black;
}
.tabs-name {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    /* margin-top: 80px; */
    gap: 40px;
    border-bottom: 1px solid #c2c2c2;
    border-right: none;
    border-left: none;
    padding: 30px 0;
	width: 100%;
    overflow-x: auto;
}
a.tabs-1.active {
    background: #e87722;
    padding: 10px 16px;
    color: white;
    /* border-radius: 8px; */
}

a.tabs-1 {
    /* background: #dbdbdb; */
    /* color: #000000; */
    padding: 10px 16px;
	 position: relative;
}
a.tabs-1:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 80%;
    background: #f3652e;
    top: 5px;
     right: -25px;
}

a.tabs-1:last-child:after{
	display:none;
}

a.tabs-1.active:hover{
	color:white;
}

a.tabs-1:hover{
	color:black;
}


.para-top{
	padding-top:20px;
}
.levels-d {
    width: 100%;
   display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
 align-items: flex-start;
       gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.levels-d-section {
    padding: 80px 0 0;
}
section.about-section.new {
    padding: 70px 0 0;
}
.pb-0{
	padding-bottom:0 !important;
}

.accordion dl:last-child{
	margin-bottom:0;
}


.paly-audio-ai{background: antiquewhite;width: max-content;padding: 10px 10px;margin-left: 30px;}
h5.paly-audio-ai.our-vision {
    margin-left: 0;
    margin: 25px 0;
}

.learn-btn{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:30px;
	 margin: 4px 0 35px;
}

.pb-20{
	padding-bottom:20px !important;
}
.pt-20{
	padding-top:20px !important;
}
.pt-50{
	padding-top:50px !important;
}
.pb-80{
	padding-bottom:80px !important;
}
.downld{
	display:flex;
	justify-content:left;
	align-items:center;
	gap:20px;
}

.padding-top-1{
	padding-top:50px;
}

.padding-top-2{
	padding-top:30px;
}

h5.p-flex {
   padding: 0.7em 2em 0em 1.5em;
    margin-bottom: -8px;
    font-size: 15px;
}

h5.paly-audio-ai.margn {
    margin-top: 30px;
	    margin-left: 0;
}
label.checkbox-inline input {
    margin-top: 7px;
}

.form-grid-gett{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	align-items:center;
	gap:20px;
}
.form-flex{
	display:flex;
	justify-content:left;
	align-items:center;
	gap:20px;
}
label.checkbox-inline {
    margin-left: 0 !important;
}

.form-name-grid{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	align-items:center;
	gap:20px;
}

.mrgn-btm-10{
	margin-bottom:10px;
}

.mrgn-top-20{
	margin-top:20px;
}
.get-started.form h4 {
    color: black;
}
.get-started.form {
    padding: 0px 0 20px;
}	
a.btn-style-two.theme-btn.mt-20 {
    text-decoration: none !important;
}
section.content-section.program-content {
    padding: 0px 0px 60px;
}
.entry-flex{
	display:flex;
	justify-content:left;
	align-items: flex-start;
    gap: 14px;
}
.entry-flex img {
    width: 40px;
}
.entry-flex p {
    margin-bottom: 0;
}







/****parul****/
.padding-bottom-20{padding-bottom: 20px;}
.ul-list-icon li i{color: #e87722;}
.accordion dl i{color: #e87722;}
.padding-left-30{padding-left: 30px;    line-height: 31px;}
.mp-1{margin-bottom: 36px !important;margin-top: 60px !important;}
.mp-2{margin-top: 40px !important;}
.mp-3{margin-top: 47px !important;}
.mp-4{margin-top: 45px !important;}
.mp-5{margin-top: 23px !important;}
ul.ul-list-icon li {list-style-type: none;}
.paly-audio-ai{background: antiquewhite;width: max-content;padding: 10px 10px;margin-left: 30px;}
ul.padding-left-45{padding-left: 45px;}
h5.paly-audio-ai.m-0{margin-left: 0;margin-bottom: 20px;}
.accordion dd h3{line-height: 30px;}
@media (max-width: 767px) {
  .accordion p {padding: 22px 0;}
  .accordion ul{padding: 0;}
}



/*****kanchan****/

.our-vission-sec {
    background: #153e4d;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30PX;
}
.text-white{color: #fff !important;}
.counter-sec #counter{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0px;
    width: 100%;
    gap: 50px;
  }
  .counter-sec #counter .item {
    background: #fff;
    width: 145px;
    height: 145px;
    border-radius: 50%; 
    margin: 10px;
    text-align: center;
    /* / box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34); / */
	border: double 10px transparent;
	background-image: linear-gradient(white, white), radial-gradient(circle at right bottom, #eb6423, #eb642300);
  background-origin: border-box;
  background-clip: content-box, border-box;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
  .counter-sec  #counter .item .count{
    color: #000000;
  }
.counter-sec  #counter .item h3{
    color: #4f4e28;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}
  
.service-content.service-content-in h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.service-content-in { 
    min-height: 160px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.counter-heading h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
	    color: white;
}
.org-box img {
    width: 90px;
}

.org-box {
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    padding: 22px;
}
.org-box h2 {
    color: #153e4d;
    font-size: 16px;
    padding: 25px 0px 15px 0px;
    font-weight: 700;
}
.m-img img {
    width: 180px;
}
.m-img img {
    width: 300px;
    height: 290px;
    object-fit: cover;
}
.timeline:before {
	content: '';
	position:absolute;
	height:100%;
	left:50%;
	width:2px;
	top:0;
	background: #e87722;
	z-index:1;
	}
	
  .timeline{
	position:relative;
	margin: 50px auto;
	padding:50px 0;
	z-index: 9;
	}
  
  
  .timeline ul{
	margin:0;
	padding:0 ;
  }
  
  .timeline ul li{
	list-style:none;
	box-sizing:border-box;
	line-height:normal;
	position:relative;
	width:50%;
	padding: 20px 25px;
	}
  
  .timeline ul li .right_content h2{
	color: rgb(21 62 77);
	padding:0px 2px 18px 0px;
	font-size: 16px;
    font-weight: 700;
	position: relative;
  }
  .timeline ul li .right_content h2:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 10px;
    width: 42px;
    height: 3px;
    display: block;
    background-color: #e87722;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.odd-h2:after{right: unset !important; left: 0;}
  .timeline ul li:nth-child(odd){
	float:left;
	text-align:right;
	clear:both;
  }
  
  .timeline ul li:nth-child(even){
	float:right;
	text-align:left;
	clear:both;
  }
  
  .left_content{
	padding-bottom:20px;
  }
  
  .timeline ul li:nth-child(odd):before{
	content: '';
	position:absolute;
	width:10px;
	height:10px;
	background: rgb(235 100 35);
	border-radius:50%;
	box-shadow: 0 0 0 3px rgb(235 100 35 / 26%);
	right:-6px;
	top:24px;
	z-index:1;
	}
  
  .timeline ul li:nth-child(even):before{
	content: '';
	position:absolute;
	width:10px;
	height:10px;
	background: rgb(236 109 47);
	border-radius:50%;
	box-shadow: 0 0 0 3px rgb(235 100 35 / 27%);
	left:-4px;
	top:24px;
	}
  
  .timeline ul li:nth-child(odd) .left_content{
	position:absolute;
	top: 6px;
	right: -146px;
	margin:0;
	padding:8px 16px;
	color:#000000;
	box-shadow: 0 0 0 3px #e87722;
	border-radius:18px;
	}
  
  .timeline ul li:nth-child(even) .left_content{
	position:absolute;
	top: 6px;
	left: -148px;
	margin:0;
	padding:8px 16px;
	color:#000000;
	box-shadow: 0 0 0 3px rgb(235 100 35);
	border-radius:18px;
	}
	.timeline ul li:nth-child(even) .left_content1 {
		left: -95px;
	}
	.timeline ul li:nth-child(odd) .left_content2 {
		right: -92px;
	}
	.left_content h3 {
		font-size: 20px;
		font-weight: 600;
	}
	.timeline-backgroud{background: #fafafa; margin: 38px 0; }
  @media (max-width: 1000px){
	
	.timeline{
	  width:100%;
	}
  }
  
  @media (max-width: 767px){
	.m-img img {
		width: 100%;
		height: unset; 
	}
	.timeline ul li .right_content h2:after {  
		right: unset; 
	}
	.timeline{
	  width:100%;
	}
	.timeline:before{
	  left:20px;
	}
	.timeline ul li:nth-child(odd),
	.timeline ul li:nth-child(even){
	  width:100%;
	  text-align:left;
	 padding-left:50px; 
	}
	
	.timeline ul li:nth-child(odd):before
	  {
	  top:-18px;
	  left:16px;
	
	}
	.timeline ul li:nth-child(even):before
	{ 
	  top:-18px;
	  left:16px;
	}
	
	  .timeline ul li:nth-child(odd) .left_content,
	.timeline ul li:nth-child(even) .left_content
	{
	  top:-30px;
	  left:50px;
	  right:inherit;
	}
  
	
  }
.pb-50 {
    padding-bottom: 50px;
}
.about-sec-grid {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
}
.story-title {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}
.story-title h2{position: relative;}
.story-title h2:after {
    position: absolute;
    content: "";
    left: 45%;
    bottom: 0;
    width: 42px;
    height: 3px;
    display: block;
    background-color: #e87722;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.m-img {
    display: flex;
    justify-content: center;
    position: relative;
}
 
.m-img img {
    position: relative;
    z-index: 1;
}

.m-img:after {
    content: "";
    position: absolute;
    /* / background: #e87722; / */
    border: 4px solid #e87722;
    left: 72px;
    top: -20px;
    z-index: 0;
    width: 300px;
    height: 290px;
}
.story-bg{
	background: #fafafa;
    padding: 30px 20px;
}
.services-area .service-single .service-content:hover h2 {
    color: #fff;
}
.program-title h2 {
    padding-bottom: 8px;
    margin-bottom: 0px;
	    font-weight: 600;
}
.program-content .program-title h2:after {
    all:unset;
}

.about-content-box.new-about-us .program-title h2 {
    padding-bottom: 12px;
    margin-bottom: 0px;
    padding-bottom: 8px;    font-weight: 600;
}
.program-review-box {
    margin: 22px 0;
}

.program-review-box h4 {
    font-size: 15px;
	color: #000;
}
.program-review-box.bdr-rt-1 {
    border-right: 2px solid #e87722; 
}
.accordion-section-p .accordion-section {
    max-width: unset;
    margin: unset;
    padding: unset;
}
.paly-audio-ai{background: antiquewhite;width: max-content;padding: 10px 20px;
    margin-left: 30px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 50px;}
.down-btn {
    display: flex;
    margin: 20px 20px 20px 27px;
}
.sidebar-page-container {
    position: relative;
    padding: 40px 0px 40px;
}
p.p-flex i {
    font-size: 18px;
    color: #ef6d30;
}

p.p-flex {
    display: flex;
    gap: 10px;
}
ul.ul-ml {
    margin-left: 32px;
}
ul.ul-text li {
    list-style: disc;
    margin-left: 20px;
}
.w-100.w-100-mt-3 {
    margin-top: 15px;
}
.section-heading h2 {
line-height: 28px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.15);
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #153e4d;
}
.program-content .program-title h2 {
    font-size: 22px;
	    font-weight: 600;
}
.heading-second {
    padding-top: 15px;
}
.section-heading.text-center p {
    font-size: 15px;
    width: 83%;
    margin: 12px auto;
    line-height: 25px;
}
.main-header .links-nav li {
    color: #ffffff;
}
.btn-style-two {
    border-radius: 50px;
}
.main-header .links-nav li span {
    color: #ffffff;
}

p.text-count {
    color: black !important;
}
.item-sec.text-center p {
    color: white;
}
.btn-style-two::before {
    border-radius: 50px;
}
h4.sub-title a {
    color: #ed6323;
}
h4.sub-title a:hover {
    color: #ed6323;
}

.featured-thumbnail.Custom img {
    width: 440px;
    height: 450px;
    object-fit: cover;
    border-bottom: 1px solid #d1d1d1;
    border-radius: 3px;
}
.featured-team-data {
    position: relative;
}
.featured-team-data h5 {
    position: absolute;
    bottom: 30px;
    left: -15px;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    background-color: #e87722;
}
.program-title h2 {
    font-size: 22px;
    font-weight: 600;
}
.title-header h2 {
    font-size: 32px;
    font-weight: 600;
}
.team-position {
    color: #e87722;
}
.featured-team-data:before {
    content: "";
    position: absolute;
    bottom: 14px;
    left: -14px;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    display: block;
}

.featured-team-data:before {
    left: -14px;
    border-color: #031b4e;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.sep_holder_box .sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.sep_holder .sep_line {
    height: 1px;
    border-top: 1px solid #0000001a;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
}
.social-icons li {
    margin: 0 2px;
}
.ttm-social-links-wrapper ul li a {
    border: 1px solid #f2f2f2;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: inherit;
    font-size: 16px;
    background: #ededed;
}
.instructor-info .title a {
    color: #ffffff;
}

.team-section {
    padding: 90px 0px 90px 0px;
}
.counter-heading {
    margin-top: 40px;
}





@media screen and (max-width: 991px){


.login-section {
    background: white;
    width: 75%;
    margin: auto;
    padding: 24px 28px 40px;
    border-radius: 22px;
    box-shadow: 2px 2px 19px #2e4053;
}

.small-container {
    width: 96%;
}

.signin-form {
    grid-template-columns: 100%;
    gap: 3%;
}
.signin-head h2 {
    font-size: 24px;
    line-height: 24px;
}

.counter-sec #counter .item {
    width: 130px;
    height: 130px;
}
.counter-sec #counter {
    gap: 20px;
}

.ttm-team-member-content.shadow-box {
    padding-top: 50px;
}
.featured-thumbnail.Custom img {
    width: 100%;
    height: 650px;
}











}

@media screen and (max-width: 767px){
	    .featured-thumbnail.Custom img {
        width: 100%;
        height: 450px;
    }

.page-header {
    padding: 80px 0;
}
.left_content h3 {
	    font-size: 18px;
    margin-bottom: 0;
}
.timeline ul li .right_content h2 {
    padding-top: 10px;
}
.right_content p {
    margin-bottom: 50px;
}

.left_content p {
    margin-bottom: 50px;
}
.page-header-content .title {
    font-size: 40px;
}
.ttm-team-member-content.shadow-box {
    padding-top: 50px;
}
.title-header h2 {
    font-size: 28px;
}
.login-section {
    background: white;
    width: 95%;
    margin: auto;
    padding: 24px 28px 40px;
    border-radius: 22px;
    box-shadow: 2px 2px 19px #2e4053;
}
	
.counter-heading h2 {
    font-size: 16px;
    margin-top: 40px;
}	

.org-box {
    margin-top: 40px;
}	
#nav-bottom #main-nav li {
        text-align:left;
         margin-bottom: 15px;

    }
	
.about-img-wrap .about-img-1 {
    height: 300px;
}	
.about-img-wrap .about-img-2 {
    bottom: -40px;
    height: 290px;
}	
.about-img-wrap .about-contact {
    bottom: -100px;
}	
	
.about-content {
    padding-top: 140px;
}	
.section-heading .sub-heading .heading-icon {
    font-size: 13px;
    height: 25px;
    width: 25px;
}	
.section-heading .sub-heading {
    font-size: 15px;
    font-weight: 400;
    column-gap: 8px;
    padding: 5px 12px 5px 5px;
}	
.program-title h2 {
    font-size: 19px;
	    line-height: 27px;
}	
	
.counter-sec #counter {
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    gap: 20px;
}	
	
.section-heading.text-center p {
    width: 100%;
}	
.icf-logos {
    display: block;
    text-align: center;
}	
.icf-logo-1:before {
   all:unset;
}	
.icf-logo-1.cce:before {
   all:unset;
}	
.icf-logos img {
    width: 250px;
    margin: 10px auto;
}

#subnav.lock-move {
    top: 80px;
}
	
	





















}












