
*{text-decoration:none !important; outline:0 !important; list-style:none !important;margin: 0;
  padding: 0;box-sizing: border-box; font-family: 'NunitoSans-Regular';}
body {
  color:#2b2a2a; 
  background:#ffffff; 
  font-family: 'NunitoSans-Regular';
  background-color: #fff;
}
body, html {
    width: 100%;
    height: 100%;
    /* overflow-x: hidden; */
}
h1,h2,h3,h4,h5,h6{font-family: 'NunitoSans-Bold';}
a,a:hover {transition:0.6s all !important;}

.form-control:focus {
  box-shadow: none; !important;
}
*, :before, :after{
  --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235/var(--tw-border-opacity));
    --tw-ring-inset: var(--tw-empty, );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}

@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('../fonts/NunitoSans-Regular.ttf'), 
    url('../fonts/NunitoSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans-Bold';
    src: url('../fonts/NunitoSans-Bold.ttf'), 
    url('../fonts/NunitoSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.ttf'), 
    url('../fonts/Nunito-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url('../fonts/Nunito-Bold.ttf'), 
    url('../fonts/Nunito-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Medium';
    src: url('../fonts/Nunito-Medium.ttf'), 
    url('../fonts/Nunito-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}*/



.topbar_out {
    padding: 17px 0px;
}
.main_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation {
    margin-left: -90px;
}
.navbar-collapse {
    display: flex;
    justify-content: flex-end;
}
.navbar-nav {
    list-style: none;
    display: flex;
    padding-left: 0;
}
.navbar-nav > li {
    font-family: 'NunitoSans-Regular';
    margin-right: 40px;
}
.navbar-light .navbar-nav .nav-link {
    color: #003567;
    font-size: 15px;
    font-family: 'NunitoSans-Regular';
}
.search-bar {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    border-radius: 110px;
    padding: 14px 35px;
    padding-right: 46px;
}
.search-bar input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    margin-left: 10px;
    width: 150px;
    font-family: 'NunitoSans-Regular';
}
.topbar_rightbtn {
    display: flex;
    align-items: center;
}
.language {
    margin-right: 30px;
    color: #13BFB7;
    border: inherit;
    font-family: 'NunitoSans-Regular';
}
.topbar_rightbtn > a {
    padding: 14px 35px;
    background-color: #13BFB7;
    border-radius: 30px;
    font-family: 'NunitoSans-Bold';
    color: #fff;
    font-size: 15px;
    transition: all 500ms ease;
}
.banner_mandiv{
  display: inline-block;
  width: 100%;
  background-color: #EBF6F6;
  padding: 110px 0px;
  margin-bottom: 90px;
  position: relative;
}
.banner_mandiv .row{
    align-items: end;
}
.banner_lefttext{
    display: inline-block;
    width: 100%;
}
.banner_lefttext h3{
    margin: 0px;
    font-size: 44px;
    color: #000;
    margin-bottom: 15px;
}
.banner_lefttext p{
    margin: 0px;
    font-size: 16px;
    color: #8E8E8E;
    margin-bottom: 15px;
    max-width: 484px;
}
.banner_lefttext a{
    display: inline-block;
    background-color: #13BFB7;
    padding: 19px 90px;
    font-family: 'NunitoSans-Bold';
    font-size: 19px;
    border-radius: 8px;
    color: #fff;
}
.banner_rightimg{
    display: inline-block;
    width: 100%;
}
.banner_rightimg img{
    width: 100%;
    border-radius: 190px 15px 15px 15px;
}

.banner_rightimg video{
    width: 100%;
    border-radius: 190px 15px 15px 15px;
}
#how_to_work{
    padding-top: 70px;
}
.webget_titlediv{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.webget_titlediv h3{
    margin: 0px;
    font-size: 32px;
    color: #000;
}
.webget_titlediv p{
    margin: 0px;
    color: #8E8E8E;
    font-size: 20px;
    margin-top: 14px;
}
.how_doesitwork{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.top_titleset{
    display: inline-block;
    width: 100%;
}
.top_titleset h2{
    display: inline-block;
    margin: 0;
    font-size: 35px;
    background-color: #13bfb7;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    line-height: 68px;
    color: #fff;
}
.request_mandiv{
    display: inline-block;
    width: 100%;
}
.request_mandiv h3{
    color: #000;
    font-size: 24px;
    margin: 14px 0px;
}
.request_mandiv p{
    margin: 0;
    color: #000;
    font-size: 16px;
}
.get_calldiv{
    display: inline-block;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 9px 0px #00000026;
    border-radius: 20px;
    padding: 30px 0px;
    background-color: #fff;
    margin-bottom: 110px;
    height: 161px;
    cursor: auto;
}
.get_calldiv img{
    width: 60px;
}
.get_calldiv h3{
    font-family: 'NunitoSans-Regular';    
    color: #000;
    font-size: 20px;
    margin: 11px 0px;
}
.get_calldiv p{
    margin: 0;
    color: #000;
    font-family: 'NunitoSans-Regular';
    font-size: 15px;
}
.specialities_box{        
    width: 85%;
    margin: 0 auto;
    text-align: center;
    /*box-shadow: 0px 0px 9px 0px #00000026;*/
    border-radius: 20px;
    padding: 30px 0px;
    background-color: #fff;
    padding-top: 0px;
    margin-bottom: 60px;
}
.specialities_box img{
    width: 60px;
    margin-bottom: 25px;
}
.specialities_box p{
    margin: 0px;
    color: #000;
    font-size: 20px;
    font-family: 'NunitoSans-Regular';
}
.lawyers_mandiv{
    display: inline-block;
    width: 100%;
    background-color: #EBF6F6;
    padding: 100px 0px;
    margin-top: 50px;
}
.lawyers_categorie{
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
}
.inner_lawyers{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.inner_lawyers span{
    display: inline-block;
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 100%;
    /*box-shadow: 0px 0px 11px 0px #0000002e;*/
    line-height: 150px;
}
.inner_lawyers span img{
    width: 60px;
}
.inner_lawyers h3{
    font-family: 'NunitoSans-Regular';
    font-size: 20px;
    margin: 0;
    color: #000;
    margin: 14px 0px;
}
.inner_lawyers p{
    margin: 0;
    color: #8E8E8E;
    font-size: 19px;
}
.mobile_appimg{
    display: inline-block;
    width: 100%;
}
.mobile_appimg img{
    width: 360px;
}
.app_updates_info{
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}
.app_updates_info h3{
    font-size: 44px;
    margin: 0;
    color: #000;
    margin-bottom: 20px;
}
.app_updates_info p{
    margin: 0px;
    color: #8E8E8E;
    font-size: 20px;
    margin-bottom: 30px;
}
.app_updates_info a{
    margin-right: 10px;
}
.app_updates_info a img{
width: 193px;
height: 61px;
object-fit: cover;
}
/*login*/
.enter_textbox{
    display: flex;
    width: 100%;
    background-color: #EBF6F6;
    height: 130px;
    align-items: center;
    margin-bottom: 50px;
}
.enter_textbox h3{
    margin: 0px;
    color: #000;
    font-size: 30px;
    font-family: 'NunitoSans-Regular';
}
.login_inputset{
    display: inline-block;
    width: 100%;
}
.login_inputset p{
    margin-bottom: 11px;
    color: #003567;
    font-family: 'NunitoSans-Regular';
    font-size: 16px;
}
.login_inputset input{
    border: 0;
    border-radius: 0;
    padding: 17px 27px;
    color: #131313;
    background-color: #F8F8F8;
    font-size: 16px;
    font-family: 'NunitoSans-Regular';
    width: 540px;
}
.login_inputset .form-group{
    margin-bottom: 20px;
}
.login_inputset a{
    display: inline-block;
    background-color: #13BFB7;
    border-radius: 60px;
    padding: 17px 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: 'NunitoSans-Bold';
}


.login_inputset .commen_button{
    display: inline-block;
    background-color: #13BFB7;
    border-radius: 60px;
    padding: 17px 50px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: 'NunitoSans-Bold';
    box-shadow: none;
    border: 0;
    margin-top: 0;
    margin-bottom: 50px;
}



.login_inputset a button{
    margin-top: 0 !important;
    border: 0;
    background-color: transparent;
    color: #fff;
    width: auto !important;
}
.account_register{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.account_register p{
    color: #003567;
    font-size: 17px;
    margin: 0;
}
.account_register p a{
    color: #003567;
    font-family: 'NunitoSans-Regular';
}
.login_inputset select {
    border: 0;
    border-radius: 0;
    padding: 17px 27px;
    color: #003567;
    background-color: #F8F8F8;
    font-size: 16px;
    font-family: 'NunitoSans-Regular';
    width: 540px;
    cursor: pointer;
}
.login_inputset .form-select {
    margin-bottom: 40px;
    box-shadow: none;
}
.country_detilsbox{
    display: inline-block;
    width: 100%;
}
.country_detilsbox .login_inputset input{
    width: 100%;
}
.sign_coverdiv{
    width: 580px;
    margin: 0 auto;
}
.sign_coverdiv .login_inputset input{
    width: 100%;
}
.have_accounttext{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}
.have_accounttext p{
    margin: 0px;
    color: #003567;
    font-size: 17px;
}
.have_accounttext p a{
    color: #003567;
    font-family: 'NunitoSans-Regular';
}
.have_accounttext a{
    color: #003567;
    font-family: 'NunitoSans-Bold';
    font-size: 17px;
}
.login_withbox{
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 30px;
}
.login_withbox span{
    color: #666666;
    font-size: 16px;
}
.login_withbox span:after{
    content: '';
    background-color: #E6E6E6;
    width: 230px;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12px;
}
.login_withbox span:before{
    content: '';
    background-color: #E6E6E6;
    width: 230px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
}
.google_btndivbox{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.google_btndivbox a{
    width: 100%;
    display: inline-block;
    border: 2px solid #EFEFEF;
    padding: 13px 12px;
    border-radius: 10px;
}
.google_btndivbox a img{
    width: 72px;
}
.create_account{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.create_account p{
    margin: 0px;
    color: #666666;
    font-size: 18px;
}
.create_account p a{
    color: #000000;
}
.appupdates_mandiv{
    display: inline-block;
    width: 100%;
    margin: 180px 0px;
}
.appupdates_mandiv .row{
    align-items: center;
}
.partner_bgdiv{
    display: inline-block;
    width: 100%;
    background-color: #EBF6F6;
    padding: 70px 0px;
    text-align: center;
    margin-bottom: 70px;
}
.partner_bgdiv h3{
    margin: 0px;
    color: #000;
    font-size: 45px;
    margin-bottom: 15px;
}
.partner_bgdiv p{
    color: #8E8E8E;
    font-size: 18px;
    margin: 0px;
}
.supports_logo{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.supports_logo img{
    width: 310px;
    height: 120px;
    object-fit: contain;
}
.sub_banner{
    display: inline-block;
    width: 100%;
}
.bloge_divbox{
    display: inline-block;
    width: 100%;
    margin-bottom: 70px;
}
.bloge_divbox img{
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
}
.bloge_divbox h3{       
    font-size: 25px;
    color: #000;
    font-family: 'NunitoSans-Regular';
    margin: 14px 0px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bloge_divbox p{
    color: #8E8E8E;
    font-size: 20px;
    margin: 0;
}
.bloge_divbox a{
    float: right;
    color: #13BFB7;
    font-size: 17px;
    font-family: 'NunitoSans-Bold';
    margin-top: 11px;
}
.contact_mandiv{
    display: inline-block;
    width: 100%;
}
.getintouch_leftbox{
    display: inline-block;
    float: left;
    width: 70%;
    box-shadow: 0px 0px 9px 0px #00000026;
    padding: 39px 60px;
    border-radius: 22px;
    border-radius: 40px 0px 0px 40px;
}
.gettouch_title{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.gettouch_title h3{
    margin: 0px;
    color: #000;
    font-size: 40px;
    margin-bottom: 14px;
}
.gettouch_title p{
    margin: 0px;
    color: #003567;
    font-size: 18px;
}
.contact_inputdiv{
    display: inline-block;
    width: 100%;
}
.contact_inputdiv .login_inputset input{
    width: 100%;
}
.contact_inputdiv .login_inputset textarea{
    border: 0;
    border-radius: 0;
    padding: 17px 27px;
    color: #131313;
    background-color: #F8F8F8;
    font-size: 16px;
    font-family: 'NunitoSans-Regular';
    resize: none;
}
.sendmessage_btn{
    display: inline-block;
    width: 100%;
}
.sendmessage_btn a{
    display: inline-block;
    background-color: #13BFB7;
    border-radius: 60px;
    padding: 15px 35px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-family: 'NunitoSans-Bold';
}
.right_contactus{
    display: inline-block;
    width: 30%;
    background-color: #003567;
    float: right;    
    padding: 50px 40px;
    padding-bottom: 9px;
}
.right_contactus .gettouch_title h3{
    color: #fff;
    margin-bottom: 0px;
}
.contact_infodiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
}
.contact_infodiv h4{
    margin: 0px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.contact_infodiv p{
    margin: 0px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact_infodiv a{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;   
}
.map_setdiv{
   display: inline-block; 
   width: 100%;
   margin-top: 70px;
}
.map_setdiv img{
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.consultation_title{
    font-size: 28px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.translatorslist_filter .startconsultation_mandiv{
    height: 200px;
}
.rating_ulset{
    padding-left: 73px;
    margin-bottom: 0px;
}
.rating_ulset li{
    letter-spacing: -1px;
}
.startconsultation_mandiv{
    display: inline-block;
    width: 100%;
    background-color: #fff;
    /*box-shadow: 0px 0px 7px 2px #0000001a;*/
    padding: 20px;
    border-radius: 13px;
    margin-bottom: 30px;
    position: relative;
    height: 178px;
    cursor: pointer;
}
.consultation_checkbox{
    position: absolute;
    right: 0;
    top: 0;
}
.consultation_checkbox input{
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 100%;
}
.lawyer-checkbox {
  /* Default style reset */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  width: 20px;
  height: 20px;
  border: 1px solid #97BBBB;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}

.lawyer-checkbox:checked {
    background-color: #13bfb7;
    border-color: #13bfb7;
    position: relative;
}

.lawyer-checkbox:checked::after {
    content: "✓";
    color: #fff;
    font-size: 0px;
    position: absolute;
    left: 3px;
    top: -2px;
}

.translator-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #97BBBB;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: 0.2s;
}
.translator-checkbox:checked {
    background-color: #13bfb7;
    border-color: #13bfb7;
    position: relative;
}
.translator-checkbox:checked::after {
    content: "✓";
    color: #fff;
    font-size: 0px;
    position: absolute;
    left: 3px;
    top: -4px;
}
.background_colorsetdiv .form-check-input:checked {
    background-color: #13bfb7;
    border-color: #13bfb7;
}
.scroll-down-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  animation: fadeInOut 2s infinite;
  transition: opacity 0.5s ease;
}

.scroll-down-indicator i {
  font-size: 68px;
  color: #000; /* or white based on background */  
}
.lawyer_mapicon{
    display: inline-block;
    width: 100%;
}
.lawyer_mapicon iframe{
    width: 100%;
}
/* Fade in-out keyframes */
@keyframes fadeInOut {
  0%, 100% {
    opacity: 0.2;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) translateY(10px);
  }
}

/* Hide effect */
.scroll-down-indicator.hide {
  opacity: 0;
  pointer-events: none;
}

.acrolldown_set{
    position: absolute;
    right: 40px;
    top: 40px;
}
.acrolldown_set a{
    background-color: #13bfb7;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    font-size: 43px;
    line-height: 3px;
    text-align: center;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.morefilters_scrollbor{
    height: 500px;
    overflow: auto;
    padding: 25px;
}
.morefilters_scrollbor .subtext{
    display: none;
}
.filter_moredivbox{
    padding: 25px;
    padding-bottom: 0px;
}
.business_profile{
    display: inline-block;
    width: 100%;
    position: relative;
}
.business_profile img{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.business_profile h3{
    margin: 0px;
    color: #13bfc7;
    font-size: 20px;
    padding-left: 73px;
    margin-bottom: 4px;
}
.business_profile p{
    margin: 0px;
    color: #6d6d6d;
    font-size: 14px;
    padding-left: 73px;
}
.business_profile span{
    padding-left: 73px;
    color: #6d6d6d;
}
.business_profile span i{
    color: #C19B5F;
    font-size: 12px;
}
.about_textset{
    width: 100% !important;
}
.lawyer_textbox{
    display: inline-block;
    width: 100%;
    border-top: 0px solid #EBEBEB;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}
.lawyer_textbox p{
    margin: 0;
    color: #000;
    font-size: 16px;    
    margin-bottom: 9px;
    width: 50%;
    float: left;
}
.lawyer_textbox span{
    margin: 0;
    color: #000;
    font-size: 16px;
    margin-top: 0px;
    display: inline-block;
    font-family: 'NunitoSans-Bold';
}
.choose_lawyerbtn{
    display: inline-block;
    width: 100%;
    text-align: right;
}
.choose_lawyerbtn a{
    display: inline-block;
    background-color: #13bfc7;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 16px;
}
.meet_button{
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.meet_button a{
    width: 100%;
    display: inline-block;
    background-color: #D9ECEC;
    padding: 18px 0px;
    color: #000;
    font-size: 15px;
    font-family: 'NunitoSans-Bold';
    text-align: center;
    border-radius: 70px;
}
.meet_button a i{
    color: #7D7D7D;
    font-size: 18px;
    margin-left: 12px;    
}
.meet_button a img{
    float: left;
    margin-left: 50px;
}
.background_colorsetdiv{
    background-color: #f5f6f7;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}
.methodenter_textbox{
    display: flex;
    width: 100%;
    background-color: #EBF6F6;
    height: 100px;
    align-items: center;
    margin-bottom: 50px;
}
.methodenter_textbox h3{
    display: inline-block;
    margin: 0px;
    font-size: 27px;
    color: #000;
}
.methodenter_textbox ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.methodenter_textbox ul li{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.methodenter_textbox ul li a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 34px;
    height: 34px;
    border-top: 1px solid #97BBBB;
    border-right: 1px solid #97BBBB;
    background: #f5f6f7;
    transform: translateY(-50%) rotate(45deg);   
}
.methodenter_textbox ul li .filtersModals a:after{
    display: none;
}
.methodenter_textbox ul .consultation_method a:after{
    background: #13bfc7;
}
.methodenter_textbox ul li .active-date-btn:after{
    background: #13bfc7;
}
.methodenter_textbox ul li .active-filters-btn:after{
    background: #13bfc7;
}
.methodenter_textbox ul li .apply_footerbtn a:after{
    display: none;
}
.methodenter_textbox ul li a{
    display: inline-block;
    border: 1px solid #97BBBB !important;
    background: #D9ECEC;
    padding: 12px 28px;
    color: #000;
    font-size: 16px;
    border-radius: 4px;
    background-color: transparent !important;
    position: relative;
}
.methodenter_textbox .custam_radiobtn .radiocontainer{
    padding: 0px 7px;
    padding-left: 38px;
}
.methodenter_textbox .custam_radiobtn .radiocontainer .checkmark:after{
    border-width: 0 0px 0px 0;
}
.openDateModal.active-date-btn{
    background-color: #13bfc7 !important;
    background-color: #13bfc7 !important;
}
.consultation_card{    
    background-color: #fff;
    width: 400px;
    position: absolute;
    top: 61px;
    padding: 25px;
    border-radius: 10px;
    /*box-shadow: 0px 0px 1px 1px #0000000d;*/
    z-index: 1111;
    box-shadow: 0 14px 40px rgb(0 0 0 / 34%);
}
.consultation_card h4{
    margin: 0px;
    color: #000;
    font-size: 24px;
    font-family: 'NunitoSans-Regular';
    margin-bottom: 4px;
}
.consultation_card .subtext{
    margin: 0px;
    color: #B2B2B2;
    font-size: 18px;
}
.custam_radiobtn{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.custam_radiobtn .radiocontainer {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
    font-family: 'NunitoSans-Regular';
}

.custam_radiobtn .radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custam_radiobtn .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
}

.custam_radiobtn .radiocontainer input:checked ~ .checkmark {
  background-color: #fff;
}

.custam_radiobtn .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custam_radiobtn .radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custam_radiobtn .radiocontainer .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #6AB9B9;
}
.apply_footerbtn{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ECECEC;
    padding-top: 20px;
    margin-top: 9px;
    text-align: right;
}
.apply_footerbtn a{
    display: inline-block;
    background-color: #6AB9B9;
    color: #fff;
    padding: 11px 22px;
    border-radius: 6px;
    font-size: 17px;
}
.apply_footerbtn .clear_btn{
    background-color: #13bfc7 !important;
    color: #000 !important;
    padding: 10px 15px;
    border: 0px solid #97BBBB !important;
    width: 133px;
    text-align: center;
}
.apply_footerbtn .clear_btn:hover{
    background-color: #13bfc7 !important;
    border-color: #13BFB7;
}
.apply_footerbtn .apply_btn{
    float: right;
    margin-left: 12px;
    width: 133px;
    background-color: #13bfc7 !important;
    color: #000 !important;
}
.consultation_card.lawyerspecialty{
    left: -50px;
}
.custam_checkbox.hide_spe_checkbox{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.custam_checkbox{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ECECEC;
    padding-top: 15px;
}
.custam_checkbox .checkcontainer {
  display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
    font-family: 'NunitoSans-Regular';
}

/* Hide the browser's default checkbox */
.custam_checkbox .checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custam_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 27px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

/* When the checkbox is checked, add a blue background */
.custam_checkbox .checkcontainer input:checked ~ .checkmark {
    background-color: #6AB9B9;
    border: 1px solid transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custam_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custam_checkbox .checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custam_checkbox .checkcontainer .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*login*/





/*Reviews Modal Css*/
/*Reviews Modal Css*/
.reviews_modaldiv .modal{
    background-color: transparent;
}
.reviews_modaldiv .modal-footer{
    padding: 20px 0px 30px;
    border-top: 0px solid #dee2e6;
    justify-content: flex-start;
    padding-bottom: 0px;
}
.reviews_modaldiv .modal-footer .btn-primary{
    margin: 0;
    background-color: #003567;
    border-color: #003567;
    padding: 8px 60px;
    border-radius: 18px;
}
.reviews_modaldiv .modal-header{
    border-bottom: 0;
    padding: 0px 0px;
}
.reviews_modaldiv .modal-body{
    padding: 0px 0px;
    padding-top: 30px;
    text-align: left;
}
.reviews_modaldiv .btn-close{
    opacity: 10;
}
.reviews_modaldiv .modal-body i{
    color: #C19B5F;
    font-size: 33px;
    margin-right: 5px;
}
.reviews_modaldiv .modal-body .form-group {
    margin-top: 30px;
}
.reviews_modaldiv .modal-body .form-group p {
    margin: 0px;
    color: #393939;
    font-size: 17px;
    font-family: 'NunitoSans-Regular';
    margin-bottom: 8px;
}
.reviews_modaldiv .modal-body .form-group textarea{
    box-shadow: 0px 0px 4px 2px #1921fa26;
    width: 100%;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    border: 0px;
    padding: 12px 15px; 
    resize: none;
    height: 180px;
}
.reviews_modaldiv .modal-dialog{
    max-width: 590px;
}
.modal-content{
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 21px;
}
/*Reviews Modal Css*/
/*Reviews Modal Css*/



/* media queries */

@media (max-width: 1199px){
    
}
@media (max-width: 991px){
   
}
/* media queries */



.blog_covermandiv {
    display: inline-block;
    width: 100%;    
}
.blog_leftdivbox {
    float: left;
    width: 100%;
    padding-right: 0px;
}
.blogdetails_textbox {
    display: inline-block;
    width: 100%;
}
.blogdetails_textbox h3 {
    margin: 0px;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.entry_detils {
    display: inline-block;
    width: 100%;
}
.entry_detils p {
    margin: 0px;
    display: inline-block;
    font-size: 16px;
    margin-right: 22px;
}
.entry_detils p a {
    color: #626262;
}
.blogmagazine_textdiv {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}
.blogmagazine_textdiv img {
    width: 100%;
    height: 592px;
    object-fit: cover;
}
.entry_contentbox {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 50px;
}
.entry_contentbox p {
    color: #626262;
    font-size: 16px;
    margin: 0px;
    line-height: 26px;
    margin-bottom: 20px;
}
.entry_contentbox h2 {
    margin: 0px;
    color: #000;
    font-size: 30px;
    line-height: 35px;
    margin: 33px 0px 12px;
}
.entry_contentbox h3 {
    margin: 0px;
    color: #000;
    font-size: 21px;
    margin-bottom: 11px;

}

.task_img img{
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}


   .admin-contact-box {
    margin-top: 15px;
    padding: 15px;
    background: #f2f6f7;
    border-radius: 12px;
    width: 350px;
    font-size: 15px;
    color: #333;
    position: absolute;
    left: 0;
    bottom: -110px;
}
button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/*login*/

.setapplynow_formdiv{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
#translator-choice .form-check{
    margin-bottom: 11px;
    font-size: 25px;
}
#translator-choice .form-check .form-check-label{    
    font-size: 18px;
    color: #000;
}

/*persian arabic css*/
/*.methodenter_textbox .custam_radiobtn .radiocontainer {
    padding: 0px 7px;
    padding-left: 0;
    padding-right: 48px;
}
.custam_checkbox .checkcontainer{
    padding-left: 0;
    padding-right: 50px;
}
.methodenter_textbox ul {
    float: left;
}
.business_profile img{
    right: 0;
}
.business_profile h3{
    padding-left: 0px;
    padding-right: 63px;
}
.business_profile p{
    padding-left: 0px;
    padding-right: 63px;
}
.business_profile span{
    padding-left: 0px;
    padding-right: 63px;
}
.consultation_checkbox {    
    right: auto;    
    left: 0;
}
.consultation_card.lawyerspecialty .checkboxcontainer{
    padding-left: 0;
    padding-right: 45px;
}
.topbar_rightbtn select{
    margin-left: 10px !important;
    margin-right: 0;
}*/
/*persian arabic css*/





/* media queries */

@media (max-width: 1199px){
    
}
@media (max-width: 991px){ 
    .banner_rightimg video {
        width: 100%;
    }
    .consultation_card{
        width: 100% !important;
    }   
    .methodenter_textbox ul li span{
        z-index: 1;
        position: relative;
    }
    .methodenter_textbox ul li a:after {        
        right: 0;
        margin: 0 auto;
        left: 0;
        width: 23px;
        height: 23px;        
        transform: translateY(55%) rotate(135deg);
    }
    .methodenter_textbox ul li a{        
        padding: 12px 28px;        
        font-size: 16px;
        width: 100%;
    }
    .methodenter_textbox ul li {    
        width: 100%;
        margin-bottom: 30px;
    }
    .methodenter_textbox ul {    
        width: 100%;
        padding-top: 22px;
    }
    .topbar_rightbtn{
        justify-content: center;
    }
    .supports_logo {    
        margin-bottom: 20px;
    }
    .app_updates_info a img {    
        margin-bottom: 15px;
    }
    .app_updates_info p {
        font-size: 17px;
        margin-bottom: 23px;
    }
    .app_updates_info h3 {
        font-size: 33px;    
        margin-bottom: 20px;
    }
    .app_updates_info {    
        margin-top: 40px;
        text-align: center;
    }
    .mobile_appimg img {
        width: 100%;
    }
    .appupdates_mandiv {    
        margin: 70px 0px;
        margin-bottom: 30px;
    }
    .inner_lawyers span {    
        width: 140px;
        height: 140px;    
        line-height: 140px;
    }
    .inner_lawyers {    
        margin-bottom: 30px;
    }
    .lawyers_mandiv {    
        padding: 50px 0px;
        margin-top: 30px;
    }
    .specialities_box p {        
        font-size: 17px;
    }
    .specialities_box img{
        margin-bottom: 15px;
    }
    .specialities_box{
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 30px
    }
    .webget_titlediv {    
        margin-bottom: 20px;
    }
    .request_mandiv h3 {    
        font-size: 21px;
        margin: 8px 0px;
    }
    #how_to_work {
        padding-top: 20px;
    }
    .scroll-down-indicator{
        bottom: 0px;
    }
    .banner_lefttext a{
        padding: 11px 90px;    
        font-size: 15px;
    }
    .banner_lefttext h3{
        font-size: 33px;
    }
    .how_doesitwork{
        margin-bottom: 50px;
    }
    .banner_lefttext {    
        margin-bottom: 30px;
    }
    .get_calldiv {
        margin-bottom: 40px;
        height: auto;
        cursor: auto;
    }
    .webget_titlediv h3 {    
        font-size: 30px;
    }
    .banner_mandiv {    
        padding: 50px 0px;
        margin-bottom: 50px;
    }
    .navigation{            
        float: right;
    }
    .topbar_leftlogo{
        display: inline-block;
    }
    .main_topbar {
        display: inline-block !important;    
        width: 100%;
    }
}
/* media queries */


.language-dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Inter', sans-serif;
}

/* Main button */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #003567; /* adjust for dark/light header */
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  padding: 6px 8px;
  border-radius: 8px;
  transition: background 0.2s;
}

.lang-toggle:hover {
  background: rgba(0, 53, 103, 0.08);
}

.arrow-icon {
  transition: transform 0.2s ease;
}

.language-dropdown.open .arrow-icon {
  transform: rotate(180deg);
}

/* Dropdown card */
.lang-menu {
  display: none;
  position: absolute;
  top: 115%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  min-width: 220px;
  padding: 10px 0;
  z-index: 200;
}

.language-dropdown.open .lang-menu {
  display: block;
}

/* Dropdown arrow tip */
.lang-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -2px -2px 4px rgba(0,0,0,0.05);
}

/* List styling */
.lang-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lang-menu li {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 15px;
  color: #003567;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}

.lang-menu li:hover {
  background: #f3f6fa;
}

.lang-menu li.active {
  background: #f0f5ff;
}

.checkmark-lang {
  color: #0066cc;
  opacity: 0;
}

.lang-menu li.active .checkmark-lang {
  opacity: 1;
}

/* 🌍 RTL Support */
[dir="rtl"] .lang-toggle {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .lang-menu {
  left: auto;
  right: 0;
}

[dir="rtl"] .lang-menu::before {
  left: auto;
  right: 20px;
}

[dir="rtl"] .lang-menu li {
  flex-direction: row-reverse;
  text-align: right;
}

[dir="rtl"] .checkmark-lang {
  transform: rotateY(180deg);
}

[dir="rtl"] .menu-title {
  text-align: right;
}





