h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Quicksand', sans-serif;}
a{text-decoration:none !important;}
body{margin:0;padding:0;font-family: 'Quicksand', sans-serif;}
.no_space{padding-right:0px;padding-left:0px;}
span.bolder {font-weight: 700;}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}



/************************** popup  ************************************/
    .modal{top:0%;    background: #000000de;}
    .modal-dialog { max-width: 500px;margin: 180px auto 0;}
    .pop_heading { width: 100%; padding: 20px;}
    .pop_heading h5 {font-size: 19px;font-weight: 700;margin: 0 0 15px;border-left: 4px solid #a53d56;padding: 0 20px;line-height: 29px;text-transform: uppercase;}
    .pop_heading h4 {font-size: 23px;font-weight: 700;color: #e56768;padding: 0 0 0 30px;}
    .field { width: 100%;position: relative;margin: 0 0 10px;}
    span.pop_icon {position: absolute;color: #a53d56;left: 13px;top: 7px;}
    .field .form-control {width: 100%; border-radius: 0;  padding: 3px 0 4px 37px;resize: none;}
    .modal-content {box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;border-radius: 30px;}
    #popupform p { text-align: center; font-size: 14px; color: #f10e0e;margin: 19px 0 0;}
    .modal-header{padding:0;border:none;}
    button.pop_btn {font-size: 16px;text-transform: uppercase;color: #fff;background: #e56768;padding: 10px 0;border: none;width: 100%;}
    button.close {background: url(img/cross.png) no-repeat 0 0; width: 20px; height: 20px; position: absolute; top: 9px;right: 15px;display: block; opacity: 1;}
    .fade.in{overflow:hidden;}
    /************************** popup  ************************************/
    
    
h2 {font-size: 32px;margin: 0 0 15px;font-weight: 700;text-transform: capitalize;}
p {font-size: 18px;}
li {list-style: none;}


/************* Header Start *****************/
.header {
    width: 100%;
}

.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    transition: 0.7s;
    padding: 0px 0;
    background: #ffffff;
}

.head_top {
    width: 100%;
    background: #1ba2a7;
    padding: 6px 0;
}

.head_bot {
    width: 100%;
    background: #000000;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.logo img{
    max-width: 100%;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 0px 0;
}

.top_left {
    width: 100%;
    text-align: center;
    color: #fff;
}

.top_left a {
    color: #fff;
    font-weight: 700;
}



span.top_icon {
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #ffffff;
}

.top_mid {
    width: 100%;
}


.top_mid_bot {
    text-align: center;
    padding: 0 0;
}

.top_mid_bot a {
    background: #333;
    padding: 9px 30px;
    color: #fff;
    box-shadow: 1px 1px 3px 2px #000;
    border: none;
    font-weight: 700;
}


.head_mid {
    width: 100%;
    background: #f3f5f8;
    padding: 15px 0;
}

.top_mid a {
    color: #ffffff;
}

.top_right {
    width: 100%;
    text-align: right;
}

.top_right a {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.main_navigation {
    width: 100%;padding:0 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #000000;
    transition: 0.7s;
}

.navbar-inverse .navbar-nav li a.active{
    /* background: #ffd400; */
    color: #000000;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 26px 10px;
    transition: all 0.3s ease-in;
    font-weight: 600;
}
.nav.navbar-nav {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar-collapse.collapse {
    float: right;
}
.navbar {
    min-height: auto;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.bot_right{
    width: 100%;
    padding: 14px 0;
}

.bot_right a{
    text-transform: uppercase;
    background: linear-gradient(to right, #ff0000 50%, #ffffff 50%);
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    padding: 10px 32px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.5s ease-in;
    background-position: right bottom;
    background-size: 201% 100%;
}

.bot_right a:hover{
    background-position: left bottom;
    color: #fff;
    border:none;
}

/************* Header End *****************/

.h_m_banner {
    width:  100%;
    background: url(img/main_banner.jpg) no-repeat top center;
    background-size: cover;
    padding: 90px 0;
}

.bn1 {
    width: 100%;
    background: url(img/main_banner1.jpg) no-repeat top center;
    background-size: cover;
    padding: 90px 0;
}

.bn2 {
    width: 100%;
    background: url(img/main_banner2.jpg) no-repeat top center;
    background-size: cover;
    padding: 90px 0;
}

.bn3 {
    width: 100%;
    background: url(img/main_banner3.jpg) no-repeat top center;
    background-size: cover;
    padding: 90px 0;
}

.h_m_banner h1 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 21px;
    text-transform: capitalize;
    font-weight: 700;
}

.h_m_banner p {
        font-size: 17px;
        color:  #fff;
        margin: 0 0 30px;
        width: 90%;
}

.bann_list {
    width: 100%;
    color: #fff;
}

.bann_list ul li {
    font-size: 16px;
    padding: 0 30px 10px;
}

.bann_list ul li:before {
    content: "\2713";
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
    position: absolute;
    left: 17px;
}

.bann_left {
    width: 100%;
    margin: 70px 0 0;
}

.bann_right {
    width: 100%;
    overflow: hidden;
}

.banner_box {
    width: 100%;
    text-align: center;
    padding: 19px 0;
    margin: 0 0 20px;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 8px;
}

span.ban_icon {
    color: #e56768;
    font-size: 40px;
}

.banner_box h4 {
    color: #fff;
    font-size: 14px;
    margin: 6px 0 0;
    font-weight: 600;
}

.banner_box:hover {
    background: #56a4a7;
    transition: all 0.4s ease-out;
}

.banner_box:hover h4 {
    color: #fff;
}

.banner_box:hover span.ban_icon {
    color: #fff;
}

.banner_right {
    width: 100%;
    background: url(img/banner_form.png) no-repeat top center;
    background-size: cover;
    padding: 25px 20px 20px;
    color: #fff;
    border-radius: 8px;
}

.banner_right h3 {
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 55px;
    font-weight: 700;
}

.serbn_form {
    width: 100%;
    margin: 20px 0 0;
}
.serbn_form .form-control {
    width: 100%;
    border-radius: 8px;
    resize: none;
    border-color: #0c5376;
    color: #000;
}

.serbn_form input::placeholder {
    color: #000 !important;
}
.serbn_form textarea::placeholder {
    color: #000 !important;
}

button.b_btn {
    width: 70%;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    background: none;
    margin: 14px 0 0 70px;
    color: #fff;
    padding: 19px 0;
}




.h_m_sec1 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
}

.process_banner {
    width: 100%;
    padding: 0 0 70px;
}

.process_top {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}
.process_bot {
    width: 100%;
    overflow: hidden;
}
.process_box {
    width: 100%;
}

.process_box ul {
    column-count: 3;
}

.process_box ul li {
    font-size: 15px;
    padding: 0 0 10px;
    position: relative;    list-style: none;
}
.process_box ul li:nth-child(3) {
    color: #ff1d03;
        font-weight: 700;
}

.process_box ul li:nth-child(3):before {
    color: #ff1d03;
}
.process_box ul li:before {
    content: "\2713";
    color: #001f46;
    margin-right: 7px;
    font-family: sans-serif;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
}




.h_m_sec2 {
    width: 100%;
    padding: 70px 40px;
    background: #1ba2a7;
    overflow: hidden;
}

.h_sec2_top {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
    overflow: hidden;
    color: #fff;
}

.h_sec2_top h2 {
    color: #fff;
}

.h_sec2_bot {
    width: 100%;
    overflow: hidden;
}

.ser_box_image {
    width: 100%;
    text-align: center;
}

.ser_box_image img {
    max-width: 100%;
}

.ser_box_text {
    width: 100%;
    color: #fff;
}

.ser_box_text h4 {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 700;
}

.h_m_sec3 {
    width: 100%;
    padding: 70px 0;
}

.h_sec3_left {
    width: 100%;
}

.h_sec3_left h2 {
    margin: 0 0 20px;
}

.h_sec3_left ul li {
    padding: 0 0 20px;
    font-size: 15px;
}
.h_sec3_left ul li:before {
    content: "\2713";
    color: #e56768;
    margin-right: 7px;
    font-family: sans-serif;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1.5);
}
.h_sec3_lbot {
    width: 100%;
}

.h_sec3_lbot img {
    width: 100%;
}
.h_sec3_mid {
    width: 100%;
    text-align: center;
}

.h_sec3_mid img {
    width: 85%;
}

.h_sec3_right {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 3px 2px 19px #000;
}

.h_sec3_right h3 {
    text-align: center;
    margin: 0 0 30px;
    font-size: 22px;
}

.h_sec3_form {
    width: 100%;
}

.sec3_form .form-control {border: 1px solid #0c5376;border-radius: 8px;}



.capbox {
    width: 100%;
    margin: 0 auto 16px;
    }
.capbox-inner {
    background: #fff;
    color: #999999;
    border-radius: 8px;
    width: 100%;
    padding: 3px 11px;
    border: 1px solid #0c5376;
}
#CaptchaDiv {
    background: #fff;
    color: #999999;
    width: 100%;
    padding: 5px 14px;
    text-transform: uppercase;
    border-radius: 8px;
    border: 1px solid #0c5376;
    margin: 0 0 11px;
}
#CaptchaInput {
    margin: 1px 0 1px 12px;
    width: 100px;
    padding: 2px;
    border-radius: 8px;
    border: 1px solid #0c5376;
}

.sec3_btn {
    width: 100%;
    border: none;
    padding: 6px 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #1ba2a7;
}

/*.h_m_sec4 {*/
/*    width: 100%;*/
/*    padding: 70px 0;*/
/*    overflow: hidden;*/
/*}*/

/*.sec4_top {*/
/*    width: 100%;*/
/*    padding: 0 0 40px;*/
/*    text-align: center;*/
/*}*/

/*.sec4_top p{*/
/*    line-height: 26px;*/
/*}*/

/*.sec4_bot {*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.sec4_bot ul.nav.nav-tabs{*/
/*    border: none;*/
/*    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);*/
/*}*/

/*.sec4_bot .nav-tabs > li {*/
/*    width: 20%;*/
/*    border-radius: 8px;*/
/*    border: 1.5px solid #EAEAEA;*/
/*    padding: 10px 25px;*/
/*    position: relative;*/
/*}*/

/*.sec4_bot .nav-tabs > li.active{*/
/*    background: #e46869;*/
/*}*/

/*.nav-tabs > li.active .s4_icon img{*/
/*    filter: brightness(0) invert(1);*/
/*}*/

/*.sec4_bot .nav-tabs > li.active a h5{*/
/*    filter: brightness(0) invert(1);*/
/*}*/

/*.sec4_bot .nav-tabs > li.active > a:focus{*/
/*    background: #e46869;*/
/*    border: none;*/
/*}*/

/*.sec4_bot ul.nav.nav-tabs li a{*/
/*    width: 100%;*/
/*    border: none;*/
/*    background: transparent;*/
/*}*/

/*.sec4_bot ul.nav.nav-tabs li a:hover{*/
/*    border: none;*/
/*    background: transparent;*/
/*}*/

/*.sec4_bot ul.nav.nav-tabs li a h5 {*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    color: #e46869;*/
/*    margin: 25px 0 0;*/
/*    font-weight: 700;*/
/*}*/

/*.sec4_bot ul.nav.nav-tabs li.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    width: 0;*/
/*    border: solid transparent;*/
/*    border-width: 15px;*/
/*    border-top-color: #e46869;*/
/*    pointer-events: none;*/
/*}*/

/*.s4_icon {*/
/*    width: 100%;*/
/*}*/

/*.s4_icon img{*/
/*    width: 100%;*/
/*}*/

/*.sec4_left {*/
/*    width: 100%;*/
/*}*/

/*.sec4_bot .tab-content {*/
/*    width: 100%;*/
/*    padding: 70px 0 0;*/
/*}*/

/*.sec4_left img{*/
/*    max-width: 100%;*/
/*}*/

/*.sec4_right{*/
/*    width: 100%;*/
/*}*/

/*.sec4_right h3{*/
/*    font-size: 35px;*/
/*    font-weight: 700;*/
/*}*/

/*.sec4_right p{*/
/*    color: #8b8b8a;*/
/*    font-size: 16px;*/
/*    line-height: 28px;*/
/*    margin: 20px 0 20px;*/
/*}*/

/*.sec4_right a{*/
/*    background: #e46869;*/
/*    display: inline-block;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    padding:14px 55px;*/
/*    color: #fff;*/
/*    border-radius: 8px;*/
/*}*/


/************* sec5 start *****************/
.h_m_sec4 {position: relative;padding: 50px 0;color: #000;background-size: cover;background-attachment: fixed;}
.h_m_sec4 h2 {font-weight: 700;color: #000000;}
.headingstyle1.text-center {
    margin: 0 0 30px;
}
.h_m_sec4 .listing ul {text-align: center;}
.h_m_sec4 .listing ul li {
    fill: #1ba2a7;
    color: #1ba2a7;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 02px 0px 02px 0px;
    border-color: #1ba2a7;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 40px;
    display: inline-block;
    font-weight: 900;
    margin: 0 0 24px;
    transition: all 0.3s ease-out;
}
.h_m_sec4 .listing ul li+li {margin-left: 9px;}
.h_m_sec4 .listing ul li:hover {color: #1ba2a7;transform: scale(1.04);border-radius: 15px 15px 15px 15px;}
.h_m_sec4 .slick-prev::before {content: "\f104";font: normal normal normal 14px/1 FontAwesome;position: absolute;left: 0;color: #000000;top: -25px;bottom: 0;display: flex;align-items: center;font-size: 20px;font-weight: 900;}
.h_m_sec4 .slick-next::before {content: "\f105";font: normal normal normal 14px/1 FontAwesome;position: absolute;right: 0;color: #000000;top: -25px;bottom: 0;display: flex;align-items: center;font-size: 20px;font-weight: 900;}

/************* sec5 end *****************/





.h_m_sec5 {
    width: 100%;
    padding: 70px 0;
    text-align: center;
    background:url(img/sec5_bg.jpg) no-repeat top center;
    background-size:cover;
    color: #fff;
    background-attachment:fixed;
}

.h_sec5_top {
    width: 100%;
    margin: 0px 0 30px;
    overflow: hidden;
}

.h_sec5_bot {
    width: 100%;
    overflow: hidden;
}

.sec5_box {
    width: 100%;
}

.sec5_box_image {
    width: 100%;
    margin: 0 0 20px;
}
.sec5_box_image img {
    max-width: 100%;
}
.sec5_box_text {
    width: 100%;
}


.sec5_box_text h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.h_m_sec6 {
    width: 100%;
    background: #1ba2a7;
    padding: 70px 0;
    text-align: center;
    overflow: hidden;
    color: #fff;
}


.h_sec6_top {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
}

.h_sec6_bot {
    width: 100%;
    overflow: hidden;
}

.test_box {
    width: 100%;
}

.test_box_img {
    width: 100%;
    margin: 0 0 20px;
}

.test_box_img img {
    border-radius: 50%;
}

.test_box_text {
    width: 100%;
}

.test_box_text p {
    font-size: 19px;
    margin: 0 0 15px;
}

.test_box_text h5 {
    margin: 30px 0 0;
    font-size: 20px;
    font-weight: 600;
}





.owl-pagination {
    margin: 30px 0 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.footer {
    width: 100%;
    border-top: 1px solid #56a4a7;
}
.foot_top {
    width: 100%;
    padding: 50px 0;
}
.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;
    font-weight: 700;
}

.foot_box {
    width: 100%;
}
.foot_box ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 27px;
}
.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.5s ease 0s;
}
.foot_box ul li:hover a {
    color: #1ba2a7;
    margin-left: 5px;
}
.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #1ba2a7;
    transition: all 0.5s ease 0s;
}
.foot_bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid;
    padding: 13px 0;
    background: #1ba2a7;
    color: #Fff;
}
.foot_bottom p {
    font-size: 16px;
}


.inner_page_banner {
   background: #0c5376;
   text-align: center;
   padding: 40px 0 30px;
   width: 100%;
}
.inner_page_banner h1 {
    color: #fff;
    text-transform: uppercase;
}
.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}
.terms_cond_inner h3 {
       font-weight: 500;
    margin: 20px 0;
    text-transform: capitalize;
}
.terms_cond_inner h4 {
       font-weight: 500;
    margin: 20px 0;
    text-transform: capitalize;
}
.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px;
}
.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}
.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #0c5376;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}
.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}
.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
}
button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #e56768;
    padding: 10px 80px;
    border: none;
}   
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    border: 2px solid #e56768;
    border-radius: 0;
}

.capbox2{
    width: 100%;
    overflow: hidden;
}

#CaptchaDiv2 {
   width: 40%;
   background: #fff;
   padding: 10px 12px;
   margin: 0 0 15px;
   float: left;
   border: 2px solid #0c5376;
}
.capbox-inner2 {
    padding: 3px 13px;
    width: 55%;
    float: left;
    margin: 0 0 0 20px;
    border: 2px solid #0c5376;
}
        
#CaptchaInput2 {
    margin: 1px 0px 1px 30px;
    width: 130px;
    padding: 4px;
    border: 1px solid #0c5376;
}

/*                new changes                 */


.trust_banner {
    width: 100%;
    padding: 20px 0;
    background: #1ba2a7;
    color: #fff;
}
.trust_left p {
    font-size: 16px;
}
.trust_right {
    width: 100%;
}
.trust_right{width:100%;}
.trust_right ul li {
    font-size: 21px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #f6b733;
    display: inline-block;
    text-align: center;
}

.trust_right ul li:last-child {
    background: #d6d6d6;
}
.reviews {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    background: #ffffff;
    box-shadow: 1px 1px 11px 0px #000;
}

.rbox {
       width: 98%;
       filter: brightness(0) invert(0);
}

.rbox img {
       max-width: 100%;
}



/*                new changes                 */

.thank_you {
    width: 100%;
    background: url(img/main_banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 320px 0 180px;
}

.thank_sec1 {
    width: 100%;
    padding: 0 0 60px;
}

.thnk_box {
    background: #ffffff;
    padding: 60px 200px 30px 200px;
    text-align: center;
    margin-top: -70px;
    -webkit-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 68px 1px rgba(0,0,0,0.08);
}

.thnk_box p {
    margin: 20px 0;
    line-height: 24px;
    font-size: 16px;
}

.thnk_box h4 {
    margin: 0 0 12px;
    font-weight: 700;
}


/*floating strips css start */
.floating_wrap {
    position: fixed;
    right: 0px;
    top: 100px;
    z-index: 99;
}
.floating_wrap .btns_wrap {
    position: fixed;
    right: 0px;
}
.floating_wrap .btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}
.floating_wrap .btns_wrap .call_wrap {
    width: 275px;
    position: absolute;
    right: -225px;
    background: #fff;
    top: 60px;
    border-radius: 50px 0px 0px 50px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.floating_wrap .btns_wrap .call_wrap span {
    color: #c0151b;
    font-size: 19px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px;
}
.floating_wrap .btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 275px;
    background: #fff;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span.icoo, .floating_wrap .btns_wrap .call_wrap span.icoo {
    color: #1ba2a7;
    background: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50px 0px 0px 50px;
}
.floating_wrap .btns_wrap .chat_wrap span {
    color: #c0151b;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px;
}
/*floating strips css end */


.whatspp-icon {
    position: fixed;
    bottom: 40px;
    left: 11px;
    z-index: 99999999;
}

.whatspp-icon img {
    max-width: 100%;
    display: block;
}





/* responsive styling*/
@media screen and (max-width:980px)
{
    
.head_top {text-align: center;}    
.top_right a {    font-size: 14px;} 
.top_right {    padding: 9px 0;}    
.navbar-inverse .navbar-toggle .icon-bar { background-color: #0c5376;}
.h_m_banner {    padding: 20px 0;}
.h_m_banner h1 {font-size: 28px;margin: 0 0 16px;}  
.h_m_banner p {    margin: 0 0 37px;}   
.banner_right {background: #0c5376;padding: 15px;    margin: 70px 0 0;}
.banner_right h3 {margin: 0 0 15px;}
button.b_btn {background: #0c5376;margin: 0;width: 100%;padding: 7px 0;}
.h_m_sec1 h2{font-size: 30px;}
.h_sec3_left h2 {    margin: 0 0 20px;font-size: 23px;}
.h_sec3_left ul li {padding: 0 0 15px;font-size: 16px;}
.bann_left {margin: 70px 0 0;}  
.banner_box {padding: 8px 0;    height: 110px;} 
.capbox-inner {font-size: 12px;}    
#CaptchaInput {margin: 1px 0 1px 2px; width: 58px;} 
.process_box ul li {font-size: 14px;}
.h_sec3_right h3 {    font-size: 17px;} 
.ser_box_text h4 {font-size: 17px;}
.ser_box_text p {font-size: 15px;}
.sec5_box {margin: 20px 0 0;}
}
@media screen and (max-width:767px)
{   
.top_right a {font-size: 17px;font-weight: 600;}
.navbar-inverse .navbar-nav > li > a {padding: 5px 12px;text-align: center;}
.header {position: initial; overflow: hidden;}
.h_m_banner {padding: 30px 0 50px;}
.header .container {padding: 5px 0 0px;}
.floating_wrap {top: 259px;}
.darkHeader {display: none;}
.top_right {padding: 4px 25px;}
.banner_right {margin: 20px 0 0;}
.trust_right {padding: 15px 0 0;}
.logo img {width: 100%;padding: 0 5px;}
.process_box ul {column-count: 1;}
.bann_left {margin: 10px 0 0;}
.ser_box_text {margin: 0 0 20px;}
.capbox-inner { font-size: 14px;}
#CaptchaInput { margin: 1px 0 1px 10px; width: 68px;}
.foot_box {margin: 0 0 15px;}
.h_m_sec2 {padding: 50px 0;}
.h_sec3_right {margin: 40px 0 0;}
.h_m_sec1 h2 {font-size: 21px;}
.sec4_bot .nav-tabs > li {padding: 0;}
.sec4_bot ul.nav.nav-tabs li a {padding: 10px 0;    text-align: center;}
.sec4_bot ul.nav.nav-tabs li a h5 {display: none;}
.s4_icon img {width: 80%;}
.sec4_bot {text-align: center;}
.sec4_bot .tab-content {padding: 40px 0 0;}
.sec4_right {padding: 40px 0 0;}
.h_m_sec5 {padding: 70px 0 30px;}
.sec5_box {padding: 0 0 40px;}
.inner_page_banner {padding: 190px 0 30px;} 
#CaptchaDiv2 {width: 100%}  
.capbox-inner2 {width: 100%;margin: 0 0 0 0px;} 
#CaptchaInput2 {width: 100px;}  
button.cont_but {width: 100%;}  
span.top_icon {color: #ffffff;} 
.modal-dialog {max-width: 300px;margin: 70px auto 0;}   
.pop_heading h5 {    font-size: 10px;    margin: 0;    border-left: none;    padding: 0 0 0 30px;}
.pop_heading h4 {font-size: 12px;}
.pop_heading {padding: 0;}
.modal-body p {    display: none;}
.trust_banner {text-align: center;}
    
}