
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }


    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
 
 .sleepy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.sleepy-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: auto;
  width: 35%;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
      padding: 20px 10px;
}

.sleepy-header {
  font-family: Verdana, Verdana, Geneva, sans-serif;
  font-size: 16px;
}

.sleepy-header span { margin-top: 3px; }

.sleepy-close {
  float: right;
  width: 16px;
  height: 16px;
  background-image: url("../img/sleepy-head-close-x.svg");
  margin-top: 5px;
  cursor: pointer;
}

.sleepy-close:after { clear: both; }

.sleepy-content, .sleepy-modal, .sleepy-wake-up {
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.sleepy-content {
  padding: 15px 10px;  
  /*height: 142px;*/
  /*height: 230px;*/
  margin: 10px auto;
}

.sleepy-message {
  
  width: 100%;
    text-align: center;
}

.sleepy-message p {
  font-size: 23px;
margin-bottom: 20px;
line-height:1.2;
}

.sleepy-owl {
  float: left;
  width: 35%;
}

.sleepy-owl div {
  width: 110px;
  height: 122px;
  background-image: url("../img/sleepy-head-owl-default.svg");
}

.sleepy-wake-up {
  
    color: #ffffff;
    background-color: #BF1E2D;
    border-color: #BF1E2D;   
    padding: 13px; 
    
    cursor: pointer;   
    -moz-transition: all 0.30s ease;
    -ms-transition: all 0.30s ease;
    -o-transition: all 0.30s ease;    
        width: 76%;
    margin: auto;
    border-radius: unset;
    text-transform: uppercase;
}

.sleepy-wake-up:hover { color: #fff; }
.dsononewq{
    display:block;
}
.dsononewq1{
    display:none;
}
 
@media only screen and (max-width: 40em) {
    
.sleepy-message p {
  font-size: 25px; 
}
/*.sleepy-message p { display: none; }*/
.dsononewq1{
    display:block !important;
}
.dsononewq{
    display:none !important;
}

.sleepy-modal {
  width: 320px;
  /*height: 200px;*/
  /*height: 300px;*/
}

.sleepy-modal {
  -webkit-border-radius: 0px;
  border-radius: 0px
}

.sleepy-wake-up { margin-top: 0; width: 96%;
    font-size: 13px; }
    

.sleepy-message .sleepy-mobile-only {
      display: block;
    text-align: center;
    line-height: normal;
    width: 100%;
}
}
@media only screen and (min-width: 40.063em) {

.sleepy-message .sleepy-mobile-only { display: none; }
}

@media (max-width: 767px){
    .nav-control-middle2 .owl-controls .owl-prev {
    left: -11px !important;
}
.nav-control-middle2 .owl-controls .owl-next{
    right: -11px !important;
}
#serviceSettlement .testimonial-box-layout2{
    min-height:490px  !important;
}
    .cflexe{flex-wrap: wrap !important;}
    .section-title-dark p{width: 100% !important;}
    .banner-list-style li{font-size:20px !important; line-height:1.2 !important; margin-bottom:10px !important;}
    #checkclaim1{margin-bottom:20px !important;display:display;}
    .banner-list-style1{margin-top: 30px;}
    .banner-list-style1 li{font-size: 20px !important;
	line-height: 1.2 !important;
	margin-bottom: 10px !important;}
    .banner-trafi{font-size:35px !important;}
    
    .banner-layout2 .banner-layout2-content p span{
        display:block !important;
    }
    .custombtnaw{
        padding: 10px 15px !important;
        font-size:14px !important;
    }
    .custombtnaw1{
        padding: 20px 0px !important;
    }
     .stylefontser1{
        font: normal normal normal 23px/1.2em worksans-extralight,'work sans',sans-serif !important;
    }
     .float{ 
    /*bottom:85px !important;*/
    right:20px !important; 
}
.banner-outer .content { 
    padding: 40px 0px !important;
    
}
.cusclesw1{
    line-height: 29px !important;
    font-size: 24px !important;
    margin-bottom:20px !important;
}
.cusclesw2{
    font-weight:unset !important;
    text-align:left !important;
}
.cusclesw{
    font-size:18px !important;
}

}

.banner-outer .content p{
    color: #505050 !important; 
}

.banner-outer .content {
        padding: 240px 0 200px;
}
.cos-color{
       color: #2d78a5;
       font-weight:600;
}
                        .dsononewq{
                            display:none;
                        }
                        .dsononewq1{
                            display:block;
                        }
                        @media (max-width: 767.98px){
                         .dsononewq1{
                            display:none !important;
                        }
                        #req-apnmt{
                        right: -110px !important;
                            
                        }
                        .intro_section .flexslider .slide_description{
                            padding-bottom: 0px !important;
                            padding-top: 50px !important;
                        }
                        .mbhidemy{
                            display:none !important;
                        }
                        .news-standard a, .news-standard a:focus, .news-standard a:active{
                                white-space: unset !important;
                        }
                        .dsononewq{
                            display:block !important;
                        }
                        }
                        
                        .float{
    position:fixed;
    width:55px;
    height:55px;
    bottom:25px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.fonsert{
    margin-top: 12px;
    color: #fff;
    
}



.banner-list-style li{
  color: #ffffff;
  font-size: 25px;
  display: flex;
  line-height:1.3;
  	margin-bottom: 5px;
}
.banner-list-style li:before{
  content: "\f00c";
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #9bb866;
}
.banner-list-style li span{
  display: contents;
  color:#FDD835 !important;
}


.banner-list-style1 li{
  color: #222;
  font-size: 20px;
  display: flex;
}
.banner-list-style1 li:before{
  content: "\f00c";
  margin-right: 10px;
  margin-top: 4px;
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
        color:#9bb866;
}
.banner-list-style1 li span{
  display: contents;
  color:#FDD835 !important;
}

.displflxe{
    display:flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#serviceSettlement .testimonial-box-layout2{
	padding: 0px;
    background: #3a0a3f;
    border: 3px solid #9bb866; 
    box-shadow: 2px 2px 8px 2px #cecece;
    border-radius:20px; 
    color: #fff;
    /*margin: 45px 25px 45px 25px;*/
    min-height:460px;
}
#serviceSettlement .testimonial-box-layout2 p{
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 0;
}
#serviceSettlement .testimonial-box-layout2 h3{
color: #9bb866;
    font-size: 35px;
    font-weight: 600;
}
.bg-settlement{
padding: 15px 0px;
}
.bg-settlement h4{
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 600;
}
.bg-settlement h5{
    color: #9bb866;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600; 
    text-transform: uppercase;
    margin-top: 10px;
}
#serviceSettlement .owl-dots{
    margin-top:30px;
    justify-content: center;
    display: flex;
    align-items: center;
}
#serviceSettlement .owl-theme .owl-dots .owl-dot span {
    
    margin: 5px 7px;
    background: #b9b9b9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    width: 12px;
    height: 12px;
}
.bg-grey-g{
	background:#eee;
	padding:0;
	position:relative;
}
#serviceSettlement .owl-theme .owl-dots .active span{
	background: #9bb866;
	width: 16px;
    height: 16px;
}
/*#serviceSettlement .owl-carousel .owl-item.center .testimonial-box-layout2 {*/
/*    transform: scale(1.2);*/
/*}*/

/*#serviceSettlement  .owl-carousel .owl-item .testimonial-box-layout2 {*/
/*    transform: scale(1);*/
/*    transition: transform 0.3s ease;*/
/*}*/

.resultstyl .res-top{
        position: relative;
    overflow: hidden;
    padding: 2rem 2rem 1.5rem;
}
.resultstyl .res-top:before{
    content:"";
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left: -4rem;
    top: 1.5rem;
    font-size: 12px;
    font-weight: 600; 
    letter-spacing: 2px;
    overflow-wrap: anywhere;
    width: 246px;
    height: 45px;
    padding: .5rem 4.5rem .5rem 4rem;
    background: #9bb866;
    transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg); 
}
 
.results1 .res-top:before{
    content:"Car Accident";
}
.results2 .res-top:before{
    content:"Bicycle Accident";
}
.results3 .res-top:before{
    content:"Truck Accident";
}
.results4 .res-top:before{
    content:"Motorcycle Accident";
}
.results5 .res-top:before{
    content:"Slip & Fall";
}
