:root {
    --white_color: #FFFFFF;
    --black_color: #000000;
    --dark_gry_color: #4A4A4A;
    --light_gry_rycolor_2:#878787;
    --blue_color: #124693;
    --sky_blue_color:#EDF0FE;

}
* {margin: 0px;padding: 0px;box-sizing: border-box;}
html,
body {
    height: 100%;
    width: 100%;
}
/*400 */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('/website/assets/fonts/poppins/Poppins-Regular.ttf');
    }
/*500*/
@font-face {
    font-family: 'Poppins-Medium';
    src: url('/website/assets/fonts/poppins/Poppins-Medium.ttf');
}
/*600*/
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('/website/assets/fonts/poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'CenturyGothic';
    src: url('/website/assets/fonts/Century_Gothic/CenturyGothic.ttf');
}
.font_size_17{color: var(--black_color);font-family: 'Poppins-Regular';font-size: 17px;text-decoration: none;}
.font_size_21{color: var(--black_color); font-family: 'CenturyGothic';font-size: 21px;font-weight: 400;line-height: 25px; }
.font_size_25{color: var(--dark_gry_color);font-family: 'CenturyGothic';font-size: 25px;font-weight: 400;line-height: 132.8%;}
.btn_primary{color: var(--white_color); font-family: 'Poppins-Regular';font-size: 16px;line-height: 30px;padding: 5px 30px;border-radius: 145px;background: #2161AD;width: fit-content;}
.font_size_18{color: var(--dark_gry_color); font-family: 'Poppins-SemiBold';font-size: 18px;line-height: 30px;}
.font_size_32{color: var(--white_color);font-family: 'Poppins-SemiBold';font-size: 32px;line-height: 30px;}
.font_size_12{color: var(--dark_gry_color);font-family: 'Poppins-Regular';font-size: 12px;font-weight: 400;line-height: 30px;}
.text_color_white{color: var(--white_color)}
button{display: flex;padding: 10px 30px;align-items: center;border-radius: 5px;background-color: var(--blue_color);color:var(--white_color);font-size: 14px;font-family: 'Poppins-Medium';border:0px; }
h1{color: var(--dark_gry_color);font-family: 'CenturyGothic';font-size: 64px;font-weight: 400;}
h2{color: var(--dark_gry_color);font-family: 'CenturyGothic';font-size: 48px;font-weight: 400;}
h3{color:var(--light_gry_rycolor_2);font-family: 'Poppins-SemiBold';font-size: 24px;line-height: 30px;}
h4{color: var(--dark_gry_color);font-family: 'Poppins-SemiBold';font-size: 20px;line-height: 30px;}
h5{color: var(--dark_gry_color);font-family: 'Poppins-Regular';font-size: 16px;line-height: 30px;}
p{color: var(--dark_gry_color);font-family: 'Poppins-Medium';font-size: 14px;margin-bottom: 0px;}
.span_display_block{display: block;}
.container-fluid{padding: 0px 30px;}
.input_filed{border-radius: 10px;background: #FAFBFD;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05) inset;padding: 15px;width: 100%;border: 0px;}
/*header section */
.header_section .login_btn.logout_btn{border-radius: 5px;background: #2161AD;padding: 10px 30px;color: #FFF;font-family: 'Poppins-Medium';font-size: 14px;}
.header_section .login_btn.logout_btn i{color:#fff}
/*.navbar-nav.pages_wrapper .active{color:blue}*/
.navbar.header_section{padding: 0;position: absolute;right: 0;left: 0;}
.credendials_content{display: flex;align-items: center}
.header_section .join_us{padding: 10px 30px;border-radius: 5px;background: #2161AD;color: #FFF; font-family: 'Poppins-Medium';font-size: 14px;text-decoration:none;}
.header_section .login_btn {color:var(--dark_gry_color); font-family: 'Poppins-Medium';;font-size: 14px;background-color:var(--white_color);display:flex;gap:5px;text-decoration: none;}
.header_section .login_btn i{color: var(--blue_color);font-size: 14px;font-weight: 900;align-items: center;display: flex;}
.header_section .pages_wrapper{gap:40px;padding-right: 20px;}
.header_section .pages_btn_wrapper{justify-content:end;column-gap: 20px;}
.header_section .pages_wrapper .nav-item .active,.footer_section .footer_page_ul .nav-item .active {color: #124693;font-family: 'Poppins-SemiBold';font-size: 14px;}
.header_section .pages_wrapper .nav-item a{color: var(--dark_gry_color); font-family: 'Poppins-Medium';font-size: 14px;}
header .header_inner_wrappper{display: flex;width: 100%;background-color: var(--white_color);border-radius: 10px;margin: 20px 0px;padding: 15px 20px;}
header{position: relative; }
.header_section .header_inner_wrappper .navbar_logo_wrapper img {width:100%;height:100%;object-fit:contain;}
.header_section .header_inner_wrappper .navbar_logo_wrapper{height: 43px;}
.terms_wrapper a:nth-child(1){border-right: 1px solid var(--dark_gry_color);padding-right: 10px;margin-right: 5px;}

/*banner sec */
.banner_sec{background: url(/website/assets/images/banner2.png);background-repeat: no-repeat;background-size: cover;align-items: center;display: flex;background-position:right ;}
.banner_sec .banner_cont {background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #001A38 100%),url(/website/assets/images/bannr.png);background-repeat: no-repeat;background-size: cover;border-radius: 40px 40px 0px 0px;align-items: center;display: flex;margin-top: 120px;padding: 181px 40px;}
.banner_sec .banner_cont .emial_wrapper .emial_btn{border-radius: 10px;position: absolute;right: -5px;height: 50px;background-color: #2161AD;}
.banner_sec .banner_cont .emial_wrapper input{height: 50px;padding-left: 25px;}
.banner_sec .banner_cont .emial_wrapper{display: flex;position: relative;}
.banner_sec .custom_banner{display:flex;flex-direction:column;gap:40px;}
.banner_sec .custom_banner h5{max-width:85%;}
.banner_sec{background-color: var(--sky_blue_color)}
/**/
/*logo section*/
.trust_our_platform .logo_sec .first_slide_txt{font-family: 'Poppins-Regular';color: #4a4a4a;max-width: 17%;}
.trust_our_platform .logo_sec{display:flex;justify-content:space-between;align-items:center;padding-right: 30px;}
.trust_our_platform{padding:40px 0px; border-bottom: 2px solid #DBDBDB;}
/**/
/*who_we_are*/
.who_we_are_about .who_we_are_discription_wrapper h1{max-width:70%;}
.who_we_are .whoweare_content h2{max-width:60%;}
.who_we_are .our_brand{background-color:var(--blue_color) ;padding: 40px;border-radius: 10px;display: flex;flex-direction: column;justify-content: center;gap: 10px;}
.who_we_are .image_wrap{height: 283px;}
.who_we_are .image_wrap img{width:100%;height:100%;object-fit:cover;border-radius: 10px;}
.who_we_are{padding:80px 0px}
.who_we_are .our_brand h5{color:var(--white_color);}
.who_we_are .our_brand h6{max-width:50%;}
.who_we_are .who_are_wrapper h5{text-align:center}
.who_we_are .who_are_wrapper button{margin:0 auto;margin-top:40px;font-size: 16px;line-height: 30px; font-family: 'Poppins-Regular';padding: 15px 30px;}
.who_we_are .who_are_wrapper{display:flex;flex-direction:column;padding-top:40px}
.who_we_are .brand_box{    display: flex;gap: 0px;align-items: center;}
.whoweare_content h5{padding-right: 40px ;}
.who_we_are .who_are_wrapper h5{text-align: start}
/**/
/*our_services*/
.our_services .our_services_wrapper .custom_card_wrapper .our_services_custom_card_2{padding: 40px 40px 66px 40px;}
.our_services .our_services_wrapper .custom_card_wrapper .our_services_custom_card_3{padding: 40px 40px 70px 40px;}
.our_services .custom_card_wrapper .custom_card .card-body .card-text{  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3; /* number of lines to show */line-clamp: 2;-webkit-box-orient: vertical;}
.custom_card .card_img1 img,.custom_card .card_img2 img,.custom_card .card_img3 img{width:100%;height:100%;object-fit:cover;border-radius:50%; }
.our_services .our_services_wrapper{text-align:center}
.our_services .our_services_wrapper .custom_card{;border-radius: 10px;background: linear-gradient(180deg, #FFF 0%, #EDF0FE 100%);border:0px;padding: 40px;display: flex;align-items: center;}
.our_services .our_services_wrapper .custom_card .card_img img{width:100%;height:100%}
.our_services .our_services_wrapper .custom_card .card_img1{width: 120px;height: 120px;}
.our_services .our_services_wrapper .custom_card .card_img2{width: 140px;height: 140px;}
.our_services .our_services_wrapper .custom_card .card_img3{width: 180px;height: 180px;}
.our_services .our_services_wrapper .card_wrapper .custom_card_wrapper{justify-content:center;padding: 40px 60px 0px 60px;}
/*Why Trust Our*/
.why_trust_sec .our_spanding_wrapper h6{color: var(--dark_gry_color); font-family: 'CenturyGothic';font-size: 31px;font-weight: 400;}
.why_trust_sec{padding: 80px 0px;}
.why_trust_sec .why_trust_wrapper{padding:40px;background: #EDF0FE;border-radius:10px;display: flex;flex-direction: column;gap: 15px;}
.why_trust_sec .our_spanding_wrapper{background: #EDF0FE;padding: 40px 80px;border-radius: 10px;gap: 20px;display: flex;flex-direction: column;height: 100%;}
.why_trust_sec .why_trust_wrapper button{background-color:#EDF0FE;color: var(--dark_gry_color);border: 1px solid var(--dark_gry_color);padding: 15px 30px;font-size: 16px;line-height: 30px; font-family: 'Poppins-Regular';}
.why_trust_sec .our_spanding_wrapper .first_wrapper{display:flex;gap:20px;border-bottom: 1px solid #BDBDBD;}
.why_trust_sec .our_spanding_wrapper .design_box{width: 100%;height: 25px;border-radius: 50px;background: rgba(33, 97, 173, 0.20);}
.why_trust_sec .our_spanding_wrapper .design_box_2{width: 100%;height: 25px;border-radius: 50px;background: rgba(33, 97, 173, 0.60);}
.why_trust_sec .our_spanding_wrapper .design_box_3{width: 100%;height: 25px;border-radius: 50px;background: #2161AD;}
.why_trust_sec .our_spanding_wrapper .boxes_wrapper{padding: 5px;row-gap: 10px;display: flex;flex-direction: column;}
.why_trust_sec .our_spanding_wrapper .boxes_sec{align-items: end;justify-content: end;}
.why_trust_sec .our_spanding_wrapper div h6{color: var(--dark_gry_color);}
/**/
/*accordian section*/
.answers_to_your_sec  .topics_wrapper .faqs_home_page_topics{row-gap:20px;}
.answers_to_your_sec .answers_to_your_wrapper{text-align: center;padding-bottom:40px; }
.answers_to_your_sec .topics_wrapper{padding: 20px;border-radius: 10px;background: #EDF0FE;gap: 20px;display:flex;height: 100%;align-items: center;}
.answers_to_your_sec .topics_wrapper h5{color: #4A4A4A;  font-family: 'Poppins-Regular';font-size: 16px;line-height: 30px;}
.answers_to_your_sec .topics_wrapper .nav-pills .nav-link.active{background-color:var(--white_color);color: var(--dark_gry_color);max-width: 100%;width: 100%;padding: 10px;}
.answers_to_your_sec .accordian_wrapper{padding: 40px;border-radius: 10px;background: #EDF0FE;height: 100%;}
.answers_to_your_sec .accordian_wrapper .accordion-header button{padding-left:0px ;background: #EDF0FE;color: var(--dark_gry_color);line-height: 30px;font-size: 16px;  font-family: 'Poppins-Regular';}
.answers_to_your_sec .accordian_wrapper .accordion-body{background: #EDF0FE;padding-left: 0px;}
.answers_to_your_sec .accordian_wrapper .accordion .question_box{border-top:0px;border-left:0px;border-right:0px;}
.answers_to_your_sec .accordian_wrapper h6{color: var(--dark_gry_color);padding-bottom: 40px;font-size: 32px; font-family: 'CenturyGothic';font-weight: 400;}
/**/
/*card_section*/
.Client_stories_sec .card logo_last_slider_logo .inner_sec_slider{padding: 0;}
.Client_stories_sec{padding-top: 80px; }
.Client_stories_sec .client_heading_wrapper{text-align: center;padding-bottom: 40px;}
.Client_stories_sec .circle_wrapper .outer_circle {width:52px;height:52px;background: #CCCCCE;border-radius: 40px;padding: 10px 22px;margin-top: -25px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.Client_stories_sec .circle_wrapper{display:flex;justify-content:space-around;height: 3px;background: #CCCCCE;}
.Client_stories_sec .circle_wrapper .outer_circle .inner_circle{width: 14px;height: 14px;background-color:#2161AD;border-radius:40px;}
.Client_stories_sec .slider_wrapper{margin-top:50px;}
.slider_wrapper .logo_last_slider_logo .inner_sec_slider{row-gap:10px;display:flex;flex-direction:column;}
.slider_wrapper .logo_last_slider_logo{border:0px}
.slider_wrapper .logo_last_slider_logo .inner_sec_slider .reviews_wrapper span{color: #2161AD;}
.Client_stories_sec .custom_slider_col{margin: auto;padding: 0px 80px;}
.slider_wrapper .swiper-slide.swiper_slide_class_all.swiper-slide-next .logo_last_slider_logo{border-radius: 10px;background: var(--sky_blue_color);padding: 20px;width: 80%;margin: auto   }
.Client_stories_sec .slider_wrapper .logo_last_slider_logo .inner_sec_slider h6{border-top: 1px solid #DBDBDB;padding: 10px;}
.slider_wrapper .logo_last_slider_logo .inner_sec_slider p{color: var(--dark_gry_color); font-family: 'Poppins-Regular';font-size: 14px;line-height: 30px; }
/*footer sec*/
.second_footer .second_section a{text-decoration: none;}
.footer_section .footer_pages_wrapper{justify-content: center}
.footer_section .footer_pages_wrapper .footer_page_ul{display:flex;gap:50px;list-style: none;justify-content: center;}
.footer_section .footer_pages_wrapper .footer_page_ul li a{color: var(--dark_gry_color); font-family: 'Poppins-Medium';font-size: 14px;text-decoration: none;}
.footer_section .social_icons{display:flex;gap:15px;justify-content: end;}
.footer_section .social_icons i{color:#2161AD;font-size: 21px;}
.footer_section{background: #EDF0FE;padding: 40px 0px;margin-top:80px; }
.second_footer .second_section{display: flex;justify-content: space-between;padding-top: 10px;}
.footer_section .footer_logo img{width:100%;height:100%;object-fit:contain;}
.custom_footer_column{align-items: center;display: flex;justify-content: center;}
.footer_section .footer_pages_wrapper .footer_page_ul li .active{color: #124693;font-family: 'Poppins-SemiBold';font-size: 14px;}
.custom_footer_column_icons{display: flex;align-items: center;justify-content: end;}
/**/
/*upload_certification_page*/
.upload_certificate_sec{height: 100%;display: flex;align-items: center;}
/*.upload_certificate_sec .upload_certificate_wrapper{text-align:center;display: flex;flex-direction: column;row-gap: 20px}*/
.upload_certificate_sec .upload_certificate_wrapper button{margin: auto;width: fit-content;}
.upload_certificate_sec .upload_certificate_wrapper .upload_certificate_img img{width: 100%;height: 100%;object-fit: contain;}
.upload_certificate_sec .upload_certificate_wrapper .upload_certificate_img{height: 250px;}
.upload_certificate_sec .upload_certificate_wrapper h5{color: #4A4A4A;font-family: 'Poppins-SemiBold';font-size: 16px;font-style: normal;text-transform: capitalize;}
/**/
/*upload insurance page*/
.insurance_certificate_sec .upload_file_wrapper .file_icon .file_upload_inner button{padding: 0px 0px;background-color: transparent;position:absolute;right:10px;top:15px}
.insurance_certificate_sec .upload_file_wrapper .file_icon .file_upload_inner button i{font-size: 16px;color: #4A4A4A;font-weight: 900;background:unset;-webkit-text-fill-color: unset;}
.insurance_certificate_sec .upload_file_wrapper .file_icon .file_upload_inner{position:relative;}
/*.file_icon .file_upload_inner:after { position: absolute; content: "\f00d";font-family: FontAwesome;bottom: 10px; right: 10px;color: #4A4A4A; font-size: 16px; font-weight: 900;}*/
.insurance_certificate_sec{padding-top: 150px;padding-bottom: 100px;}
.insurance_certificate_sec .inner_insurance_form_wrapper input::placeholder{color: #BDBDBD;font-family: 'Poppins-Regular';font-size: 14px;}
.insurance_certificate_sec .insurance_certificate_wrapper form .emial_phone_wrapper{display:flex;column-gap:15px; }
.insurance_certificate_sec .insurance_certificate_wrapper form .emial_phone_wrapper .inner_insurance_form_wrapper{width:50%;border-radius: 7px;border: 1px solid #EFEFEF;padding: 0px 15px;height: 42px;display:flex;align-items:center; }
.insurance_certificate_sec .insurance_certificate_wrapper form .emial_phone_wrapper .inner_insurance_form_wrapper input{border:0px;margin-left:70px;width: 50%;  }
.insurance_certificate_sec .upload_file_wrapper .attach_file_wrapper{display:flex;justify-content:space-between;}
.insurance_certificate_sec .upload_file_wrapper .attach_file_wrapper button:first-child{background-color:var(--dark_gry_color);}
.insurance_certificate_sec .upload_file_wrapper .file_icon i{display:block;text-align:center;background: linear-gradient(180deg, #488EE1 0%, #193F7B 100%);background-clip: text;-webkit-text-fill-color: transparent;font-size: 64px;}
.insurance_certificate_sec .upload_file_wrapper .file_icon{display:flex;flex-direction:column;row-gap:40px;}
.insurance_certificate_sec .upload_file_wrapper{border-radius: 10px;border: 2px dashed #D9D9D9;padding: 40px 20px 20px 20px;display: flex;flex-direction: column;gap: 40px;margin-top: 40px;}
.insurance_certificate_sec .insurance_certificate_wrapper div:first-child{text-align:center;position: relative;}
.insurance_certificate_sec .insurance_certificate_wrapper{row-gap: 40px;display: flex;flex-direction: column;}
.insurance_certificate_sec .insurance_certificate_wrapper .file_upload div{border-radius: 4px;background: rgba(33, 97, 173, 0.10);padding: 10px 20px;text-align:start;}
input[type="file"]::file-selector-button {display: none;}
.file_icon .file_upload_inner:before {position: absolute;content: "\f15b";font-family: FontAwesome;bottom: 10px;left: 15px;}
.insurance_certificate_sec .upload_file_wrapper .file_icon .file_upload_inner input{display:flex;padding: 0px 0px 0px 20px;}
.insurance_certificate_sec .upload_file_wrapper .file_icon .file_upload_inner{border-radius: 4px;background: rgba(33, 97, 173, 0.10);padding: 10px 20px;}
.insurance_certificate_sec .insurance_certificate_wrapper .upload_file_wrapper  .attach_file_wrapper label{border-radius: 7px;background: #4A4A4A;display: flex;padding: 7px 20px;align-items: center;color: white;}
/**/
/*sign up page */
.custom_icon_pass_parrent .custom_icon_pass,.custom_icon_confpass_parrent .custom_icon_confpass{position:absolute;right:25px;top:15px}
.subscription_fees_sign_pg:before{content:"$";position:absolute;top:9px;left:30px;font-weight:800;}
.subscription_fees_sign_pg input{padding-left:30px}
.pay_now_register_pg{margin-bottom: 28px;}
.signup_sec.login_sec .signup_img img{width:100%;height:100%}
.signup_sec.login_sec .form_wrapper{height: 100%;display: flex;flex-direction: column;justify-content: center;}
.signup_sec.login_sec .login_wrapper .form_check_wrapper{display: flex;justify-content: space-between;}
.signup_sec .credendials_content .signup_img{padding: unset;}
.signup_sec .credendials_content .remember_me{display: flex; gap: 10px;color: var(--dark_gry_color)}
.signup_sec a{text-decoration: underline;font-weight: bold}
.signup_sec .signup_img img{width:100%;height:100%}
.signup_sec .signup_img{background: #F7FBFF;padding: 10px 40px;height: 100%;}
.signup_sec .form_wrapper h6{text-align: center;color: #4A4A4A;}
.signup_sec .digit_wrapper{height: 100%;display: flex;flex-direction: column;justify-content: center;position: relative;}
.back_page{position: absolute;top: -100px;left: 0;}
.signup_sec .form_wrapper .inner_form_wrapper .custom_form_filed { row-gap: 15px;display: flex;flex-direction: column;}
.signup_sec .form_wrapper .inner_form_wrapper .login_wrapper {  display: flex;  flex-direction: column; gap: 20px;padding-top:20px;}
.signup_sec .signup_wrapper .login_wrapper{display: flex;flex-direction: column;row-gap:20px}
.signup_sec .signup_wrapper .login_wrapper button{justify-content:center}
.signup_sec .signup_wrapper .login_wrapper p{text-align:center}
/**/
/*password show hide icon*/
.signup_sec .signup_wrapper .inner_form_wrapper .custom_form_filed .password_wrapper{position:relative}
.signup_sec .signup_wrapper .inner_form_wrapper .custom_form_filed .input-icon,.signup_sec .signup_wrapper .inner_form_wrapper .custom_form_filed .input-icon-conf-pass{position: absolute; top: 35%;right: 26px;}
/**/
/*about sec*/
.create_build_sec .create_build_wrapper div:nth-child(2){border-bottom: 2px solid #DCDCDC;}
.create_build_h6{color: var(--white_color);font-family: 'Poppins-Regular';font-size: 16px;line-height: 30px;padding: 5px 30px;border-radius: 145px;background: #2161AD;width: fit-content;}
.banner_sec.about_sec {background: url(/website/assets/images/banner2.png);background-position: right;background-repeat: no-repeat;background-size: cover;padding: 200px 0px;}
.banner_sec .about_cont{text-align:center}
.banner_sec .about_cont .about_us_banner h5{max-width:93%;margin:auto}
/**/
/*who we are_sec about*/
.who_we_are .our_brand h5{color: var( --white_color);font-family: 'Poppins-Regular';font-size: 16px;line-height: 25px; }
.who_we_are_about .who_we_are_img_one img,.who_we_are_about  .who_we_are_img_two img {width: 100%;height: 100%;border-radius: 10px;object-fit: cover;}
.who_we_are_about .who_we_are_img_one {height: 374px;width: 339px;}
.who_we_are_about .who_we_are_img_two{width: 394px;height: 550px;position: absolute;top: 91px;right: 0px;}
.who_we_are_about .about_page_wrapper{position: relative}
.who_we_are_about .who_we_are_discription_wrapper{padding-left: 40px;}
.who_we_are_about .custom_who_we_are_img{height:650px;}
.who_we_are_about .custom_who_we_are_content{display:flex;align-items:center;}
.who_we_are_about{padding-bottom: 100px;padding-top: 100px}
.trust_our_platform.trust_our_platform_about{padding: 40px 0px;border-bottom: unset;background-color:#F8F9FE;}
.create_build_sec .create_build_wrapper{display: flex;flex-direction: column; row-gap: 30px;padding-right: 50px;}
.create_build_sec .create_build_wrapper div:nth-child(2),.create_build_sec .create_build_wrapper div:nth-child(3){display:flex;flex-direction:column;row-gap:15px;}
.create_build_sec .create_build_wrapper div:nth-child(1){display:flex;flex-direction:column;row-gap:10px}
.create_build_sec .create_build_img img{width:100%;height:100%;object-fit:cover;border-radius: 10px;}
.create_build_sec .create_build_img{height: 714px;}
.create_build_sec{padding-top:95px;}
/**/
/*faqs_page*/
.answers_to_your_sec.faqs_sec .accordian_wrapper{border-radius: 10px;border: 1px solid #F6F6F6;background: #FFF;}
.answers_to_your_sec.faqs_sec .accordian_wrapper .accordion-header button,.answers_to_your_sec.faqs_sec .accordian_wrapper .accordion-body{background: #FFF;}
.faqs_sec{padding-top:80px;}
.answers_to_your_sec  .nav.flex-column.nav-pills{row-gap: 15px;}
/**/
/*subscription page*/
.subscription_plan_sec .subscription_row_wrapper{align-items: center;flex-direction: column;}
.subscription_plan_sec .subscription_wrapper .content_subs_wrapper{border-radius: 7px;background: rgba(207, 210, 255, 0.20);padding: 55px 30px;margin: auto;display: flex;flex-direction: column;row-gap: 20px;}
.subscription_plan_sec .subscription_wrapper{text-align:center;display: flex;flex-direction: column;row-gap: 35px;}
.subscription_plan_sec .subscription_wrapper h5{max-width:94%;margin: auto;}
.subscription_plan_sec .subscription_wrapper .content_subs_wrapper h6:first-child{color: var(--dark_gry_color);font-family: 'CenturyGothic';font-size: 32px;font-weight: 400;line-height: 132.8%;}
.subscription_plan_sec .subscription_wrapper .content_subs_wrapper h6:nth-child(2){color: var(--dark_gry_color);font-family: 'Poppins-Medium';font-size: 26px;line-height: 30px; /* 115.385% */}
.subscription_plan_sec .subscription_wrapper .content_subs_wrapper h6:nth-child(2) span{color: var(--dark_gry_color);font-family: 'Poppins-Regular';font-size: 16px;line-height: 30px;}
.subscription_plan_sec{padding-top: 45px;}
/**/
/*support pages*/
.social_icons_sec .icons_wrapper.icons_wrapper_three{justify-content:left;}
.social_icons_sec .icons_wrapper div a{font-size:15px;}
.social_icons_sec .icons_wrapper{display:flex;align-items:center;column-gap:20px;justify-content: center;}
.social_icons_sec .icons_wrapper i{border-radius: 15px;background: #2161AD;padding: 20px;line-height: 23px;font-weight: 900;font-size: 29px;color: #FFF;}
.social_icons_sec{padding-top: 65px;padding-bottom: 40px;}
.support_form_sec .support_form_wrapper{border-radius: 10px;background: #F5F6FF;padding: 23px 40px 30px 40px;}
.support_form_sec .support_form_wrapper .support_input_field{display: flex;flex-direction: column;row-gap:10px}
.support_form_sec .support_form_wrapper .support_input_field input,.support_form_sec .support_form_wrapper .support_input_field textarea{border-radius: 5px;background: var(--white_color);border:0px;padding: 20px;}
.support_form_sec .support_form_wrapper .support_input_field input::placeholder,.support_form_sec .support_form_wrapper .support_input_field textarea::placeholder{color: #9B9B9B; font-family: 'Poppins-Regular';font-size: 13px;}
.support_form_sec .support_form_wrapper .support_input_form{display:flex;row-gap:20px;}
.support_form_sec .support_form_wrapper .send_message_btn{margin: auto;}
.support_form_sec .social_icons_support{display:flex;flex-direction:row;column-gap:25px;justify-content:center;align-items:center;padding-top:40px;}
.support_form_sec .social_icons_support a{padding: 10px;border-radius: 15px;background: #2161AD;width: 51px;height: 51px;display:flex;align-items:center;justify-content:center;text-decoration:none;}
.support_form_sec .social_icons_support i{color: #FFF;font-size: 20px;font-weight: 400;line-height: 23.203px; }
/**/
/*privacy policy page */
.heading_gap_wrapper h5:nth-child(3){padding:15px 0px 15px 0px}
.privacy_policy_sec .privacy_policy_icon h2{color: var(--dark_gry_color); font-family: 'Poppins-Regular';font-size: 25px;line-height: 132.8%;margin: 0px;}
.privacy_policy_sec .privacy_policy_icon:before{position:absolute;content:"\f111";font-family:FontAwesome;left:-30px;top:6px;font-size:14px;color: var(--dark_gry_color);}
.privacy_policy_sec .privacy_policy_icon{position:relative;}
.privacy_policy_sec{padding-top:64px;}
.privacy_policy_sec .head_para_wrapper{display:flex;flex-direction:column;row-gap:15px;}
.privacy_policy_sec .privacy_policy_wrapper{display:flex;flex-direction:column;row-gap:60px}
/**/
/*resend code*/
.signup_sec .form_wrapper .inner_form_wrapper .custom_form_filed.resend_code{flex-direction:row;}
.signup_sec .form_wrapper .signup_wrapper.resend_code_wrapper{display: flex;flex-direction: column;row-gap: 20px;}
input[type=number]::-webkit-inner-spin-button {display:none;}
/**/
.home_logo_wrapper_img img{width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);}
.home_logo_wrapper_img{width:150px;height:150px;border-radius:50%}
.myLogo{margin-left:50px;padding: 10px;}