@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

/* CSS Document */
body, html{
    height: 100%;
    
     cursor: url(../images/ico.png), auto;

}
body{
    background: #fff;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;

}
p{
    font-family: 'Open Sans', sans-serif;

}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a{
    font-family: 'Open Sans', sans-serif;
     cursor: url(../images/ico.png), auto;
}
a:hover{
    text-decoration: none;
}
.img-center{
    margin: 0 auto;
}
.navbar-default{
    margin-bottom: 0;
    background: none;
    box-shadow: none;
    border: 0;
}
.main-slider .item > img{
    width: 100%;
}
div#navbar {}

nav.navbar.navbar-default.custom-navbar {
    margin-top: 46px;
    /* float: right; */
}

nav.navbar.navbar-default.custom-navbar ul li a {
    font-size: 14px;
    margin: 11px 13px 42px;
    color: #fff;
}

.upper-left-sec {
    margin-top: 51px;
    float: right;
    padding-bottom: 23px;
}

.upper-left-sec ul li:last-child {
    background: #60cd50;
    padding: 9px 6px;
}

.upper-left-sec ul li a {
    font-size: 15px;
    color: #fff;
}
header {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    border-bottom: 1px solid #323130;
}
.main-slider {
    position: relative;
}
.upper-left-sec ul li a i {
    padding-right: 4px;
    font-size: 17px;
}
nav.navbar.navbar-default.custom-navbar ul li:hover {
    border-bottom: 2px solid #fff;
}

.main-slider .carousel-caption{
    position:absolute;
    left:0px;
    right:0px;
    bottom:24%;
    text-align:left;
}
.main-slider .cap-text h2 {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 13px;
}


.main-slider .cap-text h3 {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 41px;
}

.main-slider .cap-text a {
    background: #8f908c;
    color: #fff;
    padding: 16px 38px;
    font-size: 18px;
    font-weight: 600;
}
.main-slider .glyphicon-chevron-left:before {
    content: "\f104";
    font-family: 'fontawesome';
    font-size: 72px;
    position: absolute;
    left: -61px;
}
.main-slider .glyphicon-chevron-right:before {
    content: "\f105";
    font-family: 'fontawesome';
    font-size: 72px;
    right: -51px;
    position: absolute;
}
.main-slider .carousel-control.left{
    background:none;

}
.main-slider .carousel-control.right{
    background:none;
}
section.click-here{
    background:url(../images/click-here-img.png);
    background-repeat:no-repeat;
    background-size: cover;
        padding: 70px 0px;

}
section.click-here h2 a {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    text-decoration:none;
}

.click-pro a {
    background: #60cd50;
    color: #fff;
    font-size: 19px;
    padding: 20px 40px;
}

section.click-here {
    text-align: center;
}
.col-md-6.col-sm-6.col-xs-12.click-pro {
    padding-top: 26px;
}
section.who-we-are h3 {
    font-size: 55px;
    color: #1d1d1d;
    margin: 54px 0px 30px;
}

section.who-we-are p {
    font-size: 22px;
    margin-bottom: 36px;
}

section.who-we-are ul {
    padding-left: 0px;
    margin: 0px 0px 20px;
}

section.who-we-are ul li {
    list-style-type: none;
    font-size: 22px;
    line-height: 39px;
}

section.who-we-are a {
    background: #60cd50;
    color: #fff;
    font-size: 19px;
    padding: 14px 29px;
}
section.who-we-are {
    background: #e6ffe2;
    padding: 54px 0px 0px;
    overflow: hidden;
}
.mid-inn h4 {
    font-size: 24px;
    color: #2a2a2a;
}

.mid-inn p {
    color: #2a2a2a;
    font-size: 13px;
    width: 84%;
    margin: 18px auto 14px;
}

.mid-box {
    background: #fff;
    margin-right:13px;
}

.mid-inn {
    text-align: center;
    padding: 22px;
}

.mid-box 
 img {
    width: 100%;
}
.what-text h3 {
    font-size: 55px;
    text-align: center;
    color: #1d1d1d;
    margin: 33px 0px;
}

.what-text p {
    font-size: 14px;
    width: 75%;
    margin: 0 auto 27px;
    /* empty-cells: hide; */
    text-align: center;
    line-height: 25px;
}
.slick-next:before {
    /* content: 'â†’'; */
    content: "\f105";
    font-family: 'fontawesome';
    font-size: 25px;
    position: absolute;
    left: 16px;
    color: #fff;
    background: #60cd50;
    padding: 4px 13px;
    border-radius: 25px;
    top: -12px;
}
.slick-prev:before {
      content: "\f104";
    font-family: 'fontawesome';
    font-size: 25px;
    position: absolute;
    left: -32px;
    color: #fff;
    background: #60cd50;
    padding: 4px 13px;
    border-radius: 25px;
    top: -12px;
}
section.what-we-do {
    background: url(../images/slider-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 444px;
    overflow: hidden;
}
footer h4 {
    font-size: 16px;
    color: #151515;
    text-transform: uppercase;
    font-weight: 600;
}

footer ul li a {
    color: #777777;
    font-size: 14px;
    line-height: 30px;
}

footer ul li {
    list-style-type: none;
}

footer ul {
    padding-left: 0px;
}

.copyright {
    background: #474747;
    background: #;
}

.copyright p {
    color: #fff;
    padding-top: 10px;
}

.fo-logo {
    margin-top: 13px;
    margin-bottom: 54px;
}

.fo-logo img {
    margin-bottom: 28px;
}

footer {
    padding-top: 59px;
}
/*about page start*/
.about-text h5 {
    color: #60cd50;
    font-size: 22px;
}
section.protexting-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.about-text h2 {
    font-size: 55px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 300;
}

.flexRow {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
 .flexCol {
     display: flex;
     align-items: center;
     justify-content: center;
}
.about-para p {
    font-size: 22px;
    margin-bottom: 36px;
    color: #fff;
}
.about-para ul li a {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
}
.about-para ul li {
    list-style: decimal;
    color: #fff;
}
.about-para ul {
    padding: 0 18px;
}
a.btn {
    background: #60cd50;
    color: #fff;
    font-size: 17px;
    padding: 14px 29px;
    display: block;
    width: 36%;
}
a.btn:hover,a.btn:focus{
    background-color: #000;
    color: #fff;
} 
.about-box {
    background-color: #46bc30;
    position: absolute;
    bottom: -126px;
    z-index: 0;
    padding: 32px 40px;
    width: 68%;
    right: 0;
    height: 333px;
}
.needs h3 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
}
.needs {
    padding-left: 28%;
}
.needs p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
section.why-choose-sec {
    padding-top: 200px;
    padding-bottom: 100px;
    overflow: hidden;
}
section.why-choose-sec .container {
    width: 1572px;
}
.margin {
    padding: 0;
}
.choose-text {
    padding-left: 39%;
}
.choose-text h2 {
    font-size: 38px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 400;
    line-height: 45px;
}
.choose-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    color: #fff;
}
.choose-img {
    position: relative;
}
.overlay {
    position: absolute;
    top: -8px;
    background-color: #46bc30;
    width: 52%;
    padding: 10px 35px;
    height: 235px;
}
.overlay h3 {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}
.insurance-list h3 {
    font-size: 55px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 35px;
}
.about-text {
    position: relative;
    z-index: 2;
}
.about-text:before {
    position: absolute;
    content: '';
    border-left: 3px solid #000;
    width: 1px;
    height: 16px;
    left: 0;
    top: -13px;
}
.choose-img img {
    width: 100%;
}
.choose-text ul {
    padding: 0;
}
.choose-text ul li a {
    font-size: 15px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
}
.choose-text ul li {
    list-style: circle;
    line-height: 30px;
    color: #fff;
}
/*about page end*/
/*product page start*/
section.pro-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.pro-text h2 {
    font-size: 55px;
    color: #fff;
    padding-bottom: 50px;
    font-weight: 600;
    text-align: center;
}
.pro-list h3 {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 6px;
    color: #fff;
}
.pro-list img {
    margin: 0 auto;
    display: table;
}
.pro-list p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.pro-list {
    margin: 25px 0;
}
/*product page end*/
/*contact page start*/




.innerbanner-sec img{
  width: 100%;
}
/* contact css start */

.contact-sec {
    padding: 8% 0 8%;
}
.contact-sec .web-heading {
    text-align: center;
}
.contact-tab {
    padding-top: 20px;
    display: inline-block;
    width: 100%;
}
.full-map {
    position: relative;
    margin-bottom: 40px;
}
.full-map iframe {
    height: 475px;
    filter: grayscale(100%);
    width: 100%;
    border: 0;
}
.green-box {
    background-color: #60cd50;
    padding: 47px 36px 40px;
    margin: 20px 0;
    width: 70%;
    left: 40px;
    position: relative;
    margin-top: -220px;
}
.contactform-info h1 {
    font-size: 26px;
    padding: 0;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 22;
    margin-bottom: 0;
    color: #fff;
}
.contactform-info ul {
    list-style: none;
    margin: 0;
    padding: 10px 6px;
}
.contactform-info ul li {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px;
    padding-left: 37px;
    color: #fff;
}
.contactform-info ul li i {
    position: absolute;
    left: 0;
    font-size: 22px;
    top: 11px;
    color: #fff;
}
.contactform-info ul li span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px;
}
.contactform-info ul li a {
    color: #fff;
    display: block;
    word-break: break-all;
    padding: 0 0 3px;
    font-size: 13px;
    font-weight: 500;
}
.contactinput {
    position: relative;
    margin: 10px 0;
    text-align: center;
}
.contactinput input[type="text"], 
.contactinput input[type="email"],
.contactinput input[type="phone"],
.contactinput input[type="password"] {
    width: 100%;
    padding: 20px 30px;
    border: transparent;
    color: #000;
    font-size: 12px;
    outline: none;
    margin-bottom: 15px;
    background-color: #eeeeee;
    text-transform: capitalize;
    border-radius: 0;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0,0.2);
    height: 55px;
}
.contactinput textarea {
    width: 100%;
    padding: 26px 30px;
    border: transparent;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    min-height: 124px;
    background-color: #e1e1e1;
    outline: none;
    margin-bottom: 10px;
    text-transform: capitalize;
    resize: none;
    border-radius: 0;
    box-shadow: 0 0 5px 0px rgb(0, 0, 0,0.2);
}
.contactinput input[type="submit"] {
    color: #fff;
    box-shadow: 3px 1px 27px #cfcfcf52;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
    transition: 0.5s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
    width: auto;
    background-color: rgb(0, 185, 0);
    border-radius: 4px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    padding: 9px 39px;
    border: 0;
}

.contactinput input[type="submit"]:hover {
    background: #000;
    color: #fff;
}
.contactform-info h2 {
    font-size: 22px;
    line-height: 27px;
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    color: #999999;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.contactform-info h4 {
    font-size: 30px;
    padding: 0px 0 15px;
    margin: 0;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
}
.contactform-info p {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    color: #fff;
}
.askone {
    padding: 20px 42px 0;
}
section.innerbanner-sec{
    background-image: url(../images/truck-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center,center;
}

/* contact css end */


/*Contact_page_Css*/
/*request a quote*/
.contact_area input[type="text"], .contact_area input[type="email"], .contact_area input[type="phone"], .contact_area textarea, .contact_area select {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(212, 212, 212);
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
    width: 100%;
    height: 50px;
    padding: 3px 15px;
    outline: none;
    margin: 15px 0;
  
}
.about_tab_mission textarea {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(212, 212, 212);
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
    width: 100%;
    height: 100px;
    padding: 24px 25px;
    outline: none;
    border-radius: 50px;
    margin: 15px -7px;
     
}

.contact_area .btn_red {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 22%;
    margin: 44px auto;
    display: block;
}
.btn_red:hover {
    background-color: rgba(0, 0, 0);
    color: #3a3a3c;
    color: #fff;
}
.btn_red {
    background: #60cd50;
    padding: 13px 25px;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: ease-in-out 0.4s;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
}
.about_main {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact_area h4 {
    font-size: 55px;
    color: #fff;
    padding-bottom: 50px;
    font-weight: 600;
    text-align: center;
}
.contact_area label {
    margin: 5px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.contact_area input[type="text"], .contact_area input[type="email"], .contact_area input[type="phone"], .contact_area textarea, .contact_area select {
  cursor: url(https://static.codepen.io/assets/favicon/favicon-8ea04875e70c4b0bb41da869e81236e54394d63638a1ef12fa558a4a835f1164.ico), auto;
}
/*request a quote*/
/*work sec home page start*/
.work-list {
    position: relative;
     /*transition: .3s ease-in-out;*/

}
.work-list:before {
    content: '';
    background-color: #0000008a;
    width: 100%;
    position: absolute;
    left: 0;
    height: 185px;
}
.work-list h2 {
    position: absolute;
    top: 19px;
    color: #fff;
    font-size: 22px;
    left: 18px;
    font-weight: 700;
}
.work-list img {
    margin: 16px 0;
    display: block;
  width: 100%;
  height: auto;
    
}
/*.work-list:hover{
    transform: scale(1.1);
}*/
.work-list:hover .overlay-1 {
  height: 100%;
}
.overlay-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #60cd50;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .3s ease;
}
.text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: 500;
    font-size: 13px;
}
/*work sec home page end*/
.background{
    background-image: url(../images/science-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.background-1{
    background-image: url(../images/science-back-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.background-2{
    background-image: url(../images/science-back-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.background-3{
    background-image: url(../images/science-back-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.work-list img {
    object-fit: cover;
    height: 186px;
}

.banner-1 .main-slider .item > img {
    height: 500px;
    object-fit: cover;
}
/*payment sec start*/

.quick-text h3 {
    font-size: 55px;
    text-align: center;
    color: #1d1d1d;
    margin: 33px 0px;
    padding-bottom: 50px;
}
section.quick-pay-sec {
    padding-top: 20px;
    padding-bottom: 50px;
}
.pay-sec img {
    width: 90%;
    object-fit: contain;
    height: 90px;
    mix-blend-mode: multiply;
    margin: 0 auto;
    display: table;
}
.pay-sec {
    margin: 0 auto;
    display: table;
    min-height: 95px;
    padding: 40px 19px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 11px rgb(0 0 0 / 6%);
}
.pay-sec:hover {
    border-radius: 38px 19px 16px 6px;
    box-shadow: 0 0 11px rgb(0 0 0 / 13%);
}
.contact_area input[type="date"] {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(212, 212, 212);
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
    width: 100%;
    height: 50px;
    padding: 3px 15px;
    outline: none;
    margin: 15px 0;
}
/*payment sec end*/
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){
section.what-we-do {
    background: url(../images/slider-back.png);
  
    padding: 0px 0px 895px;
}
}
/*payment sec end*/
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){
section.what-we-do {
    background: url(../images/slider-back.png);
  
    padding: 0px 0px 895px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){
   
    }
@media only screen and (min-width: 768px) and (max-width: 991px){
     header {
    position: static;
    background-color: #000;}
    nav.navbar.navbar-default.custom-navbar ul li a {
    font-size: 18px;
    margin: 8px 5px;}
    nav.navbar.navbar-default.custom-navbar {
    margin-top: 0;
    margin: 57px -137px;}
    .upper-left-sec {
    margin-top: 38px;}
    .main-slider .cap-text h2 {
    font-size: 30px;
    margin-bottom: 0;}
    .main-slider .cap-text a {
    padding: 14px 35px;
    font-size: 16px;}
  .main-slider .glyphicon-chevron-right:before {
    top: 83px;
    right: 622px;}
    .main-slider .cap-text h3 {
    font-size: 35px;}
    section.click-here h2 a {
    font-size: 30px;
    text-decoration: none;}
    .main-slider .glyphicon-chevron-left:before {
    left: -18px;
    top: 84px;}
    .click-pro a {
    font-size: 14px;
    padding: 17px 40px;}
    .quick-text h3 {
    font-size: 40px;
    padding-bottom: 0;}
    section.who-we-are h3 {
    font-size: 40px;
    margin: 51px 0px 9px;}
   section.who-we-are p {
    font-size: 16px;
    margin-bottom: 9px;}
    section.who-we-are a {
    font-size: 19px;
    padding: 14px 29px;
    display: block;
    text-align: center;
    width: 50%;}
    .what-text h3 {
    font-size: 40px;
    margin: 33px 0px;}
    work-list h2 {
    position: absolute;
    top: 51px;
    font-size: 16px;}
    footer {
    margin: 0 auto; 
    text-align: center;
    display: block;}
    .fo-logo img {
    margin: 10px auto;
    display: table;}
    .about-text h2 {
    font-size: 40px;}
    .about-box {
    bottom: -240px;
    height: 416px;}
    .about-para p {
    font-size: 16px;
    margin-bottom: 29px;}
    .choose-text {
    padding-left: 10%;}
    a.btn {
    font-size: 15px;
    padding: 12px 29px;
    width: 44%;}
    section.why-choose-sec .col-sm-8 {
    width: 67%;}
    }
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){
    .main-slider .carousel-caption {
    bottom: 0;}
   .main-slider .cap-text a {
    padding: 5px 12px;
    font-size: 9px;
    font-weight: 600;
    display: inline-block;}
   .logo-top img {
    width: 52%;}
    .main-slider .cap-text h3 {
    font-size: 26px;
    margin-bottom: 41px;}
.main-slider .item > img {
    width: 100%;
    height: 39vh;
    object-fit: cover;
}
.main-slider .cap-text h3 {
    font-size: 12px;
    margin-bottom: 15px;
    margin-top: 7px;}
.main-slider .glyphicon-chevron-right:before {
    content: "\f105";
    font-family: 'fontawesome';
    font-size: 50px;
    right: -15px;
    position: absolute;
}
    nav.navbar.navbar-default.custom-navbar {
    margin-top: -41px;}
    section.click-here h2 a {
    font-size: 20px;}
    .click-pro a {
    padding: 10px 15px;}
    section.click-here {
    padding: 40px 0px;}
    .quick-text h3 {
    font-size: 30px;
    margin: 20px 0px;
    padding-bottom: 15px;}
    section.who-we-are h3 {
    font-size: 30px;
    margin: 10px 0px 20px;}
    section.who-we-are p {
    font-size: 16px;}section.who-we-are ul li {
    font-size: 18px;
    line-height: 28px;}
    .what-text h3 {
    font-size: 20px;
    margin: 35px 0;}
section.what-we-do {
    background: none;
    padding: 0px;
    overflow: hidden;}
.who-we-are {
    text-align: center;}
.who-we-are a {
    background: #60cd50;
    color: #fff;
    font-size: 18px;
    padding: 14px 29px;
    display: inline-block;
    margin-bottom: 30px;}
.fo-logo img {
    margin-bottom: 28px;
    display: inline-block;
    width: 50%;}
.fo-logo {
    margin-top: 13px;
    margin-bottom: 35px;}
footer {
    padding-top: 20px;
    text-align: center;}
.b-logo img {
    display: inline-block;
    margin-bottom: 10px;}
    /* About-us */
.about-text h2 {
    font-size: 22px;}
.about-para p {
    font-size: 16px;
    margin-bottom: 24px;}
.about-para ul li a {
    font-size: 16px;
    line-height: 26px;}
.protexting-sec {
    padding-top: 50px;
    padding-bottom: 50px;}
.flexRow {
    display: block;
}
.about-para p {
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 30px;
    text-align: center;
}
.about-para ul {
    padding: 0 80px;
    text-align: center;
}
.about-text {
    position: relative;
    text-align: center;
}
.about-text h2 {
    font-size: 22px;
}
a.btn {
    background: #60cd50;
    color: #fff;
    font-size: 17px;
    padding: 14px 29px;
    display: inline-block;
    width: 55%;
}
.needs {
    padding: 10px;
    text-align: center;
}
.needs p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.needs h3 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
}
.insurance-list h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-bottom: 5px;
    display: inline-block;
}
.choose-text ul li {
    list-style: circle;
    line-height: 30px;
    color: #fff;
}
.choose-text {
    padding: 20px;
}
.choose-text h2 {
    font-size: 20px;
}
.about-box {
    background: none;
    position: relative;
    bottom: 0px;
    z-index: 0;
    padding: 0px;
    width: 100%;
    right: 0;
}
.overlay {
    position: absolute;
    top: 0px;
    background-color: #46bc30;
    padding: 0px 20px;
    height: auto;
    width: 340px;
}
.overlay h3 {
    font-size: 14px;
}
.choose-text ul li a {
    font-size: 12px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
}
.choose-img img {
    width: 450px;
    padding-top: 170px;
}
/* Product */
section.pro-sec {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}
.pro-text h2 {
    font-size: 24px;
    padding-bottom: 0px;
}
.list-inline {
    padding-top: 49px;}

header {
    position: static;
    z-index: 9;
    left: 0;
    right: 0;
    border-bottom: 1px solid #323130;
    background: #000;
}
.upper-left-sec ul li:last-child {
    background: #60cd50;
    padding: 9px 8px;}
  .main-slider .cap-text h2 {
    font-size: 18px;
    text-align: left;}
.work-list h2 {
    font-size: 18px;}
    .banner-1 .main-slider .item > img {
    height: 141px;}
    .pro-list p {
    font-size: 12px;}
    .contactform-info h4 {
    font-size: 15px;
    text-align: center;}
    .contactform-info p {
    font-size: 12px;
    text-align: center;}
    .green-box {
    padding: 47px 36px 40px;
    margin: 20px 0;
    width: 100%;
    left: 0;
    margin-top: -35px;}
    .askone {
    padding: 0;}
    .main-row .navbar-default .navbar-toggle {
    color: #fff;}
    .main-row .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;}
    .contactinput input[type="submit"] {
    color: #fff;
    box-shadow: 3px 1px 27px #cfcfcf52;
    font-size: 16px;
    padding: 8px 39px;}
}    