/*** General CSS *****/
body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}
a:hover, a:focus {
    text-decoration: none;
    color: #393939;
}
a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
img {
    max-width: 100%;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}
p {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
/***** Font Files *****/
@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/
.noPadding {
    padding: 0;
}
.noLeft {
    padding-left: 0;
}
.noRight {
    padding-right: 0;
}
.centerCol {
    float: none;
    margin: 0 auto;
}
.btn {
    outline: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 14px 46px;
    color: #fff;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-transform: capitalize;
    border: 2px solid #d30414;
    text-transform: uppercase;
    background: #d30414;
}
.btnGreen {
    background: transparent;
    color: #d30414;
    border: 2px solid #d30414;
}
.btn:focus, .btn:hover {
    background: transparent;
    color: #d30414;
    border: 2px solid #d30414;
}

.slicknav_nav a:hover {
    background: #0351a3 !important;
    color: #fff;
}
img.pull-left, .imgOverlay.pull-left {
    margin: 0 30px 20px 0;
}
img.pull-right {
    margin: 0 0 20px 30px;
}
.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 49px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 28px;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}
h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}
h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}
input[type="text"], input[type="password"], select, input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
    border: 1px solid #ececec;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 15px;
    border-radius: 0;
}
textarea {
    padding: 10px;
    height: 167px;
}
input[type="submit"] {
    color: #fff;
    background-color: #33458d;
    height: 55px;
    padding: 0px 65px;
    font-size: 12px;
    line-height: 20px;
    border: 2px solid #33458d;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
input[type="submit"]:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background-color: #222427;
    color: #33458d;
    border-color: #33458d;
}
select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}
input[type="checkbox"], input[type="radio"] {
    margin: 0 10px 20px 0;
}
::-webkit-input-placeholder {
color:#575757;
}
::-moz-placeholder {
color:#575757;
opacity:1;
}
:-ms-input-placeholder {
color:#575757;
}
:-moz-placeholder {
color:#575757;
opacity:1;
}
/*genral css start */


.topSec {
    background: #000000;
    position: relative;
}
.topSec:after {
    background: #0351a3;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    clip-path: polygon(4% 0, 100% 0%, 100% 100%, 0% 100%);
}
.topSec ul {
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}
.topSec ul li a .fa {
    padding-right: 10px;
}
.topSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.topSec ul li a:after {
    content: '';
    position: absolute;
    top: 16px;
    right: -6px;
    width: 1px;
    height: 13px;
    background-color: #ffffff;
}
.topSec ul li:last-child a:after {
    position: relative;
    background: transparent;
}
.menuSec {
    padding: 20px 0;
}
.menuSec img {
    margin: 13px 0 0 0;
}
.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    text-align: right;
    text-transform: capitalize;
}
.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.menuSec li ul {
    display: none;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #2d3e50;
    padding: 10px 2px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
.menuSec ul li:last-child a {
    padding-right: 0px;
}
.menuSec ul li:last-child a:after {
    display: none;
}
.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #0351a3;
    border-bottom: 2px solid #0351a3;
}
.menuSec li:hover > ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #d31010;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 100%;
    margin: 0;
}
.menuSec li > ul > li > a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}
.menuSec li > ul > li, .menuSec li > ul > li > a {
    display: block;
    margin: 0;
}
.menuSec li > ul > li > a:before, .menuSec li > ul > li > a:after {
    display: none;
}
.menuSec li:hover li {
    float: none;
}
.menuSec li:hover a {
}
.menuSec li:hover li a:hover {
    background-color: #0351a3;
}
.menuSec ul ul ul {
    left: 100%;
    top: 0;
}
.menuSec ul:before, .menuSec ul:after {
    content: " ";
    display: table;
}
.menuSec ul:after {
    clear: both;
}
.menuSec li > ul > li:hover > ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
.menuSec li > ul > li > a:hover {
    border: none;
}
.main_slider .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
}
.main_slider .carousel-control.right, .carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 60%;
    background: #3c454e;
    text-shadow: none;
    border-radius: 50px;
}
.main_slider .carousel-control.right:hover, .carousel-control.left:hover {
    background: #274f78;
    color: #fff;
}
.main_slider .carousel-control.right .fa, .carousel-control.left .fa {
    position: relative;
    top: 7px;
    font-size: 30px;
    color: #ffffff;
    opacity: 0.5;
}
.main_slider .carousel-control.right {
    left: 70px;
    right: inherit;
    top: 50%;
}
.main_slider .carousel-control.left {
    left: 70px;
}
.main_slider .carousel-indicators {
}
.main_slider .carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0) linear-gradient(-68deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 57%, #57dfd100 30%, #57dfd100 35.6%, #57dfd100 33%) repeat scroll 0 0;
}
.main_slider .carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}
.main_slider .carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 12px;
    height: 12px;
}
.banner_text {
    padding-left: 10%;
}
.banner_text hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 5px solid #fff;
}
/*expirainace sec */
.expiriance_sec {
    padding: 1% 0 5%;
    background: #222427;
    margin: 5% 0 0;
    position: relative;
}
.exp_text {
}
.exp_text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 13px;
}
.exp_text p {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
.exp_text h4 {
    font-size: 30px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 60px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.expiriance_sec:after {
    background: #0351a3;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 93px;
    clip-path: polygon(0 1%, 90% 0, 100% 100%, 0% 100%);
}
/*service section start*/
.service_sec {
    padding: 5% 0;
}
.ser_text {
    padding: 0 30px 20px;
    border-bottom: 4px solid#0351a3;
}
.ser_box {
    background: #f6f6f6;
}
.ser_box img {
    margin: 0 auto 30px;
    display: block;
    height: 260px;
    object-fit: cover;
    width: 100%;
}
.ser_text {
    padding: 0 30px 20px;
}
.ser_text h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 29px;
    color: #2d3e50;
    font-weight: 600;
    margin: 0 0 13px;
}
.read_more a {
    height: 41px;
    width: 158px;
    background: #0351a3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    margin: -6% auto 0;
    font-size: 15px;
}
.service_sec .main_heading h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 34px;
    color: #2d3e50;
    font-weight: 600;
    margin: 0 0 8px;
}
.service_sec .main_heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
    font-weight: 600;
    margin: 0 0 8px;
}
.service_sec .main_heading hr {
    border: 0;
    border-top: 2px solid #0351a3;
    margin: 10px 60px 10%;
    display: block;
}
.browse a {
    display: table;
    margin: 5% auto 0;
}
/*call section css*/

.call_sec {
    padding: 19% 0 0;
    background: url(../images/call.jpg)no-repeat;
    background-size: cover;
    background-position: top center;
}
.call_text h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 30px;
}
/*secrvice scetion csss*/
.pro_box {
    border-bottom: 4px solid#0351a3;
    background: #f6f6f6;
    padding: 0 0 30px;
    margin-bottom: 15%;
}
.pro_box h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 29px;
    color: #4c4c4c;
    font-weight: 600;
    margin: 10px 0 10px;
}
.pro_box h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 25px;
    color: #4c4c4c;
    font-weight: 600;
    margin: 0 0 10px;
}
.pro_text ul {
    margin: 0;
}
.cart ul li a {
    padding: 10px 10px;
    color: #ffffff;
    background: #0452a3;
}
.cart ul li {
    padding: 0 0;
}
.cart {
    margin: 13px 0 0;
}
.pro_text {
    padding: 10px 15px;
}
.star li {
    padding: 0 1px;
}
.star li a {
    color: #f3c30b;
}

/*blog sectipon css*/

 
.service_sec.blog .ser_text {
    border-bottom: 4px solid#000000;
}
.service_sec.blog .ser_text ul {
    margin: 10px 0;
}
.service_sec.blog .ser_text ul li {
    padding: 0 2px;
}
.service_sec.blog .ser_text ul li a {
    font-size: 13px;
    color: #b2b2b2;
}
.service_sec.blog .ser_text ul li a .fa {
    padding-right: 5px;
}
.service_sec.blog .blog_btn a {
    padding: 7px 10px;
    color: #ffffff;
    background: #0452a3;
    display: table;
}
.service_sec.blog .ser_box {
    position: relative;
}
.service_sec.blog .ser_box span {
    position: absolute;
    top: 145px;
    background: #2d3e50;
    width: 100px;
    height: 100px;
    color: #ffffff;
    font-size: 41px;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    flex-flow: column;
    padding: 20px 0 0;
}
.service_sec.blog .ser_box span small {
    font-size: 19px;
}
/*footer css start*/

.footerSec {
    background: #222427;
    padding: 0;
    position: relative;
}
.inner_foot p {
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    margin: 10px 0;
}
.social_icon ul li a {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #2d3e50;
    font-size: 17px;
}
.social_icon ul li a:hover {
    background: #0351a3;
    color: #ffffff;
}
.inner_foot.add ul li a {
    color: #ffffff;
    font-size: 13px;
}
.inner_foot.add ul li a:hover {
    color: #0351a3;
}
.inner_foot.add ul li a span {
    width: 20px;
    display: inline-block;
}
.inner_foot h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 20px;
}
.gallrey ul li a img {
    width: 72px;
    margin: 0 0 11px;
}
.copy_right {
}
.copy_right p {
    color: #ffffff;
    font-size: 12px;
}
.copy_right ul li a {
    font-size: 12px;
    color: #ffffff;
}
.copy_right {
    background: #0452a3;
    padding: 20px 0 0;
    margin: 3% 0 0;
}
.foot_head h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0px;
    position: relative;
    z-index: 5;
}
.foot_head h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 20%;
    position: relative;
    z-index: 5;
}
.footerSec:after {
    background: #d30414;
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    width: 50%;
    height: 111px;
    clip-path: polygon(0 0%, 85% 0, 100% 100%, 0% 100%);
}
.foot_input {
    position: relative;
}
.foot_input input[type="text"] {
    border: 1px solid #ececec;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    color: #575757;
    height: 59px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0px 45px;
    border-radius: 0;
    margin: 20px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
}
.foot_input input[type="submit"] {
    color: #fff;
    background-color: #d30414;
    height: 59px;
    padding: 0px 33px;
    font-size: 12px;
    line-height: 20px;
    border: 2px solid #d30414;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: -1px;
}
.banner-sec-main .item img {
    width: 100%;
}
.banner-sec-main .carousel-caption {
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0;
    text-align: left;
    text-shadow: none;
    bottom: 0;
}
.banner-content h3 span {
    padding-left: 40px;
}
.banner-content h3 {
    font-family: 'BillyOhio';
    font-size: 175px;
    line-height: 150px;
}
.banner-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.web-btn {
    padding-top: 20px;
}
.web-btn a {
    background: #d71e29;
    color: #fff;
    padding: 18px 50px 15px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}
.web-btn a:hover {
    background: #035b96;
}
.banner-sec-main {
    position: relative;
}
.banner-sec-main:after {
    content: '';
    position: absolute;
    background: url('../images/banner-after-bg.png') no-repeat;
    width: 100%;
    height: 206px;
    bottom: 0;
    z-index: 99;
    background-size: cover;
}
.banner-sec-main .carousel-indicators {
    position: absolute;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    list-style: none;
    left: auto;
}
.banner-sec-main .carousel-indicators {
    bottom: -31%;
    /* background: #ffffff; */
    display: table;
    width: 47%;
    /* padding: 10px 0px 10px 20px; */
    right: -55px;
    margin: 0;
    transform: rotate(28deg);
}
.banner-sec-main .carousel-indicators li {
    display: block;
    width: auto;
    height: auto;
    margin: 11px 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: none;
    border-radius: 10px;
}
.banner-sec-main .carousel-indicators li img {
    border: 0;
    border-radius: 0;
    width: 70px;
    margin: 0 5px;
    border-radius: 50px;
    border: 3px solid #ffffff;
}
.banner-sec-main .carousel-indicators li.active img {
    width: 87px;
}
.client_img {
    position: relative;
}
.client_img {
    position: absolute;
    bottom: 70px;
    left: 40px;
    width: 100%;
    height: 100%;
}
.banner-sec-main .container {
    position: relative;
    z-index: 5;
}
.inner_client {
    padding: 25% 0 0;
}
.inner_client p {
    border: 1px solid #ffffff;
    padding: 20px 20px 20px;
    font-size: 14px;
}
/*======================= INNER-PAGES START FROM HERE ==================*/
/*BEGINS-PAGE: client-survey*/
.inner_banner {
    position: relative;
}
.inner-banner-img img {
    width: 100%;
}
.inner-banner-content {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    text-shadow: none;
    color: #fff;
}
.inner-banner-content .ibc-inner {
}
.inner-banner-content .ibc-inner h3 {
    text-align: left;
    font-weight: 600;
    font-size: 34px;
    text-align: center;
    margin: 0 0 0px 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    position: relative;
}
span.for-separater1 {
    display: table;
    width: 2px;
    height: 25px;
    margin: 11px auto 8px auto;
    background-color: #ffffff;
}
.banner-link {
    text-align: center;
    margin: 0;
}
.banner-link li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}
.banner-link li:last-child {
    margin-right: 0;
}
.banner-link li a {
    color: #eaeaea;
    font-weight: 400;
    font-size: 13.5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.banner-link li:last-child:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    left: -20px;
    top: 5px;
    width: 13px;
    height: 16px;
    color: #eaeaea;
}
.client-servey-sec1 {
    padding: 6% 0;
}
h3.sub-heading-h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #2d3e50;
    font-weight: 600;
    margin: 0 0 8px;
    text-align: center;
}
.clientserveyform-main {
    width: 90%;
    margin: 40px auto 0 auto;
}
.clientserveyform-sec {
    margin: 0px 0 0 0;
}
.clientserveyform-sec p {
    font-size: 14.8px;
    line-height: 24px;
    margin: 0 0 7px 0;
}
.clientserveyform-sec form {
}
.clientserveyform-sec form label {
    font-weight: 500;
    font-size: 14px;
    color: #212121;
    line-height: initial;
}
.clientserveyform-sec form input::placeholder, .clientserveyform-sec form textarea {
 color:#afafaf:
}
.clientserveyform-sec form textarea.form-control {
    height: auto;
    resize: none;
    padding: 4px 10px 5px 10px;
}
.clientserveyform-sec form .form-control {
    height: 32px;
    box-shadow: none;
    border: 1px solid #c2bfbf;
    padding: 0 10px;
    margin: 0 0 7px 0;
    border-radius: 0;
    font-size: 13.5px;
}
.fr-radio-btn {
    margin: 25px 0 0 0;
    overflow: hidden;
}
.fr-radio-btn ul {
    margin: 0;
}
.fr-radio-btn ul li {
    display: inline-block;
    margin: 0 12px 0 0;
}
.fr-radio-btn ul li:last-child {
    margin: 0 0 0 0;
}
/* Hide the browser's default radio button */
.frdbtn-box {
    position: relative;
}
.clientserveyform-sec form label.container-radiobtn {
    width: 100%;
    padding: 0 0 0 22px;
    color: #363636;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0 0;
}
.clientserveyform-sec form .container-radiobtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border: 1.4px solid #363636;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container-radiobtn:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container-radiobtn input:checked ~ .checkmark {
    background-color: #d30414;
    border-color: #d30414;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-radiobtn input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container-radiobtn .checkmark:after {
    top: 4px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.comment-box {
    margin: 25px 0 0 0;
}
.clientserveyform-sec form p.fr-12 {
    line-height: 20px;
    margin: 0 0 4px 0;
}
.select-box {
    margin: 25px 0 0 0;
}
.clientserveyform-sec form .select-box select.form-control {
    height: 32px;
    box-shadow: none;
    border: 1px solid #ececec;
    background-color: #ececec;
    color: #000;
    padding: 0 10px;
    margin: 0 0 7px 0;
    border-radius: 0;
    font-size: 13.5px;
    appearance: auto;
    font-weight: 500;
}
.bt-blue:hover {
    background: transparent;
    color: #0452a3;
    border: 2px solid #0452a3;
}
.bt-blue {
    outline: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 14px 46px;
    color: #fff;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-transform: capitalize;
    border: 2px solid #0452a3;
    text-transform: uppercase;
    background: #0452a3;
}
.formsevey-btn {
    margin: 25px 0 0 0;
}
.formsevey-btn button {
    display: inline-block;
    padding: 5px 31px;
}
.formsevey-btn button.btn {
}
.clientservey-content {
    background: #0452a3;
    color: #fff;
    padding: 23px 26px;
}
.clientservey-content h3 {
    color: #fff;
    font-size: 30px;
    margin: 0 0 35px 0;
}
.clientservey-content p {
    color: #fff;
    margin: 0;
}
.clientservey-content p strong {
    color: #fff;
}
.clientservey-content ul {
    margin: 0 0 14px 0;
}
.clientservey-content ul li {
    color: #fff;
    line-height: 21px;
    font-size: 15px;
    font-weight: 500;
}
.client-servey-sec1 .clientserveyform-sec .client-servey-heading {
}
.client-servey-sec1 .clientserveyform-sec .client-servey-heading h4 {
    margin: 20px 0 17px 0;
}
.client-servey-sec1 .clientserveyform-sec .client-servey-heading p {
}
/* Create a custom checkbox */
.fr-checbox {
    margin-bottom: 0;
}
.clientserveyform-sec form label.container-checbox {
    font-weight: 500;
    font-size: 13.3px;
    position: relative;
    margin: 0 0;
    padding: 0 0 0 17px;
}
.container-checbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 12px;
    width: 13px;
    border-radius: 1px;
    background-color: #fff;
    border: 1px solid #9e9a9a;
    margin-right: 0;
}
/* On mouse-over, add a grey background color */
.container-checbox:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-checbox input:checked ~ .checkmark {
    background-color: #d30414;
    border-color: #d30414;
}
/* Create the checkmark/indicator (hidden when not checked) */
.container-checbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container-checbox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.container-checbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Hide the browser's default checkbox */
.container-checbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.fr-check-box {
}
.fr-check-box ul {
    margin: 0;
}
.fr-check-box ul li {
    display: inline-block;
    margin: 0 12px 0 0;
}
.fr-check-box ul li:last-child {
    margin: 0 0 0 0;
}
.comment-box.comment-box-1c {
}
.comment-box.comment-box-1c p {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
.clientserveyform-sec form input[type="file"] {
    margin: 10px 0 0 0;
}
.client-servey-sec1.faq-page-sec1 {
}
.client-servey-sec1.faq-page-sec1 .clientserveyform-main {
}
.faq-content {
}
.faq-content h3 {
    color: #2d3e50;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 18px 0;
}
ul.faqslink-ul {
    margin: 11px 0 20px 0;
}
ul.faqslink-ul li {
    font-weight: 600;
}
ul.faqslink-ul li a {
    color: #0452a3;
}
.mulch-bag {
    margin: 110% 0 0 0;
}
.mulch-bag img {
    width: 100%;
}
.mulch-bag a {
    margin: 30px auto 0 auto;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.yard-mulch-img {
}
.yard-mulch-img img {
    width: 100%;
}
.calc-img1 {
}
.calc-img1 img {
}
.client-servey-sec1.faq-page-sec1 .calcu-content {
}
.client-servey-sec1.faq-page-sec1 .calcu-content p {
    font-size: 15px;
    line-height: 22px;
}
.client-servey-sec1.faq-page-sec1.calcu-content .caalc-p {
}
.client-servey-sec1.faq-page-sec1.calcu-content .caalc-p p {
}
.cal-ul1 {
    width: 63%;
    margin: 20px auto 21px auto;
}
.cal-ul1 ul {
    margin: 0;
}
.cal-ul1 ul li {
    font-weight: 700;
    float: left;
    font-family: 'Raleway', sans-serif;
}
.cal-ul1 ul li:nth-child(1) {
    width: 70%;
    float: left;
}
.cal-ul1 ul li:nth-child(2) {
    width: 30%;
    float: right;
}
.cal-ul1.cal-ul2 {
    width: 57%;
    margin: 0 auto 0 auto;
}
.cal-ul1.cal-ul2 ul {
    width: 46%;
    margin: 0 auto;
}
.cal-ul1.cal-ul2 ul li:nth-child(1) {
    width: 50%;
}
.cal-ul1.cal-ul2 ul li:nth-child(1) {
    width: 50%;
}
.cal-ul1.cal-ul2 span {
    display: block;
    font-weight: 700;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.desired-depth {
    width: 86%;
    margin: 19px auto 0 auto;
}
.desire-table1 {
}
.desire-table1 table {
    text-align: center;
    border: 1px solid #024081;
    background-color: #0452a3;
    color: #fff;
}
.desire-table1 table thead {
    background-color: #024081;
    text-align: center;
    border-color: #024081;
}
.desire-table1 table thead th {
    text-align: center;
}
.desire-table1 table tbody {
    border-color: #024081;
}
.desire-table1 table tbody tr {
    border-color: #024081;
}
.desire-table1 table tbody tr td {
}
.desire-table1 table.table-bordered>tbody>tr>td, .desire-table1 table.table-bordered>tbody>tr>th, .desire-table1 table.table-bordered>tfoot>tr>td, .desire-table1 table.table-bordered>tfoot>tr>th, .desire-table1 table.table-bordered>thead>tr>td, .desire-table1 table.table-bordered>thead>tr>th {
    border: 1px solid #024081;
}
.desired-depth .mulch-bag {
    margin: 0% 0 0 0;
}
.desired-depth .mulch-bag img {
    width: 91%;
    margin: 0 auto;
    display: table;
}
.desired-depth .mulch-bag a {
    margin: 0px auto 0 auto;
    padding: 5px 0px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.main-calulator-1 {
    background-color: #dedcdc;
    margin: 40px auto 0 auto;
}
.main-calulator-1 table.table {
    font-size: 17px;
    font-weight: 600;
}
.main-calulator-1 table.table thead {
    background-color: #d30414;
    color: #fff;
    font-weight: 500;
}
.main-calulator-1 table.table thead th, .main-calulator-1 table.table tbody tr td {
    width: 12%;
}
.main-calulator-1 table.table thead th:nth-child(1), .main-calulator-1 table.table tbody tr td:nth-child(1) {
    width: 13%;
    padding: 0 9px 0 20px;
}
.main-calulator-1 table.table thead th {
    font-weight: 600;
    padding: 23px 0 !important;
    font-family: 'Raleway', sans-serif;
}
/*.main-calulator-1 table.table thead th:nth-child(2){}
.main-calulator-1 table.table thead th:nth-child(3){}
.main-calulator-1 table.table thead th:nth-child(4){}
.main-calulator-1 table.table thead th:nth-child(5){}*/
.main-calulator-1 table.table tbody tr td:nth-child(3) {
    position: relative;
}
.main-calulator-1 table.table tbody tr td:nth-child(3):after {
    content: " X ";
    position: absolute;
    top: 14px;
    left: -23%;
    width: 11px;
    height: 18px;
    color: #000;
    font-weight: 600;
}
.main-calulator-1 table.table tbody {
    color: #000;
}
.main-calulator-1 table.table tbody tr {
}
.main-calulator-1 table.table tbody tr td {
    font-family: 'Raleway', sans-serif;
}
.main-calulator-1 table.table tbody tr td ul {
    margin: 0;
}
.main-calulator-1 table.table tbody tr td ul li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
}
.main-calulator-1 table.table tbody tr td ul li {
}
.main-calulator-1 table.table tbody tr td ul li input {
    width: 81px;
    height: 31px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    padding: 0 10px;
}
.main-calulator-1 table.table tbody tr td ul li input::placeholder {
 color: #b4b4b4;
 font-family: 'Raleway', sans-serif;
}
.main-calulator-1 table.table tbody tr td ul li span {
}
.main-calulator-1 table.table tbody tr td {
}
/*.main-calulator-1 table.table tbody tr td:nth-child(1){}
.main-calulator-1 table.table tbody tr td:nth-child(2){}
.main-calulator-1 table.table tbody tr td:nth-child(3){}
.main-calulator-1 table.table tbody tr td:nth-child(4){}
.main-calulator-1 table.table tbody tr td:nth-child(5){}
.main-calulator-1 table.table tbody tr td:nth-child(6){}*/

.main-calulator-1 table.table>tbody>tr>td, .main-calulator-1 table.table>tbody>tr>th, .main-calulator-1 table.table>tfoot>tr>td, .main-calulator-1 table.table>tfoot>tr>th, .main-calulator-1 table.table>thead>tr>td, .main-calulator-1 table.table>thead>tr>th {
    padding: 8px;
    line-height: normal;
    vertical-align: middle;
    border-top: 1px solid #ddd0;
}
.main-calulator-1 table.table tbody tr td:first-child {
    padding-top: 10px;
}
.main-calulator-1 table.table tbody tr td:last-child {
    padding-top: 10px;
}
.mc-table12 {
}
.estimate-sec1 {
    background-color: #0351a3;
    padding: 16px 47px;
}
.esec1-content {
}
.esec1-content h4 {
    margin: 0 23px 0 0;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    display: inline-block;
}
.esec1-content .btn {
    display: inline-block;
    padding: 15px 30px;
}
.esec1-ul ul {
    margin: 10px 0 0 0;
    text-align: right;
}
.esec1-ul ul li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    margin-right: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}
.esec1-ul ul li:last-child {
    margin: 0;
}
.esec1-ul ul li input {
    width: 81px;
    height: 31px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    padding: 0 10px;
}
.esec1-ul ul li input::placeholder {
 color: #b4b4b4;
 font-family: 'Raleway', sans-serif
}
.estamate-note {
    background-color: #dedcdc;
    padding: 42px 30px;
}
.estamate-note p {
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 0 0;
    line-height: 20px;
}
/*END-PAGE: client-survey*/


/* Checkout Section Css Begin */

.return-login p {
    margin: 0;
    padding-left: 20px;
    color: #333333;
    font-size: 15px;
}
.return-login p a {
    color: #333333;
    font-family: 'Roboto', sans-serif;
}
.return-login p a:hover {
    color: #7fd201;
}
.return-login {
    background: #e1e1e1;
    padding: 15px 0;
    margin-bottom: 20px;
}
.checkout-form select {
    height: 50px;
    border-radius: 0;
    border: 3px solid #cccccc;
    -webkit-appearance: none;
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/arrow-down.png);
    background-position: 94%;
    background-repeat: no-repeat;
    font-size: 17px;
    margin-bottom: 20px;
}
.checkout-form input {
    height: 50px;
    border-radius: 0;
    border: 3px solid #cccccc;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    margin-bottom: 20px;
}
.checkout-form textarea {
    height: 150px;
    border-radius: 0;
    border: 3px solid #cccccc;
    font-family: 'Roboto', sans-serif;
    resize: none;
    font-size: 17px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.checkout-sec [type="checkbox"]:not(:checked), .checkout-sec [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    vertical-align: middle;
}
.checkout-sec [type="checkbox"]:not(:checked) + label, .checkout-sec [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 40px;
}
.checkout-sec [type="checkbox"]:not(:checked) + label:before, .checkout-sec [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    background: #fefefe;
    border-radius: 0;
    margin-right: 0;
}
.checkout-sec [type="checkbox"]:not(:checked) + label:after, .checkout-sec [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: 4px;
    left: 7px;
    font-size: 19px;
    line-height: 0.8;
    color: #7fd201;
    transition: all .2s;
    font-family: 'Roboto', sans-serif;
}
.checkout-sec [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.checkout-sec [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.checkout-detail-sec {
    background: #eaeaea;
    padding: 25px;
}
.checkout-detail-sec h3 {
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    color: #525252;
    font-size: 18px;
    font-weight: 400;
}
.product-list {
    padding-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
}
.product-list ul li {
    font-family: 'Roboto', sans-serif;
    color: #666666;
    font-size: 15px;
    padding-bottom: 15px;
}
.product-list ul li span {
    float: right;
}
.shipping-list {
    margin-top: 0;
}
.shipping-list ul li span {
    float: right;
}
.shipping-list ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
span.price-shipping {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.paypal-select [type="radio"]:checked, .paypal-select [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.paypal-select [type="radio"]:checked + label, .paypal-select [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
.paypal-select [type="radio"]:checked + label:before, .paypal-select [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.paypal-select [type="radio"]:checked + label:after, .paypal-select [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #333;
    position: absolute;
    top: 11px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.paypal-select [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.paypal-select [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.paypal-select {
    padding-top: 30px;
}
.paypal-select label img {
    display: inline-block;
    padding-left: 20px;
}
.paypal-select ul li {
    padding-bottom: 30px;
}
.checkout-sec .checkout-detail-sec [type="checkbox"]:not(:checked) + label, .checkout-sec .checkout-detail-sec [type="checkbox"]:checked + label {
    margin-bottom: 0;
    font-size: 15px;
}
/* Checkout Section Css End */

/* BEGIN: CONTACT PAGE CSS */
.contact-page-sec {
    padding: 80px 0 30px;
}
.contact-page-sec h3 {
    font-size: 40px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.cicle-icon {
    text-align: center;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #000000;
    margin-top: 12px;
    padding-top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cicle-icon img {
    display: inline-block;
}
.contact-info {
    background: #fff;
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_text h2 {
    margin: 0;
    font-size: 25px;
    color: #242e42;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.contact_text {
    padding-top: 17px;
}
.contact_text p, .contact_text a {
    font-size: 15px;
    line-height: 18px;
    color: #999;
    padding-top: 0;
    font-weight: 400;
}
.contact_text a:hover {
    color: #4d98d3;
}
form.contactus-form {
    margin-top: 50px;
}
form.contactus-form .form-control {
    border-radius: 0;
    padding: 16px;
    height: auto;
    border: 1px solid #c4ced4;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}
form.contactus-form .form-btn {
    background: #0351a3;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    padding: 13px 30px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
}
/* END: CONTACT PAGE CSS */
/* BEGIN: ABOUT PAGE CSS */
section.about-page-sec .about-text {
    padding: 10% 50px;
}
section.about-page-sec .about-text p {
    font-size: 13px;
    color: #222;
    margin-bottom: 25px;
}
/* END: ABOUT PAGE CSS */

/*Products Detail Section Begin*/

.detail-thumb-img {
    border: 1px solid #ccc !important;
    padding: 2px;
    margin: 10px 3px;
    height: 110px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.19);
}
.large-detail-thumb {
    border: 1px solid #ccc;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 620px;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.19);
    padding: 12px;
    margin: 10px;
    flex-direction: column;
}
.large-detail-thumb img {
    margin: 0 auto;
}
.detail-sec-main .slick-next:before, .detail-sec-main .slick-prev:before {
    color: #000;
    opacity: 1;
}
.detail-sec-main .slick-prev {
    top: 0;
}
.detail-sec-main .slick-next {
    right: 55px;
    top: auto;
    bottom: -50px;
}
.detail-sec-main .slick-prev {
    top: -30px;
    left: 55px;
}
.detail-sec-main .slick-prev:before {
    content: "\f062";
    font-family: FontAwesome;
}
.detail-sec-main .slick-next:before {
    content: "\f063";
    font-family: FontAwesome;
}
.detail-thumb-img img {
    width: 81%;
    height: 75px;
    object-fit: cover;
}
.large-overlay-sec {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.large-overlay-sec a {
    display: inline-block;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}
.large-overlay-sec a span {
    padding-right: 10px;
}
.detail-socail-icon ul li {
    display: inline-block;
    padding-left: 15px;
    font-size: 19px;
}
.detail-socail-icon {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}
.detail-socail-icon ul li a {
    color: #333;
}
.detail-head-sec h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
}
.detail-head-sec h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.price-sec-detail {
    padding-top: 10px;
}
.price-sec-detail h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}
.detail-head-main {
    padding-top: 20px;
}
.price-sec-detail h4 span {
    color: #9b1e24;
}
.rating-sec {
    padding-top: 15px;
}
.rating-sec span .fa {
    padding-right: 6px;
    font-size: 19px;
    color: #ffc600;
}
.rating-sec ul li {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding-right: 20px;
    position: relative;
}
.rating-sec ul li a {
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.rating-sec ul li:after {
    content: '';
    position: absolute;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 18px;
    right: 5px;
}
.rating-sec ul li:nth-last-child(1):after {
    border: 0;
}
.select-size-drop select {
    width: 250px;
    height: 45px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.select-size-drop {
    padding-top: 5px;
}
.select-colorsec p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    background: #c1c1c1;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    border: 2px solid #ccc;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 36px;
    background: transparent;
}
.styled-checkbox:hover + label:before {
    background: transparent;
}
.styled-checkbox:focus + label:before {
}
.styled-checkbox:checked + label:before {
    background: transparent;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 12px;
    width: 8px;
    height: 17px;
    border: solid #ffc600;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.color-chart ul li {
    display: inline-block;
    margin-right: 20px;
}
.select-colorsec ul li {
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px;
    text-align: left;
    width: 40px;
}
.select-colorsec ul li span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
}
.select-colorsec ul span {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.select-colorsec ul {
    padding-bottom: 10px;
}
.describtion-sec h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #9b1e24;
}
.describtion-sec p {
    font-size: 14px;
    line-height: 23px;
}
.prod-li-qnt label {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #9b1e24;
}
.btn-detail {
    margin-top: 30px;
}
.btn-detail button {
    background: #9b1e24;
    color: #fff;
    border: 0;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    padding: 15px 60px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s ease-in-out;
}
.btn-detail button:hover {
    background: #333;
    transition: 0.5s ease-in-out;
    color: #fff;
}
.btn-detail span {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.btn-detail span a {
    color: #9b1e24;
    font-family: 'Roboto', sans-serif;
    text-decoration: underline;
}
.head-recomended-sec h2 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #9b1e24;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.slick-next:before, .slick-prev:before {
    opacity: 1;
    color: #000;
}
.recomended-sec-main {
    padding: 50px 20px;
}
.select_lang select {
    width: 140px;
    border: 1px solid #ccc;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 7px;
    font-size: 12px;
}
.select-colorsec-box label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    display: block;
}
.select-colorsec-box {
    padding-bottom: 10px;
}
.select-colorsec-box select {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding-left: 10px;
    margin-bottom: 10px;
}
/*Products Detail Section End*/
/* featured-product */
.heading-product-cntr {
    text-align: center;
}
.heading-product-cntr p {
    color: #333;
    font-size: 15px;
}
.heading-product-cntr h2 {
    color: #9b1e24;
    font-size: 42px;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.padding-40 {
    padding: 40px 0;
}
.tab_menu ul {
    border: 0;
    padding-bottom: 20px;
}
.tab_menu ul li {
    float: none;
    display: inline-block;
    margin: 0;
}
.tab_menu ul li a {
    border: 0;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    padding: 6px 25px 0 0;
    font-size: 15px;
}
.tab_menu ul li a:hover {
    border: 0;
}
.tab_menu ul li.active a {
    border: 0;
    color: #000;
}
.tab_menu .nav-tabs>li.active>a, .tab_menu .nav-tabs>li.active>a:focus, .tab_menu .nav-tabs>li.active>a:hover {
    color: #9b1e24;
    cursor: pointer;
}
.tab_menu .nav>li>a:focus, .tab_menu .nav>li>a:hover {
    background: transparent;
    color: #9b1e24;
}
.tab_menu ul li.active a:hover, .tab_menu ul li.active a:focus {
    border: 0;
}
.featured-main {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}
.box-product {
    border: 2px solid #e1e1e1;
    padding: 55px 15px 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.box-product:hover {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.19);
    transition: 0.5s ease-in-out;
}
.product_img img {
    display: inline-block;
}
.product_img {
    text-align: center;
    height: 100%;
    min-height: 220px;
}
.rating_stars ul li {
    display: inline-block;
    color: #e2bc0a;
    font-size: 14px;
    padding-right: 3px;
}
.chng-rating {
    color: #cccccc;
}
.content_prducts h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    padding: 9px 0;
}
.content_prducts p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.price_text h4 {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    display: inline-block;
}
.price_text h4 span {
    text-decoration: line-through;
    padding-right: 7px;
}
.price_text a {
    float: right;
    background: #9b1e24;
    width: 35px;
    height: 33px;
    text-align: center;
    line-height: 36px;
    border-radius: 8px;
    color: #fff;
    font-weight: 300;
    position: relative;
    top: -9px;
}
.price_text a:hover {
    background: #333;
}
.sale-tag span {
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    padding: 6px 12px;
    text-indent: -11px;
    display: block;
    -ms-transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
    transform: rotate(44deg);
    height: 26px;
    width: 158px;
    background-color: #e22020;
    position: absolute;
    right: -66px;
    top: 12px;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Roboto', sans-serif;
}
/* featured-product */

.services_page {
    padding: 7% 0 10%;
}
.blog-sec1 {
    padding: 5% 0;
}
.service-box1.blogsec1-box {
    margin: 0 0 40px 0;
    width: 100%;
}
.service-box1.blogsec1-box .servicebox-inner {
}
.service-box1.blogsec1-box .servicebox-inner h3 {
}
.service-box1.blogsec1-box .servicebox-inner p {
    width: 86%;
}
.service-box1.blogsec1-box .servicebox-inner a.for-read1 {
    margin: 24px 0 0 0;
    display: table;
    font-size: 16px;
}
ul.blogboxul-date {
    margin: 0 0 0 0;
}
ul.blogboxul-date li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
ul.blogboxul-date li:after {
    content: ".";
    position: absolute;
    right: -16px;
    bottom: 4px;
    font-size: 20px;
    font-weight: 600;
    width: 6px;
    height: 8px;
    color: #1762f0;
    line-height: 0;
}
ul.blogboxul-date li:last-child {
    margin-right: 0;
}
ul.blogboxul-date li:last-child:after {
    content: " ";
    width: 0;
}
ul.blogboxul-date li a {
    color: #1762f0;
    font-size: 14px;
    font-weight: 600;
}
ul.blogboxul-date li a:hover {
    color: #000;
}
.popular-post {
    margin: 0 0 30px 0;
}
.blogsec1-side {
    background-color: #f7f7f7;
    width: 95%;
    margin: 0 0 0 auto;
    padding: 30px 35px;
}
.blogsec1-side h3 {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    margin: 0 0 10px 0;
}
.blogsec1-side form {
    position: relative;
    margin-bottom: 0;
    box-shadow: 1px 6px 13px 1px #cecece;
    margin-bottom: 27px;
}
.blogsec1-side form .form-control {
    background-color: #ffffff;
    color: #686868;
    border: 0;
    border-radius: 0;
    height: 51px;
    box-shadow: none;
    padding: 0 36px 0 20px;
    font-weight: 600;
    font-size: 16px;
}
 .blogsec1-side form input::placeholder {
 color: #686868;
}
.blogsec1-side form button {
    color: #0351a3;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 15px;
    padding: 0;
}
.bs1-categ {
    margin: 0 0 30px 0;
}
.bs1-categ ul {
    margin: 0;
}
.bs1-categ ul li {
    border-bottom: 2px solid #ebebeb;
}
.bs1-categ ul li:nth-child(1) {
    position: relative;
    z-index: 4;
}
.bs1-categ ul li:nth-child(2) {
    position: relative;
    z-index: 3;
}
.bs1-categ ul li:nth-child(3) {
    position: relative;
    z-index: 2;
}
.bs1-categ ul li:nth-child(4) {
    position: relative;
    z-index: 1;
}
.bs1-categ ul li:hover, .bs1-categ ul li.active {
    box-shadow: 0px 6px 12px 1px #e0dada;
}
.bs1-categ ul li:hover a span, .bs1-categ ul li.active a span {
    background-color: #ff7607;
    color: #fff;
}
.bs1-categ ul li:hover a, .bs1-categ ul li.active a {
    color: #000;
}
.bs1-categ ul li a {
    font-size: 16px;
    color: #686868;
    font-weight: 600;
    padding: 17px 18px;
    display: block;
    background-color: #fff;
    position: relative;
}
.bs1-categ ul li a i {
    font-size: 18px;
    position: absolute;
    top: 18px;
    right: 14px;
}
.bs1-categ ul li a span {
    width: 30px;
    height: 30px;
    background-color: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #686868;
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 13px;
    font-weight: 600;
}
.pp-box {
    margin-bottom: 15px;
}
.pp-box img {
    float: left;
    width: 28%;
    margin-right: 15px;
}
.pp-box .ppb-inner {
    width: 62%;
    float: left;
}
.pp-box .ppb-inner p {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0 0 0;
    color: #686868;
    font-weight: 500;
}
.pp-box .ppb-inner span {
    font-size: 13px;
    color: #1762f0;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.tag-cloud {
    margin-bottom: 29px;
}
.tag-cloud ul {
    margin: 0;
}
.tag-cloud ul li {
    display: inline-block;
}
.tag-cloud ul li a {
    display: table;
    padding: 8px 17px;
    background-color: #ececec;
    color: #696868;
    font-size: 13px;
    border-radius: 0;
    font-weight: 500;
}
.tag-cloud ul li a:hover {
    color: #fff;
    background-color: #ff7607;
}
.blogsec1-side h3 {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Rajdhani', sans-serif;
    margin: 0 0 10px 0;
    color: #333;
}
.bs1nh-inner a {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 0 0;
    color: #333;
}
.btn-red {
    background-color: #d30414;
    color: #fff;
    padding: 13px 28px;
    display: table;
    border: 2px solid #d30414;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
}
.btn-black {
    background-color: #333;
    color: #fff;
    padding: 13px 28px;
    display: table;
    border: 2px solid #333;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
}
.blog-sec1 .blog-side-1ch p strong {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 0px;
    display: block;
}
.blog-sec1 .blog-side-1ch p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}
.bs1nh-inner p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 20px;
}
.about-text .main_heading h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    line-height: 34px;
    color: #2d3e50;
    font-weight: 600;
    margin: 0 0 8px;
}
.about-text .main_heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #4c4c4c;
    font-weight: 600;
    margin: 0 0 8px;
}
.about-text .main_heading hr {
    border: 0;
    border-top: 2px solid #0351a3;
    margin: 0 0 30px 0;
    display: table;
    width: 30%;
    margin: 0 auto 30px auto;
}
/*25-8-2020*/
.who-we-are {
    padding: 5% 0;
}
.main_heading h3 {
    color: #2d3e50;
    font-weight: 700;
    margin: 0 0 7px 0;
}
.main_heading p {
    color: #2d3e50;
}
.flex1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
}
.wwa-content p {
}
.wwa-content ul {
    margin: 20px 0 30px 0;
}
.wwa-content ul li {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 18px 0;
    padding: 0 0 0 24px;
    position: relative;
}
.wwa-content ul li i {
    position: absolute;
    top: 0;
    left: 0;
    color: #9ec968;
    font-size: 25px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.main_heading-1cw {
    width: 49%;
    margin: 0 auto;
}
.serv-details-sec1 {
    padding: 5% 0;
}
.serv-detail-inner1 {
    background-color: #f6f6f6;
    position: relative;
    padding: 20px;
    /* width: 95%; */
    margin: 0 0 0 auto;
    border-bottom: 3px solid #0351a3;
}
.btn-blue1 {
    background: #0351a3;
    color: #ffffff !important;
    text-transform: uppercase;
    margin: 0;
    font-size: 15px;
    display: table;
    padding: 13px 20px;
}
.serv-detail-inner1 img {
/* position: absolute; */
    /* top: 25px; */
    /* left: -30px; */
}
.sdi1-content {
/* width: 64%; */
    /* margin: 0 0 21px auto; */
}
.sdi1-content h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #2d3e50;
}
.sdi1-content p {
    font-size: 15px;
    line-height: 24px;
}
.sdi1-content a.btn-blue1 {
    margin: 40px 0 0 0;
}
.serv-detail-inner2 {
    margin: 0;
}
.benefits-of-sec1 p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}
.benefits-of-sec1 {
    margin: 0 0 40px 0;
}
.benefits-of-sec1 h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #0351a3;
}
.serv-detail-inner2 .clientservey-content ul {
    margin: 0 0 14px 0;
}
.serv-detail-inner2-img img {
    width: 100%;
}
.prod-details-sec1 {
    padding: 5% 0;
}
.pds1-img {
}
.pds1-img img {
}
.pds1-cont {
    width: 79%;
    margin: 0 auto;
}
.pds1-cont p {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 21px;
}
.pds1-cont h2 {
    color: #4c4c4c;
    font-weight: 700;
    font-size: 39px;
    margin: 0 0 0px 0;
}
.pds1-cont h3 {
    color: #4c4c4c;
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 0;
}
.pds1-cont a.btn {
    padding: 8px 30px;
}
.pds1-tittle {
    border-bottom: 1px solid #7d7d7d;
    padding: 0 0 3px 0;
    margin: 0 0 7px 0;
}
.pds1-tittle span.pds1-span {
    color: #a1a1a1;
    font-size: 17px;
    font-weight: 500;
    float: left;
    display: table;
}
.pds1-tittle ul {
    margin: 0;
    float: right;
}
.pds1-tittle ul li {
    padding: 0;
}
.pds1-tittle ul li a {
    color: #f3c30b;
}
.qunt-sec {
    margin: 18px 0 11px 0;
}
.qunt-sec ul {
    margin: 0;
}
.qunt-sec ul li {
    font-weight: 600;
}
.qunt-sec ul li input {
    width: 56px;
    text-align: center;
    height: 31px;
    margin: 0;
}
ul.tb_social_links {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.tb_social_links li {
    display: inline-block;
    margin-right: 14px;
}
ul.tb_social_links li:last-child {
    margin-right: 0px;
}
ul.tb_social_links li a i:hover {
    background-color: #072a60;
    color: #fff;
}
ul.tb_social_links li a i:hover {
    background-color: #0351a3;
}
ul.tb_social_links li a i {
    font-size: 15px;
    background-color: #fff;
    color: #0351a3;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #0351a3;
}
.pds1-social1 {
    margin: 23px 0 0 0;
}
.pds1-social1 h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 11px 0;
}
.bgdet-sec1 {
    padding: 5% 0;
}
.bdets-main {
}
.bdetsm-inner1 {
    background-color: #f6f6f6;
    padding: 0px 28px 26px 28px;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px #909090;
    border-bottom: 3px solid #0351a3;
}
.bdetsmi-img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.bdetsmi-img img {
    width: 100%;
}
.bdetsmi-img span {
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #2a3f54;
    width: 80px;
    height: 80px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bdetsmi-content {
    padding: 15px 0 0;
}
.bdetsmi-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #4c4c4c;
    margin: 0 0 0 0;
}
.bdetsmi-content p {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 23px;
}
.bdetsmi-content ul {
    margin: 0 0 17px 0;
}
.bdetsmi-content ul li {
    display: inline-block;
    margin-right: 20px;
}
.bdetsmi-content ul li i {
    color: #b2b2b2;
    margin-right: 5px;
}
.bdetsmi-content ul li a {
    color: #b2b2b2;
}
.Comment_sect .blog-comment-wrapper .blog-dec-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 3px 0;
}
.Comment_sect .blog-comment-wrapper .blog-dec-title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #0351a3;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 28px;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-img img {
    width: 100%;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-content span {
    display: block;
    font-size: 13px;
    margin: 3px 0 0 0;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-content p {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 19px;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-content .blog-details-btn a {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.Comment_sect .ml-120 {
    margin-left: 54px;
    margin-top: 50px;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 104px;
    margin-right: 23px;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-img img {
    width: 100%;
}
.Comment_sect .blog-comment-wrapper .single-comment-wrapper .blog-comment-content .blog-details-btn a {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 0;
}
.Comment_sect .mt-35 {
    margin-top: 35px;
}
.Comment_sect a {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
.Comment_sect a:hover {
    color: #d8a81a;
}
.Comment_sect {
    padding: 59px 0;
}
.Comment_sect .blog-reply-wrapper .blog-dec-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    padding: 0 0 5px 0;
}
.Comment_sect .blog-reply-wrapper .blog-dec-title:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #0351a3;
}
.Comment_sect .blog-reply-wrapper .blog-form {
    margin-top: 15px;
}
.Comment_sect .blog-reply-wrapper .blog-form .leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    height: 45px;
    margin-bottom: 30px;
    padding-left: 20px;
    width: 100%;
    box-shadow: 0 0 7px 4px #0000000d;
}
.Comment_sect .blog-reply-wrapper .blog-form .text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    height: 250px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%;
    box-shadow: 0 0 7px 4px #0000000d;
}
.Comment_sect .blog-reply-wrapper.mt-50 {
    padding: 30px 0 0 0;
}
.Comment_sect .blog-reply-wrapper .blog-form .text-leave input {
    background-color: #0351a3;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    word-spacing: 2px;
    transform: perspective(1px)translateX(0px);
    transition: all 0.2s ease 0s;
    overflow: hidden;
    display: inline-block;
    padding: 6px 25px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #0351a3;
    margin: 0;
    outline: 0;
    height: 44px;
}
.Comment_sect .blog-reply-wrapper .blog-form .text-leave input:before {
    position: absolute;
    content: "";
    background-color: #f2c131;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
.Comment_sect .blog-reply-wrapper .blog-form .text-leave input:hover {
    color: #ffffff;
    border-color: #f2c131;
    background-color: #f2c131;
}
.Comment_sect .blog-reply-wrapper .blog-form .text-leave input:hover:before {
    transform: scaleY(1);
    transition: transform 0.5s ease-in-out;
}
.side-bar-blog {
}
.side-bar-blog h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    padding: 0 0 3px 0;
    color: #000;
    margin: 0 0 20px 0;
}
.side-bar-blog h3:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #0351a3;
}
.pp-box {
    margin-bottom: 15px;
}
.pp-box img {
    float: left;
    width: 23%;
    margin-right: 15px;
}
.pp-box .ppb-inner {
    width: 62%;
    float: left;
}
.pp-box .ppb-inner p {
    font-size: 13px;
    line-height: 18px;
    margin: 0px 0 0 0;
    color: #686868;
    font-weight: 500;
}
.pp-box .ppb-inner span {
    font-size: 13px;
    color: #686868;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: capitalize;
}
.tag-cloud {
    margin: 29px 0 0 0;
}
.tag-cloud ul {
    margin: 0;
}
.tag-cloud ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;
}
.tag-cloud ul li a {
    display: table;
    padding: 6px 17px;
    background-color: #fefefe;
    color: #000;
    font-size: 13px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid #000;
}
.tag-cloud ul li a:hover {
    color: #fff;
    background-color: #000;
}
.bdetsmi-content ul {
    margin: 0 0 17px 0;
}
.ppb-inner ul {
    margin: 0 0 1px 0;
}
.ppb-inner ul li {
    display: inline-block;
    margin-right: 17px;
    font-size: 12px;
}
.ppb-inner ul li i {
    color: #b2b2b2;
    margin-right: 3px;
}
.ppb-inner ul li a {
    color: #b2b2b2;
}
.map-sec1e {
}
.map-sec1e iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(100%);
}
.contact-sec1 h3 {
    color: #000;
    margin: 0 0 0 0;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
}
.contact-info-sec1 {
    margin: 0 0 65px 0;
}
.contact-info-sec1 ul {
    margin: 10px 0 0 0;
}
.contact-info-sec1 ul li {
    margin: 0 0 10px 0;
}
.contact-info-sec1 ul li a {
    color: #000;
}
.contact-info-sec1 ul li a span {
    font-size: 19px;
    display: inline-block;
    width: 27px;
}
.contact-sec1 {
    padding: 5% 0;
}
ul.ftr-social {
    margin-top: 14px;
}
ul.ftr-social li a {
    color: #000;
    font-size: 16px;
}
ul.ftr-social li a:hover {
    opacity: 0.6;
}
ul.ftr-social li a i {
}
.copyright {
    border-top: 2px solid #373a40;
    padding: 20px 0;
}
.contactsec1-main {
    margin: 0 auto;
}
.contactsec1-main form {
    margin: 20px 0 0 0;
    width: 87%;
}
.contactsec1-main form input:placeholder, .contactsec1-main form textarea:placeholder {
}
.contactsec1-main form .form-control {
    background-color: #f7f7f7;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 43px;
    margin-bottom: 20px;
}
.contactsec1-main form textarea.form-control {
    height: auto;
    resize: none;
}
.contactsec1-main form button {
    margin: 0 auto;
}
.zipcod-sec1 {
    padding: 5% 0;
}
.zipcod-sec1 h2 {
    color: #000;
    margin: 0 0 10px 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
.zipcods-side h3:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #0351a3;
}
.zipcods-side {
    background-color: #F2F6F9;
    padding: 31px 20px;
}
.zipcods-side h3 {
    color: #000;
    font-size: 16px;
    margin: 0 0 8px 0;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    padding: 0 0 3px 0;
}
.zipcods-side ul {
    margin: 4px 0 23px 0;
    padding: 0 0 0 11px;
}
.zipcods-side ul li {
    margin: 0 0 6px 0;
}
.zipcods-side ul li a {
    font-size: 14px;
    color: #000;
}
.zipcods-side ul li a:hover {
    color: #0351a3;
    font-weight: 500;
    padding-left: 5px;
}
.zipcods-main {
    margin: 23px 0 0 0;
}
.zipcod-sec1 .zipcods-main h2 {
    text-align: center;
}
.zipcods-main form {
    width: 55%;
    margin: 29px auto;
    text-align: center;
}
.zipcods-main form input {
    border: 0;
    width: 50%;
    display: inline-block;
    margin: 0 10px 0 0;
    background-color: #f2f6f9;
}
.zipcods-main form input::placeholder {
}
.zipcods-main form button.btn-blue1 {
    display: inline-block;
    padding: 8px 36px;
    border: 0;
    text-transform: capitalize;
}
/*cart page*/
.padding-70 {
    padding: 70px 0;
}
/* cart Section Begin */

.cart_sec table.table th {
    text-transform: uppercase;
    background-color: #0351a3;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 13px 20px;
    border: none;
    vertical-align: top;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.cart_sec table.table td {
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    color: #222222;
    background-color: #fff;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #ddd;
    border: 0;
    padding: 27px;
}
.crt-img-set {
    position: relative;
    background: #f1f1f1;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one-table table.table td img {
    margin: 0 auto;
    display: table;
}
.crt-img-set a i {
    width: 31px;
    height: 31px;
    background-color: #222222;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: -6px;
    border: 2px solid #fff;
}
.star-set i {
    color: #fdba0a;
}
.cart_sec table.table .proRating, table.table h6 {
    margin-bottom: 8px;
    color: #0351a3;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0 black;
}
.one-table table.table td span {
    font-size: 19px;
    font-weight: 300;
}
.one-table table.table td span del {
    font-size: 13px;
}
.one-table {
    border: 1px solid #737373;
}
.cart_sec .inner-heading {
    padding-bottom: 20px;
}
.input-group.prod-li-qnt {
    margin: 0;
    vertical-align: middle;
}
.input-group.prod-li-qnt input {
    font-weight: 300;
    font-size: 20px;
}
.coupan_CodE {
    padding: 12px 0;
    display: block;
}
.coupan_CodE input {
    width: 61%;
    height: 42px;
    border: 0;
    padding: 0 18px;
    display: inline-block;
    border-radius: 24px;
    background-color: rgb(255, 255, 255);
    box-shadow: 4px 6.928px 46px 12px rgba(0, 0, 0, 0.07);
    font-weight: 300;
    outline: none;
}
.coupan_CodE .apply_coupan {
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 19px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    border-radius: 3px;
    background-color: #0351a3;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    margin-left: 14px;
}
.coupan_CodE a:hover, .Continue-Shopping a:hover, .chkout-btn a:hover {
    color: #fff;
    background-color: #d30414;
}
.shpng-crt ul {
    padding: 0;
    margin: 0;
}
.shpng-crt ul li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 4px;
}
.shpng-crt ul li span {
    font-size: 15px;
    color: #222222;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-align: left;
}
.shpng-crt ul li p {
    font-size: 15px;
    color: #222222;
    margin: 0;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.shpng-crt ul .totl-one span {
    font-size: 21px;
    font-weight: 700;
}
.shpng-crt ul .totl-one p {
    font-size: 21px;
    width: 43%;
    text-align: right;
    font-weight: 700;
}
.coupon_sec {
    padding: 44px 0 0 0;
    width: 80%;
    display: table;
    margin: 0 auto 0 auto;
}
.proced_btn {
    text-align: right;
}
.proced_btn a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background-color: #262626;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    padding: 11px 34px;
    border-radius: 50px;
    margin-top: 30px;
    font-family: 'Roboto', sans-serif;
}
.proced_btn a:hover {
    background-color: #d30414;
}
.input-group.prod-li-qnt {
    margin: 0;
    vertical-align: middle;
}
.prod-li-qnt .btn_minus {
    float: left;
    font-size: 27px;
    text-align: center;
    border: 0;
    border-radius: 2px 0 0 2px;
    width: 35px;
    height: 44px;
    line-height: 20px;
    display: inline-block;
    color: #868ca7;
    transition: all 0.2s;
    position: relative;
    z-index: 2;
    background: #fff;
    background-color: #f2f2f2;
    padding: 0 14px;
}
.prod-li-qnt input {
    border: 0;
    width: 39px;
    float: left;
    text-align: center;
    font-size: 24px;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    height: 44px;
    color: #283346;
    transition: all 0.2s;
    background: #fff;
    border-right: none;
    background-color: #f2f2f2;
    outline: none;
}
.prod-li-qnt .input-group .input-group-btn {
    position: relative;
    font-size: 24px;
    white-space: nowrap;
    left: 0;
    color: #000;
    text-align: center;
    width: auto;
    text-align: center;
}
.prod-li-qnt .btn_plus {
    float: left;
    font-size: 15px;
    text-align: center;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 0 2px 2px 0;
    width: 35px;
    height: 44px;
    line-height: 20px;
    display: inline-block;
    color: #868ca7;
    transition: all 0.2s;
    position: relative;
    z-index: 2;
    background: #f2f2f2;
    padding: 0 11px;
}
/* cart Section End */
.star-set p {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
}
.star-set p strong {
    width: 68px;
    display: inline-block;
}
.star-set {
    width: 50%;
    margin: 0 auto;
}
.fr-disc {
    border-top: 1px solid #737373;
    padding: 24px 0;
}
.fr-disc p {
    font-size: 14px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.shpng-crt {
    width: 82%;
    margin: 0 0 0 auto;
}
.shpng-crt ul .totl-one p small {
    font-size: 11px;
    display: block;
    line-height: 16px;
    font-weight: 600;
}
.cart-bt12 {
    margin: 20px 0 0 0;
}
.cart-bt12 ul {
    text-align: right;
    margin: 0;
}
.cart-bt12 ul li {
    display: inline-block;
    margin-right: 12px;
}
.cart-bt12 ul li:last-child {
    margin-right: 0;
}
.cart-bt12 ul li a {
    padding: 6px 20px;
    font-size: 15px;
    display: table;
    text-transform: capitalize;
}
.clr-red {
    color: #f11b1b !important;
    font-weight: 600 !important;
}
/*cart page end*/
.cart-steps {
}
.cart-steps ul {
    padding: 0;
    margin: 0;
    background: #000;
    text-align: center;
    display: table;
    margin: 37px auto 0 auto;
    padding: 0 20px;
    border-radius: 8px;
}
.cart-steps ul li {
    display: inline-block;
}
.cart-steps ul li:last-child {
}
.cart-steps ul li:last-child a:after {
    content: "";
    width: 0;
}
.cart-steps ul li a:after {
    content: "\f054";
    font: normal normal normal 17px/1 FontAwesome;
    font-size: 17px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 17px;
    right: -13px;
    width: 23px;
    height: 23px;
    color: inherit;
}
.cart-steps ul li a {
    color: #fff;
    display: block;
    padding: 15px 44px;
    font-size: 16px;
    position: relative;
}
.cart-steps ul li a i {
    font-size: 14px;
    margin-right: 9px;
}
.cart-steps ul li.active a, .cart-steps ul li a:hover {
    color: #fdf225;
}
.servey-cont1w {
}
.servey-cont1w h3 {
}
.shipping-html {
    padding: 5% 0;
}
.side-shipping-se1 {
    border: 1px solid #9c9c9c;
}
.side-shipping-se1 h2 {
    font-size: 19px;
    margin: 0;
    background-color: #0351a3;
    color: #fff;
    padding: 0 20px;
    line-height: 38px;
}
.sss1-ul ul {
    margin: 0 0;
}
.sss1-ul ul li {
    margin: 0 0 3px 0;
}
.sss1-ul ul li strong {
}
.sss1-ul ul li span {
    color: #0351a3;
    font-weight: 600;
}
.cart-subtotal {
    color: #4a4d4f;
    padding: 15px;
    text-transform: uppercase;
}
.cart-subtotal > span {
    float: right;
    font-size: 18px;
    font-weight: 700;
}
.sss1-ul {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.main-shipping-sec1 {
    border: 1px solid #014f99;
    padding: 1em 2em;
    background-color: #fff;
}
.main-shipping-sec1 h3 {
    font-size: 22px;
    color: #0d54a2;
    margin: 0 0 10px 0;
}
.billing-sec {
    margin: 16px 0 0 0;
}
.billing-sec p {
    font-size: 14px;
}
.billing-sec select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
    appearance: auto !important;
}
input.btn-blue1 {
    padding: 8px 31px;
    height: auto;
    background: #0351a3;
    border: 0;
}
.deliver-comment p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    width: 97%;
    margin: 0 auto 13px auto;
}
.main-delivery-sec1 {
    border: 1px solid #014f99;
    background-color: #fff;
}
.main-delivery-sec1 h5 {
    font-size: 19px;
    margin: 0;
    background-color: #0351a3;
    color: #fff;
    padding: 0 20px;
    line-height: 38px;
}
.main-delivery-sec1 h3 {
    font-size: 22px;
    color: #0d54a2;
    margin: 0 0 10px 0;
}
.mds1-check {
    padding: 10px 34px;
}
.main-delivery-sec1.main-delivery-sec2 {
    width: 90%;
    margin: 0 auto 29px auto;
    padding: 16px 22px;
}
.main-delivery-sec1.main-delivery-sec2 p {
    font-size: 13px;
    line-height: 22px;
}
.main-delivery-sec1.main-delivery-sec2 p input#accept_f {
    margin: 0 4px 0 0;
    position: relative;
    top: 2px;
}
.btn-delivery-form {
    padding: 0 34px;
}
.btn-delivery-form p {
    font-size: 14px;
}
.table-condensed {
    padding: 9px 30px 22px 30px;
}
.table-condensed table {
}
.table-condensed table select, .table-condensed table input {
    background: #eceff8;
    height: 37px;
    margin: 0 0 15px 0;
    border: 1px solid grey;
    border-radius: 4px;
}
section#content5 {
    padding: 5% 0;
}
.recipet-table {
    background-color: #fff;
    padding: 1em;
    width: 100%
}
section#content5 th, section#content5 tr, section#content5 td {
    padding: 1em;
    text-align: left;
}
.bg-clr-recipet {
    background-color: #014f99;
    color: #FFFFFF;
}
.bg-clr-recipet-1 {
    color: #FF0000;
    text-align: right
}
/*25-8-2020*/

.pro_box img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.sdi1-content h3 {
    color: #2d3e50;
}
.footer-content {
    font-size: 16px;
    color: black !important;
}
.footer-content h6 {
    font-size: 16px;
    color: black !important;
    margin: 0 0 0px !important;
}

.bar {
    background-color: #0a377b !important;
}
@media print {
.invoice {
    background-position: center center;
    background-repeat: no-repeat;
}
.table-responsive table {
    background-color: transparent !important
}
.container {
    margin-top: 0px;
}
section.inner_banner {
    display: none;
}
.menuSec {
    display: none;
}
.topSec {
    display: none;
}
.foot_head {
    display: none;
}
.foot_input {
    display: none;
}
.copy_right {
    display: none;
}
.inner_foot {
    display: none;
}
.cart-steps {
    display: none;
}
.social_icon {
    display: none;
}
.phoneNumber {
    display: none;
}
p.mediastyle {
    color: black;
    font-weight: 600;
}
}
}

/* MSQ Responsive Start */

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1445px) and (max-width: 1599px) {
}
@media only screen and (min-width: 1366px) and (max-width: 1444px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
.menuSec ul li a {
    padding: 10px 0px;
    font-size: 11px;
}
            .topSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 2px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}


.banner_text h1 {
font-size: 31px;
    line-height: 30px;

}

.banner_text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 8px;
}

.main_slider .carousel-control.right {
    left: inherit;
    right: inherit;
    top: 81% !important;
    right: 10px;
}

.main_slider .carousel-control.left {
    left: 10px;
    top: 81%;
}

.main_slider .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}

.main_slider .carousel-control.right, .carousel-control.left {

    width: 37px;
    height: 37px;
    top: initial;

}


.main_slider .carousel-control.right .fa, .carousel-control.left .fa {
    position: relative;
    top: 6px;
    font-size: 25px;
    color: #ffffff;
    opacity: 0.5;
}
.banner_text p .btn {
    padding: 10px 33px;
}

.topSec ul li a:after {
    top: 7px;
    right: -6px;
}

.topSec ul {
    text-align: center;
}



.exp_text h4 {
    font-weight: 500;
    margin: 10px 0 30px;

}

.exp_text h3 {
    font-size: 21px;
    line-height: 28px;
}
.exp_text p {
    font-size: 13px;
    line-height: 22px;
}

/*.sevicesslider .col-xs-4.col-sm-4.col-md-4 { width: 100%; }*/



.sevicesslider  .slick-next {
    right: 50px;
    z-index: 1;
}

.sevicesslider  .slick-prev {
    left: 30px;
    z-index: 1;
}
/*.service_sec .col-xs-3 {
    width: 100%;
}*/
.pro_box h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #4c4c4c;
    font-weight: 600;
    margin: 10px 0 10px;
    height: 60px;
}


.banner-sec-main .carousel-indicators {
    bottom: -1%;
    display: table;
    width: 18%;
    right: 0;
    margin: 0;
    transform: unset;
}
.inner_client p {
    padding: 10px 20px 10px;
    font-size: 13px;
    margin: 35px 0 0;
    line-height: 19px
}

/*
.banner-sec-main .col-xs-6{ width:100%;  }*/


.footerSec:after {
height: 81px;
    top: 0px;
}

.footerSec .col-xs-6 {
}
.footerSec {
    padding: 6% 0 0;
}
.foot_head h3 {
    margin: -30px 0px 20px;
}
.foot_head h4 {
font-weight: 500;
    margin: 0 0 0%;
    font-size: 19px;

}

.copy_right .pull-right {
    float: none!important;
}
.call_text h2 {
    font-size: 45px;
}
.read_more a {
    margin: 3% auto 0;
}

.ser_text h4 {
    font-size: 14px;
    line-height: 20px;
    height: 30px;
}
.inner-banner-img img {
    width: 100%;
    min-height: 130px;
}
.inner-banner-content .ibc-inner h3 {
    font-size: 24px;
}


.clientservey-content h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
}
span.for-separater1 {
    width: 2px;
    height: 15px;
    margin:5px auto 8px auto;
}
p {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 20px;
}
h3 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 0px;
}

.sdi1-content h4 {
    font-size: 13px;
    line-height: 17px;
}

.sdi1-content a.btn-blue1 {
 margin: 40px auto 0;
    font-size: 12px;
    padding: 12px 3px;
    text-align: center;
}
.benefits-of-sec1 h4 {
    font-size: 14px;
    line-height: 34px;
    margin: 10px 0;
}
h3.sub-heading-h3 {
    font-size: 15px;
    line-height: 22px;
    color: #2d3e50;
    margin: 0 0 0px;
}

.cal-ul1 ul li:nth-child(1) {
    width: 100%;
    float: none;
}
.cal-ul1 ul li:nth-child(2) {
    width: 100%;
    float: none;
}
.cal-ul1.cal-ul2 ul li:nth-child(1) {
    width: 100%;
}
.cal-ul1.cal-ul2 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.esec1-content h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.faq-content h3 {
    color: #2d3e50;
    font-size: 22px;
}
.read_more a {
    margin: 2% auto 0 !important;
}

.main_slider .carousel-control.right {
    left: 50px !important;
    right: inherit;
    top: 81% !important;
}
.service_sec .main_heading h3 {
    font-size: 28px;
    line-height: 34px;
}
.social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 15px;
}
.inner_foot h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
}
.gallrey ul li a img {
    width: 50px;
}

.inner_foot.add ul li a {
    color: #ffffff;
    font-size: 9px;
}
.inner_foot.add ul li a span {
    width: 10px;
    display: inline-block;
}
.foot_input input[type="submit"] {
    padding: 0px 22px;
    top: 20px;
    right: -1px;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 29px;
}


.sidenav{  }


.sidenav .list-group-item {
    padding: 10px 5px;
}

.sidenav .list-group-item.active, 
.sidenav .list-group-item.active:focus, 
.sidenav .list-group-item.active:hover {
    background-color: #0a377b;
    border-color: #0a377b;
}
.portlet-body table tr th {
    font-weight: 400;
    font-size: 11px;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
        .topSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 2px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}


.expiriance_sec:after {
    background: #0351a3;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 63px;
}

.banner_text h1 {
font-size: 31px;
    line-height: 30px;

}

.banner_text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 8px;
}

.main_slider .carousel-control.right {
    left: inherit;
    right: inherit;
    top: 81% !important;
    right: 10px;
}

.main_slider .carousel-control.left {
    left: 10px;
    top: 81%;
}

.main_slider .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}

.main_slider .carousel-control.right, .carousel-control.left {

    width: 37px;
    height: 37px;
    top: initial;

}


.main_slider .carousel-control.right .fa, .carousel-control.left .fa {
    position: relative;
    top: 6px;
    font-size: 25px;
    color: #ffffff;
    opacity: 0.5;
}
.banner_text p .btn {
    padding: 10px 33px;
}

.topSec ul li a:after {
    top: 7px;
    right: -6px;
}

.topSec ul {
    text-align: center;
}



.exp_text h4 {
    font-weight: 500;
    margin: 10px 0 30px;

}

.exp_text h3 {
    font-size: 21px;
    line-height: 28px;
}
.exp_text p {
    font-size: 13px;
    line-height: 22px;
}

/*.sevicesslider .col-xs-4.col-sm-4.col-md-4 { width: 100%; }*/



.sevicesslider  .slick-next {
    right: 50px;
    z-index: 1;
}

.sevicesslider  .slick-prev {
    left: 30px;
    z-index: 1;
}
/*.service_sec .col-xs-3 {
    width: 100%;
}*/
.pro_box h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #4c4c4c;
    font-weight: 600;
    margin: 10px 0 10px;
    height: 60px;
}

/*.banner-sec-main .carousel-indicators {
    bottom: 60%;
    display: inline-block;
    width: 100%;
    right: 0;
    margin: 0;
    transform: rotate(0deg);
    left: 0;
    text-align: center;
}
.banner-sec-main .carousel-indicators li {
    display: inline-block;
}*/
.banner-sec-main .carousel-indicators {
    bottom: -1%;
    display: table;
    width: 18%;
    right: 0;
    margin: 0;
    transform: unset;
}
.inner_client p {
    padding: 10px 20px 10px;
    font-size: 13px;
    margin: 35px 0 0;
    line-height: 19px
}

/*
.banner-sec-main .col-xs-6{ width:100%;  }*/


.footerSec:after {
    background: #d30414;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 61px;
    clip-path: polygon(0 0%, 85% 0, 100% 100%, 0% 100%);
}

.footerSec .col-xs-6 {
}
.footerSec {
    padding: 6% 0 0;
}
.foot_head h3 {
    margin: -30px 0px 20px;
}
.foot_head h4 {
font-weight: 500;
    margin: 0 0 0%;
    font-size: 19px;

}

.copy_right .pull-right {
    float: none!important;
}
.call_text h2 {
    font-size: 45px;
}
.read_more a {
    margin: 3% auto 0;
}

.ser_text h4 {
    font-size: 14px;
    line-height: 20px;
    height: 30px;
}
.inner-banner-img img {
    width: 100%;
    min-height: 130px;
}
.inner-banner-content .ibc-inner h3 {
    font-size: 24px;
}


.clientservey-content h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
}
span.for-separater1 {
    width: 2px;
    height: 15px;
    margin:5px auto 8px auto;
}
p {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 20px;
}
h3 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 0px;
}

.sdi1-content h4 {
    font-size: 13px;
    line-height: 17px;
}

.sdi1-content a.btn-blue1 {
 margin: 40px auto 0;
    font-size: 12px;
    padding: 12px 3px;
    text-align: center;
}
.benefits-of-sec1 h4 {
    font-size: 14px;
    line-height: 34px;
    margin: 10px 0;
}
h3.sub-heading-h3 {
    font-size: 15px;
    line-height: 22px;
    color: #2d3e50;
    margin: 0 0 0px;
}

.cal-ul1 ul li:nth-child(1) {
    width: 100%;
    float: none;
}
.cal-ul1 ul li:nth-child(2) {
    width: 100%;
    float: none;
}
.cal-ul1.cal-ul2 ul li:nth-child(1) {
    width: 100%;
}
.cal-ul1.cal-ul2 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.esec1-content h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.faq-content h3 {
    color: #2d3e50;
    font-size: 22px;
}
.read_more a {
    margin: 2% auto 0 !important;
}
.slicknav_menu {
    display: block !important;
}
.main_slider .carousel-control.right {
    left: 50px !important;
    right: inherit;
    top: 81% !important;
}
.service_sec .main_heading h3 {
    font-size: 28px;
    line-height: 34px;
}
.social_icon ul li a {
    width: 24px;
    height: 24px;
    font-size: 15px;
}
.inner_foot h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
}
.gallrey ul li a img {
    width: 50px;
}

.inner_foot.add ul li a {
    color: #ffffff;
    font-size: 9px;
}
.inner_foot.add ul li a span {
    width: 10px;
    display: inline-block;
}
.foot_input input[type="submit"] {
    padding: 0px 22px;
    top: 20px;
    right: -1px;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 29px;
}




.sidenav{  }


.sidenav .list-group-item {
    padding: 10px 5px;
}

.sidenav .list-group-item.active, 
.sidenav .list-group-item.active:focus, 
.sidenav .list-group-item.active:hover {
    background-color: #0a377b;
    border-color: #0a377b;
}
.portlet-body table tr th {
    font-weight: 400;
    font-size: 11px;
}








}
@media only screen and (min-width: 520px) and (max-width: 767px) {
    .topSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 2px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}


.expiriance_sec:after {
    background: #0351a3;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 63px;
}

.banner_text h1 {
    font-size: 20px;
    line-height: 30px;

}

.banner_text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 8px;
}

.main_slider .carousel-control.right {
    left: inherit;
    right: inherit;
    top: 81% !important;
    right: 10px;
}

.main_slider .carousel-control.left {
    left: 10px;
    top: 81%;
}

.main_slider .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}

.main_slider .carousel-control.right, .carousel-control.left {

    width: 37px;
    height: 37px;
    top: initial;

}


.main_slider .carousel-control.right .fa, .carousel-control.left .fa {
    position: relative;
    top: 6px;
    font-size: 25px;
    color: #ffffff;
    opacity: 0.5;
}
.banner_text p .btn {
    padding: 10px 33px;
}

.topSec ul li a:after {
    top: 7px;
    right: -6px;
}

.topSec ul {
    text-align: center;
}



.exp_text h4 {
    font-weight: 500;
    margin: 10px 0 30px;

}

.exp_text h3 {
    font-size: 21px;
    line-height: 28px;
}
.exp_text p {
    font-size: 13px;
    line-height: 22px;
}

.sevicesslider .col-xs-4.col-sm-4.col-md-4 { width: 100%; }



.sevicesslider  .slick-next {
    right: 18px;
    z-index: 1;
}

.sevicesslider  .slick-prev {
    left: 20px;
    z-index: 1;
}
.service_sec .col-xs-3 {
    width: 100%;
}

.banner-sec-main .carousel-indicators {
    bottom: 60%;
    display: inline-block;
    width: 100%;
    right: 0;
    margin: 0;
    transform: rotate(0deg);
    left: 0;
    text-align: center;
}
.banner-sec-main .carousel-indicators li {
    display: inline-block;
}

.inner_client p {
    padding: 10px 20px 10px;
    font-size: 13px;
    margin: 35px 0 0;
    line-height: 19px
}


.banner-sec-main .col-xs-6{ width:100%;  }


.footerSec:after {
    background: #d30414;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 61px;
    clip-path: polygon(0 0%, 85% 0, 100% 100%, 0% 100%);
}

.footerSec .col-xs-6 {
    width: 100%;
}
.footerSec {
    padding: 5% 0 0;
}
.foot_head h3 {
    margin: 0 0px 20px;
}
.foot_head h4 {
font-weight: 500;
    margin: 0 0 0%;
    font-size: 19px;

}

.copy_right .pull-right {
    float: none!important;
}
.call_text h2 {
    font-size: 20px;
}
.read_more a {
    margin: 3% auto 0;
}

.ser_text h4 {
    font-size: 14px;
}
.inner-banner-img img {
    width: 100%;
    min-height: 130px;
}
.inner-banner-content .ibc-inner h3 {
    font-size: 24px;
}


.clientservey-content h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
}
span.for-separater1 {
    width: 2px;
    height: 15px;
    margin:5px auto 8px auto;
}
p {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 20px;
}
h3 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 0px;
}

.sdi1-content h4 {
    font-size: 13px;
    line-height: 17px;
}

.sdi1-content a.btn-blue1 {
    margin: 40px auto 0;
    font-size: 13px;
}
.benefits-of-sec1 h4 {
    font-size: 14px;
    line-height: 34px;
    margin: 10px 0;
}
h3.sub-heading-h3 {
    font-size: 15px;
    line-height: 22px;
    color: #2d3e50;
    margin: 0 0 0px;
}

.cal-ul1 ul li:nth-child(1) {
    width: 100%;
    float: none;
}
.cal-ul1 ul li:nth-child(2) {
    width: 100%;
    float: none;
}
.cal-ul1.cal-ul2 ul li:nth-child(1) {
    width: 100%;
}
.cal-ul1.cal-ul2 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.esec1-content h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.faq-content h3 {
    color: #2d3e50;
    font-size: 22px;
}
.read_more a {
    margin: 2% auto 0 !important;
}
.sidenav{  }


.sidenav .list-group-item {
    padding: 10px 5px;
}

.sidenav .list-group-item.active, 
.sidenav .list-group-item.active:focus, 
.sidenav .list-group-item.active:hover {
    background-color: #0a377b;
    border-color: #0a377b;
}



























}
@media only screen and (min-width: 320px) and (max-width: 519px) {
.topSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 2px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}


.expiriance_sec:after {
    background: #0351a3;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 63px;
}

.banner_text h1 {
    font-size: 20px;
    line-height: 30px;

}

.banner_text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 23px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 8px;
}

.main_slider .carousel-control.right {
    left: inherit;
    right: inherit;
    top: 81% !important;
    right: 10px;
}

.main_slider .carousel-control.left {
    left: 10px;
    top: 81%;
}

.main_slider .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    width: 100%;
    min-height: 280px;
    object-fit: cover;
}

.main_slider .carousel-control.right, .carousel-control.left {

    width: 37px;
    height: 37px;
    top: initial;

}


.main_slider .carousel-control.right .fa, .carousel-control.left .fa {
    position: relative;
    top: 6px;
    font-size: 25px;
    color: #ffffff;
    opacity: 0.5;
}
.banner_text p .btn {
    padding: 10px 33px;
}

.topSec ul li a:after {
    top: 7px;
    right: -6px;
}

.topSec ul {
    text-align: center;
}



.exp_text h4 {
    font-weight: 500;
    margin: 10px 0 30px;

}

.exp_text h3 {
    font-size: 21px;
    line-height: 28px;
}
.exp_text p {
    font-size: 13px;
    line-height: 22px;
}

.sevicesslider .col-xs-4.col-sm-4.col-md-4 { width: 100%; }



.sevicesslider  .slick-next {
    right: 18px;
    z-index: 1;
}

.sevicesslider  .slick-prev {
    left: 20px;
    z-index: 1;
}
.service_sec .col-xs-3 {
    width: 100%;
}

.banner-sec-main .carousel-indicators {
    bottom: 60%;
    display: inline-block;
    width: 100%;
    right: 0;
    margin: 0;
    transform: rotate(0deg);
    left: 0;
    text-align: center;
}
.banner-sec-main .carousel-indicators li {
    display: inline-block;
}

.inner_client p {
    padding: 10px 20px 10px;
    font-size: 13px;
    margin: 35px 0 0;
    line-height: 19px
}


.banner-sec-main .col-xs-6{ width:100%;  }


.footerSec:after {
    background: #d30414;
    position: absolute;
    content: '';
    top: 0px;
    left: 0;
    width: 100%;
    height: 61px;
    clip-path: polygon(0 0%, 85% 0, 100% 100%, 0% 100%);
}

.footerSec .col-xs-6 {
    width: 100%;
}
.footerSec {
    padding: 5% 0 0;
}
.foot_head h3 {
    margin: 0 0px 20px;
}
.foot_head h4 {
font-weight: 500;
    margin: 0 0 0%;
    font-size: 19px;

}

.copy_right .pull-right {
    float: none!important;
}
.call_text h2 {
    font-size: 20px;
}
.read_more a {
    margin: 3% auto 0;
}

.ser_text h4 {
    font-size: 14px;
}
.inner-banner-img img {
    width: 100%;
    min-height: 130px;
}
.inner-banner-content .ibc-inner h3 {
    font-size: 24px;
}


.clientservey-content h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
}
span.for-separater1 {
    width: 2px;
    height: 15px;
    margin:5px auto 8px auto;
}
p {
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 20px;
}
h3 {
    font-size: 22px;
    line-height: 34px;
    margin: 0 0 0px;
}

.sdi1-content h4 {
    font-size: 13px;
    line-height: 17px;
}

.sdi1-content a.btn-blue1 {
    margin: 40px auto 0;
    font-size: 13px;
}
.benefits-of-sec1 h4 {
    font-size: 14px;
    line-height: 34px;
    margin: 10px 0;
}
h3.sub-heading-h3 {
    font-size: 15px;
    line-height: 22px;
    color: #2d3e50;
    margin: 0 0 0px;
}

.cal-ul1 ul li:nth-child(1) {
    width: 100%;
    float: none;
}
.cal-ul1 ul li:nth-child(2) {
    width: 100%;
    float: none;
}
.cal-ul1.cal-ul2 ul li:nth-child(1) {
    width: 100%;
}
.cal-ul1.cal-ul2 ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.esec1-content h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.faq-content h3 {
    color: #2d3e50;
    font-size: 22px;
}
.read_more a {
    margin: 2% auto 0 !important;
}

.sidenav{  }


.sidenav .list-group-item {
    padding: 10px 5px;
}

.sidenav .list-group-item.active, 
.sidenav .list-group-item.active:focus, 
.sidenav .list-group-item.active:hover {
    background-color: #0a377b;
    border-color: #0a377b;
}
.portlet-body table tr th {
    font-weight: 400;
    font-size: 11px;
}
.modal-footer .btn {
    float: left;
}

.card-body .size-1of2 {
    width: 100% !important;
}

.card-body .card-body>.actions, .card-body .card>.actions {
    position: absolute;
    z-index: 2;
    top: 24px !important;
    right: 5px !important;
}
.card-body .size-1of2 {
    width: 100%;
}
.card-body .column {
    float: none;
}

}














 @page {
 margin:0;
}




/*

/mulchexpressusa_dev/public/css

/mulchexpressusa_dev/public/js/front


*/
