/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* files */
@import url('../css/header_footer.css');

/* Basic */
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000000;
	background: #F4F8FB;
	line-height: 1.5;
	position: relative;
	overflow-x: hidden;
}
 button, button:hover{
    text-decoration: none;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}

.navbar a, a:hover{
     text-decoration: none;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;

}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
main {
    padding: 80px 0 0;
}
main .support_btn{
	font-size: 15px;
	padding: 10px 20px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    background: #fff url("../images/icon/dob.svg") no-repeat !important;
    display: inline-block;
    -webkit-appearance: none;    
}
input[type="date"]{padding-right: 15px !important;}

/* fixed section */
.active_section:before {
    position: fixed !important;
    background-position: 100% 100%!important;
}
/*input[type="date"]{padding-right: 0 !important;}*/
.banner-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: 100% 85%;
}
.bg-white{background: #fff;}
/* marketing page */
.opening {
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    color: #fff;
}
.opening > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.opening h1 {
    margin: 0;
    font-weight: 600;
    margin-right: 20px;
    font-size: 36px;
    display: inline-block;
}
.mailbox_img {
    width: 80px;
    position: relative;
    top: 3px;
}
.emailbanner-img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.emailsec_main br{display: none;}
.emailsec_main .modal-footer .support_btn {
    padding: 10px 20px;
    margin: 0 auto;
}
.ourteam_support .support_btn{
    padding: 10px 40px;
    margin: 30px auto 0;
    font-size: 20px;
}
.ourteam_support {
    padding: 50px 0 0;
}
.ourteam_support img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    background: #FFFFFF;
    box-shadow: 13.6164px 13.6164px 25.4172px rgba(0, 0, 0, 0.1);
    border-radius: 18.1551px;
    padding: 20px 25px;
}
.ourteam_support h1{
    display: block;
    text-align: center;
}
.eleft_img {
    width: 100%;
}
/* home page */
.top_sec{
	background: #fff url("../images/home/first_bg.png") no-repeat;
	background-position: bottom;
	background-size: cover;
	width: 100%;
	position: relative;
	display: block;
	padding: 50px 0 ;
}
.title_head {
    font-size: 42px;
    color: #051432;
    font-weight: 400;
    line-height: 1.4;
	position: relative;
	margin-bottom: 30px;
}
.title_head_p1 {
    font-size: 40px;
    color: #051432;
    font-weight: 400;
    line-height: 1.4;
	position: relative;
	margin-bottom: 30px;
}
.title_head_p2 {
    font-size: 35px;
    color: #051432;
    font-weight: 400;
    line-height: 1.4;
	position: relative;
	margin-bottom: 30px;
}
.title_head strong {
    font-weight: 700;
}
.line_icon {
    position: absolute;
    bottom: 0;
    left: 0;
}
.gradiant_text{
	background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.object_list {
    margin-bottom: 30px;
}
.object_list li {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.object_list li:last-child{margin-bottom: 0;}
.object_list li span {
    background: linear-gradient(90deg, #E69A2C 0%, #FBDF4F 100%);
    width: 20px;
    height: 19px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 10px 3px 0;
}
.object_list li span svg {
    width: 12px;
    height: 12px;
}
.object_list li p{margin-bottom: 0;width: 100%;}
.join_emailform .form-control {
    background: #FFFFFF;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 90px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    line-height: normal;
    padding: 15px 55px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    position: relative;
}
.join_emailform .form-group svg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    margin: 14px 20px;
}
.join_emailform .form-group .support_btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 4.5px 4px;
}
.banner_img_right{
	width: 100%;
	position: relative;
	z-index:1;
}
.banner_right-blog:before{
	content: "";
    width: 90%;
    height: 65%;
    display: inline-block;
    position: absolute;
    background: linear-gradient(90deg, #E69A2C 0%, #FBDF4F 100%);
    background-position: center;
    filter: blur(107px);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    animation: animName 5s linear infinite;
}

.banner_right-blog-new:before{
	content: "";
    width: 90%;
    height: 65%;
    display: inline-block;
    position: absolute;
    background-position: center;
    filter: blur(107px);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    animation: animName 5s linear infinite;
}
.bottom_sec{
	background: #fff;
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 0 120px;
    border-radius: 0 0 0 100px;	
}

.bottom_sec_buy_now {
    background: #fff;
    position: relative;
    display: block;
    width: 100%;
    padding: 0px 0 40px;
    border-radius: 0 0 0 100px;
  }

.offer_title {
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.offer_pera {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
	line-height: 1.8;
	display: block;
}
.offer_box {
    background: #FFFFFF;
    box-shadow: 0px 14px 84px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 20px 22px;
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
}
.offer_box_new{
    background: linear-gradient(90deg, #FFDA4E 0%, #FFA535 100%);
    border-radius: 0px;
    padding: 30px 30px;
    margin: 0 auto 0 0;
    width: 100%;
}
.offer_box .join_emailform {
    width: 70%;
}
.offer_imgright {
    width: 25.5%;
    transform: scale(1.8);
    position: absolute;
    left: 0;
    margin-left: -100px;
}
.offer_content{
	width: 83.5%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.price{
	padding: 80px 0;
}
.secleft_img {
    width: 80%;
	margin: auto;
	display: block;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.15);
}
.secleft_img_buy_now {
    width: 80%;
	margin: auto;
	display: block;
}
.price strong {
    position: relative;
    font-weight: 700;
}
.result {
    border-radius: 0 100px 0 0;
    padding: 80px 0;
}
.custom_card {
    display: block;
    text-align: center;
    position: relative;
    width: 100%;
    padding: 20px 20px;
}
.custom_card h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
}
.custom_card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.custom_card p {
    font-size: 16px;
    color: #515151;
}
#four .title_head strong {
    position: relative;
    font-weight: 700;
}
.join_emailform {
    width: 90%;
}
#four {
    padding: 50px 0;
}
.testimonial_cardbox {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    border-radius: 22px 22px 22px 0px;
    padding: 30px 30px;
    margin: 10px 10px 30px;
    width: 90%;
    position: relative;
    display: block;    
    height: 14.5em;
}
.testimonial_cardbox p{
    font-size: 16px;
    font-weight: 400;
    color: #606160;
    line-height: 1.8;
    margin: 10px 0;
   /* overflow: hidden;*/
   /*text-overflow: ellipsis;*/
   /*display: -webkit-box;*/
   /*-webkit-line-clamp: 2;*/
   /*        line-clamp: 2;*/
   /*-webkit-box-orient: vertical;*/
}
.testimonial_cardbox ul{
    display: block;
}
.testimonial_cardbox li{
    display: inline-block;
}
.testimonial_cardbox h6{
    font-size: 16px;
    font-weight: 500;
    color: #002DFB;
    margin: 10px 0 0;
}
#four .join_emailform, #four .title_head {
    margin-left: 10px;
}
.testimonial-carousel{
    position: relative;
    margin-bottom: 20px;
}
.testimonial-carousel:after{
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    background: url("../images/home/trivector.svg") no-repeat;    
    background-size: contain;
    background-position: left bottom;
    margin: -30px 10px 0;
}
.testimonial-carousel:before{
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    background: url("../images/home/quoticon.svg") no-repeat;
    background-size: contain;
    background-position: left top;
    margin: 0 35px;
    z-index: 1;
    top: 0;
}
.testimonial-carousel .owl-nav.disabled, .testimonial-carousel .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 45px;
}
.testimonial-carousel .owl-nav button span {background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;border-radius: 50%;margin-right: 15px;}
.testimonial-carousel .owl-nav button span svg {
    width: 18px;
    height: 18px;
}
.testimonial-carousel .owl-next span {
    margin-right: 0 !important;
}
#five{
    background: url("../images/home/fivebg.png") no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    position: relative;
    display: block;
    padding: 80px 0;
}
#five:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 35.5%;
    height: 100%;
    background: url("../images/home/five_right.png") no-repeat;
    background-size: contain;
    background-position: center;
}
#five h1 strong{
    position: relative;
    font-weight: 700;
}
.service_blog li{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 40px;
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 50px;
}
.service_blog li:last-child{margin-bottom: 25px;}
.service_blog li h5{
    font-size: 20px;
    font-weight: 700;
    color: #051432;
    display: block;
}
.service_blog li p{
    font-size: 18px;
    font-weight: 400;
    color: #606160;
    display: block;
    margin-bottom: 0;
}
#five .join_emailform{width: 100%;}
#six{
    background: url("../images/home/six_topimg.png") no-repeat;
    background-position: top;
    background-size: auto;
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 0;
}
.trust_content_heading {
    text-align: center;
    margin-bottom: 30px;
}
.trust_content_heading h1 {
    font-size: 40px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.trust_content_heading h1 a{color: #000 !important;}
.trust_content_heading h5 {
    font-size: 24px;
    font-weight: 600;
}
.trust_rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.trust_rating li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #219653;
    margin: 0 3px;
}
.trust_rating li svg {
    width: 24px;
    height: 24px;
}
/*.trust_rating li:last-child {
    background: linear-gradient(90deg, #219653 0%, #219653 50%, rgba(33, 150, 83, 0) 50.01%, #D9D9D9 50.02%, #D9D9D9 99.98%, rgba(33, 150, 83, 0) 99.99%, #D9D9D9 100%);
}*/
.trust_content_heading h6 {
    font-size: 16px;
    color: #868686;
    margin-bottom: 0;
    font-weight: 400;
}
.trust_content_heading h6 b {
    color: #051432;
    margin: 0 5px;
}
.pilot_custom-card {
    background: #FFFFFF;
    box-shadow: 0px 16px 21px rgba(0, 0, 0, 0.11);
    border-radius: 16px;
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 20px;
    margin: 30px 0px;
}
.top_card-content {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDF3FAF2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.top_card-content img {
    width: 50px !important;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
}
.top_card_righttext {
    width: 100%;
    margin-left: 15px;
}
.top_card_righttext h5 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.top_card_righttext ul {
    justify-content: flex-start;
    margin-bottom: 0;
}
.top_card_righttext .trust_rating li {
    width: 16px;
    height: 16px;
    margin: 0 1px;
}
.top_card_righttext .trust_rating li svg {
    width: 11px;
    height: 11px;
}
.pilot_custom-card span {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}
.pilot_custom-card p {
    font-size: 14px;
    font-weight: 400;
    color: #777676;
    margin-bottom: 0;
    line-height: 1.9;
}
.trustpilot-carousel .item{
    margin: 15px;
}
#seven .offer_box{
    background: linear-gradient(90deg, #FFDA4E 0%, #FFA535 100%);
    border-radius: 20px;
    padding: 30px 30px;
    margin: 0 auto 0 0;
    width: 90%;
}

.offer_box_new{
    background: linear-gradient(90deg, #FFDA4E 0%, #FFA535 100%);
    border-radius: 0px;
    padding: 30px 30px;
    margin: 0 auto 0 0;
    width: 100%;
}
#seven {
    padding: 80px 0 100px;
}
#seven_new {
    padding: 50px 0 50px;
}
#seven .offer_box .offer_imgright{
   right: 0;
   left: auto;
   transform: scale(1.6);
   margin-left: 0;
   margin-right: -80px;
}
#seven .offer_box .offer_content{   
    margin: 0 auto 0 0;
    cursor: pointer;
}
#seven .offer_content h5{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
}
#seven .offer_content p{
    font-size: 22px;
    font-weight: 500;
}
#seven .join_emailform .form-control {
    background: rgba(0, 0, 0, 0.51);
    color: #fff;
}
#seven .join_emailform svg path{
    stroke: #FFFFFF;
}
#seven .join_emailform .form-control::-webkit-input-placeholder { /* Edge */
    color: #FFFFFF;
}
#seven .join_emailform .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFFFFF;
}
#seven .join_emailform .form-control::placeholder {
    color: #FFFFFF;
}
/*-- Sign up Popup----*/
.wd_signup .modal-content{
    background: #FFFFFF;
    box-shadow: 13.6164px 13.6164px 25.4172px rgba(0, 0, 0, 0.1);
    border-radius: 18.1551px;
    padding: 23px 21px;
}
.wd_signup .modal-header {
    border:0;
    display: block;
    padding: 1rem 0 0;
}
.wd_signup .modal-header h5{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.wd_signup .modal-header h5 img{
    height: 90px;
}
.modal-header .close{
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    margin: 0;
    z-index: 1;
}
.wd_signup .modal-header p{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #051432;
    margin: 15px 0 0;
}
.wd_signup form .form-group {
    margin-bottom: 18px;
    position: relative;
}
.wd_signup form .form-group .form-control{
    box-shadow: 0px 0px 9.07757px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 9.07757px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #696969;
    background: #FFFFFF;
    border-radius: 16px;
    height: 46px;    
}
.wd_signup form .iti--separate-dial-code .iti__selected-flag {
     background-color: transparent; 
}
.wd_signup form .iti{
    width: 100%;
}
.wd_signup form select{
    background: url(../images/dropdown.svg) no-repeat !important;
    background-position: 97% 48% !important;
    appearance: none;  
}
.wd_signup .modal-footer{
    border:0;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 0;
}
.wd_terms_txt{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #051432;
    margin: 15px auto 0;
    display: block;
}

@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
#congomodal h4 strong {
    font-size: 26px;
}
#congomodal h4 {
    margin: 0;
    text-align: center;
    padding: 0;
    line-height: 1.6;
    font-size: 20px;
}
.vectorimg{
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-top: 10px;
    margin-bottom: -15px;
}
/*#congomodal .modal-content:after{*/
/*    content:"";*/
/*    background: url(../images/vector.gif) no-repeat;*/
/*    background-size:contain;*/
/*    width:50px;*/
/*    height:50px;*/
/*    display:block;*/
/*    position:absolute;*/
/*}*/
.modal{
    padding: 0 !important;
}
.iti__selected-flag{
    margin:11px 0px;
    height: auto !important;
}
.modal .support_btn {
    margin: 0 auto !important;
    padding: 8px 30px;
}
label.error {
    text-align: left;
    color: red;
    margin-left: 15px;
    font-size: 12px;
    text-transform: capitalize;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
    background: transparent;
}
/* tutoring start */
#tutoring {
    padding: 0 0 30px;
}
.profile_tabs {
    background: #FFFFFF;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    display: block;
    position: relative;
    padding: 20px 20px;
    margin: -50px 0 30px;
}

.profile_tabs .nav-pills {
    background: #F7F7F7;
    border-radius: 40px;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 6px;
}

.profile_tabs .nav-pills li a {
    font-size: 16px;
    font-weight: 400;
    color: #8E8E8E;
    padding: 6px 35px;
    border-radius: 40px;
    line-height: unset;
    box-shadow: 0px 4px 8px transparent;
}

.profile_tabs .nav-pills li a.active {
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    box-shadow: 0px 4px 8px rgba(0, 119, 252, 0.4);
    font-weight: 600;
}

.user_info{
    margin-bottom: 35px;
}

.user_info h4{
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.user-profile {
    background: linear-gradient(90deg, #E69A2C 0%, #FBDF4F 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 50%;
    padding: 7px;
    width: 125px;
    height: 125px;
    margin: -85px auto 25px;
    display: block;
}

.title-profile{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.active_book-lesson {
    display: block;
    padding: 20px 20px;
    background: #FFFFFF;
    border: 1px solid #FE9A2F;    
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    margin-bottom: 30px;
}

.book-lesson_content label{
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #000000;
    margin-bottom: 14px;
}

.book-lesson_content .form-control{
    height: auto;
    line-height: unset;
    padding: 15px 20px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #777676;
    display: block;
}

.answered_box {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 20px 20px 0;
    margin: 20px 0 0;
}

.common_btn{
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    box-shadow: 0px 4px 8px rgba(0, 119, 252, 0.4);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    display: inline-block;
    padding: 9px 20px;
    line-height: unset;
    border: none;
}
.common_btn:hover{
    color: #FFFFFF;
    background: linear-gradient(90deg, #00C1FD 0%, #002DFB 100%);
}

.lesson_content h5 {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 14px;
    line-height: 1.6;
}

.lesson_vector {
    width: 190px;
    height: 190px;
    margin: -40px 0 0;
}

.lesson_content {
    padding-bottom: 30px;
}

.other_lesson{
    padding: 20px 0;
}

.other_lesson h1{
    margin-bottom: 30px;
}

.inner_title{
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.other_lesson_blog{
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    position: relative;
    display: block;
}

.other_lesson_profile img {
    background: #D9D9D9;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 15px;
}

.lesson_top {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #DCDCDC;
}

.other_lesson_profile h6 {
    font-size: 16px;
    font-weight: 500;
    color: #051432;
    margin-bottom: 0;
    width: 150.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other_lesson_profile {
    display: flex;
    align-items: center;
}

.cancle_btn {
    font-size: 14px;
    font-weight: 500;
    color: #777676;
    padding: 7px 10px;
    display: inline-block;
}

.cancle_btn:hover{
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.other_lesson_btngrp .common_btn {
    padding: 7px 32px;
}

.lesson_bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
}

.lesson_bottom ul li{
    display: inline-flex;
    position: relative;
    width: 33.3%;
}

.lesson_bottom ul span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.lesson_bottom ul svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.change-btn {
    background: #F3F3F3;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #051432;
    padding: 6px 25px;
    line-height: unset;
    display: inline-block;
}

.change-btn:hover{
    background:linear-gradient(90deg, #00C1FD 0%, #002DFB 100%);
    color: #fff;
}

.lesson_bottom ul li:after {
    content: "";
    border-right: 0.5px solid #DCDCDC;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
}

.lesson_bottom ul li:last-child:after {
    display: none;
}

.lesson_bottom ul li:nth-child(2) {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

.lesson_bottom ul li:last-child {
    justify-content: flex-end;
}

.other_lesson_blog{
    margin-bottom: 20px;
}

.Previous_lessonul{
    padding: 12px 20px !important;
}

.Previous_lessonul li {
    width: 50% !important;
    justify-content: center !important;
}

.other_lesson_btngrp {
    text-align: right;
}

.myprofile_box{
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    position: relative;
    display: block;
    padding: 20px 20px;
    margin-bottom: 25px;
}

.flex_item_box{
    display: flex;
    align-items: center;
}

.myprofile_content h4{
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

.myprofile_content h4 b{font-weight: 600;}

.myprofile_content span{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.myprofile_box .common_btn{
    font-weight: 700;
    white-space: nowrap;
}

.myprofile_content{    
    margin: 0 10px 0 20px;
    width: 100%;    
}

.myprofile_box_top h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #000000;
}

.myprofile_box_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    padding: 0 0 15px;
    margin-bottom: 30px;
}

/* upload-profile */
.uplaod-profile .profile-pic {
    background: linear-gradient(90deg, #E69A2C 0%, #FBDF4F 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border-radius: 50%;
    padding: 3px;
    width: 100px;
    height: 100px;
    display: inline-block;
    object-fit: contain;
    object-position: center;
}
.uplaod-profile .file-upload {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    opacity: 0;
}
.uploadpro-button span {
    background: linear-gradient(90deg, #E69A2C 0%, #FBDF4F 100%);
    width: 30px;
    height: 30px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadpro-button span svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.uploadpro-button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0px 6px;
}

.uplaod-profile {
    position: relative;
    width: fit-content;
    display: block;
    margin: 0 auto 22px;
}
.uploadpro-button {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0px 6px;
}

.uplaod-profile {
    position: relative;
    width: fit-content;
    display: block;
    margin: 0 auto 22px;
}

/* upload profile end */
.myprofile_form .form-control {
    border: 1px solid rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    height: auto;
    line-height: unset;
    display: block;
    padding: 12px 20px;
    position: relative;
}

.myprofile_form .form-group svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 15px 15px;
    width: 18px;
    height: 20px;
    object-fit: contain;
}

.myprofile_form .input_custom_group .iti {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

.myprofile_form .input_custom_group .iti .iti__flag-container {
    position: relative;
    padding: 12px 12px;
    border: 1px solid rgba(142, 142, 142, 0.2);
    border-radius: 10px;
}

.myprofile_form .input_custom_group .iti .iti__flag-container .iti__selected-flag {
    background: transparent;
    margin: 0;
    padding: 0;
}

.myprofile_form .input_custom_group .form-control {
    padding: 12px 20px !important;
}

.profile_button-group .common_btn{
    padding: 10px 35px;
}

.profile_button-group {
    margin: 30px 0 10px;
}

.myprofile_form p{
    font-size: 14px;
    font-weight: 400;
    color: #051432;
}

.profile_otherinfo .btn_action{
    background: #F3F3F3;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #051432;
    display: block;
    margin-bottom: 30px;
    padding: 10px 15px;
    text-align: center;
}

.profile_otherinfo .btn_logout{
    background: #FFE0E0;
    border: 1px solid #FF0000;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #051432;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    padding: 10px 15px;
    text-align: center;
}

.profile_otherinfo .btn_logout svg{margin-right: 12px;}

.msglist_blog {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    display: block;
    margin-right: 15px;
}

.msglist {
    display: flex;
    align-items: center;
}

.msglist_blog li {
    padding: 15px 20px;
    border-bottom: 1px solid #F0F0F0;
}

.msglist_blog li:last-child{border: none;}

.msg_profile {
    margin-right: 20px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.msglist h6 {
    font-size: 20px;
    font-weight: 500;
    color: #051432;
    display: block;
}

.msglist p {
    font-size: 16px;
    font-weight: 400;
    color: #051432B2;
    margin: 0;
}

.msglist span {
    font-size: 14px;
    font-weight: 400;
    color: #1F2F98;
}

.msg_flextm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message_content {
    width: 100%;
}

/* custom scrollbar */
#scroll::-webkit-scrollbar-track
{
    background: #FFFFFF;
    border: 1px solid #F3F3F3;    
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 10px;
}

#scroll::-webkit-scrollbar
{
    width: 12px;
}

#scroll::-webkit-scrollbar-thumb
{    
    background: linear-gradient(224.01deg, #2EAAFA -1.78%, #1F2F98 100%);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transform: matrix(1, 0, 0, -1, 0, 0);    
}

.message_tablog {
    overflow-y: auto;
    max-height: 767px;
    height: 100%;
    margin-bottom: 30px;
}

.contact_box {
    background: #FFFFFF;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: center;
    position: relative;
    padding: 20px 20px;
    width: 90%;
    margin: 0 auto;
}

.contact_box a {
    font-size: 24px;
    font-weight: 400;
    color: #010E27;
    display: block;
}

.contact_box span {
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    border: 10px solid #FFFFFF;
    width: 135px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -75px auto 10px;
    border-radius: 100px;
    position: relative;
}

.contact_box span svg {
    width: 50px;
    height: 50px;
}

.help_tablog {
    padding: 50px 0;
}

.faq_blog {
    padding: 40px 0;
}

.accordion .card .card-header {
    padding: 0;
    background: transparent;    
    border: none;
}

.accordion .card {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 20px !important;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.accordion .card .card-header .btn {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.accordion .card .card-header .btn span {
    font-size: 18px;
    font-weight: 400;
    color: #051432;
    text-decoration: none !important;
}

.wd-srch-area {
    position: relative;
    margin-bottom: 30px;
}

.wd-srch-area .form-control {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    width: 100%;
    padding: 12px 20px;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    color: #545454;
    line-height: unset;
    position: relative;
}

.wd-srch-area svg{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 15px 20px;
}

.wd-srch-area {
    position: relative;
    margin-bottom: 30px;
}

/* modal css */
.modal-all .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.24);
    border-radius: 22px;
    border: none;
}

.modal-all .modal-header img {
    padding: 0;
    border-radius: 22px 22px 0 0;
    width: 100%;
}

.modal-all .modal-header {
    padding: 0;
}

.modal_profilesec img {
    width: 130px;
    height: 130px;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 20px;
}

.modal_profilesec {
    position: relative;
    margin-top: -80px;
    display: block;
    text-align: center;
}

.modal_profilesec h4 {
    font-size: 22px;
    font-weight: 500;
    color: #051432;
    margin-bottom: 20px;
}

.modal-all .modal-content .content_details p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.modal-all .modal-content .content_details p b {
    font-weight: 500;
}

.modal-all .modal-content .content_details  h5 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.modal-all .modal-content .content_details h5 b {
    font-weight: 500;
}

.modal-all .modal-content .content_details > div {
    align-items: center;
    justify-content: space-between;
}

.modal-all .modal-dialog {
    max-width: 560px;
}

.flex_textform{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.flex_textform h6{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}

/* leaderboard page */
table {
    display: table;
    width: 100%;
}

.leaderboard_table {
    background: #FFFFFF;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
}

.leaderboard_table thead {
    background: #F3F3F3;
    border-radius: 22px 22px 0px 0px;
}

.leaderboard_table thead th {
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
}

.leaderboard_table tbody td {
    font-size: 16px;
    font-weight: 400;
    padding: 12px 25px;
}

.leaderboard_table tbody td:last-child {
    font-weight: 500;
}

.leaderboard_table tbody td img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.leaderboard_table tbody tr {
    border-bottom: 1px solid #EFEFEF;
}

.leaderboard_table tbody tr:last-child{border: none;}

.star_champ{   
    background: url("../images/Star.svg") no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: relative;    
}

.star_champ small{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: unset;
    position: relative;
    top: 2px;
}

.leadb_blog {
    padding: 50px 0 30px;
}
.phimg{display:none;}

@media (max-width: 767px)
{
    .phimg{display:block;}
    .deskimg, .banner_right-blog:before{display:none;}
}
.trustpilot-carousel .owl-dots .owl-dot {
    background: #ccc !important;
    width: 15px !important;
    height: 5px !important;
    border-radius: 5px;
    margin: 0 5px;
}
.trustpilot-carousel .owl-dots .owl-dot.active {
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%) !important;
    width: 40px !important;
}
.trustpilot-carousel .owl-dots {
    text-align: center;
}

/* upgrading */
.upgrade_blog {
    background: #FFFFFF;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    position: relative;
    display: block;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}

.toupgd_head {
    background: linear-gradient(360deg, #002DFB 0%, #00C1FD 100%);
    border-radius: 22px 22px 0px 0px;
    display: block;
    text-align: center;
    padding: 14px 15px;
    margin-bottom: 20px;
}

.toupgd_head h4 {font-size: 24px;font-weight: 700;color: #FFFFFF;margin-bottom: 0;}

.upgrd_innerblog{
    padding: 0 25px 25px;
}

.upgrd_innerblog .object_list {
    margin-bottom: 25px;
}
.radio_title{
    font-size: 18px;
    font-weight: 500;
    color: #777676;
    display: block;
}
.upgrade_radiobtn p{
    position: relative;
    margin-bottom: 0;
}
.upgrade_radiobtn input{
    position: absolute;
    opacity: 0;
}
.upgrade_radiobtn label{
    position: relative;   
    cursor: pointer;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;    
}
.upgrade_radiobtn [type="radio"] + label:before {
    content: '';
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #A2A3A3;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    top: 3px;
    margin-right: 10px;
}
.upgrade_radiobtn [type="radio"]:checked + label:before {
    border: 1px solid #002DFB;
}
.upgrade_radiobtn [type="radio"]:checked + label:after,
.upgrade_radiobtn [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 6px 3px;
}
.upgrade_radiobtn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.upgrade_radiobtn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.upgrade_radiobtn {
    margin-bottom: 15px;
}
.total_upgrade li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total_upgrade li p{
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    margin-bottom: 10px;
}
.upgrd_innerblog .support_btn {
    width: fit-content;
    display: block;
    margin: 10px auto 0;
}
/* profile details */
.edit_profilebx {
    font-size: 18px;
    font-weight: 500;
    color: #DE9B00;
    display: inline-block;
    margin-bottom: 0;
    line-height: normal;
}
.height-box {
    height: 168px;
}
/* earn and refer pages */
.earn_refer_main {
    padding: 50px 0;
}
.earn_refer_main h1{
    font-size: 38px;
    font-weight: 700;
    display: block;
    text-align: center;
}
.earn_refer_main h6{
    font-size: 26px;
    font-weight: 600;
    color: #000;
    display: block;
    text-align: center;
}
.earn_refer_main p{
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    display: block;
    text-align: center;
}
.refer_img{
    width: 35.5%;
    margin: 20px auto;
    display: block;
}
.link_copyform {
    width: 38.5%;
    margin: 0 auto;
}
.link_copyform .form-control {
    background: #FFFFFF;
    border: 1.05438px solid rgba(180, 180, 180, 0.3);
    border-radius: 14.7613px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 12px 15px;
    height: auto;
}
.link_copyform .support_btn {
    border-radius: 14px;
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 2px 2px;
    padding: 11px 20px;
}
.social_blog {
    text-align: center;
}
.social_blog img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
.social_blog span{
    display: block;
    margin-bottom: 20px;
}
.social_mainlink .row .col-md-3:nth-child(2) .social_blog span, .social_mainlink .row .col-md-3:nth-child(3) .social_blog span {
    border: 1px solid rgba(180, 180, 180, 0.3);
    border-radius: 200px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 20px;
}
.social_blog .support_btn {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
.social_list li a svg {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.reward_steplist li {
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 0;
    margin-bottom: 20px;
}
.reward_steplist li p {
    text-align: left;
    margin-bottom: 0;
    width: 90%;
}
.reward_steplist li span {
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-left: -30px;
}
.reward_steplist {
    padding-left: 30px;
    margin-top: 50px;
}
.refer_blog {
    background: #FFFFFF;
    border: 1.21156px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: block;
    width: 100%;
    padding: 20px 20px;
}
.refer_blog {
    background: #FFFFFF;
/* Strock */
    border: 1.21156px solid #F3F3F3;
/* S 4 */
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: block;
    width: 100%;
    padding: 20px 20px;
}

.owl_refer {}

.refer_blog .user_icon {
    width: 80px !important;
    height: 80px;
    margin: -65px auto 20px;
    display: block;
}
.refer_blog h6 {
    font-size: 16px;
    font-weight: 700;
    color: #525252;
}
.refer_blog span{
    font-size: 14px;
    font-weight: 500;
    color: #525252;
    display: block;
    text-align: center;
}
.refer_blog p {
    font-size: 14px;
    font-weight: 400;
    color: #777676;
    line-height: 1.8;
    margin-bottom: 0;
}
.owl_refer .owl-stage-outer {
    padding: 80px 0 30px;
}
.owl_refer .owl-dots.disabled, .owl_refer .owl-dots {
    display: block !important;
    text-align: center;
    margin-bottom: 30px;
}
.owl_refer .owl-dot {
    background: #D9D9D9 !important;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 8px 0;
}
.owl_refer .owl-dot.active {
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%) !important;
    width: 16px;
    height: 16px;
}
.refrels_main {
    margin-top: 30px;
}
/* modal-css */
.timeslot [type="radio"]:checked,
.timeslot [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.timeslot label {
    background: #F3F3F3;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #F8F8F8;
    font-size: 14px;
    font-weight: 500;
    color: #051432;
    position: relative;
    padding: 6px 20px 4px;
    line-height: normal;
}
.timeslot [type="radio"]:checked + label {
    background: linear-gradient(90deg, #E69A2C 0%, #FBDF4F 100%);
    border: 1px solid #FFF1AB;
    border-radius: 50px;    
}
.timeslot {
    padding: 20px 0 0;
}
.timeslot form {
    display: block;
}
.timeslot form .form-group {
    display: inline-block;
    margin: 0 0px 10px 0;
}
.timeslot form .form-group:last-child{margin: 0;}
.timeslot form .form-group label {
    margin-bottom: 0;
}
.modal-headother .modal-header {
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    border-radius: 22px 22px 0px 0px;
    border: none;
    padding: 15px 15px;
    justify-content: center;
}
.modal-headother .modal-header h6 {
    font-size: 22px;
    font-weight: 500;
    color: #F3F3F3;
    margin: 0;
}
.modal-header .close svg {
    width: 16px;
    height: 16px;
}
#changeModal p {
    font-size: 14px;
    font-weight: 400;
    color: #777676;
    text-align: center;
}
#changeModal .modal-dialog {
    max-width: 560px;
}
#changeModal .modal-footer {
    border: none;
}
/* ------------new pricing 1 -------------*/
#newPrice{padding: 0 0 50px}
.new_price .title-profile{width: 58%; margin: 0 auto 20px;}
.wd-pricing-area{
    padding: 48px 0 0;
}
.wd-price-box{
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.wd-price-box h3{
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.01em;
    color: rgba(5, 20, 50, 0.9);
    margin: 0;
}
.wd-price-box h3 small{
    display: block;
    font-size: 22px;
}
.wd-price-box .common_btn{
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    margin: 30px auto 0;
    text-align: center;
    width: 90%;
}
.wd-middle-bx img{
    margin: -60px auto 18px;
    text-align: center;
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.wd-middle-bx h3{
    font-size: 32px;
}
.wd-middle-bx h3 small{font-size: 28px;}
/* billing */
.tbl-box{
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    margin-bottom: 24px;
    overflow-x: auto;
}
.paymnt-method-tbl tr{border-bottom: 1px solid #000;}
.paymnt-method-tbl tbody tr:last-child{border: 0;}

.paymnt-method-tbl thead tr th{padding: 20px 20px 16px;}
.paymnt-method-tbl thead tr:first-child th{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}
.paymnt-method-tbl tbody tr td:last-child{
    text-align: right;
}
.paymnt-method-tbl thead tr:last-child th a{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #DE9B00;
}
.paymnt-method-tbl tbody tr td{
    padding: 24px 22px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}
.payment-mthod{
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
}
.payment-mthod img{
    margin-right: 18px;
    height: 26px;
    max-width: 100%;
}
.paymnt-method-tbl .common_btn{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 7px 40px;
}
.my-paymnt-tbl thead tr th{
    padding: 20px 20px 16px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}
.my-paymnt-tbl tr{
    border-bottom:  0.8px solid rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}
.my-paymnt-tbl tbody tr:last-child{border: 0;}
.my-paymnt-tbl tbody tr td{
    padding: 20px 20px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    white-space: nowrap;
}
.my-paymnt-tbl tbody tr td:last-child{
    text-align: right;
}
.my-paymnt-tbl tbody tr td img{
    width: 81px;
    height: 26px;
    object-fit: contain;
}
/* Sales Schedule */
.sales-info-tbl{
    border-collapse: collapse;
}
.wd-slaes-blog .tbl-box{margin-bottom: 40px;}
.sales-info-tbl tr td{
    padding: 16px;
    border: 1.36075px solid #E4E5E7;
    text-align: center;
}
.avilability-btn{
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    border: 1px solid #FFF1AB;
    border-radius: 50px;
    padding: 10px 30px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-align: center;
    max-width: 245px;
    margin: 0 auto;
}
.wd-slaes-blog h2{
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 20px;
}
.wd-search-area .form-group{
    position: relative;
    margin-bottom: 20px;
}
.wd-search-area .form-control {
    padding: 12px 18px;
    display: block;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(84, 84, 84, 0.5);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 19px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wd-search-area span{
    position: absolute;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
    right: 0;
    top: 0;
    margin: 13px 20px 13px 0;
}
.wd-search-area span svg{
    width: 26px;
    height: 26px;
}
.wd-slaes-blog .lesson_top{
    border: 0;
}
.wd-pkg-box{
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    padding: 18px 20px;
}
.wd-apply-coupon{
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.coupon-lft-area{
     margin-right: 35px;
}
.wd-apply-coupon img{
    max-width: 100%;
    height: auto;

}
.coupon-right-area h3{
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 8px;
}
.coupon-right-area p{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 12px;
}
.coupon-right-area .form-group{
    margin-bottom: 0;
    position: relative;
}
.coupon-right-area .form-control{
    padding: 12px 18px;
    font-weight: 400;
    font-size: 14px;
    height: auto;
    color: #969696;
    border: 1px solid #8E8E8E;
    box-shadow:0px 8px 18px rgba(0, 0, 0, 0.1);
    border-radius: 90px;
    width: 40%;
}
.pkg-payment-area h2{
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 10px auto 40px;
}
.wd-pkg-payment-links{
    text-align: center;
}
.wd-pkg-payment-links a{
    background: #FFFFFF;
    border: 1px solid rgba(180, 180, 180, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 9px 30px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.01em;
    color: #000000;
    min-width: 230px;
}
.wd-or-txt{
    padding: 30px 0 40px;
    display: block;
    text-align: center;
}
.wd-payment-form .form-group{
   margin-bottom: 20px;
}
.wd-payment-form .form-control{
    padding: 12px 15px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: rgba(96, 97, 96, 0.7);
    border: 1px solid rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    height: auto;
}
.wd-payment-form .input_custom_group .iti {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}
.wd-payment-form .input_custom_group .iti .iti__flag-container {
    position: relative;
    padding: 12px 12px;
    border: 1px solid rgba(142, 142, 142, 0.2);
    border-radius: 10px;
}
.wd-payment-form .input_custom_group .iti__flag{display: none;}
.wd-payment-form .input_custom_group .form-control {
    padding: 12px 15px !important;
}
.wd-payment-form .input_custom_group .iti .iti__flag-container .iti__selected-flag {
    background: transparent;
    margin: 0;
    padding: 0;
}
.wd-payment-form .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{
    font-size: 16px;
   color: rgba(96, 97, 96, 0.7);
}
.wd-payment-form .upgrade_radiobtn label{
    font-weight: 400;
    font-size: 16px;
    color: #051432;
    margin-bottom: 16px;
}

.wd-payment-form .common_btn{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    border-radius: 50px;
    margin: 30px auto;
    text-align: center;
    padding: 10px 30px;
}
/*-------css*/

/* Login-Register flow Start */
/* general css */
.form-control::-webkit-input-placeholder { 
    color: #808080;
    font-weight: 400;
}
.form-control:-ms-input-placeholder { 
    color: #808080;
    font-weight: 400;
}
.form-control::placeholder {
    color: #808080;
    font-weight: 400;
}
/* hide input=number arrow hide start */
/* Chrome, Safari, Edge, Opera */
.form-control::-webkit-outer-spin-button,
.form-control::-webkit-inner-spin-button, #phone::-webkit-outer-spin-button,
#phone::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.form-control[type=number], #phone[type=number] {
  -moz-appearance: textfield;
}
/* hide input=number arrow hide end */
/* end css */
.sign_main{
    background: #fff url(../images/home/first_bg.png) no-repeat;   
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 30px 0;
}
.sign_title{
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: block;
    line-height: 1.6;
    margin: 50px 0 15px;
}
.sign_box {
    background: #FFFFFF;
    box-shadow: 0px 14px 11px rgba(0, 0, 0, 0.13);
    border-radius: 21px;
    display: block;
    position: relative;
    width: 100%;
    padding: 30px 30px;
    /* height: 41.5rem; */
}
.sign_box .sign_box_icon{
    display: block;
    text-align: center;
    margin: auto auto 20px;
}
.sign_box h5 {
    font-size: 22px;
    font-weight: 600;
    color: #201243;
    display: block;
    margin-bottom: 5px;
}
.sign_box span{
    font-size: 16px;
    color: #808080;
    display: block;
    margin-bottom: 14px;
    line-height: normal;
}
.sign_box .nav-pills .nav-link{
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 400;
    color: #959595;
    display: inline-block;
    padding: 0 0;
}
.sign_box .nav-pills .nav-link.active{
    color: #201243;
    font-weight: 600;
}
.sign_box .nav-pills li:nth-child(2){
    margin: 0 12px;
}
.sign_box .tab-content{
    margin-top: 16px;
}
.sign_form {
    position: relative;
    z-index: 1;
}
.sign_form .form-control{
    box-shadow: 0px 0px 9.07757px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 9.07757px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #696969;
    background: #FFFFFF;
    border-radius: 16px;
    height: 46px;
}
.sign_main .support_btn {
    display: block;
    margin: 0 auto;
    padding: 10px 50px;
}
.input_custom_group i {
    color: #808080;
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 0;
    /*margin: 19px 15px;*/
    margin: -5px 0px;
}
.focus_active .form-control:focus{
    outline: none;
    background: #FFFFFF;
    border: 1px solid #C7B8EC;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
}
.focus_active svg path, .focus_active svg rect, .focus_active circle{
    stroke: Andrew Garner;
}
.focus_active i{
    color: Andrew Garner;
}
.btn_group{
    margin: 2rem 0 0;
}

.forgot_password{
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    display: block;
    text-align: center;
    margin: 2rem 0 0;
    position: relative;
    z-index: 1;
}
.forgot_password b {
    color: #201243;
}
.forgot_password:hover, .forgot_password:focus{color: Andrew Garner;}
.sign_box:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 124px;
    height: 60px;
    margin: auto;
    background: linear-gradient(90deg, rgb(0 45 251 / 10%) 0%, rgb(0 193 253 / 10%) 100%);
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.small_icon {
    background: linear-gradient(90deg, rgb(0 45 251 / 10%) 0%, rgb(0 193 253 / 10%) 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small_icon svg{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.forgot_password u{
    color: #201243;
}
.sign_box strong{
    font-size: 16px;
    font-weight: 600;
    color: #201243;
    margin-bottom: 14px;
    display: block;
}
.otp_nogrp {
    display: flex;
    align-items: center;
    gap: 14px;
}
.otp_nogrp .form-control {
    height: 60px;
}
.phone_grp{
    box-shadow: 0px 0px 9.07757px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 9.07757px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 16px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #696969;
    background: #FFFFFF;
    border-radius: 16px;
}
.phone_grp .iti__flag-container{
    position: relative !important;
}
.phone_grp .iti{
    width: 100%;
    display: flex;
}
.phone_grp .iti__selected-flag {
    background: transparent !important;
    padding-left: 0;    
}
#phone {    
    background: transparent;    
    outline: unset;
    width: 100%;
}
.focus_active .phone_grp{
    outline: none;
    background: #FFFFFF;
    border: 1px solid #C7B8EC;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.07);
}
.sign_form #phone {
    padding: 0 !important;
    outline: none !important;
    border: none !important;
}
/* Login-Register flow End */

/* modal-css */
#changeModal .timeslot{
    border-top: 1px solid #E4E5E7;
}
#calendar .fc-toolbar-title {
    color: #051432;
    font-size: 20px;
    font-weight: 500;
}
#calendar .fc-button-group button {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #848A95 !important;
    margin: 0 0px 0 25px !important;
}
#calendar button.fc-today-button.fc-button.fc-button-primary{display: none !important;}
#calendar .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 0px 0px 12px;
    font-size: 16px;
    font-weight: 500;
    color: #7E818C;
}
.fc-theme-standard td, .fc-theme-standard th, .fc-theme-standard .fc-scrollgrid{border: none !important;}
#calendar .fc-theme-standard .fc-scrollgrid{border: none !important;}
#calendar .fc-daygrid-day-top a {
    color: #051432;
    font-size: 16px;
    font-weight: 500;
    padding: 0 !important;
}
#calendar .fc-daygrid-day-top{
    justify-content: center;
}
#calendar .fc-daygrid-body-unbalanced .fc-daygrid-day-events{display: none !important;min-height: fit-content !important;}
#calendar .fc-header-toolbar.fc-toolbar {
    border-bottom: 1px solid #E4E5E7;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
}
#calendar .fc-daygrid-day-frame {
    min-height: 40px;
    width: 40px;
    background: transparent;
    border-radius: 68.0374px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#calendar .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame{
    background: linear-gradient(90deg, #E69A2C 0%, #FBDF4F 100%) !important;
}
#calendar .fc-daygrid-day.fc-day-today{background-color: transparent !important;}

/* upload quetion photo */
.avatar-upload {
    position: relative;   
    border-radius: 16px;
    width: 100%;
    height: 260px;
}
 .avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    border: 1.5px dashed #E6E6E6;
    border-radius: 16px;
    border-width: medium;
}
 .avatar-upload .avatar-edit input {
     display: none;
}
 .avatar-upload .avatar-edit input + label {
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column-reverse;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #777676;
    height: 100%;
}
.avatar-upload .avatar-edit input + label img{
    margin-bottom: 20px;
} 
 .avatar-upload .avatar-preview > div {
     width: 100%;
    height: 260px;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#uploadModal .modal-body {
    width: 100%;
    padding: 25px 25px 30px;
}
#bookcnfmModal h5 {
    color: #494949;
    font-size: 17px;
    font-weight: 400;
    display: block;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 1rem;
}
#bookcnfmModal small {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.back_to_modal {
    font-size: 14px;
    font-weight: 400;
    color: #494949;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 1rem 0;
}
#creditModal .modal-body {
    text-align: center;
}

#creditModal .modal-body img {
    margin: 20px 0;
}

#creditModal .modal-body h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

#creditModal .modal-body p {
    font-size: 16px;
    color: #494949;
    line-height: 1.7;
    font-weight: 400;
}

#creditModal .modal-body .form-control {
    border: 1px solid rgba(142, 142, 142, 0.2);
    border-radius: 10px;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #606160;
    padding: 10px 15px;
}

#creditModal .modal-dialog{
    max-width: 400px;
}
.middle-sec h1{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 0;
    transition: all 5s ease;
    cursor: default;
    padding: 0;    
}
.middle-sec h1:hover{
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.middle-sec {
    background: linear-gradient(90deg, #e69a2c 0%, #fbdf4f 100%);
    padding: 30px 0;
    text-align: center;
    border-radius: 10px 0 10px 0px;
    position: relative;
}

/* infite scroll */
/*.m-scroll {
     display: flex;
     position: relative;     
     margin: auto;     
     overflow: hidden;
     z-index: 1;
}
 .m-scroll__title {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     width: 100%;
     height: 100%;
     white-space: nowrap;    
     transition: all 5s ease;
}
 .m-scroll__title > div {
     display: flex;
     animation: scrollText 10s infinite linear;
}
 @keyframes scrollText {
     from {
         transform: translateX(0%);
    }
     to {
         transform: translateX(-50%);
    }
}*/
.brand_scroll_title {
    padding-top: 30px;
    font-size: 36px;
    font-weight: 600;
}
.brand_scroll {
    padding-bottom: 60px;
    background: #fff;
}
footer p {
    color: #fff;
    font-size: 12px;
    line-height: 1.7;
    margin: 1.5rem 0 0;
}
.work_image {
    width: 84.5%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto;
    display: block;
    text-align: center;
}
.works_banner .object_list li span {
    background: transparent;
    font-size: 60px;
    width: 90px;
    height: auto;
    color: #000;
    margin: 0 20px 0 0;
    line-height: normal;
    display: block;
    font-weight: 700;
}

.works_banner .object_list li p {
    line-height: 1.8;
    font-size: 18px;
    width: 100%;
}

.works_banner .object_list li {
    align-items: center;
}
.works_banner .support_btn{
    font-size: 24px;
    display: block;
    text-align: center;
    width: fit-content;
    padding: 10px 50px;
    margin: 0;
}
.button_center{
    width: fit-content;
    display: block;
    margin: 40px auto 50px !important;
    padding: 10px 40px !important;
}
.aboutus_main{
    padding: 50px 0 !important;
}
.logo-text {
    margin: -35px 0 40px;
}
.logogrp {
    width: 100%;
    margin: 0;
}
.logos_flex{
    margin: 80px 0 0;
}
.wrapper li.active a{
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#alert_popup{
    position: fixed;
    z-index: 11;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
}
#alert_popup h2{
    font-size: 20px;
    font-weight: 400;    
    padding: 20px 20px;
    background: #FFFFFF;
    box-shadow: 0px 16px 21px rgba(0, 0, 0, 0.11);
    border-radius: 16px;
    line-height: 1.7;
    text-align: center;
    display: block;   
}
.emoji_icon {
    width: 22px;
    height: 24px;
    margin: -5px 0 0 5px;
}
.disabled {
    cursor: not-allowed !important;
    pointer-events: none;
    opacity: 0.6;
}
.video_group:hover .video_playbtn {
    opacity: 1;
}
.video_group .video_playbtn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
/* video css */
#atlanticlight video{
    width: 100%;
}
#playpause {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #00000030;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#atlanticlight button {
    background: #000;
    outline: none;
    border: 4px solid #000;
    cursor: pointer;    
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: auto;
    border-radius: 50%;
}
 #atlanticlight button svg {
    fill: #fff;
    transition: 0.6s opacity;
    padding: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
}
 #playpause {
     display: none;
}
.playing {
     opacity: 0;
}
.pricing_form form {
    background: #FFFFFF;
    box-shadow: 0px 14px 84px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px 30px;
    width: 80%;
    margin: 80px auto 30px;
    position: relative;
    display: block;
}
.pricing_form .form-control{
    box-shadow: 0px 0px 9.07757px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 9.07757px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: #696969;
    background: #FFFFFF;
    border-radius: 16px;
    height: 46px;
    width: 100%;
}
.custom_tik_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom_tik_box label {
    margin-bottom: 0;
    color: #000;
}
.pricing_form .support_btn {
    width: 100%;
    max-width: 200px;
    justify-content: center;
    margin: 15px auto 0;
}
.uae_main {
    margin: 80px 0;
}
.semititle {
    font-size: 24px;
    line-height: 1.6;
    margin: 1rem 0 2rem;
    font-weight: 600;
}
.uae_logo{
    width: 50px;
    height: 50px;
}
.uae_main .banner_right-blog:before {
    display: none;
}
.email_form_uae .form-control {
    position: relative;
    border: none;
    padding: 9px 20px;
    height: auto;
    line-height: normal;
    border-radius: 50px;
}
.email_form_uae .signup_now {
    position: absolute;
    right: 0;
    top: 0;
}
.uae_main .title_head {
    font-size: 62px;
    margin-bottom: 1rem;
    font-weight: 600;
}
.uae_main h6, .uae_main h6 a {
    color: #000 !important;
    font-weight: 600;
}
.email_form_uae {
    width: 90%;
}
/* chatbox */
.chatbox_btn {
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    border-radius: 50px;
    color: #fff !important;
    font-size: 22px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.chatbox_fixed {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: 0;
    margin: 20px 20px;
}
.chatbox_blog{
    display: none;
}
.fa-chevron-down ~ .chatbox_blog{
    display: block;
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 14px 84px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: fit-content;
    bottom: 60px;
    right: 0;
    margin: 20px 20px;
    color: #000;
    padding: 15px 15px;
}
.chatbox_blog p{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: block;
    margin-bottom: 0;
    text-align: center;
}
.chatbtn i {
    font-size: 26px;
    margin-right: 10px;
}
.chatbtn {
    margin: 1rem auto 0;
    padding: 10px 20px;
}

/* blog css */
.blogimg {
    width: 100%;
    height: 170px;
    object-fit: cover;
    background: #f7f7f7;
    border-radius: 10px;
}
.blog_listing .wd_cmmn_title {
    margin-bottom: 3rem;
}
.blog_main {
    padding: 50px 0;
}

.blog_card {
    border-radius: 10px;
    /*border-bottom: 5px solid #FE9A2F;*/
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
}
.blog_card:hover{
    box-shadow: 0px 8px 18px 0px #0000001A;
}
.blog_card_content {
    padding: 15px 0px;
}

.blog_card_content h5 {
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 1rem;
}

.blog_card_content h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #051432;
}

.blog_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.blog_card_content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #6c757d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_card_content span, .blog_card_content p {
    font-size: 13px;
    color: #051432;    
    display: block;
    align-items: center;
    font-family: 'Poppins', sans-serif !important;
    margin-right: 20px;
}
.blog_details p img:last-child {
    margin-right: 0;
}
.blog_details p a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.blog_details p img {
    width: 350px;
    height: 300px;
    object-fit: fill;
    object-position: left;
    background: #cccccc80;
}
.blog_card_content span svg{
    margin-right: 6px;
    width: 18px;
    height: 18px;
    margin-top: -2px;
}
.blog_details img{
    height: 420px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.blog_details {
    border: none;
    padding: 20px 20px;
}
.blog_details .blog_card_content {
    padding: 0;
}
.blog_details ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.blog_details ul li {
    font-size: 14px;
    padding-bottom: 3px;
    color: #6c757d;
}
.blog_details p{
    margin-bottom: 1rem;
}
.qoute_text {
    background: rgb(25 92 132 / 8%);
    border-left: 4px solid #FE9A2F;
    padding: 10px 10px;
    margin-bottom: 1rem;
}
.qoute_text p{
    font-size: 15px;
    color: #000;
    font-style: italic;
    margin-bottom: 0;
}
.social_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.social_flex .blog_flex {
    margin-bottom: 0;
    grid-gap: 30px;
}
/*.blog_details{
    box-shadow: 0px 8px 18px 0px #0000001A;
    border-radius: 10px;
}*/
.blog_details .blog_card_content h5 {
    font-size: 20px;
    margin-bottom: 1rem;
    width: fit-content;
}
.blog_main .offer_title {
    font-weight: 500;
    font-size: 38px;
}
.blog_main .offer_pera {
    font-size: 16px;
    line-height: normal;
}
/*blogdetail*/
.blogusr{
    width: 86px;
    height: 86px;
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 12px
}
.blogusr img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
}
.wd-blog-dtls h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #051432;
}
.wd-blog-dtls h6:last-child{
    color: rgb(5 20 50 / 60%);
}
.wd-share-links{
    margin: 20px auto 0;
    text-align: center;
}
.wd-share-links li {
    display: inline-block;
    margin-right:10px;
}
.wd-share-links li a{
    background: #fff;
    box-shadow: 0px 8px 18px 0px #0000001A;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.wd-sub-title{
    font-size: 22px;
    font-weight: 500;
}
.wd-share-links li a:hover{
    background: linear-gradient(90deg, #002DFB 0%, #00C1FD 100%);
}
.wd-share-links li a:hover svg path{
    fill: #fff;
}
.mb-10{
    margin-bottom:100px;
}
.btn_new_center{float:center;}

