/*===========common css start here=============*/
html,body{height:100%; width:100%; background: white;}
*{margin:0; padding:0;}
body{font-family: SegoeUI;}
img, fieldset{border:none;}
a:focus{outline:none; box-shadow: none;} 
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited { text-decoration: none;}

a, a:link {color: #008285;}
.p1 a {text-decoration: underline}
a:hover, a:visited {color: #004e63}

ul,ol{ margin:0; padding:0; list-style:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal; margin-top:0;}
.fw{ float:left; width:100%;}
.no-pad{ padding:0 !important;}
.no-pad-left{ padding-left:0 !important;}
.no-pad-right{ padding-right:0 !important;}
figure{margin: 0; padding: 0;}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@font-face {
          font-family: SegoeUI;
          src:
              local("Segoe UI"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
          font-weight: 400;
      }

      @font-face {
          font-family: SegoeUI;
          src:
              local("Segoe UI Bold"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
          font-weight: 600;
      }

      @font-face {
          font-family: SegoeUI;
          src:
              local("Segoe UI Semibold"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
              url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
          font-weight: 700;
      }

@font-face{ font-family: 'Montserrat-Light'; src:url('/wp-content/uploads/2021/07/Montserrat-Light.ttf') }

@font-face{ font-family: 'Montserrat-Regular'; src:url('/wp-content/uploads/2021/07/Montserrat-Regular.ttf') }

@font-face{ font-family: 'Poppins-Light'; src:url('/wp-content/uploads/2021/07/Poppins-Light.otf') }

@font-face{ font-family: 'Poppins-Medium'; src:url('/wp-content/uploads/2021/07/Poppins-Medium.otf') }

/*===========common css end here=============*/
.banner_sec .wpcf7-form .wpcf7-hidden[value="CONTACT"] + p {
    display: none;
}
.page-template-30_second_test_distraction_free_v8_no_win_top .\33 0_second_footer_menu {
  display: none !important;
}
.accident_claim_form .dropdown {
    color: #fff;
    padding: 0 0 10px;
}
.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}
.accident_claim_form .dropdown h6 {
    font-size: 15px;
    font-weight: 500;
    background-color: #fff;
    width: 100%;
    font-family: 'Comfortaa';
    margin: 0;
    transition: 0.3s;
    display: inline-block;
    padding: 15px;
    position: relative;
    color: rgba(0,0,0,0.7);
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.accident_claim_form .dropdown .hida:before {
    border-top: 5px solid #000;
    position: absolute;
    content: "";
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 22px;
}
.dropdown ul {
  margin: -5px 0 0 0;
}
.accident_claim_form .dropdown li span {
    font-size: 12px;
    color: #000;
    font-family: 'Comfortaa';
    font-weight: 500;
}
.accident_claim_form .dropdown li input {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    border: 1px solid transparent;
    vertical-align: middle;
    margin-top: -5px;
    background: rgba(0,0,0,0.1);
}
.accident_claim_form .dropdown input[type=checkbox]:after {
    top: 0;
    border: 2px solid #222;
    border-top: 0;
    border-left: 0;
    transform: rotate(40deg);
}
.accident_claim_form .dropdown li input:focus {
    outline: none;
}
.dropdown dd {
  position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.dropdown dt a {
  background-color: #4F6877;
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 272px;
}
.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}
.dropdown dd ul {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edbca6',GradientType=1 );
    border: 0;
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 15px 2px 5px;
    position: absolute;
    top: 0;
    width: 100%;
    list-style: none;
    overflow: auto;
    z-index: 9;
}
.dropdown dd ul li {
    display: inline-block;
    width: 48%;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #fff;
}

.accident_claim_form {
    position: relative;
}

.accident_claim_form .phoneblock {
    position: absolute;
    right: 20px;
    color: white;
    top: 11px;
}

.accident_claim_form .phoneblock .icon {
    top: 11px;
    left: -26px;
    transform: rotate(331deg);
    right: initial;
}

.accident_claim_form .phoneblock .icon i {
    font-size: 150%;
}

.accident_claim_form .phoneblock a {
    color: white;
}

.accident_claim_form .phoneblock .text {
    text-align: right;
    line-height: 22px;
}

@media (max-width: 1599.98px) {
    .accident_claim_form .phoneblock {
        font-size: 90%;
    }
}

.accident_claim_form .info {
    font-size: 12px;
    margin-top: 10px !important;
}

.accident_claim_form .info i {
    padding-right: 10px;
}


.accident_claim_form .lady {
    background: url('/wp-content/uploads/2021/07/ach-form-lady.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 140px;
    height: 200px;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

div.wpcf7[id^='wpcf7-f11281'] form {
    padding: 20px;
}

div.wpcf7[id^='wpcf7-f11281'] form > br {
    display: none;
}


.four-o-four {
    margin-top: 120px;
    margin-bottom: 100px;
}

/*===========header css start here=============*/
/*
section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding: 0 200px;
}
*/
.ekit-template-content-header section.elementor-section.elementor-section-boxed > .elementor-container, .ekit-template-content-footer section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 90px;
}
section.elementor-section.elementor-section-boxed > .elementor-container section.elementor-section .elementor-container {
    max-width: 100%;
    padding: 0;
}
.elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-menu-container {
    height: auto;
}
.home .ekit-template-content-header {
    z-index: 9;
    background: transparent;
    box-shadow: none;
}
.ekit-template-content-header {
    background: #fff;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0; 
}
.shrink .header_sec {
    background: #F8F7F7 !important;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
}
body.home.shrink .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    color: #000;
}
.home.shrink .ekit-template-content-header .elementor-widget-image .elementor-image img {
    display: none;
}
.home.shrink .header_sec .elementor-image a {
    background: url(/wp-content/uploads/2021/03/logo-1.png);
    height: 61px !important;
    background-repeat: no-repeat;
}
.home.shrink .header_sec {
    background: #F8F7F7 !important;
}
.home .header_sec {
    background-color: transparent !important;
}
.banner_excellent {
    background-color: transparent !important;
    margin-top: -70px;
}
.banner_excellent .elementor-image {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding: 12px 0;
    width: 900px;
    margin: 0 auto;
}
body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    color: #000;
    padding-bottom: 10px;
}
body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li.current-menu-ancestor > a, .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li a:hover {
    color: #f26722;
}
body.home .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    color: #fff;
}
body.home .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li.current-menu-ancestor > a, body.home .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li a:hover {
    color: #000;
}
.ekit-template-content-header .elementor-image a {
    background: url(/wp-content/uploads/2021/03/logo-1.png);
    background-repeat: no-repeat;
    height: 62px;
    width: 230px;
}
.ekit-template-content-header .elementor-image img {
    display: none;
}
.home .ekit-template-content-header .elementor-image img {
    display: block;
}
.home .elementor-image a {
    background: none;
    height: initial !important;
}
.home .ekit-template-content-header .elementor-widget-image .elementor-image img {
    filter: initial;
}
body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li.current-menu-item > a {
    color: #f26722;
}
.ekit-template-content-header .elementskit-navbar-nav-default .elementskit-dropdown {
    background-color: #205575;
    border: 0;
}
.ekit-template-content-header ul#main-menu {
    padding: 10px 0 0;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
    padding: 10px 15px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
} 
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav .elementskit-submenu-panel > li.current-menu-item > a, .ekit-template-content-header .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav .elementskit-submenu-panel > li:hover a {
    color: #fff !important;
    background: #f26722;
}
.ekit-template-content-header .elementskit-navbar-nav-default .elementskit-dropdown:before {
    border-bottom: 10px solid #205575;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    content: "";
    top: -10px;
    right: 40px;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav .elementskit-submenu-panel {
    border-radius: 10px;
    min-width: 200px;
    padding: 8px 0 0;
    left: auto;
    right: 0;
    padding-bottom: 8px;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav .elementskit-submenu-panel > li:last-child a {
    border: 0;
}
.wpcf7-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0,0,0,0.7);
  opacity: 1;
  font-family: 'Comfortaa';
  font-weight: 500;
}
.wpcf7-form ::-moz-placeholder { /* Firefox 19+ */
   color: rgba(0,0,0,0.7);
  opacity: 1;
  font-family: 'Comfortaa';
  font-weight: 500;
}
.wpcf7-form :-ms-input-placeholder { /* IE 10+ */
   color: rgba(0,0,0,0.7);
  opacity: 1;
  font-family: 'Comfortaa';
  font-weight: 500;
}
.wpcf7-form :-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.7);
  opacity: 1;
  font-family: 'Comfortaa';
  font-weight: 500;
}
.free_offer span.elementor-icon-list-text {
    font-family: SegoeUI;
    font-weight: 400;
    background: url(/wp-content/uploads/2021/04/obligation.png);
    background-repeat: no-repeat;
    background-position: 0 center;
        padding-left : 30px !important;
}
/*===========header css end here=============*/
.banner_sec {
    background-repeat: no-repeat;
    background-size: cover;
}
article .entry-content {
    margin: 0;
}
.entry-content .elementor.elementor-11 {
    max-width: 100% !important;
}
.banner_sec .wpcf7-form {
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
    flex-wrap: wrap;
    margin: 0 auto;
}
.banner_sec .wpcf7-form p {
    padding: 0 5px;
    width: 25%;
    position: relative;
}
.home .banner_sec .wpcf7-form p:nth-child(4) {
    width: 26%;
}
.home .banner_sec .wpcf7-form p {
    width: 26%;
}
.home .banner_sec .wpcf7-form p:nth-child(5) {
    width: 21%;
}
.icon {
    position: absolute;
    top: 25px;
    right: 15px;
    transform: translateY(-50%);
}
.banner_sec .wpcf7-form div {
    width: 100%;
}
.banner_sec .wpcf7-form input:focus, .banner_sec .wpcf7-form select:focus {
    outline: none;
}
.banner_sec .wpcf7-form input, .banner_sec .wpcf7-form select {
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  padding: 15px 15px;
  font-family: poppins, arial;
  font-weight: 600;
  color: #696969;
}
.banner_sec .wpcf7-form .wpcf7-submit {
    background: #f7941d !important;
    transition: 0.3s;
    color: #fff !important;
    text-transform: uppercase;
    padding: 17px 15px;
}
.banner_sec .wpcf7-form .wpcf7-response-output {
    background: #fff;
    font-size: 14px;
    padding: 6px 15px;
}
.banner_sec .wpcf7-form .wpcf7-submit:hover {
    background: #f26722 !important;
}
.banner_sec .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 16px;
}
.banner_sec .elementor-text-editor a {
    color: #fff;
    text-decoration: underline;
    transition: 0.3s;
    text-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.banner_sec .elementor-text-editor a:hover {
    color: #000;
}
.free_phone_part {
    display: block;
    width: 600px;
    margin: 20px auto 0;
    text-align: center;
    background: url(/wp-content/uploads/2021/03/cloud.png);
    background-repeat: no-repeat;
    padding: 90px 90px 100px;
    position: relative;
}
.free_phone_part img {
    position: absolute;
    top: 50px;
    right: -110px;
}
.free_phone_part h6 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Comfortaa';
    font-weight: 400;
    color: #265877;
    margin: 0 0 5px;
    letter-spacing: 0;
}
.free_phone_part h3 {
    font-size: 51px;
    font-weight: bold;
    color: #265877;
    margin: 0 0 5px;
    letter-spacing: 0;
    font-family: 'Comfortaa';
}
.free_phone_part h4 {
    font-size: 15px;
    font-family: 'Comfortaa';
    font-weight: bold;
    color: #275aa3;
    margin: 0 0 5px;
    letter-spacing: 0;
}
.free_phone_part h5 {
    font-size: 15px;
    font-family: 'Comfortaa';
    font-weight: bold;
    color: #275aa3;
    margin: 0 0 5px;
    letter-spacing: 0;
}
.experience_sec h2 {
    text-align: center;
    font-size: 40px;
    color: #252525;
    font-family: 'Comfortaa';
    font-weight: bold;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}
.experience_sec p strong {
    color: #205575;
    font-size: 30px;
    letter-spacing: 0;
}
.experience_sec h6 + p {
    margin: 0 0 10px;
}
.experience_sec h6 {
    text-align: center;
    font-size: 25px;
    color: #252525;
    font-family: 'Comfortaa';
    margin: 12px 0 30px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.experience_sec h3 {
    font-size: 30px;
    color: #205575;
    font-family: 'Comfortaa';       
    margin: 0 0 12px;
    font-weight: 500;
    letter-spacing: 0;
}
.experience_sec p {
    font-size: 20px;
    color: #000000cc;
    font-family: 'Comfortaa';
    font-weight: 400;
    margin: 0 0 25px;
    letter-spacing: -0.7px;
}
.accident_sec .elementor-widget:not(:last-child) {
    margin-bottom: 15px;
}
.review_heading .elementor-widget:not(:last-child) {
    margin-bottom: 7px;
}
.reviews_sec .ti-header.source-Trustpilot {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.reviews_sec .ti-header.source-Trustpilot > div {
    padding: 0 10px;
}
.reviews_sec .ti-header.source-Trustpilot .ti-rating-text span.nowrap {
    font-size: 25px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 300;
}
.reviews_sec .ti-header.source-Trustpilot .ti-rating-text span.nowrap strong {
    font-weight: 300 !important;
    font-size: 25px;
}
.reviews_sec .ti-header.source-Trustpilot {
    padding: 0 0 20px;
}
.reviews_sec .ti-widget.ti-trus .ti-review-item>.ti-inner {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}
.review_heading {
    background-position: 0 -150px;
}
.find_out_help {
    background-size: 100% 100%;
}
.home_all_accident_part {
    z-index: 1;
}
body.home {
    background-color: #fff !important;
}
.call_btn a {
    display: inline-block;
    background: #f7941d;
    color: #fff;
    padding: 13px 50px;
    border-radius: 4px;
    transition: 0.3s;
}
.call_btn a:hover {
    background: #205575;
}
#main-menu li a i {
    display: none;
}
.entry-content .elementor {
    max-width: 100% !important;
}

.popup_part {
    height: 0px;    
}

.popup_part button {
    background: #f26722 !important;
    color: #fff !important;
    font-size: 15px;
    display: flex;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 20px;
    padding: 0;
    border: 0;
    margin-left: auto;
    position: fixed;
    right: -2px;
    top: 65%;
    border-radius: 6px 0 0 6px;
    z-index: 9;
}
.popup_part button span {
    background: #c3511b;
    padding: 16px 15px;
    display: inline-block;
    border-radius: 6px 0 0 6px;
}
.popup_part button p {
    line-height: 20px;
    padding: 10px 25px 10px 10px;
    font-family: 'Comfortaa';
    font-weight: bold;
    text-transform: uppercase;
}
.popup_part .modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100vh;
    background: rgba(0,0,0,0.7);
}
.popup_field {
    width: 98%;
}
.popup_part .modal .modal-content {
    position: absolute; 
    width: 550px;
    left: 50%;
    margin-left: -275px;
    border-radius: 0;
    box-shadow: 0px 0px 40px 4px rgb(255 255 255 / 50%);
    background: #1088d4;
    background: -moz-linear-gradient(-45deg, #1088d4 0%, #2bc9c8 100%);
    background: -webkit-linear-gradient( 
-45deg
 , #1088d4 0%,#2bc9c8 100%);
    background: linear-gradient( 
135deg
 , #1088d4 0%,#2bc9c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1088d4', endColorstr='#2bc9c8',GradientType=1 );
    color: #fff;
    text-align: left;
    padding: 20px 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.popup_part .close {
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #128ad4;
    font-size: 18px;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 25px;
    border-radius: 50px;
}
.popup_part .close:hover {
    color: #000;
}
.popup_part button:focus {
    outline: none;
}
.qualify_popup h3 {
    font-size: 35px;
    margin: 0 0 10px;
    line-height: 45px;
    font-family: 'Comfortaa';
    font-weight: bold;
}
.qualify_popup p {
    font-size: 18px;
    margin: 0 0 30px;
    font-weight: 400;
    position: relative;
    font-family: SegoeUI;
}
.popup_part .wpcf7 form .wpcf7-response-output {
    width: 100% !important;
}
.qualify_popup label input {
    width: 100%;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 4px;
    min-height: 52px;
    padding: 0 50px 0 20px;
    color: #000;
    font-weight: 400;
}
.qualify_popup label input:focus {
    outline: none;
}
.qualify_popup label {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}
.qualify_popup label img {
    position: absolute;
    right: 15px;
    top: 15px;
}
.qualify_popup input.wpcf7-submit {
    background: #f7941d !important;
    color: #fff !important;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 230px;
    border-radius: 5px;
    margin-top: 0;
    transition: 0.3s;
}
.qualify_popup .wpcf7-not-valid-tip {
    font-size: 15px;
}
.popup_part .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 14px
}

body {font-family: Arial, Helvetica, sans-serif;}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: sticky; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.qualify_popup input.wpcf7-submit:hover, .qualify_popup input.wpcf7-submit:focus {
    outline: none;
    background: #f26624 !important;
}
.qualify_popup h6 {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: bold;
    font-family: 'Comfortaa';
}
.qualify_popup h6 a {
    color: #fff;
}
.qualify_popup p a {
    color: #fff;
    text-decoration: underline;
}
.qualify_popup h6 + p {
    margin: 0 0 5px;
    font-size: 40px;
    font-family: 'Comfortaa'; 
    font-weight: bold;
    margin: 0;
}
.qualify_popup .block_para {
    margin: 0 0 20px;
}
.qualify_popup h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
}
article header.entry-header {
    display: none;
}
.row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.accident_claim_form .col-md-12 { 
    width: 100%;
    margin: 0 0 0;
}
.accident_claim_form .call-me-back {
    margin: 30px 0 0;
}
.accident_claim_form .col-md-6 {
    width: 50%;
}
.how_much_claim form.wpcf7-form {
    background: #1088d4;
    background: -moz-linear-gradient(-45deg, #1088d4 0%, #2bc9c8 100%);
    background: -webkit-linear-gradient( 
-45deg
 , #1088d4 0%,#2bc9c8 100%);
    background: linear-gradient( 
135deg
 , #1088d4 0%,#2bc9c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1088d4', endColorstr='#2bc9c8',GradientType=1 );
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 22%);
}
.accident_claim_form h3, .just_find_out h3 {
    color: #fff;
    font-family: 'Comfortaa';
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: 600;
}
.accident_claim_form h4, .just_find_out h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'Comfortaa';
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 27px;
    padding: 0 0 10px;
    position: relative;
}
.accident_claim_form small {
    color: #fff;
    font-size: 16px;
    font-family: 'Comfortaa';
    margin: 0 0 3px;
    font-weight: 600;
    display: inline-block;
}
.call-me-back input[type="submit"] {
    background: #f7941e !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Comfortaa';
    font-weight: bold;
    min-width: 350px;
    min-height: 55px;
    transition: 0.3s;
}
.call-me-back input[type="submit"]:hover, .call-me-back input[type="submit"]:focus {
    background: #f26722 !important;
    outline: none;
    border-color: #f26722 !important;
}
.wpcf7 form .accident_claim_form + .wpcf7-response-output {
    width: 100%;
    margin: 15px 0 0;
}
.call-me-back {
    margin: 20px 0 0;
}
.call-me-back p {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'Comfortaa';
    font-weight: 600;
    position: relative;
}
.call-me-back p i {
    color: #fff;
    margin-right: 10px;
    margin-left: 15px;
}
.accident_claim_form .claim_form_detail .wpcf7-form-control-wrap {
    display: block;
    padding: 0;
}
.accident_claim_form .wpcf7-form-control-wrap {
    display: inline-block;
    padding: 0 0 10px;
}
.accident_claim_form h4:before, .just_find_out h4:before {
    border-bottom: 1px solid #fff;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 320px;
}
.how_much_claim form p small {
    font-size: 16px;
    color: #fff;
    font-family: 'Comfortaa';
    font-weight: 400;
    display: inline-block;
    margin: 10px 0;
}
.how_much_claim form .wpcf7-list-item.first {
    margin: 0;
}
.how_much_claim form .wpcf7-list-item input[type="radio"] {
    border-width: 1px;
    border-color: #9f9fa1;
    width: 22px; 
    height: 22px;
    margin-bottom: -4px; 
}
.how_much_claim form .wpcf7-list-item input[type="radio"]:after {
    width: 10px;
    height: 10px;
    background: #f26721;
    top: 5px;
    left: 5px;
}
.how_much_claim form .wpcf7-list-item span.wpcf7-list-item-label {
    font-family: 'Comfortaa';
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
}
.how_much_claim form .wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label {
    color: #fff;
}
.how_much_claim form .wpcf7-list-item input:focus, .claim_form_detail p select:focus, .claim_form_detail p input:focus {
    outline: none;
}
.claim_form_detail p {
    margin: 0 0 15px;
    position: relative;
}
.claim_form_detail p {
    margin: 0 0 10px;
}
.claim_form_detail p select, .claim_form_detail p input {
    border: 0;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    font-family: 'Comfortaa';
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 500;
    color: rgba(0,0,0,0.7);
    margin: 0;
}
.claim_form_detail p .wpcf7-submit {
    margin: 20px 0 0;
    background: #f7941d !important;
    color: #fff !important;
    text-transform: uppercase;
    padding: 20px 50px;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
    width: 70%;
    text-align: center;
}
.claim_form_detail p .wpcf7-submit:hover {
    background: #f26721 !important;
    color: #fff !important;
}
.claim_form_detail .wpcf7-not-valid-tip {
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
    border: none;
    margin-top: 17px;
    height: 40px;
    line-height: 41px;
    font-size: 17px;
    padding-top: 0;
}

.side-claim-form .wpcf7-form-control.wpcf7-text,
.side-claim-form select.body_parts
 {
    border: 1px solid #929199;
    color: #3b4051;
    font-size: 16px!important;
    height: 39px;
    width: 100%;
    line-height: 15px;
}

.side-claim-form .wpcf7-form-control.wpcf7-submit {
    background-color: #f7931d;
    color: white;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    height: 37px;
    padding: 0;
    margin-top: 10px;
    border: none;
}

.side-claim-form .wpcf7-radio {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.side-claim-form input[type="radio"],
.side-claim-form input[type="radio"]:checked {
    width: 17px;
    height: 17px;
    border: 1px solid #59b0e1;
}

.side-claim-form input[type="radio"]:after,
.side-claim-form input[type="radio"]:checked:after {
    left: 2px;
    top: 2px;
    background-color: #59b0e1;
}

.side-claim-form button {
    background: rgb(252,102,75) !important;
    background: linear-gradient(90deg, rgba(252,102,75,1) 0%, rgba(243,139,38,1) 100%) !important;
    color: white;
    border-radius: 2px;
    width: 100%;
    font-size: 16px;
    height: 37px;
    padding: 0;
    margin-top: 10px;
    border: none;
}

.side-claim-form button:hover {
    color: white;
}

.side-claim-form .looklikelink {
    text-align: center;
    padding: 5px 0px;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    padding: 11px 0px 0px 0px;
    display: block;
    font-size: 13px;;
}

.side-claim-form .wpcf7-list-item label {
    font-size: 16px;
    font-weight: normal;
}

.side-claim-form .wpcf7-list-item label .wpcf7-list-item-label {
    top: -3px;
    position: relative;
    left: 3px;
}

.side-claim-form .radio-better-spacing {
    line-height: 22px;
}

.side-claim-form .sep-bottom {
    border-bottom: 1px solid #929199;
    margin-bottom: 7px;
}

.side-claim-form.style2 .sep-bottom {
    border-bottom-color: #dbdbdb;
}

.side-claim-form.style2 .wpcf7-radio {
    margin-top: 20px;
    margin-bottom: 20px;
}

.side-claim-form.style2 p small {
    margin-top: 24px;
    display: block;
    margin-bottom: 5px;
}

.claim_form_detail p:last-child {
    margin: 0;
}
.accident_claims_sec .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 14px;
}
.customers_mark {
    margin: 0 0 30px;
}
.customers_mark p {
    text-align: left;
    font-family: 'Comfortaa';
    font-size: 17px;
    line-height: 32px;
    color: #000000CC;
    position: relative;
    letter-spacing: -0.5px;
}
.customers_mark p span {
    padding: 0 0 0 50px;
    display: inline-block;
    font-family: 'Comfortaa';
}
.customers_mark p span + img {
    position: absolute;
    bottom: -15px;
    right: 0;
}
.customers_mark h6 {
    padding: 0 50px;
    color: #f26722;
    font-size: 25px;
    font-family: 'Comfortaa';
    font-weight: 600;
    margin: 20px 0 0;
    letter-spacing: -0.7px;
}
.get-free {
    background: #f26722;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 22%);
    overflow: hidden; 
    position: relative;
    height: 100%;
}
.get-free h6 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Comfortaa';
    font-weight: bold;
    margin: 0 0 10px;
    letter-spacing: 0;
}
.get-free h6 img {
    display: inline-block;
    vertical-align: top;
    margin: 2px 6px 0 0;
}
.get-free h2 {
    font-size: 40px;
    font-family: 'Comfortaa';
    font-weight: bold;
    margin: 15px 0 0;
}
.get-free p {
    font-size: 16px;
    font-family: 'Comfortaa';
    font-weight: 400;
    margin: 5px 0 10px;
    padding: 0 20px;
    opacity: 0.9;
}
.free_advice a {
    color: #fff;
}
.free_advice {
    padding: 30px 20px 20px;
    margin-bottom: 12px;
}
.get-free .free_advice + img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.claim-calculator-sidebar .get-free .free_advice + img {
    position: relative;
    bottom: 0;
}
.img-get {
    width: 100%;
}
.claim_with_confidence img {
    max-width: 100% !important;
}
.how-much {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+87,e5e5e5+87 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e5e5e5 87%, #e5e5e5 87%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e5e5e5 87%,#e5e5e5 87%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#e5e5e5 87%,#e5e5e5 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #000;
    text-align: center;
    border-radius: 10px;
    padding: 35px 25px;
    box-shadow: 0 0 20px rgb(0 0 0 / 22%);
}
.how-much h6 {
    color: #f26722;
    font-size: 32px;
    font-family: 'Comfortaa';
    font-weight: 400;
    margin: 0 0 10px;
    letter-spacing: 0;
    line-height: 42px;
}
.how-much p {
    font-size: 16px;
    font-family: 'Comfortaa';
    font-weight: 500;
    margin: 0 0 20px;
    letter-spacing: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #f26722;
    color: #000;
}
.how-much span {
    display: block;
    color: #1e5679;
    font-size: 29px;
    font-family: 'Comfortaa';
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 0;
    line-height: 40px;
}
.how-much h5 {
    font-size: 16px;
    font-family: 'Comfortaa';
    font-weight: 500;
    margin: 18px 0 0;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
}
.loss_of_earning ul {
    list-style: none;
    padding: 20px 0 0;
}
.loss_of_earning ul li {
    padding: 0 0 30px 40px;
    position: relative;
}
.loss_of_earning ul li:before {
    background-image: url(/wp-content/uploads/2021/03/check_icon.png);
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.loss_of_earning ul li h3 {
    color: #f26722;
    font-size: 25px;
    font-family: 'Comfortaa';
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}
.loss_of_earning ul li p {
    color: #000000CC;
    font-size: 20px;
    font-family: 'Comfortaa';
    font-weight: 400;
    letter-spacing: -0.7px;
    text-align: left;
}
.businesses-like p {
    font-family: SegoeUI;
    font-weight: 500;
    margin: -5px 0 10px;
}
.request_free_form ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.request_free_form h3 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 35px;
    font-family: 'Comfortaa';
    padding-left: 15px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.request_free_form ul li {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 15px;
    font-weight: bold;
    flex-grow: 1;
}
.request_free_form ul li.full_width {
    width: 100%;
}
.request_free_form ul li input, .request_free_form ul li select, .request_free_form ul li textarea {
    border: 0;
    border-radius: 4px;
    font-family: 'Comfortaa';
    font-size: 15px;
    width: 100%;
    color: #222;
    padding: 10px 15px;
}
.request_free_form ul li input:focus, .request_free_form ul li select:focus, .request_free_form ul li textarea:focus {
    outline: none;
}
.request_free_form ul li textarea {
    height: 125px;
}
.request_free_form ul li:last-child {
    margin-bottom: 0;
}

.request_free_form ul li .wpcf7-submit {
  width: auto;
  background: #f7941d !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #fff !important;
  padding: 18px 64px;
  transition: 0.3s;
  font-size: 15px;
  font-family: poppins, arial;
}
.block_para {
    position: relative;
    display: inline-block;
}
.request_free_form ul li .wpcf7-submit:hover {
    background: #f26722 !important;
    color: #fff !important;
    transition: 0.3s;
}
.expert_part {
    padding: 0;
    list-style: none;
}
.expert_part li {
    font-size: 20px;
    color: #f26722;
    font-family: 'Comfortaa';
    line-height: 50px;
}
.expert_part li img {
    display: inline-block;
    margin-right: 15px;
}
.all-accident-banner h3 {
    padding: 0 100px;
}
.all-accident-banner .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.expert_injury {
    margin: 20px 0 0;
    background: #fff;
}
.expert_injury h3 {
    font-size: 30px;
    color: #205575;
    font-family: 'Comfortaa';
    margin: 0 0 15px;
    font-weight: bold; 
    letter-spacing: -0.5px;
}
.expert_injury p {
    font-size: 20px;
    color: #000000CC;
    font-family: 'Comfortaa';
    font-weight: 400;
    margin: 0 0 30px;
    letter-spacing: -0.7px;
}
.helping_sec p {
    color: rgba(0,0,0,0.7);
}
.expert_injury p:last-child {
    margin-bottom: 0; 
}
.road_accident .row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0 -15px;
}
.road_accident .col-md-6 {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 50px;
}
.road_accident h3 {
    font-size: 22px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
    border-radius: 10px;
    padding: 15px 20px;
    text-align: left;
    position: relative;
    font-family: 'Comfortaa';
    color: #000;
    margin: 0 0 40px;
}   
.road_accident h3:after {
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: -20px;
    position: absolute;
    content: "";
    left: 80px;
}
.road_accident h3 figure {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background: rgba(247, 148, 30, 0.1);
    border-radius: 100px;
    line-height: 80px;
    margin-right: 15px !important;
    text-align: center;
}
.road_accident ul {
    padding: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.road_accident ul li {
    width: 50%;
    line-height: 35px;
    font-size: 13px;
    color: #000000CC;
    font-family: 'Comfortaa';
    font-weight: bold;
}   
.road_accident ul li img {
    display: inline-block;
    margin-right: 10px;
}
.road_accident .full-slips ul li {
    width: 100%;
}
.read_btn {
    margin: 30px 0 0;
}
.read_btn a {
    display: inline-block;
    text-transform: uppercase;
    color: #f7941d;
    font-size: 14px;
    border: 1px solid #f7941d;
    padding: 14px 50px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    transition: 0.3s;
}
.read_btn a:hover {
    background: #f7941d;
    color: #fff;
}
.consultation_sec .elementor-widget:not(:last-child), .helping_sec .elementor-widget:not(:last-child) {
    margin-bottom: 14px;
}
.consultation_sec h3, .helping_sec h3 {
    margin-top: 20px;
}
.claiming_accident p {
    margin: 0 0 20px;
    color: #000000CC;
}
.incontent {
    padding: 0 0 30px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.incontent li {
    font-size: 14px;
    color: #f26722;
    font-weight: 500;
    font-family: 'Comfortaa';
    text-align: left;
    position: relative;
    width: 50%;
    padding: 0 10px;
    margin: 20px 0 0;
}
.incontent li span {
    display: block;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 18px 10px 18px 50px;
    border-radius: 5px;
    position: relative;
    background-image: url(/wp-content/uploads/2021/04/check_icon.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
    line-height: 22px;
    height: 100%;
}
.for-incontent.incontent li {
    width: 33.33%;
}
.claiming_accident h5 {
    font-size: 25px;
    color: #205575;
    font-family: 'Comfortaa';
    padding: 0 0 10px;
    font-weight: 500;
}
.fast_process {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
}
.fast_process figure {
    padding-right: 15px;
}
.fast_process h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Comfortaa';
    font-weight: bold;
    line-height: 20px;
}
.fast_process p {
    color: #fff;
    font-size: 12px;
    font-family: 'Comfortaa';
    font-weight: 500;
    line-height: 20px;
}
.easy_process .elementor-element-populated .elementor-element, .easy_process .elementor-widget-container {
    height: 100%;
}
.whiplash_loss_of_earning.loss_of_earning ul li h3 {
    font-size: 20px;
    margin: 0 0 0;
}
.banner_excellent .trustpilot-widget {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}
.car-loss_of_earning.loss_of_earning ul li h3 {
    font-size: 17px;
    margin: 0;
}
.car-loss_of_earning.loss_of_earning ul li {
    padding: 0 0 20px 40px;
}
.car-loss_of_earning.loss_of_earning ul li:before {
    top: 8px;
}
.car-loss_of_earning.loss_of_earning ul li:after {
    top: 12px;
}
.home_our_reviews h2 {
    position: relative;
}
.home_our_reviews h2:before {
    background: url(/wp-content/uploads/2021/03/icon.png);
    position: absolute;
    content: "";
    left: 25px;
    top: -10px;
    width: 36px;
    height: 28px;
}
.home_our_reviews h2:after {
    background: url(/wp-content/uploads/2021/03/icon2.png);
    position: absolute;
    content: "";
    right: 25px;
    top: 0;
    width: 36px;
    height: 28px;
}
.paragraph p {
    color: #fff;
    font-family: SegoeUI;
    line-height: 30px;
}
.heading h2 {
    font-family: SegoeUI !important;
    opacity: 0.9;
    margin: 0 0 5px;
}
.wpcf7 span.ajax-loader {
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
}
.wpcf7 form .wpcf7-response-output {
    width: 640px;
    margin: 10px 0 0;
}
.home .wpcf7 form .wpcf7-response-output {
    width: 910px;
}
.footer_contact .wpcf7 form .wpcf7-response-output {
    width: 1140px;
}
.request_free_form .wpcf7 form .wpcf7-response-output {
    width: 580px;
    margin: 10px 0 0 15px;
}
.request_free_form {
    background-size: cover;
}
.factory-accident-banner .elementor-widget:not(:last-child), .supermarket-accident-banner .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.accident_claims_sec .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: green;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
    color: red;
    border-color: red;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
}
.banner_sec {
    background-size: 100% 100% !important;
    padding-top: 170px !important;
	margin-top: -35px !important;
}
.factory_accident_banner.banner_sec {
    padding-top: 220px !important;
}
.banner_sec.footer_contact {
    padding-top: 100px !important;
}
.vertical-menu {
    padding: 0;
    text-align: right;
    list-style: none;
}
.vertical-menu li {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.vertical-menu li a {
    font-family: SegoeUI;
    font-size: 15px;
    color: #000;
    transition: 0.3s;
}
.vertical-menu li a:hover {
    color: #f26722;
}
.vertical-menu li:before {
    background: #333;
    height: 14px;
    width: 1px;
    position: absolute;
    content: "";
    top: 12px;
    left: 8px;
}
.vertical-menu li:first-child:before {
    display: none;
}
.contact_form_detail .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.contact_form_detail .col-md-12 {
    width: 100%;
    padding: 0 15px;
}
.contact_form_detail .col-md-6 {
    width: 50%;
    padding: 0 15px;
}
.claim_form_detail.contact_form_detail {
    margin: 0;
    padding: 25px 10px;
    background: #1088d4;
    background: -moz-linear-gradient(-45deg, #1088d4 0%, #2bc9c8 100%);
    background: -webkit-linear-gradient( 
-45deg
 , #1088d4 0%,#2bc9c8 100%);
    background: linear-gradient( 
135deg
 , #1088d4 0%,#2bc9c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1088d4', endColorstr='#2bc9c8',GradientType=1 );
    border-radius: 8px;
}
.contact_form_detail h3 {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: SegoeUI;
    font-weight: 700;
    margin: 0 0 50px;
    line-height: 40px;
    font-size: 30px;
}
.contact_form_detail h3 img {
    width: 80px;
    margin-right: 20px;
}
.contact_form_detail textarea {
    border: 0;
    border-radius: 7px;
    padding: 15px;
    font-family: SegoeUI;
    font-size: 16px;
    color: #000;
}
.contact_form_detail.claim_form_detail p select, .contact_form_detail.claim_form_detail p input {
    box-shadow: none;
}
.contact_form_detail.claim_form_detail p .wpcf7-submit {
    padding: 15px 50px;
    width: 100%;
    margin: 0;
}
.wpcf7 form .contact_form_detail + .wpcf7-response-output {
    width: 100%;
}
.contact_form_detail .col-md-12 p {
    color: #fff;
    display: flex;
    font-family: SegoeUI;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin: 20px 0 0;
}
.contact_form_detail .col-md-12 p i {
    margin: 3px 10px 0 0;
}
.claim-calculator-detail-form .wpcf7-not-valid-tip {
    font-size: 14px;
}
.contact_phone {
    text-align: center;
    padding: 30px 20px;
    height: 100%;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact_phone a {
    display: inline-block;
}
.contact_phone:hover {
    background: #fff;
    box-shadow: 2px 2px 15px 0 rgb(135 135 135 / 40%);
    transition: all 0.5s ease 0s;
}
.contact_phone.custom-btn, .contact_phone.custom-btn:hover {
    background: transparent !important;
    cursor: pointer;
}
.contact_phone h3 {
    color: #205575;
    font-family: 'Comfortaa';
    font-weight: bold;
    font-size: 17px;
    margin: 30px 0 10px;
}
.contact_phone p {
    color: #000000cc;
    font-size: 14px;
    font-family: 'Comfortaa';
}
.contact_phone i {
    background: #205575;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    line-height: 50px;
}
.request_contact .elementor-element-populated .elementor-element, .request_contact .elementor-widget-container {
    height: 100%;
}
.contact_phone h6 {
    margin: 15px 0 4px;
    font-family: 'Comfortaa';
    font-style: initial;
    font-weight: bold;
    letter-spacing: 0;
}
.our_helpline {
    margin: 30px 0 0;
}
.claim_calculator_heading h3 {
    font-size: 55px;
    font-weight: bold;
    font-family: 'Comfortaa';
    position: relative;
    margin: 0 0 10px;
    text-shadow: 3px 3px 0px rgb(17 124 166 / 70%);
}
.claim_calculator_heading img {
    position: absolute;
    top: -50px;
    right: 0;
}
.our_helpline h3 {
    font-size: 25px;
    margin: -10px 0 10px;
    font-family: SegoeUI;
    font-weight: 700;
}
.our_helpline a.phone-claim {
    font-size: 55px;
    font-weight: bold;
    font-family: 'Comfortaa';
    line-height: 70px;
    text-decoration: none !important;
}
.our_helpline p {
    font-size: 20px;
    margin: 0;
    font-family: SegoeUI;
    font-weight: 400;
}
.assessment_heading h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Comfortaa';
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.assessment_heading img {
    margin: 0 15px 0 0;
    width: 70px;
    height: 50px;
    object-fit: contain;
} 
.claim-calculator-section .wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 20px 0 0;
}
.claim-calculator-section form {
    padding: 25px;
    background: #1088d4;
    background: -moz-linear-gradient(-45deg, #1088d4 0%, #2bc9c8 100%);
    background: -webkit-linear-gradient( -45deg, #1088d4 0%,#2bc9c8 100%);
    background: linear-gradient( 135deg, #1088d4 0%,#2bc9c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1088d4', endColorstr='#2bc9c8',GradientType=1 );
    border-radius: 8px;
}
.claim-calculator-select {
    padding: 0;
    margin-top: -10px;
}
.claim-calculator-select small {
    font-size: 15px;
    color: #fff;
    font-family: 'Comfortaa';
    font-weight: 500;
    display: block;
    margin: 15px 0 10px;
}
.claim_form_detail {
    padding-left: 10px;
}
.claim-calculator-select small:first-child {
    margin-top: 0;
}
.claim-calculator-select .wpcf7-list-item.first {
    margin: 0;
}
.claim-calculator-select .wpcf7-list-item input[type="radio"] {
    border-width: 1px;
    border-color: #9f9fa1;
    width: 22px;
    height: 22px;
    margin-bottom: -4px;
}
.claim-calculator-select .wpcf7-list-item span.wpcf7-list-item-label {
    font-family: 'Comfortaa';
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
}
.claim-calculator-select .wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label {
    color: #fff;
}
.claim-calculator-select .wpcf7-list-item input[type="radio"]:after {
    width: 10px;
    height: 10px;
    background: #f26721;
    top: 5px;
    left: 5px;
}
.claim-calculator-checkbox h6 {
    font-size: 16px;
    color: #fff;
    font-family: 'Comfortaa';
    font-weight: 500;
    display: inline-block;
    margin: 0 0 20px;
    letter-spacing: 0;
}
.claim-calculator-checkbox h6 span {
    font-size: 13px;
    opacity: 0.7;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.claim-calculator-checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.claim-calculator-checkbox p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.claim-calculator-checkbox .wpcf7-form-control-wrap {
    width: 25%;
    margin: 0 0 5px;
}
.claim-calculator-checkbox input[type="checkbox"] {
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.claim-calculator-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
    color: #fff;
    font-family: 'Comfortaa';
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.claim-calculator-checkbox input[type=checkbox]:after {
    left: 5px;
    top: 1px;
    border: 2px solid #f26722;
    transform: rotate( 42deg);
    border-top: 0;
    border-left: 0;
}
input[type=radio]:checked:focus {
    outline: none;
}
.claim-calculator-checkbox input[type=checkbox]:focus {
    outline: none;
    outline: none;
}
.claim-calculator-checkbox input[type=checkbox]:checked + span {
    color: #fff;
}
.claim-calculator-detail-form.contact_form_detail h3 {
    color: #fff;
    margin: 10px 0 5px;
    line-height: 40px;
    font-family: 'Comfortaa';
    font-size: 25px;
}
.claim-calculator-detail-form {
    padding: 15px 0 0;
}
.claim-calculator-detail-form .row {
    margin: 0 -15px;
}
.claim-calculator-detail-form label {
    color: #fff;
    margin: 0 0 10px;
    line-height: 20px;
    font-family: 'Comfortaa';
    font-size: 16px;
    display: inline-block;
}
.claim-calculator-detail-form select, .claim-calculator-detail-form span input {
    border: 0;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    font-family: 'Comfortaa';
    font-size: 15px;
    padding: 8px 15px;
    border: 2px solid #ddd;
    transition: 0.3s;
}
.claim-calculator-detail-form select:focus, .claim-calculator-detail-form span input:focus {
    outline: none;
    border-color: #777676;
}
.claim-calculator-detail-form span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
.claim-calculator-detail-form .col-md-6 {
    margin: 0 0 10px;
}
.claim-calculator-detail-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #f7941e !important;
    color: #fff !important;
    font-family: 'Comfortaa';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    transition: 0.3s;
}
.claim-calculator-detail-form .wpcf7-form-control.wpcf7-submit:hover, .claim-calculator-detail-form .wpcf7-form-control.wpcf7-submit:focus {
    background: #f26722 !important;
    border-color: #f26722 !important;
    outline: none;
}
.find-out-how-much {
    font-size: 13px;
    letter-spacing: 0;
    display: flex;
    color: #fff;
    line-height: 18px;
    margin: 20px 0 0;
    font-family: SegoeUI;
    font-weight: 700;
}
.find-out-how-much i {
    color: #fff;
    margin-right: 10px;
    margin-top: 3px;
}
.claim-calculator-sidebar .get-free {
    margin: 0 0 40px;
}
.injury-lawyers .expert_injury {
    border: 1px solid #e9e8e8;
    padding: 30px;
    border-radius: 10px;
    margin: 20px 0 0;
    background: #fff;
}
.injury-lawyers .expert_injury p {
    font-size: 16px;
}
.injury-lawyers .road_accident h3 {
    font-size: 18px;
    padding: 10px;
    margin: 0 0 30px;
}
.injury-lawyers .road_accident h3 img {
    width: 35px;
}
.injury-lawyers .road_accident h3 figure {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: 15px !important;
}
.injury-lawyers .road_accident ul li {
    font-size: 10px;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding: 5px 0 0;
}
.injury-lawyers .read_btn a {
    padding: 10px 40px;
}
.injury-lawyers .road_accident {
    margin: 30px 0 0;
}
.free-claim-assessment a {
    display: inline-block;
    background: #f26722;
    color: #fff;
    font-weight: bold;
    padding: 4px 30px;
    border-radius: 100px;
    transition: 0.3s;
}
.free-claim-assessment .elementor-widget:not(:last-child) {
    margin-bottom: 15px;
}
.please-call {
    display: flex;
    background: #fbfbfb;
    padding: 50px;
    width: 66%;
    border: 1px solid #f5f4f4;
}
.please-call span {
    padding-right: 30px;
}
.please-call span i {
    color: #205575;
    font-size: 35px;
    transform: rotate(
90deg
);
}
.please-call p {
    font-family: 'Comfortaa';
    font-size: 20px;
    color: #205575;
    font-weight: bold;
    line-height: 32px;
}
.please-call p a {
    display: inline-block;
    color: #205575;
    margin-top: 5px;
}
.qualify_popup label br {
    display: none;
}
.by_submitting {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    line-height: 18px;
}
.by_submitting i {
    margin: 3px 8px 0 0;
}
.footer_contact p {
    font-family: SegoeUI;
    color: rgba(255,255,255,0.8);
    margin-top: -8px;
}
.home_road_traffic_heading p {
    font-family: SegoeUI;
}
.maximum_cost ul {
    padding: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -20px;
}
.maximum_cost li {
    list-style: none;
    width: 50%;
    padding: 0 20px;
    margin: 0 0 40px;
}
.maximum_cost h3 {
    font-size: 20px;
    font-family: 'Comfortaa';
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding-left: 10px;
    letter-spacing: -0.5px;
}
.maximum_cost span {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    height: 100%;
}
.maximum_cost img {
    min-width: 80px;
    height: 80px;
}
address {
    font-family: 'Comfortaa';
    font-weight: 500;
    color: #000000CC;
    font-style: initial;
    font-size: 18px;
    line-height: 35px;
}
.custom-btn {
    background: #F7941D !important;
    color: #fff !important;
    border-radius: 4px;
    font-family: 'Comfortaa';
    text-transform: uppercase;
    padding: 14px 45px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    transition: 0.3s;
}
.custom-btn:hover, .custom-btn:focus {
    background: #f26722 !important;
    border-color: #f26722;
    outline: none;
}
.how_much_claim .elementor-element, .how_much_claim .elementor-widget-container, .how_much_claim .elementor-shortcode, .how_much_claim .wpcf7, .how_much_claim form {
    height: 100%;
}
.get_free_advice_part .elementor-element, .get_free_advice_part .elementor-widget-container, .get_free_advice_part .elementor-shortcode, .get_free_advice_part .wpcf7, .get_free_advice_part form {
    height: 100%;
}
.wpcf7-not-valid-tip {
    background: #ed342e;
    border-radius: 8px;
    margin: 5px 0 0;
    color: #fff;
    padding: 3px 15px;
    font-size: 14px !important;
    position: relative;
}
.wpcf7-not-valid-tip:before {
    border-bottom: 12px solid #ed342e;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    content: "";
    top: -11px;
    left: 30px;
}
.fast_process_sec .elementor-widget-image {
    padding: 0 0 30px;
}
.fast_process_sec .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}
.guidelines_sec h1 {
    font-size: 40px;
    font-family: 'Comfortaa';
    font-weight: bold;
}
.guidelines_minor {
    background: #f9f9f9;
    padding: 30px;
    margin: 30px 0 0;
}
.guidelines_minor ul {
    padding: 0;
    list-style: none;
    margin: 0 -15px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.guidelines_minor ul li {
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 40px;
}  
.guidelines_minor h6 {
    font-family: 'Comfortaa';
    font-weight: 700;
    font-size: 16px;
}
.guidelines_minor h3 {
    font-family: 'Comfortaa';
    font-weight: bold;
    font-size: 30px;
    color: #f26722;
    margin: 10px 0 5px;
} 
.guidelines_minor h4 {
    font-family: 'Comfortaa';
    font-weight: bold;
    font-size: 16px;
    color: #067ca4;
}
.guidelines_minor p {
    color: #000000B3;
    font-family: "Comfortaa", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0 0;
}
.free_advice_specialist p {
    font-size: 16px;
    font-family: 'Comfortaa';
    color: #000000CC;
    margin: 0 0 20px;
    font-weight: 500;
}
.free_advice_specialist .maximum_cost {
    margin: 40px 0 0 0;
}
.free_advice_specialist .maximum_cost li.full-width {
    width: 100%;
} 
.claim-calculator-select input[type="radio"] {
    border-width: 1px !important;
    border-color: #9f9fa1 !important;
    width: 22px;
    height: 22px;
    margin-bottom: -4px;
}
.claim-calculator-select input[type="radio"]:focus {
    outline: none;
}
.claim-calculator-select input[type="radio"]:after {
    width: 10px;
    height: 10px;
    background: #f26721;
    top: 5px;
    left: 5px;
}
.claim-calculator-select label span {
    font-family: 'Comfortaa';
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    vertical-align: bottom;
}
.claim-calculator-select label {
    padding-right: 10px;
}
.claim-calculator-checkbox {
    padding: 30px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.claim-calculator-checkbox h6 {
    width: 100%;
}
.claim-calculator-checkbox label {
    width: 25%;
}
.claim-calculator-checkbox label span {
    font-size: 13px;
    color: #fff;
    font-family: 'Comfortaa';
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.claim-calculator-detail-form input[type="submit"] {
    width: 100%;
    background: #f7941e !important;
    color: #fff !important;
    font-family: 'Comfortaa';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    transition: 0.3s;
}
.just_find_out {
    margin: 0 0 40px;
}
article.type-claim_calculator {
    padding: 170px 0 50px;
    background: #fff;
}
.custom-archive {
    padding: 160px 0 0;
    background: #f9f9f9;
}
.custom-archive .guidelines_minor {
    padding: 0 200px 50px;
}
.custom-archive .guidelines_minor h3 {
    font-size: 24px;
}
.mobile_header {
    display: none;    
}
body .elementskit-navbar-nav-default .elementskit-megamenu-has .elementskit-dropdown {
    display: block;
}
body ul.elementskit-megamenu-panel {
    display: none !important;
}
.type-of-claims-form h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'Comfortaa';
    margin: 0 0 3px;
    font-weight: 600;
    display: inline-block;
}
.type-of-claims-form h6 {
    color: #fff;
    font-size: 16px;
    font-family: 'Comfortaa';
    margin: 0 0 3px;
    font-weight: 600;
    display: inline-block;
}
.type-of-claims-form input[type="checkbox"] {
    border: 0;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.type-of-claims-form input[type=checkbox]:after {
    left: 5px;
    top: 1px;
    border: 2px solid #f26722;
    transform: rotate( 42deg);
    border-top: 0;
    border-left: 0;
}
.how_much_claim form .type-of-claims-form .wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
}
.type-of-claims-form h6 span {
    font-size: 13px;
    opacity: 0.7;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.type-of-claims-form span.wpcf7-form-control-wrap {
    padding: 0 0 2px;
}


.page-id-6327 section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 80px;
}
.hairdressing_fast_process .elementor-image-box-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center !important;
}
.hairdressing_fast_process figure {
    margin: 0 20px 0 0!important;
}
.hairdressing_fast_process h3 {
    padding: 0 0 5px;
}
.hairdressing_accident h1 {
    color: #205575;
    font-size: 38px;
    font-family: 'Comfortaa';
    font-weight: bold;
    margin: 0 0 20px;
}
.hairdressing_accident p {
    color: #252525;
    font-size: 20px;
    font-family: 'Comfortaa';
    font-weight: 600;
    margin: 0 0 30px;
}
.hairdressing_accident a {
    background: #f7941e;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Comfortaa';
    font-weight: bold;
    min-width: 225px;
    min-height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    transition: 0.3s;
}
.hairdressing_accident a:hover, .hairdressing_accident a:focus {
    background: #205575;
    outline: none;
    text-decoration: none;
}
.hair_colour {
    padding: 30px 0 0;
    margin: 0 -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.hair_colour li {
    width: 50%;
    padding: 0 20px;
    list-style: none;
    margin: 90px 0 0;
}
.extensions_box {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
    padding: 40px 40px 30px 120px;
    position: relative;
    height: 100%;
}
.extensions_box figure {
    position: absolute;
    top: -50px;
    left: 35px;
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 100%;
    background: #057aa1;
    background: -moz-linear-gradient(top, #057aa1 0%, #1f9dd4 100%);
    background: -webkit-linear-gradient(top, #057aa1 0%,#1f9dd4 100%);
    background: linear-gradient(to bottom, #057aa1 0%,#1f9dd4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#057aa1', endColorstr='#1f9dd4',GradientType=0 );
    transition: 0.5s;
}
.extensions_box:hover figure {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#057aa1+0,1f9dd4+100 */
  background: #057aa1; /* Old browsers */
  background: -moz-linear-gradient(left,  #057aa1 0%, #1f9dd4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #057aa1 0%,#1f9dd4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #057aa1 0%,#1f9dd4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#057aa1', endColorstr='#1f9dd4',GradientType=1 ); /* IE6-9 */
}
.extensions_box h3 {
    color: #205575;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Comfortaa';
    margin: 10px 0 10px;
}
.extensions_box p {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Comfortaa';
    margin: 0;
}
.hairdresser_part .row {
    margin: 0 -15px;
}
.hairdresser_part .col-md-6 {
    width: 100%;
    padding: 0 15px;
}
.hairdresser_part ul {
    padding: 0;
    list-style: none;
}
.hairdresser_part ul li {
    padding: 0 0 0 40px;
    border-radius: 10px;
    margin: 0 0 25px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Comfortaa';
    position: relative;
    text-align: justify;
}
.hairdresser_part ul li:before {
    width: 15px;
    height: 26px;
    position: absolute;
    content: "";
    left: 6px;
    margin-top: 0;
    border: 6px solid #f26722;
    border-top: 0;
    border-left: 0;
    transform: rotate( 
45deg
 );
    border-radius: 0 0 0 0;
}
.hairdresser_part .col-md-12 {
    padding: 0 15px;
}
.hairdresser_part h3 {
    color: #205575;
    font-size: 38px;
    margin: 0 0 40px;
    font-weight: bold;
    font-family: 'Comfortaa';
}
.hairdressing_assessment form {
    width: 750px;
    margin: 0 auto;
}
.hairdressing_assessment h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 40px;
}
.hairdressing_assessment h3 br {
    display: none;
}
.hairdressing_assessment .by_submitting {
    font-size: 14px;
}
.thank_page .title-tag {
    background: #205575;
    font-weight: 500;
    font-family: 'Comfortaa';
    color: #fff;
    font-size: 30px;
    padding: 5px 15px;
    display: inline-block;
    min-width: 500px;
    position: relative;
    margin: 0 0 20px;
}
.thank_page .title-tag img {
    display: inline-block;
    margin-top: -4px;
}
.thank_page .title-tag:before {
    border-left: 50px solid #205575;
    border-top: 49px solid transparent;
    border-bottom: 0 solid transparent;
    position: absolute;
    content: "";
    right: -50px;
    top: 0;
}
.thank_page ul {
    padding: 0;
    list-style: none;
}
.thank_page ul li strong {
    font-weight: bold;
    font-family: 'Comfortaa';
    color: #f26722;
}
.error {
    font-size: 13px;
    padding: 6px 10px;
    font-weight: 400;
    color: #fff;
    background: #ec342f;
    width: 100%;
    display: inline-block;
    font-family: 'Comfortaa';
    border-radius: 6px;
    margin-top: 5px;
    position: relative;
}
.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 13px 12px 0;
    border-color: #ec342f transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -13px;
    left: 34px;
    transform: rotate(
180deg
);
}
.claim_form_detail p.multiSel {
    margin: 0;
}


/*===========footer css start here=============*/
.footer_item_first h3 {
    font-size: 16px;
    color: #c3511b;
    margin: 10px 0 5px;
    font-family: 'Comfortaa';
    font-weight: bold;
}
.footer_item_first h2 {
    font-size: 40px;
    color: #205575;
    margin: 0;
    font-weight: bold;
    font-family: 'Comfortaa';
    letter-spacing: 0;
}
.ekit-template-content-footer nav ul {
    padding: 0;
    list-style: none;
}
.ekit-template-content-footer nav ul a {
    font-size: 13px;
    letter-spacing: 0;
    padding-left: 15px;
    color: #000;
    transition: 0.3s;
    position: relative;
    font-family: SegoeUI;
    font-weight: 700;
}
.ekit-template-content-footer nav ul a:before {
    position: absolute;
    content: "";
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transition: 0.3s;
}
.ekit-template-content-footer nav ul a:hover {
    color: #f26721;
}
.ekit-template-content-footer nav ul a:hover:before {
    background: #f26721;
}
.ekit-template-content-footer .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.footer_item_second {
    padding-left: 50px;
}
.footer_item_first {
    padding-right: 20px;
}
.ekit-template-content-footer .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}
.management_content p > strong {
     font-family: 'Segoe UI';
    font-weight: 700;
}
.management_content p span strong {
    font-family: SegoeUI;
    font-weight: 700;
}
.copyright_sec p {
    font-family: SegoeUI;
}
.banner_sec h1 {
    text-shadow: 3px 3px 0px rgb(17 124 166 / 70%);
}
.claim_assessment p {
    font-family: 'Comfortaa';
    color: rgba(255,255,255,0.8);
    font-weight: bold;
} 
.home .banner_sec .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}
.footer_contact.banner_sec .elementor-heading-title {
    text-shadow: none;
}
/*===========footer css end here=============*/ 



/* =============Landing Form========== */
.page-template-landing-page .elementor-widget-container form > div > div:nth-child(1),
.page-template-landing-page .elementor-widget-container form > div > div:nth-child(2),
.page-template-landing-page .elementor-widget-container form > div > div:nth-child(3){
	background-color:#F8F8F8;
	border-radius: 10px;
	padding: 0px 0 0px 20px;
	margin-bottom: 20px;
	width: 103%; 
	margin-left:10px;
}
.page-template-landing-page .elementor-widget-container form label p {
	display: inline-block;
	width: 70%;
	font-size: 16px;
	vertical-align: middle;
    font-family: 'Poppins';
	color: #575757;
	line-height: 1.4;
}
.page-template-landing-page .elementor-widget-container form label p:last-child {
	width: 27%;
	margin: -10px 0;
}
.page-template-landing-page .elementor-widget-container form select {
	border: 1px solid #CBCBCB;
	border-radius: 15px;
	width: 100%;
	font-size: 14px;
	color: #CBCBCB;
	margin-bottom:10px;
	outline: none;
}
.page-template-landing-page .elementor-widget-container form .col-md-6 {
	width: 48%;
}
.page-template-landing-page .elementor-widget-container form .col-md-6:first-child {
	margin-right: 2%;
}
.page-template-landing-page .elementor-widget-container form .col-md-6 input {
	border: 1px solid #CBCBCB;
	border-radius: 15px;
	width: 100%;
	font-weight: 400!important;
	color: black!important;
	font-size: 13px;
	margin-bottom:12px;
	outline: none;
	font-weight: 100;
}
.page-template-landing-page .elementor-widget-container form .col-md-6 input::placeholder {
	font-weight: 400!important;
	color: #D7D7D7!important;
}
.page-template-landing-page .elementor-widget-container form #landing-form > p:last-child{
	text-align: center;
}
.page-template-landing-page .elementor-widget-container form #landing-form > p:last-child input {
	background-color: #EA6320!important;
	border: 1px solid #EA6320!important;
	color: white!important;
	font-size : 13px;
	text-transform: uppercase;
	border-radius: 15px;
	transition: 0.5s all ease;
	padding: 12px 40px!important;
	outline: none;
}
.page-template-landing-page .elementor-widget-container form #landing-form > p:last-child input:hover{
	background-color: white!important;
	color: #EA6320!important;
	transition: 0.5s all ease;
}
.page-template-landing-page .wpcf7-not-valid-tip {
	margin-bottom: 15px;
}
.page-template-landing-page .elementor-widget-container form  .wpcf7-list-item.first .wpcf7-list-item-label {
	color: white;
	left: 7px;
}
.page-template-landing-page .elementor-widget-container form  .wpcf7-list-item.last .wpcf7-list-item-label {
	color: #AFAFAF;
}
.page-template-landing-page .elementor-widget-container form .wpcf7-list-item.first {
	position: relative;
	bottom: 12px;
}
@-moz-document url-prefix() {
  .page-template-landing-page .elementor-widget-container form .wpcf7-list-item.last .wpcf7-list-item-label {
    top: 2px!important;
  }
}
.page-template-landing-page a:hover{
	opacity: 0.7!important;
}
.page-template-landing-page span.wpcf7-list-item.last {
    position: relative;
    top: -5px;
}
.page-template-landing-page span.wpcf7-list-item.last .wpcf7-list-item-label{
	left: 10px;
}
/* tw dev  css start*/

.page-template-landing-page .ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support {
    display: none;
}
.action-btn{
	background: #ea6320 !important;
	transition: 0.3s;
	color: #fff !important;
	text-transform: uppercase;
	padding: 14px 30px;
	font-size: 19px;
	border-radius: 12px;
	font-weight: 450;
}
.backg{
	background-color:white;
}
.page-template-landing-page  .ekit-template-content-markup.ekit-template-content-footer.ekit-template-content-theme-support {
    display: none;
}
.phone{
	font-weight:bold;
	color:#3d9ed9;
	font-size:25px;
	margin-right: 10px;
}
.contact-section .elementor-text-editor.elementor-clearfix{
	color:#282828
}
.are-entitled h3 {
    font-weight: bold;
    margin-bottom: 20px;
}
.are-entitled p{
    line-height:normal;
	padding-bottom:15px;
}
.box-1 h4,.box-2 h4,.box-3 h4{
	font-size:20px;
	color:#3d9ed9;
	font-weight:bold;
	padding-bottom:8px;
	font-family: 'Poppins-Bold';
}
.sdf h2 {
    font-size: 41px;
	font-weight: bold;
}
.box-1 p,.box-2 p,.box-3 p{
	line-height: normal;
	font-size: 17px;
	color:#292828;
}
.are-entitled p:last-child {
    padding-bottom: 0px;
}
.contact-heading h3{
	font-size:31px;
	color:#282828;
	font-weight:bold;
	line-height:1;
}
.bakg-1 h3,.bakg-2 h3,.bakg-3 h3{
	font-size:24px;
	color:#282828;
	font-weight:bold;
}

.bakg-3 h6,.bakg-1 h6,.bakg-2 h6 {
	font-size:36px;
    color:#ea6320;
	font-weight:bold;
}
.elementor-widget-container form .col-md-6 {
        width: 50%;
}
.info-icon .elementor-image img {
    vertical-align: text-top !important;
    display: inline-block;
}





.landing-contform  input[type="radio"]:checked:focus {
    outline-offset: 4px;
    outline: none !important;
}
.landing-contform input[type="radio"]:checked {
    border: none !important;
	background-color:#ea6320 !important;
	width: 60px !important;
	height: 30px !important;
	font-size: 50px;
}

.landing-contform input[type="radio"] {
    border-radius: 30px !important;
    border: none;
    background-color: #E8E8E8;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
	width: 60px;
	height: 30px;
	font-size: 10px;
	margin-left: -10px;
}
.landing-contform input[type="radio"]:focus {
    outline-offset: 2px;
    outline: none !important;
}


.landing-contform input[type="radio"]::after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px;
    top: 3px;
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--form--color-text);
    display: none !important;
}
.landing-contform .wpcf7-list-item-label {
    position: absolute;
    left: 24px;
	font-size: 15px;
	margin-top: 4px;
}
.boxx-1,.boxx-2,.boxx-3{
font-size: 18px;	
}
.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
    left: 25px;
}

.sdf-box-1 h3{
    font-size: 20px;
    color: white;
    font-weight: bold;
    padding-bottom: 8px;
    font-family: 'Poppins-Bold';
}
label.activebtn .wpcf7-list-item-label {
	color: white!important;
}
label.inactivebtn .wpcf7-list-item-label {
	color: #AFAFAF!important;
}
.page-template-landing-page .elementor-widget-container form .wpcf7-response-output {
	width: auto!important;
	font-size: 16px!important;
}
.page-template-landing-page .elementor-widget-container form {
       margin-left: -25px
}

.page-template-landing-page .phone ~ br {
	display: none;
}
.types-logo img{
	max-width: 100% !important;
}
.elementor-section.elementor-section-height-full {
    height: max-content !important;
}
.page-id-1730  .maximum_cost h3 {
    font-family: 'Poppins' !important;
}
.page-id-1730 .accident_claim_form h3,.page-id-1730 .just_find_out h3 {
   font-family: 'Poppins' !important;
} 

.page-id-1730 .accident_claim_form h4,.page-id-1730 .just_find_out h4 {
    font-family: 'Poppins' !important;
}
.page-id-1730 .accident_claim_form small{
	font-family: 'Poppins' !important;
}
.page-id-1730 .call-me-back p{
	font-family: 'Poppins' !important;
}
.page-id-8195 .maximum_cost h3{
	font-family: "Rubik", Sans-serif;
}
.page-id-8195 .sdf-box-1 h3 {
    font-size: 24px;
 font-family: "Rubik", Sans-serif;
}
.page-id-8195 .sdf-box-1 p {
    font-size: 17px;
  	font-family: Open Sans, sans-serif;
	color: rgba(255, 255, 255, 0.85);
}
.page-id-8195 .wpcf7-form ::placeholder {
    font-family: 'Open Sans', sans-serif !important;
}
.page-id-8195 .banner_sec .wpcf7-form .wpcf7-submit {
       font-family: 'Open Sans', sans-serif !important;
}
.page-id-8195 .accident_claim_form h3, .just_find_out h3 {
    font-family: "Rubik", Sans-serif;
}
.page-id-8195 .accident_claim_form h4, .just_find_out h4 {
     font-family: "Rubik", Sans-serif;
}
.page-id-8195 .accident_claim_form small {
    font-family: 'Open Sans', sans-serif !important;
}
.page-id-8195 .how_much_claim form .wpcf7-list-item span.wpcf7-list-item-label {
      font-family: 'Open Sans', sans-serif !important;
}
.page-id-8195 .claim_form_detail p select, .claim_form_detail p input {
    font-family: 'Open Sans', sans-serif !important;
}
.page-id-8195 .businesses-like p {
   font-family: 'Open Sans', sans-serif !important;
}

.page-id-8195 .wrapper-top .tp-widget-reviews .tp-widget-review .header {
   font-family: "Rubik", Sans-serif;
}
.page-id-8195 .call-me-back input[type="submit"] {
    font-family: 'Open Sans', sans-serif !important;
}
.page-id-8195 .entry-content p {
    font-family: 'Open Sans', sans-serif !important;
}
.text {
    font-family: 'Open Sans', sans-serif !important;
}
.page-id-8195 .call-me-back p {
    font-family: 'Open Sans', sans-serif !important;
}
.page-id-8195 .text {
      font-family: 'Open Sans', sans-serif !important;
}
/* end */
/* new page form style */

.accident_claim_form h3,.page-id-1698 .just_find_out h3 {
  	font-family: "Poppins", Sans-serif !important;
	font-weight: 700 !important;
    
}
.maximum_cost h3 {
   font-family: "Poppins", Sans-serif !important;
}
.accident_claim_form h4,.page-id-1698 .just_find_out h4 {
     font-family: "Poppins", Sans-serif !important;
}
.get-free h6 {
    font-family: "Poppins", Sans-serif !important;
}
.get-free h2 {
   font-family: "Poppins", Sans-serif !important;
}
.get-free p {
    font-family: "Poppins", Sans-serif !important;
}
.accident_claim_form small{
	    font-family: "Poppins", Sans-serif !important;
}
.how_much_claim form .wpcf7-list-item span.wpcf7-list-item-label {
    font-family: "Poppins", Sans-serif !important;
}

.call-me-back input[type="submit"]{
	  font-family: "Poppins", Sans-serif !important;
}
/*  */
/* new fonts apply styling start*/
.entry-content h1,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	color: #008285; /*!important;*/
	font-family: "Poppins", Sans-serif !important;
}
.entry-content h2{
	color: #008285; /*!important;*/
	font-family: "Poppins", Sans-serif !important;
}
.entry-content p{
	color: #000000cc;
}
.banner_sec h1, 
.banner_sec h2, 
.banner_sec h3, 
.banner_sec h4, 
.banner_sec h5, 
.banner_sec h6, 
.banner_sec p{
    color: #FFFFFF !important;
    font-family: "Comfortaa", Sans-serif !important;	
} 
.free_phone_part h6,
.free_phone_part h3,
.free_phone_part h4,
.free_phone_part h5{
	font-family: 'Comfortaa' !important;
	color: #265877 !important;
}
.maximum_cost h3{
	font-family: "Poppins", Sans-serif !important;
}

.how_much_claim h3,
.how_much_claim h4,
.how_much_claim p{
	color: #fff !important;
}
.free_advice h6,
.free_advice h2,
.free_advice p{
		color: #fff !important;
}
.request_free_form h3,
.request_free_form p{
	color: #fff !important;
}
.sdf h2,
.sdf h3{
	color: #fff !important;
}
.sdf p{
	color: #fff !important;
}
.review_heading p{
	color: #F7941D !important;
}
.review_heading h2{
	font-size: 35px !important;
}
.accident_claim_form h3{
	color: #fff !important;
}
.accident_claim_form h4,.claim_form_detail h3{
	color: #fff !important;
}
.accident_claim_form p{
	color: #fff !important;
}
.white-scetion p{
	color: #000000cc !important;
}
/* new fonts apply styling end */
/* page paddding set start*/
/*section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding: 0 225px ;
}
*/
.ekit-template-content-header section.elementor-section.elementor-section-boxed > .elementor-container, .ekit-template-content-footer section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 90px;
}
.page-id-1732 section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    padding: 0 210px;
}
.page-id-1732 .ekit-template-content-header section.elementor-section.elementor-section-boxed > .elementor-container, 
.page-id-1732 .ekit-template-content-footer section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 90px;
}
.clam-type-white-section{
	margin-left: 160px;
	margin-right: 145px;
}
.clam-type li a:hover{
	opacity:0.7;
}
.hairdressing_accident p {
    font-weight: 400;
}
.hairdresser_part ul li {
  font-family: "Poppins", Sans-serif !important;
	color: #000000cc;
	 font-weight: 400;
}
.page-id-6327 section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 230px;
}
.page-id-6327 .ekit-template-content-header section.elementor-section.elementor-section-boxed > .elementor-container, 
.page-id-6327 .ekit-template-content-footer section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 90px;
}
/* page padding end */

.contact-pert-sec {     
    text-align: right;
    color: #fff;
}
.contact-pert-sec h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Comfortaa';
    font-weight: bold;
}
.contact-pert-sec h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-family: 'Comfortaa';
    font-weight: bold;
}

.contact-pert-sec a,
.contact-pert-sec a:link,
.contact-pert-sec a:hover,
.contact-pert-sec a:visited {
    color: white !important;
}

.header_sec #menu-header-menu>li {
    padding: 0 10px;
}
.line-contact-mobile {
	display: none;
}
.line-mobile-part p {
    text-align: center;
    color: #fff;
    font-family: "Poppins" !important;
    font-size: 20px;
}

.line-mobile-part a,
.line-mobile-part a:link,
.line-mobile-part a:hover,
.line-mobile-part a:visited {
    color: white !important;
}
.banner_sec .wpcf7-form .wpcf7-submit,
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background: #f09336 !important;
}

#new-popup .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background: #f09336 !important;
}

button.btnpopup.home-popup {
    background: rgb(252,102,75) !important;
    background: linear-gradient(90deg,rgb(235, 111, 84) 0%,rgb(230, 142, 84) 100%) !important;
}
.call_btn a {
    background: #f6931d!important;
	color: white !important;
}

/* =============Landing Form========== */
@media (min-width: 1366px){
#sdfbox.elementor-section-height-full {
    	height: max-content !important;
	}
	.white-scetion.elementor-section-height-default{
    	margin-top: -23px !important;
    	margin-bottom: -33px !important;
	}
}
@media (min-width: 1440px){
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
		left: 30px;
	}
	.white-scetion.elementor-section-height-default{
    	margin-top: -23px !important;
    	margin-bottom: -33px !important;
	}
/* 	.elementor-section.elementor-inner-section.elementor-element.elementor-element-f3a451a.elementor-section-full_width.white-scetion.elementor-section-height-default {
    	margin-top: -10px !important;
    	margin-bottom: -60px !important;
	} */
	
}
@media (min-width: 1560px){
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
		left: 43px;
	}
}
@media (min-width: 1600px){
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
		left: 48px;
	}
}
@media (min-width: 1680px){
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
		left: 55px;
	}
	
	
}
@media (min-width: 1920px){
	.page-template-landing-page .elementor-widget-container form label p {
		width: 75%;
	}
	.page-template-landing-page .elementor-widget-container form label p:last-child {
		width: 24%;
	}
}
@media(max-width:1680){
	.elementor-section.elementor-section-height-full {
    	height: max-content !important;
	}
}
@media (max-width: 1300px){
#sdfbox.elementor-section-height-full {
    	height: max-content !important;
	}
	
	
}

@media (max-width: 1300px) and (min-width: 1151px){
/* 	#sdfbox.elementor-section-height-full {
 	   height: 83vh !important;
}
#sdfbox.elementor-section-height-full {
    	height: max-content !important;
	} */
	.elementor-1730 .elementor-element.elementor-element-606fd021 > .elementor-element-populated {
    	padding: 50px 107px 60px 0px !important;
	}
	.white-scetion.elementor-section-height-default{
    	margin-top: -31px !important;
    	margin-bottom: -41px !important;
	}
	.clam-type .elementor-element-ba68b87 {
    	width: 44.909% !important;
	}
}
@media (max-width: 1279.98px) {
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
		left: 2px;
	}
	.clam-type-white-section {
    	margin-left: 104px;
    	margin-right: 100px;
	}
}
@media (max-width: 1151.98px) {
	.page-template-landing-page .elementor-widget-container form > div > div:nth-child(1), .page-template-landing-page .elementor-widget-container form > div > div:nth-child(2), .page-template-landing-page .elementor-widget-container form > div > div:nth-child(3) {
    	width: 93%;
	}
	.page-template-landing-page .elementor-widget-container form {
       margin-left: 0px;
	}
	.page-template-landing-page .elementor-widget-container form select {
   		width: 92%;
	}
.page-template-landing-page .elementor-widget-container form .col-md-6 input {
   		width: 85%;
	}
	contact-heading h3 br {
      display: none;
	}
	#sdfbox.elementor-section-height-full {
		padding: 60px 0 40px!important;
	}
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
		left: 23px;
	}
	.clam-type-white-section {
    	margin-left: 20px;
    	margin-right: 20px;

	}
	.clam-type {
    	padding: 102px 0px !important;
	}
/* 	.clam-type {
    	padding: 169px 0px 0px 0px !important;
	} */
}
@media (max-width: 1023.98px) {
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
		left: 18px;
	}
}

@media(max-width : 1300px) and (min-width : 768px){
	.contact-heading h3 {
    	font-size: 23px;
	}
	.are-entitled {
    	margin-bottom: 0px !important;
	}
	.are-entitled h3 {
    	font-size: 29px;
	}
}

/* @media(max-width : 1024px) and (min-width : 768px){
.elementor-7126 .elementor-element.elementor-element-28abb63 > .elementor-widget-container {
        margin-top: 2%;
} */
	

	
@media (max-width: 991.98px) {
	.phone { 
    	font-size: 19px;
	}
	.action-btn {
    	padding: 12px 17px;
    	font-size: 16px;
	}
	.contact-heading h3 {
    	font-size: 24px;
	}
	.are-entitled h3 {
    	margin-bottom: 6px;
    	font-size: 24px;
	}
	.are-entitled p {
    	line-height: normal;
    	padding-bottom: 7px;
	}
	.box-1 p, .box-2 p, .box-3 p {
    	font-size: 14px;
	}
	.box-1 h4, .box-2 h4, .box-3 h4 {
		font-size: 18px;
    	padding-bottom: 3px;
	}
	.bakg-1 h3, .bakg-2 h3, .bakg-3 h3 {
    	font-size: 18px;
	}
	.bakg-3 h6, .bakg-1 h6, .bakg-2 h6 {
    	font-size: 23px;
	}
	.elementor-7126 .elementor-element.elementor-element-9d1b4b4 > .elementor-element-populated {
    	padding: 30px 10px 30px 12px;
	}
	#body-part .wpcf7-form-control-wrap.body-part {
    	left: 2px;
	}
	#your-name .wpcf7-form-control-wrap.your-name {
		left: 2px;
	}
	.page-template-landing-page .elementor-widget-container form select {
    	width: 100%;
	}
	.page-template-landing-page .elementor-widget-container form .col-md-6 input {
    	width: 91%;
	}
/* 	#sdfbox.elementor-section-height-full {
    	height: 69vh !important;
	} */
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
		left: -6px;
	}
	.clam-type {
    	padding: 44px 0px 0px 0px !important;
	}
}
	
@media (max-width: 767.98px) {
	#sdfbox.elementor-section-height-full {
		padding: 0px!important;
	}
	.sdf h2 {
		margin-top: 46px;
	}
	.elementor-7126 .elementor-element.elementor-element-28abb63 > .elementor-widget-container {
 		margin-top: -13% ;       
	}
	section.elementor-section.elementor-section-boxed > .elementor-container {
    	max-width: 100%;
    	width: 100%;
	}
	section.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0px!important;
	}
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
    	left: 65px;
	}
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
    	left: 65px;
	}
	
	.page-template-landing-page .elementor-widget-container form select {	
    	width:74%;
	}
	.page-template-landing-page .elementor-widget-container form .col-md-6 input {
    	width: 100%;	
	}
	.page-template-landing-page .elementor-widget-container form .wpcf7-form-control-wrap {
    	left: 66px;
	}
	.page-template-landing-page .elementor-widget-container form label p:last-child {
    	width: 27% !important;
	}
	.contact-heading h3 br {
		display: none;
	}
	.page-template-landing-page .elementor-widget-container form .col-md-6 {
    	width: 100%;
	}
	.page-template-landing-page .elementor-widget-container form .col-md-6:nth-child(2){
		margin-left: -85px;
		width: 98%;
	}
	.page-template-landing-page .elementor-widget-container form select {
		width: 99%;
	}
	.page-template-landing-page .elementor-column.elementor-col-50 {
		width: max-content;
		display: inline;
		text-align: center;
		margin: 0 auto;
	}
	
	.page-template-landing-page .free-enquery p {
		margin-left: -260px;
	}
	.first-footer-col .elementor-element.elementor-element-22d9e854.elementor-widget__width-initial.elementor-widget.elementor-widget-image {
    	width: 100%;
    	max-width: 100%;
    	text-align: center;
	}
	.first-footer-col .elementor-element.elementor-element-d4e9709.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor {
		width: 100%;
    	max-width: 100%;
    	text-align: center;
		padding:0px 15px;
}
	.types-logo img{
		max-width: 50% !important;
	}
/* 	.elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-e4a3025 {
    	padding: 0px 20px;
	} */
	section.elementor-section.elementor-section-boxed > .elementor-container {
    	padding: 0 20px !important;
	}
/* 	.wpcf7-form.init {
    	padding: 0px 20px !important;
	} */
	
	.hairdresser_part ul li {
    	padding: 0px !important;
	}
	.hairdresser_part ul li {
    	margin: 0 0 15px !important;
	}
	
	section.elementor-section.top_footer.elementor-section-boxed > .elementor-container {
    	padding: 0 5px !important;
	}
	section.elementor-section.request_free_form.elementor-section-boxed > .elementor-container {
    	padding: 0px 0px !important;
	}
}

	
@media (max-width: 575.98px) {
	.page-template-landing-page .free-enquery p {
		margin-left: -115px;
	}
	.phone {
    	font-size: 13px !important;
    	margin-right:6px !important;
		
	}
	.action-btn {
    	padding: 14px 11px;
    	font-size: 13px;
	}
	.page-template-landing-page .elementor-widget-container form > div > div:nth-child(1) .wpcf7-form-control-wrap, 
	.page-template-landing-page .elementor-widget-container form > div > div:nth-child(2) .wpcf7-form-control-wrap, 
	.page-template-landing-page .elementor-widget-container form > div > div:nth-child(3) .wpcf7-form-control-wrap {
    	left: 21px;
	}
	.sdf h2 {
		font-size: 30px;
	}
	
/* 	#sdfbox.elementor-section-height-full {
		height: 140vh !important;
	} */

}	
@media (max-width: 413.98px) {
	.phone {
    	font-size: 13px !important;
    	margin-right:6px !important;
	}
	.action-btn {
    	padding: 14px 11px;
    	font-size: 13px;
	}
	.page-template-landing-page .elementor-widget-container form > div > div:nth-child(1) .wpcf7-form-control-wrap, .page-template-landing-page .elementor-widget-container form > div > div:nth-child(2) .wpcf7-form-control-wrap, .page-template-landing-page .elementor-widget-container form > div > div:nth-child(3) .wpcf7-form-control-wrap {
		left: 11px;
	}
	.page-template-landing-page .free-enquery p {
		margin-left: -75px;
	}
	
/* 	#sdfbox.elementor-section-height-full {
		height: 140vh !important;
	} */
}
@media (max-width: 374.98px) {
	.action-btn {
    	padding: 12px 7px;
    	font-size: 11px;
	}
	.phone {
    	font-size: 15px;
	}
/* 	#sdfbox.elementor-section-height-full {
    	height: 140vh !important;
	} */
	.sdf h2 {
		font-size: 23px;
	}
	.page-template-landing-page .elementor-widget-container form > div > div:nth-child(1) .wpcf7-form-control-wrap, .page-template-landing-page .elementor-widget-container form > div > div:nth-child(2) .wpcf7-form-control-wrap, .page-template-landing-page .elementor-widget-container form > div > div:nth-child(3) .wpcf7-form-control-wrap {
    left: 6px;
	}
}
@media (max-width: 359.98px) {
	.page-template-landing-page .elementor-widget-container form > div > div:nth-child(1) .wpcf7-form-control-wrap, .page-template-landing-page .elementor-widget-container form > div > div:nth-child(2) .wpcf7-form-control-wrap, .page-template-landing-page .elementor-widget-container form > div > div:nth-child(3) .wpcf7-form-control-wrap {
		left: -5px;
	}
	.page-template-landing-page .free-enquery p {
		margin-left: -25px;
	}
/* 	#sdfbox.elementor-section-height-full {
		height: 117vh !important;
	} */
}

















/*===========responsive css start here=============*/ 
@media (min-width: 992px) and (max-width: 1100px) {
.ekit-template-content-header section.elementor-section.elementor-section-boxed > .elementor-container, .ekit-template-content-footer section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 15px;
}    
body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    padding: 0 6px;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-50f479f2 {
    width: 20%;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-6f78da2c {
    width: 80%;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-menu-container {
    max-width: 100%;
    background-color: transparent;
}
section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 15px;
}
.ekit-template-content-footer .top_footer .elementor-col-20 {
    width: 20%;
    padding: 0 15px;
}
.footer_item_first h2 {
    font-size: 25px;
}
.footer_item_first h3 {
    font-size: 12px;
    margin: 10px 0;
}
.banner_sec {
    padding-top: 120px !important;
} 
.free_phone_part img {
    width: 180px;
}
.experience_sec p strong {
    font-size: 25px;
}
.experience_sec p {
    font-size: 17px;
}
.call_btn a {
    padding: 13px 30px;
    width: 100%;
}
.expert_injury h3 {
    font-size: 24px;
}
.expert_injury p {
    font-size: 17px;
}
.guidelines_minor h3 {
    font-size: 20px;
}
.guidelines_minor h4 {
    font-size: 14px;
}


}

@media (min-width: 768px) and (max-width: 991px) {
.ekit-template-content-header section.elementor-section.elementor-section-boxed > .elementor-container, .ekit-template-content-footer section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 15px;
}    
body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    padding: 0 5px;
    font-size: 10px;
}
.shrink .header_sec .elementor-image a, .ekit-template-content-header .elementor-image a {
    background-size: 150px !important;
    background-position: left center !important;
}
.header_sec .elementor-image img {
    width: 150px !important;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-50f479f2 {
    width: 20%;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-6f78da2c {
    width: 80%;
}
.ekit-template-content-header .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-menu-container {
    max-width: 100%;
    background-color: transparent;
}
section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 15px;
}
.ekit-template-content-footer .top_footer .elementor-col-20 {
    width: 20%;
    padding: 0 15px;
}
.footer_item_first h2 {
    font-size: 18px;
}
.footer_item_first h3 {
    font-size: 12px;
    margin: 10px 0;
}

.free_phone_part {
    display: block;
    width: 500px;
    background-size: contain;
}
.free_phone_part h3 {
    font-size: 40px;
}
.free_phone_part img {
    right: -40px;
    width: 100px;
}
.banner_sec .wpcf7-form input, .banner_sec .wpcf7-form select {
    font-size: 12px;
    padding: 15px 10px;
}
.banner_sec {
    padding-top: 120px !important;
}
.experience_sec h2 {
    font-size: 30px;
}
.experience_sec h6 {
    font-size: 20px;
}
.experience_sec p strong {
    font-size: 24px;
}
.experience_sec p {
    font-size: 16px;
}
.banner_sec.footer_contact {
    padding-top: 80px !important;
}
.call_btn a {
    padding: 10px 10px;
    font-size: 10px;
    width: 100%;
}
.ekit-template-content-footer nav ul li {
    line-height: 20px;
}
.ekit-template-content-footer nav ul a {
    font-size: 10px;
    padding-left: 0;
}    
.ekit-template-content-footer nav ul a:before {
    display: none;
}
.banner_sec .wpcf7-form p {
    width: 33.33%;
} 
.maximum_cost img {
    min-width: 70px;
    height: 70px;
}
.maximum_cost h3 {
    font-size: 16px;
    font-weight: 500;
}
.how_much_claim form h3, .just_find_out h3 {
    font-size: 26px;
}
.how_much_claim form h4, .just_find_out h4 {
    font-size: 12px;
}
.accident_claim_form small {
    font-size: 12px;
}
.claim_form_detail p select, .claim_form_detail p input {
    font-size: 12px;
    padding: 12px 10px;
}
.call-me-back input.wpcf7-submit {
    border-radius: 4px;
    min-width: 200px;
    min-height: 50px;
}
.get-free h2 {
    font-size: 28px;
}
.get-free h6 {
    font-size: 16px;
}
.get-free h6 img {
    margin: -2px 6px 0 0;
}
.get-free p {
    font-size: 14px;
    margin: 10px 0 10px;
    padding: 0;
    line-height: 22px;
}
.how_much_claim form.wpcf7-form {
    padding: 20px;
}
.call-me-back p i {   
    margin-left: 0;
}
.request_free_form h3 {
    font-size: 30px;
}
.banner_sec.footer_contact .wpcf7-form p {
    width: 25%;
}
.loss_of_earning ul li h3 {
    font-size: 20px;
}
.loss_of_earning ul li p {
    font-size: 17px;
}
.expert_injury h3 {
    font-size: 24px;
}
.expert_injury p {
    font-size: 17px;
}
.road_accident h3 figure {
    width: 80px;
    height: 80px;
}
.road_accident h3 figure img {
    width: 40px;
}
.road_accident h3 {
    font-size: 15px;
    padding: 15px;
    font-weight: bold;
}
.road_accident ul li {
    line-height: 30px;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}
.claim_calculator_heading h3 {
    font-size: 40px;
} 
.all-accident-banner h3 {
    padding: 0 50px;
}
.our_helpline h3 {
    font-size: 20px;
}
.our_helpline a.phone-claim {
    font-size: 50px;
}
.assessment_heading h3 {
    align-items: center;
    font-size: 20px;
}
.claim-calculator-checkbox label span {
    font-size: 10px;
    padding-left: 2px;
}
.claim-calculator-detail-form label {
    font-size: 14px;
}
.claim-calculator-section form {
    padding: 20px;
}
.guidelines_minor ul li {
    width: 50%;
}
.guidelines_minor h3 {
    font-size: 24px;
}
.contact_form_detail h3 {
    line-height: 30px;
    font-size: 20px;
}
.custom-btn, .contact_phone {
    padding: 15px;
}
.contact_phone h3 {
    font-size: 14px;
}
.contact_phone a {
    word-break: break-all;
}
address {
    font-size: 16px;
    line-height: 32px;
}
.page-id-6327 section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 30px;
}
.hairdressing_fast_process .elementor-image-box-wrapper {
    display: block;
    display: block;
    display: block;
}
.hairdressing_fast_process .elementor-image-box-img {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
}
.hairdressing_fast_process .elementor-image-box-img img {
    max-width: 80px !important;
    width: 80px !important;
    margin-bottom: 15px;
}
.hairdressing_fast_process .elementor-image-box-content {
    text-align: center;
}
.hairdressing_accident h1 {
    font-size: 30px;
}
.hairdressing_accident p {
    font-size: 17px;
}
.hair_colour li {
    width: 100%;
}
.extensions_box h3 {
    font-size: 24px;
}
.extensions_box p {
    font-size: 17px;
}
.hairdresser_part ul li {
    font-size: 17px;
}
.hairdresser_part h3 {
    font-size: 26px;
    margin: 0 0 25px;
}
.hairdressing_assessment form {
    width: 100%;
}


}

@media (max-width: 767px){
section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}    
.banner_sec .wpcf7-form {
    display: block;
    width: 100%;
}    
.banner_sec.footer_contact .wpcf7-form {
    padding: 0;
}
.free_offer span.elementor-icon-list-text {
    font-size: 13px;
}
.header_sec .elementor-container {
    padding: 0 15px;
}
.header_sec img.size-medium_large {
    max-width: 200px !important;
}
.elementor-16 .header_sec .elementor-element.elementor-element-50f479f2 {
    width: 85%;
}
.elementor-16 .header_sec .elementor-element.elementor-element-7a2708bf .elementskit-menu-hamburger {
    padding: 0;
    width: 25px;
    border-radius: 0;
    background-color: transparent !important;
    border: 0;
}
.elementor-16 .header_sec .elementor-element.elementor-element-7a2708bf .elementskit-menu-hamburger i.ekit-menu-icon {
    color: #205575;
    font-size: 25px;
}
.home .elementor-16 .header_sec .elementor-element.elementor-element-7a2708bf .elementskit-menu-hamburger i.ekit-menu-icon {
    color: #fff;
}
.home.shrink .elementor-16 .header_sec .elementor-element.elementor-element-7a2708bf .elementskit-menu-hamburger i.ekit-menu-icon {
    color: #205575;
}
.home .banner_sec .wpcf7-form p, .home .banner_sec .wpcf7-form p:nth-child(4), .banner_sec .wpcf7-form p:nth-child(4), .home .banner_sec .wpcf7-form p:nth-child(5) {
    width: 100%;
    margin: 0 0 10px;
}
.experience_sec h2 {
    font-size: 30px;
}
.experience_sec h6 {
    font-size: 18px;
    line-height: 28px;
}
.experience_sec p strong {
    font-size: 22px;
}
.experience_sec p {
    font-size: 15px;
    margin: 0 0 15px;
}
.free_phone_part {
    width: 100%;
    padding: 0 0 30px;
    background-image: none;
    margin: 5px 0 20px;
}
.free_phone_part img {
    display: none;
}
.free_phone_part h6 {
    font-size: 18px;
    font-weight: bold;
     color: #fff;
}
.free_phone_part h3 {
    font-size: 42px;
    margin: 10px 0;
     color: #fff;
}
.free_phone_part h5 {
    color: #fff;
}
.free_phone_part h4 {
    color: #fff;
    margin: 0 0 10px;
}
.home_our_reviews h2:before, .home_our_reviews h2:after {
    display: none;
}
.mobile_work .elementor-column:first-child {
    order: 2;
    margin: 0 0 20px;
}
.elementor-element.elementor-element-d8eed5d.work_insurance.elementor-widget.elementor-widget-heading {
    margin-bottom: 10px;
}
.banner_sec {
    background-image: none !important;
    background: #1088d4 !important;
    background: -moz-linear-gradient(-45deg, #1088d4 0%, #2bc9c8 100%) !important;
    background: -webkit-linear-gradient( -45deg, #1088d4 0%,#2bc9c8 100%) !important;
    background: linear-gradient( 135deg, #1088d4 0%,#2bc9c8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1088d4', endColorstr='#2bc9c8',GradientType=1 ) !important;
    padding-top: 150px !important;
}
.banner_sec.footer_contact .wpcf7-form p:nth-child(5) span.ajax-loader {
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
}
.review_heading {
    background-image: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    font-size: 11px;
}
.footer_item_second {
    padding-left: 0;
}
.top_footer section .elementor-column {
    padding: 20px 15px 0 15px;
    margin: 20px 0 0 0;
    border-top: 1px solid #ececec;
}
.top_footer .elementor-column.footer_item_first {
    border: 0;
    padding-top: 0;
    margin: 0;
}
.vertical-menu {
    text-align: center;
}
.vertical-menu li {
    padding-left: 10px;
}
.vertical-menu li:first-child {
    padding-left: 0;
}
.vertical-menu li a {
    font-size: 13px;
}
.vertical-menu li:before {
    height: 11px;
    top: 15px;
    left: 3px;
}
.experience_sec .elementor-text-editor {
    padding: 0 5px;
} 
.banner_excellent {
    margin-top: -30px;
}
.banner_excellent .trustpilot-widget {
    margin-bottom: 10px;
}
.management_content p > strong {
    font-weight: 900;
}
.popup_part .modal .modal-content {
    width: 95%;
    left: 50%;
    margin-left: 0;
    padding: 15px;
    transform: translate(-50%, -50%);
}
.qualify_popup h3 {
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 30px;
}
.qualify_popup p {
    font-size: 12px;
    margin: 0 0 15px;
}
.qualify_popup h6 {
    font-size: 16px;
    margin: 0 0 10px;
}
.qualify_popup h6 + p {
    font-size: 30px;
}
.wpcf7 form .wpcf7-response-output {
    width: 100% !important;
}
.qualify_popup label input {
    min-height: 48px;
}
.qualify_popup label img {
    top: 12px;
}
.qualify_popup input.wpcf7-submit {
    margin-top: 0;
    padding: 12px 0;
}
body.home .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    color: #205575;
}
body.home .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li.current-menu-ancestor > a, body.home .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li a:hover {
    color: #f26722;
}
section.elementor-section.elementor-section-boxed > .elementor-container,.ekit-template-content-header section.elementor-section.elementor-section-boxed > .elementor-container, .ekit-template-content-footer section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 15px;
}
.footer_item_first img {
    width: 250px !important;
}
.banner_sec .wpcf7-form p {
    padding: 0;
    width: 100%;
    margin: 0 0 10px;
}
.banner_sec p br {
    display: none;
}
.car_accidental_banner .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}
.paragraph p {
    line-height: 25px;
}
.customers_mark p {
    font-size: 14px;
    line-height: 24px;
}
.customers_mark img {
    width: 20px;
}
.customers_mark p span {
    padding: 0 0 0 30px;
}
.customers_mark p span + img {
    bottom: -5px;
}
.customers_mark h6 {
    font-size: 15px;
    padding: 0 0 0 30px;
}
.how_much_claim form h3 {
    font-size: 20px;
}
.how_much_claim form h4 {
    font-size: 15px;
    line-height: 20px;
}
.accident_claim_form .col-md-6 {
    width: 100%;
}
.claim_form_detail {
    margin-top: 20px;
}
.accident_claim_form small {
    font-size: 16px;
}
.how_much_claim form .wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 16px;
}
.call-me-back p {
    width: 100%;
}
.call-me-back input.wpcf7-submit {
    min-height: 55px;
    width: 100%;
}
.get-free {
    margin-top: 30px;
    height: auto;
}
.how_much_claim form h4:before {
    width: 180px;
}
.loss_of_earning ul li h3 {
    font-size: 20px;
}
.loss_of_earning ul li:before {
    left: 0;
    top: 3px;
}
.loss_of_earning ul li p {
    font-size: 15px;
}
.businesses-like {
    margin: 0 0 40px;
}
.request_free_form h3 br {
    display: none;
}
.request_free_form {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.request_free_form ul, .maximum_cost ul {
    margin: 0 -15px;
}
.request_free_form h3 {
    font-size: 30px;
}
.maximum_cost li {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 25px;
}
.maximum_cost img {
    min-width: 60px;
    max-width: 60px !important;
    height: 60px;
}
.maximum_cost h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
.footer_contact p {
    margin-top: 0;
}
.request_free_form .wpcf7 form .wpcf7-response-output {
    margin: 15px 0 0;
}
.ekit-template-content-header .elementor-image a {
    width: 200px;
    background-size: 200px !important;
    height: 55px;
}
.claim_calculator_heading h3 {
    font-size: 30px;
}
.all-accident-banner h3 {
    padding: 0;
}
.claim_calculator_heading img {
    top: -15px;
    right: -8px;
    width: 50px;
}
.our_helpline a.phone-claim {
    font-size: 40px;
    line-height: 60px;
}
.our_helpline h3 {
    font-size: 18px;
} 
.claim-calculator-section .wpcf7 {
    padding-right: 0;
}
.claim-calculator-section form {
    padding: 30px 20px;
    margin: 0 0 30px;
}
.claim-calculator-select small {
    font-size: 15px;
}
.claim-calculator-select .wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 16px;
}
.claim-calculator-checkbox .wpcf7-form-control-wrap {
    width: 50%;
}
.claim-calculator-checkbox span.wpcf7-list-item-label {
    font-size: 13px;
}
.claim-calculator-detail-form.contact_form_detail h3 {
    font-size: 30px;
}
.contact_form_detail .col-md-6 {
    width: 100%;
}
.claim-calculator-detail-form .wpcf7-form-control.wpcf7-submit {
    font-size: 12px;
}
.find-out-how-much {
    font-size: 12px;
    font-weight: 500;
}
.find-out-how-much br {
    display: none;
}
.contact_form_detail .col-md-12 p {
    margin: 0;
}
.claim-calculator-sidebar .get-free {
    margin: 0;
}
.expert_injury {
    margin: 10px 0 0;
}
.expert_injury h3 {
    font-size: 20px;
    margin: 0 0 10px;
}
.expert_injury p {
    font-size: 15px;
    margin: 0 0 20px;
}
.road_accident .col-md-6 {
    width: 100%;
    margin: 0 0 30px;
}
.road_accident ul li {
    font-size: 14px;
    width: 100%;
}
.road_accident h3 figure {
    width: 70px;
    height: 70px;
    margin-right: 10px !important;
    text-align: center;
    line-height: 70px;
}
.road_accident h3 {
    font-size: 16px;
    margin: 0 0 30px;
    text-align: left;
}
.road_accident h3 figure img {
    width: 30px;
}
.road_traffic_accident {
    background-position: -40px 0;
}
.road_accident ul li img {
    margin-right: 5px;
}
.how_much_claim form.wpcf7-form {
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.request_free_form .wpcf7-not-valid-tip {
    font-size: 14px;
}
.request_free_form ul li input, .request_free_form ul li select, .request_free_form ul li textarea {
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 13px;
}
.banner_sec.footer_contact {
    padding-top: 35px !important;
}
.contact_form_detail h3 {
    margin: 0 0 25px;
    line-height: 24px;
    font-size: 14px;
}
.contact_form_detail h3 img {
    width: 50px;
}
.contact_form_detail h3 br {
    display: none;
}
.contact_form_detail h3 span {
    display: inline-block;
    margin-right: 10px; 
}
.claim_form_detail.contact_form_detail .col-md-12 p {
    margin: 15px 0 0;
}
address {
    font-size: 15px;
    line-height: 30px; 
}
.custom-archive {
    padding: 140px 0 0;
}
.custom-archive .guidelines_minor {
    padding: 0 15px 50px;
}
.guidelines_minor ul li {
    width: 100%;
}
.assessment_heading h3 {
    font-size: 24px;
}
.claim-calculator-checkbox label {
    width: 50%;
}
.guidelines_sec h1 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
}
.get-free .free_advice + img {
    position: static;
}
.mobile_header {
    display: block;
}
#main-menu li a i {
    display: block;
    border: 0;
    padding: 0;
    top: 7px;
}
.mobile_header .elementor-container {
    padding: 0 !important;
}
body .elementskit-navbar-nav-default .elementskit-megamenu-has .elementskit-dropdown {
    display: block !important;
    padding: 0 !important;
}
/*.mobile_header .left_logo_part {
    width: 50% !important;
}*/
.mobile_header button.elementskit-menu-hamburger.elementskit-menu-toggler {
    background: transparent !important;
    border: 0;
    padding: 0 0 0 20px !important;
}
.mobile_header {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    background: #f8f7f7 !important;
}
.home .mobile_header {
    background: transparent !important;
}
.home .mobile_header button.elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon {
    background: #fff !important;
}
.home.shrink .mobile_header {
    background: #F8F7F7 !important;
}
.home.shrink .mobile_header .elementor-image a {
    background: url(/wp-content/uploads/2021/03/logo-1.png);
    height: 61px !important;
    background-repeat: no-repeat;
}
.header_sec {
    display: none;
}
.home.shrink .mobile_header button.elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon {
    background: #205575 !important;
}
.elementskit-nav-identity-panel .elementskit-site-title {
    display: none;
}
.elementskit-nav-identity-panel button.elementskit-menu-close.elementskit-menu-toggler {
    background: transparent !important;
    border: 0;
    margin-top: 0 !important;
}
.elementor-16 .mobile_header .elementor-element.elementor-element-376818bc .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.elementor-16 .mobile_header .elementor-element.elementor-element-376818bc .elementskit-navbar-nav .elementskit-submenu-panel > li.current-menu-item > a {
    color: #000!important;
}
.elementor-16 .mobile_header .elementor-element.elementor-element-376818bc .elementskit-submenu-panel {
    padding: 0;
}    
.type-of-claims-form h6 {
    margin: 25px 0 3px;
    font-size: 14px;
}
.type-of-claims-form h6 span {
    font-size: 12px;
    margin-left: 5px;
}
.page-id-6327 section.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 15px;
}
.popup_part button {
    top: auto;
    bottom: 12%;
}
.hair_colour li {
    width: 100%;
}
.extensions_box figure {
    left: 50%;
    margin-left: -45px !important;
}
.extensions_box {
    padding: 40px 25px 25px;
    text-align: center;
}
.extensions_box h3 {
    font-size: 24px;
}
.extensions_box p {
    font-size: 16px;
}
.hairdressing_fast_process figure {
    padding-right: 15px;
}   
.hairdressing_accident h1 {
    font-size: 24px;
    margin: 0 0 15px;
}
.hairdressing_accident p {
    font-size: 16px;
}
.hair_colour {
    padding: 10px 0 0;
}
.hairdresser_part ul li {
    padding: 20px;
    font-size: 16px;
    text-align: left;
}
.hairdresser_part ul li:before {
    display: none;
}
.hairdresser_part h3 {
    font-size: 24px;
    margin: 0 0 25px;
    line-height: 35px;
}
.hairdressing_assessment form {
    width: 100%;
}
.hairdressing_assessment.request_free_form ul li {
    width: 100%;
}
.hairdressing_assessment h3 {
    margin: 0 0 25px;
}
.ekit-template-content-header ul li:last-child a.ekit-menu-nav-link {
    padding-right: 15px!important;
}	 
.call-me-back input[type=submit] {
    font-size: 13.6px;
    min-width: auto;
}
.claim_form_detail {
    padding-left: 0;
}	
#ekit-megamenu-header-menu .icon {
    top: 0;
    transform: initial;
}
.line-contact-mobile {
	display: block;
}


}

@media (max-width: 320px){   
.claim_form_detail.contact_form_detail {
    padding: 20px 5px;
}    
.contact_form_detail h3 img {
    width: 40px;
}
.contact_form_detail h3 { 
    font-size: 13px;
}




}


/*===========responsive css end here=============*/ 
nav.navigation {
    display: none;
}
p, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0 !important;
}
body .elementskit-menu-overlay {
    display: none;
}
.banner_sec .wpcf7-form .wpcf7-hidden[value="CONTACT"] + p {
    display: none;
}


#cf7-right-to-be-forgotten span.wpcf7-list-item {
    display: block;
}

#cf7-right-to-be-forgotten span.wpcf7-list-item input {
    margin-bottom: initial;
}

#cf7-right-to-be-forgotten .wpcf7-list-item-label {
    position: initial;
    left: initial;
    font-size: initial;
    margin-top: initial;
}






/* cosmetic-treatment-claims  page css start*/

.page-template-cosmetic-treatment-claim .banner_sec.footer_contact
{
	display:none;
}

/* .page-template-cosmetic-treatment-claim .ekit-template-content-header,
.page-template-cosmetic-treatment-claim .banner_sec.footer_contact,
.page-template-cosmetic-treatment-claim .top_footer,
.page-template-cosmetic-treatment-claim .bottom-footer,
.page-template-cosmetic-treatment-claim .copyright_sec{
	display:block;
}
 */


.page-template-cosmetic-treatment-claim{
	background-color:white;
}


.page-template-cosmetic-treatment-claim h1{
	color:#4d4d4d !important;
	font-family: "poppins-bold", Sans-serif !important;
}
.page-template-cosmetic-treatment-claim h5 {
    color: #2dbbb3 !important;
}
.clear-advice h1{
	color:white !important;
	font-size:45px !important;
}

.expert-p p br{
	margin-bottom:20px;
}
.page-template-cosmetic-treatment-claim .entry-content p {
    font-family: "Montserrat-Regular" !important;
    color: #000000cc;
	line-height: 1.3;
}
.expert-p p{
	line-height: 1.2 !important;
}
.box-1,
.box-2,
.box-3,
.box-4{
	box-shadow: 0px 0px 30px #c3c3c3;
	margin:0px 10px;
	border-radius:15px;
	transition: transform .2s;
}
.box-1 h6,
.box-2 h6,
.box-3 h6,
.box-4 h6{
	font-family: "Poppins", Sans-serif;
    color: #212121 !important;
	font-size:19px;
	font-weight: 500;
	
}
.box-1 h4,
.box-2 h4,
.box-3 h4,
.box-4 h4{
	font-family: "Poppins", Sans-serif;
    color: #2dbbb3 !important;
	font-size:22px;
    font-weight: 600;
}

.page-template-cosmetic-treatment-claim .elementor-icon-list-text {
    color: #FFFFFF;
    padding-left: 23px;
    font-family: 'Poppins';
    font-weight: 500;
}

.box-1:hover h6, .box-2:hover h6, .box-3:hover h6, .box-4:hover h6,
.box-1:hover h4, .box-2:hover h4, .box-3:hover h4, .box-4:hover h4{
	color: white!important;
}
.box-1 .box-hover-img,
.box-2 .box-hover-img,
.box-3 .box-hover-img,
.box-4 .box-hover-img {
	display: none!important;
}
.box-1:hover .box-hover-img,
.box-2:hover .box-hover-img,
.box-3:hover .box-hover-img,
.box-4:hover .box-hover-img {
	display: initial!important;
	
}
.box-1:hover .box-img,
.box-2:hover .box-img,
.box-3:hover .box-img,
.box-4:hover .box-img {
	display: none!important;
}

.page-template-cosmetic-treatment-claim .get-tech p{
	background-color: #3abeff;
	position: absolute;
	right: -25px;
	z-index: 1;
	top: 50px;
	padding: 8px 10px;
	border-radius: 115px;
	font-family: 'Poppins-Bold' !important;
	font-size: 16px;
	color: #fff !important;
	border: 2px solid #fff;	
}

.right-tech p {
    right: 96% !important;
}
.get-text h5{
	font-family: "Poppins-Bold", Sans-serif !important;
}
.no-win h1{
	color:#3abeff !important;
}
.much-compensation{
	background-size: 100% 100% !important;
}
.page-template-cosmetic-treatment-claim .what-should h1{
	color:#fff !important;
	
}
.page-template-cosmetic-treatment-claim .what-should p{
	color:#ffff !important;
	font-family:'Poppins' !important;
	font-size:22px !important;
}
/* .page-template-cosmetic-treatment-claim .what-should p br {
    margin-bottom: 28px;
} */
.page-template-cosmetic-treatment-claim p{
    margin-bottom: 22px;
}
.what-should{
	background-size: 100% 100% !important;
}
.why-chose{
		background-size: 100% 100% !important;
}
.verified p{
	font-family:"Poppins" !important;
}
.rating-box{
	box-shadow:  0px 0px 13px #c3c3c3ad;
	margin:0px 100px;
	
}
.rating-box h2{
	color:#3abeff !important;	
}
.auther p{
	font-family:"Poppins-Bold" !important;
}
.verified p{
	color:#7d7d7d !important;
	font-family:"Poppins" !important;
}
.clam{
	margin:0px 20px;
}
.clam h1{
	color:white !important;
}

/* Poppins-Light */
/* Poppins-Medium */
/* Montserrat-Light */
.page-template-cosmetic-treatment-claim .clam h1 span{
	font-family: "Montserrat-Light" !important;
	font-size:21px;
}
.page-template-cosmetic-treatment-claim .request h1{
	font-family: "Poppins-Medium" !important;
}
.page-template-cosmetic-treatment-claim .copyright p{
	font-family: "Poppins-Light" !important;
	font-size:22px !important;
	color:#666666;
}
/*cosmetic-treatment-claims page css  end */
 .page-template-cosmetic-treatment-claim .elementor-9961 .elementor-element.elementor-element-7266ccd .elementskit-navbar-nav > li > a {
    color: black !important;

}

.page-template-cosmetic-treatment-claim  .ekit-template-content-header .elementor-image img {
    display: block;
}

/* .page-template-cosmetic-treatment-claim #ekit-megamenu-header-menu {
    width: 300px;
	position: absolute;
	right: -37px;
	top: -20px;
}
.page-template-cosmetic-treatment-claim #main-menu {
    width: 100%;
    float: left;
    display: block;
}
.page-template-cosmetic-treatment-claim .elementskit-navbar-nav-default .elementskit-navbar-nav > li {
    position: relative;
    width: 300px;
    float: left;
    clear: both;
    display: block;
    max-width: 100%;
    background: #eee;
    margin-right: 5px;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.page-template-cosmetic-treatment-claim .elementor-9961 .elementor-element.elementor-element-7266ccd .elementskit-navbar-nav > li > a {
    font-family: "Comfortaa", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0px 8px 0px 8px;
    width: 100%;
}

.page-template-cosmetic-treatment-claim .elementor-9961 .elementor-element.elementor-element-7266ccd .elementskit-navbar-nav > li:hover > ul {
    z-index: 1;
}
.page-template-cosmetic-treatment-claim  .elementor-9961 .elementor-element.elementor-element-7266ccd .elementskit-submenu-panel {
    left: 80px;
}
.page-template-cosmetic-treatment-claim  .elementor-9961 .elementor-element.elementor-element-7266ccd .elementskit-navbar-nav .elementskit-submenu-panel > li > a {
   
    color: white;
}

.page-template-cosmetic-treatment-claim .ekit-template-content-header {
    background: #fff0;
    box-shadow:unset;
   
}
.page-template-cosmetic-treatment-claim.shrink .ekit-template-content-markup.ekit-template-content-header.ekit-template-content-theme-support{
	background: #fff;
	box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
}
.page-template-cosmetic-treatment-claim #ekit-megamenu-header-menu {
    display: none;
}
#closed{
	display:none;
}
.menu-open #open{
	display:none;
}
.menu-open #closed{
	display:block;
	position: relative;
	z-index: 2;
} */
.page-template-cosmetic-treatment-claim p br {
	margin-bottom: 20px;
}
.rating-box{
	margin-left:130px;
	margin-right:130px;
}
.rating-bg{
	background-size: 100% 100% !important;
}
.box-1:hover,
.box-2:hover,
.box-3:hover,
.box-4:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.how-work-img img{
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;	
}


.banner-text h1{
	color: #01C6E9 !important;
}
.banner-text h5{
	color: #01C6E9 !important;
}
.banner-text h5 span{
	color: #03D9B1;
}
.page-template-cosmetic-treatment-claim .p-font p{
	font-family: "Poppins", Sans-serif !important;
	font-weight: normal !important;
}
.btnpopup{
	font-family: "Poppins", Sans-serif;
	font-size: 24px;
	font-weight: 600;
	background-color: #3ABEFF !important;	
	padding: 8px 25px 8px 25px !important;
	opacity: 1;
	border-radius: 5px;
	color: white !important;
	 outline: none;
    border: none;
}
.btnpopup:hover {
    outline: none;
    border: none;
	opacity:0.7;
	padding: 8px 25px 8px 25px !important;
}
#get-in-touch {
	
    font-family: "Comfortaa", Sans-serif;
    font-weight: bold;
    background-color: #F7941D !important;
    padding: 20px 50px 20px 50px !important;
    line-height: 1;
    font-size: 15px;
}
.rating-box p{
	margin-bottom:-2px !important;
}
.btnpopup.fotbtn{
	background-color:white !important;
	color: #03D9B1 !important;
	padding: 11px 25px 11px 25px !important;
	font-family: "Poppins-Bold", Sans-serif !important;
	font-size: 24px;
	font-weight: 500;
}
button p{
	margin-bottom:0px !important;
}
button p br{
	margin-bottom:0px !important;
}

.hair-dressing span{
	font-size:28px !important;
	margin-top:15px;
	display: block;
}
.home_our_reviews h2::before {
    left: 51px;
	top: -7px;
}
.home_our_reviews h2::after {
    right: 60px;
	top: -8px;
}

/* 
.ekit-template-content-header {
    background: transparent !important;
    box-shadow: none !important;
}
.header_sec {
    background: transparent !important;
}
body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    color: #fff;
}
body.shrink .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    color: #000;
}
.shrink .header_sec .elementor-image a {
    background: url(/wp-content/uploads/2021/03/logo-1.png);
        background-repeat: repeat;
    height: 61px !important;
    background-repeat: no-repeat;
}
.header_sec .elementor-image a {
    background: none;
    height: initial !important;
}
.ekit-template-content-header .elementor-image a {
    background: url(/wp-content/uploads/2021/03/logo-1.png);
    background-repeat: no-repeat;
    height: 62px;
    width: 230px;
}
.header_sec .elementor-image img {
    display: block;
}
.shrink .ekit-template-content-header .elementor-widget-image .elementor-image img {
    display: none;
}
body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li.current-menu-ancestor > a, .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li a:hover {
    color: none !important;
}
.elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li.current-menu-ancestor > a {
    color:none !important;
} */
.home.shrink .header_sec {
  background:#1290cb !important;
}
.home .header_sec {
  background:#1290cb !important;
}


.home.shrink .ekit-template-content-header .elementor-widget-image .elementor-image img {
    display:block;
	width: 100%;
	height:100% !important;
	max-width: 100% !important;
}
body.home.shrink .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    color: #fff !important;
}
.home.shrink .header_sec .elementor-image a {
  background-image:none !important;
}


.elementor-16 .elementor-element.elementor-element-68daf792:not(.elementor-motion-effects-element-type-background), .elementor-16 .elementor-element.elementor-element-68daf792 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
     background:#1290cb !important;
}

.shrink .header_sec {
    background:#1290cb !important;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
}


.ekit-template-content-header .elementor-image img {
   display:block;
	width: 100%;
	height:100% !important;
	max-width: 100% !important;
}

body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li > a {
    color: #fff !important;

}
.ekit-template-content-header {
     background:#1290cb !important;
}
.ekit-template-content-header .elementor-image a {
  background-image:none !important;
}





.page-template-cosmetic-treatment-claim .ekit-template-content-header {
    background:#1290cb !important;
    box-shadow: none !important;
}
.mobile_header {
   background:#1290cb !important;
}
.footer-request .elementor-widget-container{
	text-align:center;
}

body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li.current-menu-item > a {
    color: #f26722 !important;
}
.btnpopup.home-popup{
    background: #f7941d !important;
    transition: 0.3s;
    color: #fff !important;
    text-transform: uppercase;
    padding: 14px 31px 10px !important;
    font-family: "Comfortaa", Sans-serif;
    font-size: 18px;
}
.contact_form_detail h3 {
    font-size: 25px !important;
}
.footer-list{
	
}
.ekit-template-content-footer .footer-list nav ul a:before { 
    content:none !important; 
}
.ekit-template-content-footer nav ul a {
    font-size: 16px !important;
    padding-left: 0px !important;
    color: #282828;
    transition: .3s;
    position: relative;
    font-family: 'Poppins-Light' !important;
	font-weight:400;

}
.tp-widget-businessinfo{
    display: flex !important;
}
.ekit-template-content-footer nav ul li {
    margin-bottom: 2px;
}

.social-icon{
	display:none;
}
.footer_item_second {
    padding-left: 30px !important;
}
.advisors-content {
    margin-top: 20px !important;
	text-transform: initial !important;
	font-family:'Poppins-Medium' !important;
	font-size:29px !important;
}
.get-free h2 {
    font-size: 37px !important;
   
}
.get-free h6.advisors-content{
	font-family:'Poppins-Medium' !important;
}

.page-id-7853 .call-me-back.work-accedent {
    text-align: center;
    padding-left: 10px;

}
.page-id-7853 .how_much_claim .work-accedent p {
     width: 100%;
}
.page-id-7853 .call-me-back input[type="submit"] {
   min-width: 100% !important;
	margin-top: -6px;
}
.page-id-2898  .elementor-2898 .elementor-element.elementor-element-6974c939 > .elementor-element-populated {
    padding: 0 410px 0 0;
}




/*for all form  */
.how_much_claim .work-accedent p {
     width: 100%;
}
.call-me-back input[type="submit"] {
   min-width: 100% !important;
	margin-top: -6px;
}
.elementor-2898 .elementor-element.elementor-element-6974c939 > .elementor-element-populated {
    padding: 0 410px 0 0;
}

.call-me-back.work-accedent {
    text-align: center;
    padding-left: 10px;

}

/* Mobile bullet point css */
.hairdresser_part ul li{
	background-image: url(/wp-content/uploads/2021/03/check_icon.png);
	height: 30px;
	background-repeat: no-repeat;
	padding-left: 30px !important;
	background-position: left center;
	content: "";
	left: 0;
}


/* .why-should .elementor-element-populated{
	padding: 50px 120px 60px 30px !important;
} */

/* Cosmetic treatment page css end */

/* Poppins-Light */
/* Poppins-Medium */

/*Media Query start*/
/* =============Landing Form========== */
@media (min-width: 1366px){

}
@media (min-width: 1400px){
	.page-id-2898 .elementor-2898 .elementor-element.elementor-element-6974c939 > .elementor-element-populated {
    	padding: 0 500px 0 0;
	}
}
@media (min-width: 1440px){
	.home_our_reviews h2::before {
    	left: 90px;
	}
	.home_our_reviews h2::after {
    	right: 90px;
	}
	
	.page-id-2898 .elementor-2898 .elementor-element.elementor-element-6974c939 > .elementor-element-populated {
    	padding: 0 500px 0 0;
	}
}
@media (min-width: 1560px){
	.banner{
		background-size: cover !important;
	}
	.clear-advice{
		background-size: cover !important;
	}
	.who-pays{
		background-image:unset !important;
	}
	.elementor-section.elementor-inner-section.elementor-element.elementor-element-58d4d2e.elementor-section-full_width.elementor-section-height-default {
    	padding: 210px 30px 0px 8px !important;
	}
	.social-iocn{
		padding: 210px 30px 0px 20px !important;
	}
	.social-icon .elementor-container.elementor-column-gap-default {
		justify-content: center !important;
	}
	.social-icon .colm{
		width:10% !important;
	}
	.home_our_reviews h2::before {
    	left: 170px;
	}
	.home_our_reviews h2::after {
    	right: 170px;
	}
	
}
@media (min-width: 1600px){
	.elementor-section.elementor-inner-section.elementor-element.elementor-element-58d4d2e.elementor-section-full_width.elementor-section-height-default {
    	padding: 210px 30px 0px 8px !important;
	}
	.social-icon .elementor-container.elementor-column-gap-default {
		justify-content: center !important;
	}
	.social-icon .colm{
		width:8% !important;
	}
	
}
@media (min-width: 1680px){
		.home_our_reviews h2::before {
    	left: 220px;
	}
	.home_our_reviews h2::after {
    	right: 220px;
	}
}
@media (min-width: 1920px){
		.home_our_reviews h2::before {
    	left: 310px;
	}
	.home_our_reviews h2::after {
    	right: 310px;
	}
}



@media(max-width:1680){
	
}

@media (max-width: 1300px){

}

@media (max-width: 1300px) and (min-width: 1151px){
	section.elementor-section.elementor-section-boxed > .elementor-container{
    	padding: 0 120px !important;
	}
	.what-should h1{
		font-size: 34px !important;
	}
}

@media (max-width: 1279.98px) {
	.banner{
		background-size: cover !important;
	}
	section.elementor-section.elementor-section-boxed > .elementor-container {
    	padding: 0 70px !important;
	}
	
}

@media (max-width: 1151.98px) {
	.box-1,
	.box-2,
	.box-3,
	.box-4{
    	margin: 25px 50px;
	}
}

@media (max-width: 1023.98px) {
	.box-1,
	.box-2,
	.box-3,
	.box-4{
    	margin: 25px 40px;
	}
	.contact_form_detail h3 {
    	font-size: 22px !important;
	}
}

@media(max-width : 1300px) and (min-width : 768px){
	
}

@media(max-width : 1024px) and (min-width : 768px){
	section.elementor-section.elementor-section-boxed > .elementor-container {
    	padding: 0 70px !important;
	}
} 
	
@media (max-width: 991.98px) {
	.box-1,
	.box-2,
	.box-3,
	.box-4{
    	margin: 25px 35px;
	}
	.rating-box {
    	margin-left: 15px;
    	margin-right: 15px;
	}
	section.elementor-section.elementor-section-boxed > .elementor-container {
    	padding: 0 0px !important;
	}
	.elementor-10068 .elementor-element.elementor-element-5c12705 {
    	padding: 0px 170px 60px 170px !important;
	}
	.contact_form_detail h3 {
    	font-size: 21px !important;
	}
}
	
@media (max-width: 767.98px) {
	.not-show{
		visibility:hidden;
	}
	.rating-box {
    	margin: 15px !important;
    	padding: 15px !important;
	}
	.elementor-10068 .elementor-element.elementor-element-5c12705 {
    	padding: 0px 10px 60px 10px !important;
	}
	.types-logo{
		display:none;
	}
	.elementor-section {
    	padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.ekit-template-content-footer section.elementor-section.elementor-inner-section.elementor-element.elementor-element-52f48895.top_footer.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default {
    	padding: 20px 0px !important;
    	margin: 0px;
	}
	.home.shrink .mobile_header {
    	background: unset !important;
	}
	.elementskit-menu-close .elementskit-menu-hamburger-icon, .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    	height: 3px !important; 
   		background-color: #fff !important;
	}
	.mobile_header button.elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon {
    	background: #fff !important;
	}
	.home.shrink .mobile_header button.elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon {
    background: #fff !important;
	}
	.shrink .mobile_header button.elementskit-menu-hamburger.elementskit-menu-toggler .elementskit-menu-hamburger-icon {
    background: #fff !important;
	}
	.footer_item_second {
    	padding-left: 16px !important;
	}
}
	
@media (max-width: 575.98px) {
	.page-id-695 h1.elementor-heading-title {
    	font-size: 35px !important;
    	margin-bottom: 17px;
	}
	.page-id-695 h2.elementor-heading-title {
    	font-size: 19px !important;
    	margin-bottom: -5px;
		line-height: 1.3;
	}
	.heading h2{
		margin-top:-5px;
	}
	.popup_part .modal .modal-content {
    	width: 80%;
	}
	.page-id-7853 .call-me-back.work-accedent {
    	text-align: center;
    	padding-left: 0px;
	}
	.call-me-back.work-accedent {
    	text-align: center;
    	padding-left: 0px;
	}
	.hair-dressing span {
    	font-size: 20px !important;
    	margin-top: 0px;
	}
	
}	

@media (max-width: 413.98px) {
	.page-template-cosmetic-treatment-claim .copyright p {
    	font-size: 16px !important;
    	
	}
	.social-icon .elementor-container.elementor-column-gap-default {
		justify-content: center !important;
	}
	.social-icon .colm{
		width:16% !important;
	}
	.free_offer span.elementor-icon-list-text {
    	font-size: 12px;
	}
}

@media (max-width: 374.98px) {

}

@media (max-width: 359.98px) {
	.social-icon .colm{
		width:21% !important;
	}
	.free_offer span.elementor-icon-list-text {
    	font-size: 10px;
	}
    .popup_part #myBtn {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hide-xs {
        display: none;
    }
    .popup_part #myBtn {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .hide-sm {
        display: none;
    }

    .elementor-widget-container form .col-md-6 {
        width: 100%;
    }

    .banner_sec h1 {
        text-shadow: none;
    }

    .popup_part #myBtn {
        display: none;
    }
}

@media (max-width: 991.98px) {  
    .hide-md {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .hide-lg {
        display: none;
    }
}

@media (max-width: 1600.98px) {
    .hide-ms {
        display: none;
    }
}

/*Media Query end*/


@media (min-width: 768px) {
    .elementskit-navbar-nav-default .elementskit-dropdown-has > a .elementskit-submenu-indicator {
        display: none !important;
    }

    .elementskit-navbar-nav > li.current-menu-item > a.active::after {
        content: "";
        display: block;
        width: 100%;
        height: 40px;
        background-color: #85a4c6;
        position: absolute;
        z-index: -1;
        left: 0;
        border-radius: 5px;
    }
    body .elementor-16 .elementor-element.elementor-element-7a2708bf .elementskit-navbar-nav > li.current-menu-item > a {
        color: white !important;
    }
}

.amounts_display ul {
    list-style: none;
    list-style-position: inside;
    padding-left: 0;
    font-family: "Poppins", Sans-serif !important;
}

.amounts_display .body_name_part {
    color: #fc6849;
    font-weight: 600;
    font-size: 28px;
}

.amounts_display ul ul {
    padding-left: 50px;
}

.amounts_display .amounts {
    margin-bottom: 20px;
}

.amounts_display .title {
    font-size: 26px;
    line-height: 29px;
}

.amounts_display .severity {
    font-size: 15px;
    line-height: 16px;
    color: #ccc;
}

.amounts_display .cost { 
    color: #1290cb;
    font-weight: bold;
}

.ekit-template-content-footer {
    padding-bottom: 100px;
}

@media (max-width: 1300px) {
    .ekit-template-content-footer {
        padding-bottom: 150px;
    }   
}

.elementor-editor-wp-page .ekit-template-content-header {
    display: none;
}

@media (min-width: 768px) {
    #main-site-navigation nav ul li:first-child ul {
        columns: auto 3;
    }    
}

.radio-better-spacing .wpcf7-form-control-wrap {
    float: inherit !important;
}


.entry-content h1 {
  color: #008285 ;
  font-family: "Poppins", Sans-serif !important;
	font-weight:600;
}
.entry-content h2 {
  color: #008285 ;
  font-family: "Poppins", Sans-serif !important;
	font-weight:600;
}
.entry-content h3 {
  color: #008285 ;
  font-family: "Poppins", Sans-serif !important;
	font-weight:600;
}
.entry-content h4 {
  color: #008285 ;
  font-family: "Poppins", Sans-serif !important;
	font-weight:600;
}
.entry-content h5 {
  color: #008285;
  font-family: "Poppins", Sans-serif !important;
	font-weight:600;
}
.entry-content h6 {
  color: #008285 ;
  font-family: "Poppins", Sans-serif !important;
	font-weight:600;
}
