/*CSS*/

/*Aside Coloum*/


.certified_div{border:1px solid #eaeaea;border-radius: 4px;height: 100%;padding: 15px 5px;}
.newsIcon{width: 115px; height: 26px;background: url(../images/news-publisher-logos1.webp) no-repeat; display: inline-block}
.clutchIcon{background-position: 0px 0px;width: 80px; height: 80px;background: url(../images/clutch-logo1-2024.webp) no-repeat;background-size: cover}
.memberIcon{background-position: -19px -328px;height: 72px;background-size: 135px;width: 100px}
.clientIcon{width: 100%; height: 70px; margin-bottom: 5px; background: url(../images/home-client-logo.webp) no-repeat; display: inline-block;background-position: center;background-size: 100%;filter: grayscale(1)}


/*Thanks Modal*/
.thanks_modal_box{background-color: #f4f4f4;max-width: 350px;width: 100%;margin: 40px auto 0px;border-radius: 20px;position: fixed;top: 0;left: 50%;transform: translate(-50%, 0%);z-index: 3;display: none} 
.thanks_modal_box:before{content: "";display: block;width: 100%;height: 100%;border-radius: 20px;position: absolute;z-index: -1;box-shadow: 0px 0px 0px 100vw #00000094}
.thanks_modal_box .modal_header .close_modal{background-color: #f4f4f4;color: #000;border:1px solid #fff;border-radius: 100px;font-size: 22px;width: 30px; height:30px;position: absolute;top: -10px;right: -10px;cursor: pointer}
.thanks_modal_box .modal_header .close_modal span{display: block;margin-top: -5px}
.thanks_modal_box .modal_header .close_modal:hover{background-color: #ff0000;color: #fff}
.thanks_modal_box .modal_body .thanks_title{color:#13679e}


/*Footer*/
footer{background: #f4f4f4}
.footer_row1{border-bottom: 1px solid #dee2e6}
.select_location select{width:100%;font-size:16px;appearance: auto;color: #495057;padding: 8px 12px;border-radius: 4px;font-weight: 400;border: 1px solid #ced4da;outline: none}
.border_right_left {border-right: 1px solid #dee2e6;border-left: 1px solid #dee2e6}
.contact_para{color:#333}
.contact_para a{color:#3a3939}
.contact_para a:hover{color:#0667ac}
address{font-style: normal;margin-bottom: 16px}
.footer_logo img{filter: grayscale(1)}
.footer_links .footer_pagelinks a{display:inline-block;padding: 0px 14px;font-size: 13px;color: #3a3939;transition: all ease .3s}
.footer_links .footer_pagelinks_3 a{padding: 5px 8px}
.footer_links .footer_pagelinks a.ps_10{padding-left: 10px}
.footer_links .footer_pagelinks a:hover{color:#0667ac}
footer.footer_copy_Right{background: #eaeaea}
.footer_social_links a{display: inline-block;color: #123D63;margin: 0px 6px}
.footer_social_links a svg{fill:#898989}
.footer_social_links a.youtube svg{margin-top: 6px}
.move_top{width: 40px;height: 40px;background:#aeb3be;color:#fff;padding: 4px;border-radius: 4px;border:none;position: fixed;bottom: 150px;right: 30px;opacity: 0;cursor: pointer;transition: all ease .3s;outline: none}
.move_top:hover{background-color: #91949b;transform: translateY(-5px)}
.move_top svg{vertical-align: middle;font-size: 16px}
.opacity_1{opacity: 1}


/*Become A Client Form*/

.sample_form_div {background: #f6f8ff;border-radius: 20px;border: 5px solid #0569ad}
.sample_form_div .title {color: #003367;font-size: 18px;font-weight: 500;text-align: center;margin: 0px 0px 10px 0px;display: flex;justify-content: center;align-items: center}
.sample_form_div .title span {color: #D82500}
.sample_form_div .input_div {margin-bottom: 20px;}
.sample_form_div .input_div .form-control {background-color: #f6f8ff;display: block;width: 100%;font-size: 16px;border: 0px;border-bottom: 1px solid #b1bfcd;box-shadow: none;outline: none;padding: 5px 12px;border-radius: 0px}
.sample_form_div .input_div select.form-control {font-size: 14px;}
.sample_form_div .input_div .form-control::placeholder {font-size: 14px;color: #111}
.sample_form_div .input_div .alert_text {font-size: 12px;color: #D82500;position: absolute;top: 38px;left: 12px;display: none}
.sample_form_div .input_div .message_field_alert {top:35px}
.sample_form_div .aside_form_btn {background-color: #ffd44d;color: #0f1111;border: 1px solid #ffd44d;font-size: 16px;font-weight: 500;padding: 15px 0px;border-radius: 100px;line-height: normal;width: 100%;cursor: pointer}
.sample_form_div .aside_form_btn:hover {background-color: #f5c940;color: #0f1111;border: 1px solid #f5c940}
.sample_form_div .aside_form_btn svg {stroke: #0F1111}
.sticky_aside_Div {position: fixed;top: 20px;display: block}