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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&display=swap');
/*font-family: 'Barlow Semi Condensed', sans-serif;*/
/*html {scroll-behavior: smooth;}*/
/*Rj Code*/


::selection {
	background:#0096C7;
	color:#FFF;
}

::-moz-selection {
	background:#0096C7;
	color:#FFF;
}

/*html {scroll-behavior: smooth;}*/
select::-ms-expand { display: none; }
img{max-width:100%;height:auto;}
a{  -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;-ms-transition: all .3s ease;transition: all .3s ease;}
h1 {margin:0px 0px 30px 0px;padding:0px;line-height: 1.2;font-weight:600;}
h2 {margin:0px 0px 25px 0px;padding:0px;line-height: 1.2;font-weight:600;}
h3 {margin:0px 0px 25px 0px;padding:0px;line-height: 46px;font-weight:600;}
h4 {margin:0px 0px 25px 0px;padding:0px;line-height: 1.2;font-weight:600;}
h5 {margin:0px 0px 15px 0px;line-height: 25px;font-weight:600;}
h6 {margin:0px 0px 15px 0px;line-height: 1.1;font-weight:normal;}


.spacer1px {clear:both;line-height:0;font-size:0;overflow:hidden;height:1px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer5px {clear:both;line-height:0;font-size:0;overflow:hidden;height:5px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer15px {clear:both;line-height:0;font-size:0;overflow:hidden;height:15px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer10px {clear:both;line-height:0;font-size:0;overflow:hidden;height:10px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer20px {clear:both;line-height:0;font-size:0;overflow:hidden;height:20px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer30px {clear:both;line-height:0;font-size:0;overflow:hidden;height:30px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer50px {clear:both;line-height:0;font-size:0;overflow:hidden;height:50px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}
.spacer80px {clear:both;line-height:0;font-size:0;overflow:hidden;height:50px; background:none; margin:0px 0px 0px 0px;width:100%; border:none;}

body {
	overflow-x:hidden;
	color:#333333;
	font-size:16px;
	line-height:1.4; 
	margin:0px; 
	padding:0px; 
	outline:none;
	text-decoration:none;
	list-style:none;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	background-color:#fff;
	/*height: 100vh;*/
}

p{line-height:1.4;margin:0px 0px 20px 0px;font-family: 'Poppins', sans-serif;}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover{ text-decoration:none;}
-webkit-input-placeholder {color: #a1a1a1 !important; opacity:1 !important;font-family: 'Poppins', sans-serif;}
-moz-placeholder {color: #a1a1a1 !important; opacity:1 !important;font-family: 'Poppins', sans-serif;}
-ms-input-placeholder {color: #a1a1a1 !important; opacity:1 !important;font-family: 'Poppins', sans-serif;}
-moz-placeholder {color: #a1a1a1 !important; opacity:1 !important;font-family: 'Poppins', sans-serif;}
.form-control::-webkit-input-placeholder {color: #a1a1a1 !important; opacity:1 !important;}
.form-control::-moz-placeholder {color: #a1a1a1 !important; opacity:1 !important;}
.form-control:-ms-input-placeholder {color: #a1a1a1 !important; opacity:1 !important;}
.form-control:-moz-placeholder {color: #a1a1a1 !important; opacity:1 !important;}

:focus, button:focus {outline-style:none;box-shadow:none;border-color:transparent;}
*:focus {outline: none;}
input:focus{outline:none;}
.pagetitle{ position:relative; text-align:left; padding:0px 0px 70px 0px; }
.pagetitle h2{line-height: 1.1; font-size:51px;color:#fff;padding:0px; margin:0px 0px 0px 0px;}

img{max-width:100%;height:auto; outline:none;}
a{outline:none; border:none;}
.fl_w{float: left;}
.container-fluid{padding-left: 60px;padding-right: 60px;}



.new_header_pre_login{position: relative;background: #FFFFFF;box-shadow: 0px 2px 12px #00000029;padding: 20px 0;margin-bottom: 0px;}
.new_header_pre_login_inner{position: relative;}
.new_header_pre_login_inner .row{align-items: center;}
.new_header_pre_login_inner_logo{position: relative;}
.new_header_pre_login_inner_logo img{width: 100%;}
.new_header_pre_login_inner_menu_sec{position: relative;}
.new_header_pre_login_inner_menu_sec ul{display: flex;text-align: right;align-items: center;justify-content: flex-end;}
.new_header_pre_login_inner_menu_sec ul li{display: inline-block;margin-left: 40px;}
.new_header_pre_login_inner_menu_sec ul li:first-child{margin-right: 0px;}
.new_header_pre_login_inner_menu_sec ul li a{display: inline-block;color: #000000;font-weight: 600;font-size: 17px;text-transform: uppercase;position: relative;}
.new_right_break{position: relative;padding-right: 40px;border-right: 1.5px solid rgba(18 18 18 / 0.20);}
/*.new_right_break:after{position: absolute;content: '';right: 0;top: 0;background: rgba(18 18 18 / 0.20);width: 1.5px;height: 100%;}*/
.join_now_btn{position: relative;background: #2386EE;align-items: center;justify-content: center;color: #fff !important;border-radius: 22px;padding: 9px 25px;transition: 0.5s ease-in-out;border: 1.5px solid #2386EE;}
.join_now_btn:hover{background: #fff;color: #2386EE !important;}
.icn_new_sec i{position: relative;font-size: 22px;font-weight: 500;}
.bell_icn_cont {position: absolute; right: -10px;top: -10px;height: 16px;width: 16px;background: #FF3030;border-radius: 50%;color: #fff;font-size: 9px;font-weight: 400; display: flex;align-items: center;justify-content: center;}
.new_drop_cont_sec_new ol li {display: block !important; margin-left: 0px !important;margin-bottom: 10px;
    padding-bottom: 10px;border-bottom: 1px solid #ccc; padding-left: 0px;margin-right: 0px !important;}
.new_drop_cont_sec_new ol li a {font-size: 14px !important;font-weight: 600 !important;color: #333 !important;
    display: flex !important;align-items: center;    text-transform: capitalize;}  

.login_signup_menu{position: fixed;right: 0;top: 0;width: 410px;*height: 100%;height: 100vh;*background:#fff url(../images/new-star-new.png);background:#fff url(../images/bg-star-wt-1.jpg);background-size: cover;background-repeat: no-repeat;background-position: center center;opacity: 1;padding: 90px 25px 25px;z-index: 112233;*transition: 0.5s ease-in-out;box-shadow: 0px 2px 12px #00000029;overflow-y: scroll;}
.login_signup_menu::-webkit-scrollbar {width: 20px;display: none;}
.login_signup_menu::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey;  border-radius: 10px;} 
.login_signup_menu::-webkit-scrollbar-thumb {background: red; border-radius: 10px;}
.login_signup_menu::-webkit-scrollbar-thumb:hover {background: #b30000;}
.login_signup_menu ul{display: block;}
.login_signup_menu ul li{display: block;margin-bottom: 35px;}
.login_signup_menu ul li a{display: flex;align-items: center;justify-content: space-between;font-size: 16px;color: #000;font-weight: 500;}
.login_signup_menu ul li span{font-size: 16px;color: #000;font-weight: 500;}
.login_signup_menu ul li span img{margin-right: 18px;    width: 22px;}
.login_signup_menu_close.new_close_round a{position: absolute;right: 30px;background: none;
    color: #000;font-weight: 500; font-size: 16px; z-index: 111;top: 30px;display: flex;align-items: center;}
    .login_signup_menu_close.new_close_round a span{margin: 0 0 0 10px;}
.login_signup_menu_close.new_close_round a i{font-weight: 300;height: 25px;width: 25px;
    border-radius: 50%;border: 2px solid #000;line-height: 25px;display: flex;align-items: center;    justify-content: center;}
.login_sign_new_menu_sec{position: absolute; width: 650px;height: 100%;*background: url(../images/sign-bg.png);
    top: 0; right: 0px; padding: 30px 30px 30px 30px;background-position: 100% 100%;background-repeat: no-repeat;
    background-size: contain;z-index: 11;*background: #000;transition: 0.5s ease-in-out;}
.login_sign_new_menu_sec_single{position: relative;}
.login_sign_new_menu_sec_single_top{position: relative;display: flex;align-items: center;justify-content: space-between;}
.login_sign_new_menu_sec_single_top i{position: relative;font-size: 40px;color: #fff;font-weight: 300;}
.cog_set_sec { position: absolute; left: 25px;top: 0;}
.cog_set_sec img {width: 25px;}
.nav_tabs {position: relative;padding: 8px 10px;border-radius: 30px;border: 0.5px solid #707070;background: #fff;}
.nav_tabs:hover{position: relative;padding: 8px 10px;border-radius: 30px;border: 0.5px solid #707070;background: #fff;}
/*.nav_tabs a.active {border: 1px solid #0096C7 !important;background-color: #0096C7 !important;
    color: #fff !important;font-size: 15px;font-weight: 600;border-radius: 50px;padding: 12px 20px;border-color: #0096C7 !important;}*/
.nav_tabs a {border: 1px solid #fff !important;background: #fff !important;color: #C4C4C4;font-size: 16px;
    font-weight: 500; border-radius: 30px;padding: 10px 40px; display: flex;align-items: center;justify-content: center;}
.nav_tabs a.active {border: 1px solid #0096C7 !important;background-color: #0096C7 !important;color: #fff !important;font-size: 16px;font-weight: 500;border-radius: 30px;border-color: #0096C7 !important;}

.nav_tabs:hover a {border: 1px solid #fff !important;background: #fff;color: #C4C4C4;
    font-weight: 500;border-radius: 30px;}
.nav_tabs:first-child() a{margin: 0 15px 0 0;}
.tab_cont_sec_new {position: relative;padding: 35px 30px 10px;}
.tab_inner_cont_des{position: relative;}
.tab_inner_cont_des h3{position: relative;color: #FFFFFF;font-family: 'Barlow Semi Condensed', sans-serif;text-align: center;font-size: 48px;font-weight: 600;margin-bottom: 22px;}
.tab_inner_cont_des h5{position: relative;text-align: center;font-weight: 500;font-size: 40px;font-family: 'Barlow Semi Condensed', sans-serif;color: #fff;}
.tab_inner_cont_des_input{position: relative;padding: 0px 0 10px 0;}
.tab_inner_cont_des_input_single{position: relative;}
.tab_inner_cont_des_input_single input{position: relative;height: 55px;color: #000;width: 100%;font-size: 16px;font-weight: 400;border: 1px solid #fff;padding-left: 60px !important;border-radius: 4px;}
.tab_inner_cont_des_input_single input::-webkit-input-placeholder {color: rgba(39 39 39 / 0.39) !important; opacity:1 !important;}
.tab_inner_cont_des_input_single input::-moz-placeholder {color: rgba(39 39 39 / 0.39) !important; opacity:1 !important;}
.tab_inner_cont_des_input_single input:-ms-input-placeholder {color: rgba(39 39 39 / 0.39) !important; opacity:1 !important;}
.tab_inner_cont_des_input_single input:-moz-placeholder {color: rgba(39 39 39 / 0.39) !important; opacity:1 !important;}
.tab_inner_cont_des_input_single i {position: absolute;left: 25px;z-index: 1;display: flex;align-items: center; top: 0;bottom: 0;font-size: 24px;color: #8F8F8F;font-weight: 600 !important;}
.tab_inner_cont_des_input_check{position: relative;display: flex;align-items: center;justify-content: space-between;width: 100%;}
.new_check_box_sec .container {display: block;position: relative;padding-left: 35px;margin-bottom: 0px;cursor: pointer;font-size: 18px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; font-weight: 400;color: #fff;}
.new_check_box_sec .container input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.new_check_box_sec .checkmark {position: absolute; top: 0; left: 0; height: 22px; width: 22px;background-color: transparent; border: 1px solid #fff;border-radius: 4px;}
.new_check_box_sec .container:hover input ~ .checkmark {background-color: transparent;}
.new_check_box_sec .container input:checked ~ .checkmark {background-color: #fff;border:1px solid #2196f3;}
.new_check_box_sec .checkmark:after {content: "\f00c"; position: absolute;display: none;left: 4px;
    top: 2px;font-family: 'Font Awesome 5 Pro';color: #2196f3;font-size: 14px;}
.new_check_box_sec .container input:checked ~ .checkmark:after {display: block;}
.frgt_pass{position: relative;font-size: 17px;color: #fff;font-weight: 400;}
.frgt_pass:hover{color: #fff;}
.terms_cond_sec_new {position: relative;color: #fff;font-weight: 400;font-size: 13px;display: block;
    padding: 20px 0 10px 0;margin: 0;text-align: center;}
.terms_cond_sec_new a{font-weight: 500;color: #fff;font-size: 14px;}
.new_or_sec {position: relative;font-size: 20px;color: #fff;font-weight: 500;text-align: center;display: block;padding: 20px 0 0px 0;margin: 0;}
.new_or_sec:before { position: absolute;content: '';height: 1px;width: 100px;left: 100px;background: #fff;top: 30px;}
.new_or_sec:after {position: absolute;content: '';height: 1px;width: 100px;right: 100px;background: #fff;top: 30px;}
.login_button {position: relative;text-align: center;font-size: 20px;font-weight: 500;color: #fff;display: flex;align-items: center;justify-content: center;}
.login_button img{margin-right: 15px;}
.login_button:hover{color: #fff;}
.sign_btn_linear {position: relative;display: flex;align-items: center;justify-content: center;font-size: 18px;font-weight: 500;color: #fff;text-transform: uppercase;margin: 30px auto 10px;border: 1px solid transparent;border-radius: 36px;width: 200px;height: 55px;box-shadow: 0px 3px 6px #00000029;*background: transparent linear-gradient(217deg, #DB1B29 0%, #B92843 24%, #1565C0 100%) 0% 0% no-repeat padding-box;background: #2196F3;}
.sign_up_here_btn{position: relative;font-size: 21px;color: #fff;font-weight: 300;text-align: center;}
.sign_up_here_btn a{font-weight: 600;color: #0096C7Ãƒâ€šÃ‚Â !important;cursor: pointer;}
.tab_inner_cont_des h4{position: relative;color: #FFFFFF;font-family: 'Barlow Semi Condensed', sans-serif;text-align: left;font-size: 48px;font-weight: 600;margin-bottom: 5px;}
.tab_inner_cont_des_input_single_grid{position: relative;display: grid;grid-template-columns: 1fr;grid-gap: 10px;}
.tab_inner_cont_des_input_single_grid_resend{position: relative;display: grid;grid-template-columns: 2fr 1fr;grid-gap: 10px;}
.resend_otp_new {position: relative; height: 60px;border-radius: 9px; background: transparent;color: #fff !important; border: 1px solid #fff;text-align: center;justify-content: center !important;display: flex;align-items: center !important;font-size: 14px !important;width: 100%;}
.verify_btn_new {position: absolute;right: 0;height: 55px;width: 130px;background: #2196F3;border: 1px solid #2196F3;
    color: #fff;font-size: 18px;font-weight: 400;border-radius: 9px 0 0 9px;}
#mobile_number{border-radius: 9px 0 0 9px;padding-left: 80px !important;}
#mobile_number1{border-radius: 9px 0 0 9px;padding-left: 80px !important;}
.tab_inner_cont_des_input_single_otp_sec{position: relative;background: #fff;text-align: center;}
.otp_single_sec{position: relative;text-align: center;width: 13%;display: inline-block;border: none;}
.otp_single_sec input{text-align: center;font-size: 18px;color: rgba(39 39 39 / 0.39) !important;border: 1px solid #fff;width: 100%; height: 60px;border-radius: 4px;}
.tab_inner_cont_des_input_single img { position: absolute;left: 25px;z-index: 1;display: flex;align-items: center;top: 25px;bottom: 0;width: 28px;color: #8F8F8F;font-weight: 600 !important;}
.resend_otp {position: relative;font-size: 16px;font-weight: 300;color: #fff;display: flex;align-items: center;justify-content: flex-end;}
.resend_otp:hover{color: #fff;}


.drop_sec_down{position: relative;margin-right: 10px !important;}
.drop_sec_down button{position: relative; display: flex;align-items: center;background: transparent;
    border: none;padding-right: 10px;}
.drop_sec_down button img{margin-right: 20px;width: 45px;border-radius: 50%;height: 45px;}    
.drop_sec_down button h6{position: relative;margin: 0px;color: #FFFFFF;font-weight: 500;font-size: 20px;}
.drop_sec_down button i{color: #fff;font-weight: 500;font-size: 20px;margin-left: 10px;}
.new_blck_cont button i {color: #000;}
.new_blck_cont button{padding-right: 0px;}
.drop_sec_down .dropdown.show button i{transform: rotate(180deg);}
/*.drop_sec_down .dropdown:after{position: absolute;content: '\f078';font-family: 'Font Awesome 5 Pro';color: #fff;font-weight: 600;right: 0px;top: 10px;}*/
/*.drop_sec_down .dropdown.show:after{transform: rotate(180deg);}*/
.drop_sec_down .dropdown-menu.show {display: block; width: 100%;top: 10px !important;background: #fff;
    box-shadow: 0px 3px 6px #00000029;padding: 12px 15px;z-index: 999999;}
.new_drop_cont_sec_new{position: relative;}
.new_drop_cont_sec_new ol{display: block;}
.new_drop_cont_sec_new ol li{display: block;margin-left: 0px;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #ccc;padding-left: 0px;}
.new_drop_cont_sec_new ol li a{font-size: 14px;font-weight: 600;color: #333;display: flex;align-items: center;}
.new_drop_cont_sec_new ol li a i{margin-right: 8px;font-weight: 900 !important;}
.new_drop_cont_sec_new ol li:last-child{border: none;margin-bottom: 0px;padding-bottom: 0px;}
.new_right_sec_padd{padding-right: 0px;margin-right: 0px !important;padding-left: 45px !important;}
.dis_flex_end{display: flex;align-items: center;justify-content: flex-end;}
.new_blck_cont.drop_sec_down button h6{color: #000;text-align: left;}
.new_blck_cont.drop_sec_down .dropdown:after{color: #000;}
.new_login_text_after:before{position: absolute;content: ''; left: -20px;top: 0;width: 1.5px;
    height: 100%;background: rgba(18 18 18 / 0.17);}

.add_cls_dis_none{position: relative;display: none;}



.new_calender_head_sec{position: relative;background: #FFFFFF;box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.25);padding: 20px 0;}
.new_calender_head_sec_inner{position: relative;}
.new_calender_head_sec_right{position: relative;}
.new_calender_head_sec_right ul{display: flex;text-align: right;align-items: center;justify-content: flex-end;}
.new_calender_head_sec_right ul li{display: inline-block;margin-left: 30px;}
.new_calender_head_sec_right ul li:first-child{margin-left: 0px;}
.bars_img a img{width: 35px;}
.new_calender_head_sec_right ul li a i{font-size: 25px;font-weight: 400 !important;color: #000000;}
.new_head_meghna{position: relative;border-left: 2px solid #E1E1E1;padding-left: 20px;}
.new_drop_cont_sec_new ol li a i{font-size: 18px !important;}
.bell_icn_red{position: relative;}
.bell_icn_red span{position: absolute;height: 9px;width: 9px;background: #FF3030;border-radius: 50%;
    right: 0;top: -5px;}
.calender_head_sec{position: relative;padding: 25px 0;}
.calender_head_sec_new{position: relative;display: flex;align-items: center;justify-content: space-between;margin-bottom: 25px;}
.calender_head_sec_new_list{position: relative;}
.calender_head_sec_new h6{position: relative;margin: 0px;font-weight: 500;font-size: 25px;color: #000000;}
.calender_head_sec_new h6 i{position: relative;margin-right: 10px;font-weight: 400 !important;}
.exit_calender{position: relative;background: #D8EEFF;border-radius: 6px;display: inline-block;font-weight: 400;font-size: 16px;color: #000000;padding: 12px 25px;}
.exit_calender i{padding-right: 8px;}
.calender_head_sec_new_list{position: relative;}
.calender_head_sec_new_list ul{display: block;background: #F0F0F0;border-radius: 24.5px;padding: 10px 0px;}
.calender_head_sec_new_list ul li{display: inline-block;margin: 0 5px;}
.calender_head_sec_new_list ul li a{position: relative;font-weight: 400;font-size: 16px;color: #6F6F6F;padding: 5px 30px;border-radius: 24.5px;}
.calender_head_sec_new_list ul li a.active{background: #434343;color: #fff;}
.calender_body_sec_new{position: relative;}



.premium_user{position: relative;text-align: left;margin: 5px 0 0 0;line-height: inherit;font-size: 12px;
    background: linear-gradient(91.14deg, #2196F3 0.54%, #BB1111 99.46%);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;font-weight: 600;}
.premium_user i{margin-right: 5px;font-size: 13px !important;margin-left: 0 !important;font-weight: 900 !important;transform: none !important;}

.desk_mode {display: block;}
.mob_mode{display: none;}




.new_footer_design_sec{position: relative;margin: 20px 0 0 0;background: #F9F9F9;box-shadow: 0px -3px 10px #92929229;}
.new_footer_design_sec_inner{position: relative;padding: 20px 0;}
.new_footer_design_sec_inner h5{position: relative;color: #0C0000A8;font-size: 25px;font-weight: 600;margin: 0 0 30px 0;}
.new_footer_design_sec_inner ul{display: block;}
.new_footer_design_sec_inner ul li{position: relative;display: inline-block;}
.new_footer_design_sec_inner ul li a{color: #0C0000A8;font-size: 18px;font-weight: 500;border-right: 1px solid rgba(112 112 112 / 0.28);padding-right: 30px;margin-right: 30px;}
.new_footer_design_sec_inner ul li:last-child a{border-right: none;padding-right: 0px;margin-right: 0px;}
.new_footer_design_sec_logo_sec{position: relative;padding-top: 10px;border-top: 1px solid #707070;    display: flex; align-items: center; justify-content: space-between;padding-bottom: 10px;}
.new_footer_design_sec_logo_sec_logo{position: relative;width: 250px;}
.new_footer_design_sec_logo_sec_logo img{width: 100%;}
.new_footer_design_sec_logo_sec_logo_para{position: relative;}
.new_footer_design_sec_logo_sec_logo_para p{font-size: 20px;margin: 0px;color: rgba(96 96 96 / 0.93);font-weight: 500;}
.inner_ftr_copy_sec_single_new_ftr ul{position: relative;}
.inner_ftr_copy_sec_single_new_ftr ul li{display: inline-block;padding-left: 10px;}
.inner_ftr_copy_sec_single_new_ftr ul li:last-child{padding-left: 15px;}
.inner_ftr_copy_sec_single_new_ftr ul li a{position: relative;color: #606060;}
.inner_ftr_copy_sec_single_new_ftr ul li a i{font-size: 20px;}
.inner_ftr_copy_sec_single_new_ftr ul li:last-child span{font-size: 20px;color: #606060;padding-right: 5px;}
.inner_ftr_copy_sec_single_new_ftr ul li:last-child select {font-size: 20px;background: #F9F9F9 url(../images/select.png) no-repeat 96% center; border: none;font-weight: 600;color: #606060; width: 50px;font-family: 'Poppins', sans-serif;appearance: none;background-size: 12px;}
.inner_ftr_copy_sec_single_new_ftr ul li:last-child select option{font-size: 14px;padding: 5px 0;}
.inner_ftr_copy_sec_single_new_ftr ul li:last-child select -webkit-input-placeholder {color: #606060 !important; opacity:1 !important;font-family: 'Poppins', sans-serif;}
.inner_ftr_copy_sec_single_new_ftr ul li:last-child select -moz-placeholder {color: #606060 !important; opacity:1 !important;font-family: 'Poppins', sans-serif;}
.inner_ftr_copy_sec_single_new_ftr ul li:last-child select -ms-input-placeholder {color: #606060 !important; opacity:1 !important;font-family: 'Poppins', sans-serif;}
.inner_ftr_copy_sec_single_new_ftr ul li:last-child select -moz-placeholder {color: #606060 !important; opacity:1 !important;font-family: 'Poppins', sans-serif;}


.new_footer_design_sec_logo_sec.new-footer {border-top: 0;}
.new_footer_design_sec_logo_sec.new-footer .new_footer_design_sec_logo_sec_logo {width: 155px;}
.new_footer_design_sec_logo_sec.new-footer .new_footer_design_sec_inner ul li a {font-size: 12px;padding-right: 10px;margin-right: 10px;}
.new_footer_design_sec_logo_sec.new-footer .new_footer_design_sec_logo_sec_logo_para p {font-size: 14px;}
.new_footer_design_sec_logo_sec.new-footer .new_footer_design_sec_inner {padding: 8px 0;}
.inner_ftr_copy_sec_single_new_ftr .inner_ftr_copy_sec_single_new_ftr ul li a i {font-size: 12px;}
.new_footer_design_sec_logo_sec.new-footer .inner_ftr_copy_sec_single_new_ftr ul li:last-child span {   font-size: 14px;}
.new_footer_design_sec_logo_sec.new-footer .inner_ftr_copy_sec_single_new_ftr ul li a i {font-size: 15px;}
.new_footer_design_sec_logo_sec.new-footer .inner_ftr_copy_sec_single_new_ftr ul li:last-child select {    font-size: 14px;}




.right_icn ul{display: flex;align-items: center;}
.right_icn ul li{padding-left: 15px;}
.icn_new_sec{position: relative;}


.sticky_header_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    padding: 20px 0;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
}
.sticky_header_home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
    padding: 20px 0;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
}



.client_dash_new_talent {
    position: relative;
    background: #FFF;
    box-shadow: 0 3px 6px #00000029;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    margin-top: -10px
}

.client_dash_new_talent_list {
    position: relative;
    text-align: center
}

.client_dash_new_talent_list ul {
    display: block;
    padding: 15px 0
}

.client_dash_new_talent_list ul li {
    display: inline-block;
    border-right: 1px solid rgba(112 112 112 / .49);
    padding-right: 15px;
    margin-right: 15px
}

.client_dash_new_talent_list ul li:last-child {
    border-right: none
}

.client_dash_new_talent_list ul li a {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.client_dash_new_talent_list ul li a.active {
    color: #007FEB
}
