.full-page-width {
    margin-top: 170px;
    margin-bottom: 70px;
}

.inner-width {
    text-align: center !important;
}

.inner-width-1 h1 {
    font-family: "Ubuntu" !important;
    font-size: 42px !important;
    line-height: 1 !important;
    position: relative !important;
    padding-bottom: 16px !important;
    color: #25414C !important;
    display: inline-block !important;
    display: block !important;
    margin-bottom: 0px !important;
    padding-top:20px !important;
}

.inner-width-1 h1,h6 {
    text-align: center !important;
    background: #e2e2e2 !important;
    }

.inner-width-1 h6 {
    line-height: 1 !important;
    color: #000 !important;
    font-size : 18px !important;
    padding-bottom:25px !important;
    font-weight: 400 !importanrt;
    text-transform :capitalize !important;
    line
}

.inner-width-2 button {
    color: #fff !important;
    cursor: pointer !important;
    background-color: #f7750e !important;
    border: 0px !important;
    padding: 15px 50px !important;
    border-radius: 15px !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    margin: 20px 0px 50px 0px !important;
}

.inner-width img {
    height: auto !important;
    max-width: 100% !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

@font-face {
 font-family: 'Dancing Script';
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/dancingscript/v16/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7BMSo3Sup5.ttf) format('truetype');
}
@font-face {
 font-family: 'Quicksand';
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-xw.ttf) format('truetype');
}
@font-face {
 font-family: 'Quicksand';
 font-style: normal;
 font-weight: 700;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/quicksand/v22/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkBgv58a-xw.ttf) format('truetype');
}
@font-face {
 font-family: 'Ubuntu';
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw7z.ttf) format('truetype');
}
@font-face {
 font-family: 'Ubuntu';
 font-style: normal;
 font-weight: 700;
 font-display: swap;
 src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjsGyI.ttf) format('truetype');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: top;
font: 400 normal 15px/30px "Quicksand", Arial, Helvetica, sans-serif;
color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
display: block;
}
* {
-webkit-tap-highlight-color: transparent;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
html {
-webkit-text-size-adjust: 100%;
}
a {
text-decoration: none;
}
body {
margin: 0;
background: #fff;
}
span {
color: #1a86ca;
}
ul {
list-style-type: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
}
:required {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
}
em,
i {
font-style: italic;
}
u {
text-decoration: underline;
}
pre {
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word;
}
blockquote,
q {
quotes: "" "";
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
a,
input[type="submit"],
input[type="button"],
button,
label[for] {
cursor: pointer;
}
input[type="submit"] {
-webkit-appearance: none;
}
input[type="submit"],
a.button {
background: #F7750E url(../images/submit-arrow.png) no-repeat 93% 50%;
border: 2px solid #F7750E;
border-radius: 7px;
color: #fff;
font-size: 25px;
line-height: 22px;
padding: 0px 24px 0px 11px;
display: block;
width: 232px;
margin: 0 auto;
height: 44px;
text-transform: uppercase;
outline: none;
font-family: "Ubuntu";
}
input[type="submit"]:hover {
background-color: #25414C;
}
img {
-ms-interpolation-mode: bicubic;
}
.linksiz {
font-size: 19px;
line-height: 30px;
}
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
::selection {
background: #eb8f00;
color: #fff;
}
::-moz-selection {
background: #eb8f00;
color: #fff;
}
::-webkit-selection {
background: #eb8f00;
color: #fff;
}
a {
text-decoration: underline;
color: #327d9d;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
button {
cursor: pointer;
}
caption,
th,
td {
vertical-align: top;
}
h1 {
font-size: 40px;
font-weight: 700;
line-height: 46px;
margin-bottom: 26px;
}
h2,
h3,
h4,
h5,
h6 {
font-family: "Ubuntu";
font-weight: normal;
line-height: 60px;
margin-bottom: 22px;
position: relative;
text-transform: uppercase;
}
h3 a {
font-size: inherit;
font-family: inherit;
line-height: inherit;
text-decoration: none;
color: inherit;
}
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
font-family: inherit;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
color: #25414c;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
color: #fb9806;
}
.heading {
font-size: 38px;
font-weight: 700;
line-height: 39px;
margin-bottom: 22px;
text-transform: uppercase;
}
img {
height: auto;
}
input,
select,
textarea {
font-size: 13px;
}
p {
margin: 0 0 30px;
}
table {
border: 0;
border-spacing: 0;
empty-cells: show;
}
textarea {
outline: none;
height: 112px;
font-size: 15px;
resize: none;
width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
padding: 4px 9px;
font-weight: normal;
border: none;
color: #666;
margin: 0;
vertical-align: top;
font-family: "Quicksand";
}
ul,
ol {
margin: 0;
padding: 0;
}
.wrap {
border: 0;
clear: both;
float: none;
font-size: 1px;
height: 0;
line-height: 1px;
margin: 0;
padding: 0;
visibility: hidden;
}
.ban_inn li:last-child a:hover {
background-color: #e2b72c;
color: #fff;
border: 1px solid #e2b72c;
}
.ban_inn li:last-child a img {
display: inline-block;
vertical-align: middle;
}
.leftfl {
float: left;
}
.rgtfl {
float: right;
}
.tall {
text-align: left;
}
.talr {
text-align: right;
}
.talc {
text-align: center;
}
.justify {
text-align: justify;
}
.violet {
color: #8f5e99;
}
.indigo {
color: #4b0082;
}
.blue {
color: #005aff;
}
.green {
color: #5a8e00;
}
.yellow {
color: #f87b00;
}
.orange {
color: #ff6600;
}
.red {
color: #ff0000;
}
.black {
color: #000;
}
.m0 {
margin: 0px 0px 0px 0px;
}
.wid:after,
li:after,
ul:after,
.social:after,
div:after {
display: block;
content: "";
clear: both;
}
::-webkit-input-placeholder {
opacity: 1;
color: #25414C;
}
:-moz-placeholder {
opacity: 1;
color: #25414C;
}
::-moz-placeholder {
opacity: 1;
color: #25414C;
}
:-ms-input-placeholder {
opacity: 1;
color: #25414C;
}
*,
:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.hidecal {
display: none;
}
a.phn {
color: #000;
display: inline-block;
font-size: 20px;
font-weight: bold;
line-height: inherit;
}
a.phn:hover {
color: #ff9609;
}
.rcapcha {
border-radius: 3px;
height: 75px;
margin: 0 auto 6px;
overflow: hidden;
width: 100%;
}
ul.sub-menu a {
font-size: 18px !important;
}
.current_page_item a,
.current-menu-item a {
color: #fff !important;
background: #25414C;
}
.current_page_item li a:hover {
color: #25414C !important;
}
.current-menu-item li a:hover {
color: #25414C !important;
}
footer .current_page_item a,
footer .current-menu-item a {
background: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: #fff !important;
}
.sitmpee .current_page_item a {
color: inherit !important;
}
footer .current_page_item a:hover,
footer .current-menu-item a:hover {
background: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
color: #ff970a !important;
}
a.menu-link {
color: #000;
display: block;
text-decoration: none;
height: 22px;
width: 45px;
}
.menu-link:hover span {
border-color: #666;
}
.menu,
.menu > ul,
.menu > ul ul {
clear: both;
flex-flow: column;
}
.menu.active1 {
background: #000;
border-bottom: 1px solid #074373;
border-top: 1px solid #074373;
margin: 1em 0 1em -12px;
max-height: 55em;
width: 100vw;
}
.js .menu > ul ul.active1 {
margin: 0;
max-height: 55em;
padding: 0;
}

/*------------------------Custom Css--------------------------*/

.single-blog-heading {
    max-width: 100%;
}

.single-blog-heading h1 {
    text-align: center;
    background: #e2e2e2;
    padding: 25px 150px 25px 150px !important;
}

@media only screen and (max-width: 767px) {
    .single-blog-heading h1 {
        margin-top: 200px !important;
    text-align: center !important;
    background: #e2e2e2;
    padding: 25px 5px 25px 5px !important;
}
}

h1.blog {
    margin-bottom: 0px !important;
}


footer .ftrTop .social li a.pinit {
    background: url(https://www.citymastercashforcar.com.au//wp-content/themes/citymastercashforcar/images/Pintrest.png) no-repeat center !important;
    background-size: 95% !important;
}


footer .ftrTop .social li a.youtube {
    background: url(https://www.citymastercashforcar.com.au//wp-content/themes/citymastercashforcar/images/youtube-icon.png) no-repeat center !important;
    background-size: 100% !important;
}



.box-work{border: 1px solid #dedede;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #dedede;}
    .mb-0{margin-bottom:0px;}
    .radius-10 img{border-radius:10px;}
    .custom-title-main{font-size: 22px;color: #f7750e;}


.top-pos-175{position:relative; top:75px!important;
    padding :75px 0px;
}
.list-none-banner{list-style:none; padding:0px!important;}
.list-none-banner li{color:#ffffff!important;}
.list-none-banner li:before{
    content:'\f00c';
    font-family:"Fontawesome";
    margin-right: 5px;
    color: #f7750e;
    font-weight: 700;
    font-size: 20px;
}

.why-choose-us li {
    font-size: 14px;
}


.why-choose-us{padding:0px!important;}
.why-choose-us li{padding:5px 0px;}
.why-choose-us li:before{
    content:'\f105';
    font-family:"Fontawesome";
    margin-right: 5px;
    color: #f7750e;
    font-weight: 700;
    font-size: 20px;
    border: 1px solid #f7750e;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 9px 5px 11px;
    line-height: 21px;
}

h4 strong {
    color:#ff6900 !important;
}

.calling-action{font-size:30px; font-weight:700; }
.list-none {
    list-style: disc;
    padding: 0px;
    margin: 0px;
}

p.calling-action {
    margin: 0px !important;
}

.list-none ::marker {
    font-size: 30px;
}


.about-us h2,h3 {
font-weight: 600 !important;
    margin-top: revert !important;
    font-size: 27px !important;
    line-height: 46px !important;
    margin-bottom:15px !important;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color :#ff690 !important;
}

.our-service h2 {
font-weight: 600 !important;
    margin-top: 0px;
    font-size: 27px;
    line-height: 46px;
    margin-bottom:0px ;
    font-family: "Quicksand", Arial, Helvetica, sans-serif;
    color :#ff690 !important;
}

.about-us p {
    color: black;
    margin: -15px 0px 15px 0px;
    font-weight: 400;
}


.our-service hr {
    width: 21% !important;
}


.flip-box {
            width: 100%;
            height: 300px;
            border: 1px solid #f1f1f1;
            perspective: 1000px;
            border-radius: 5px;
        }

        .flip-box-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }

        .flip-box:hover .flip-box-inner {
            transform: rotateX(180deg);
        }

        .flip-box-front,
        .flip-box-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .flip-box-front {
            color: rgb(250, 250, 250);
            border-radius: 5px;
        }

        .flip-box-front h3 {
            margin-top: 0px !important;
    text-align: center;
    padding-top: 40%;
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    line-height: 22px !important;
    background: #000000b0; 
    height: 100%;
    border-radius: 10px;
}

        .flip-box-back {
            background-color: #25414c;
            color: white;
            transform: rotateX(180deg);
            border-radius: 10px;
        }
        
        .flip-box-back h3 {
            font-size : 19px;
    margin-bottom: -15px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

        .flip-box-back P {
            padding: 10PX;
                color: #ffffff !important;
    line-height: 22px !important;
        }

        .button1 {
            border: none;
            color: white;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-weight : 600 !important;
            font-size: 16px;
            margin: 4px 2px;
            cursor: pointer;
            margin: 0px 0px 15px 0px;
            border-radius: 10px;
            background-color: rgb(247, 117, 14);
        }

h1 strong {
    color: #ff6900 !important;
}

.get-call hr {
    width: 63%;
    float: left;
    margin-top: -20px;
}

span.uagb-question {
    font-weight: 700;
    color: #ff6900;
    font-size: 18px;
}

p.uagb-faq-content {
    color :black;
    font-weight: 400;
    line-height: 20px;
    margin: -15px 0px 0px 23px;
}

.icons svg {
    fill: #fff;
    width: 95px;
    height: 50px;
    z-index: 2;
    margin: 10px 0px 0px 8px;
    padding: 0px !important;
}


.calling-nowse .icons {
     background-image: linear-gradient(214deg,#fbae72 25%,#f7750e 57%) !important;
    display: inline-block;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
}

.calling-nowse .content-calls {
    display: inline-block;
    background-color: #000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 15px;
    height: 70px;
    position: absolute;
}

@media only screen and (max-width: 767px){

    .calling-nowse .content-calls small {
    color: #fff !important;
    font-size: 20px !important;
    position: absolute !important;
    top: 5px !important;
}

.calling-nowse .content-calls strong {
    color: #f7750e !important;
    font-size: 20px !important;
    position: relative !important;
    top: 15px !important;
    padding-right: 8px !important;
}
    
}


.calling-nowse .content-calls small {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 10px;
}

.calling-nowse .content-calls strong {
    color: #f7750e;
    font-size: 26px;
    position: relative;
    top: 20px;
    padding-right: 8px;
}

.calling-nowse:hover {
    box-shadow: 0 0 6px rgb(255 255 255);
    border-radius: 40px;
    width: 82%;
}

.row{width:100%;}
.col-md-3{
    width:25%; 
    float:left;
    display :inline-block ;
}


.col-md-3 p {
    color: white;
    font-size: 15px;
    line-height: 18px;
    text-align: justify ;
    font-weight: 600;
    margin: 10px 0 30px;
}

.col-md-3 {
    width: 23%;
    float: left;
    padding-left :15px ;
}

.col-md-3 ul, li , {
    color:white;
    text-decoration :none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 900;
}

.col-md-3 ul {
    margin: 25px 0px 0px 10px;
}
  
  .box-div > h4 {
        border-bottom: 3px solid #ff6900 !important;
    }
  
   .links23 a {
      color:white;
    text-decoration :none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }
  
  .links23 ,.links22 {
      margin: 10px 0px 0px 5px !important ;
  }
  
 .links23 a:hover {
      color:#ff6900;
    text-decoration :none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }
  
  .contactus p {
color: white !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: left !important;
    font-weight: 600 !important;
    margin: 10px 0px 0px !important;
    text-decoration: none !important;
}

.contactus a{
text-decoration: none !important;
}
  
 .contactus img {
     margin-top :15px;
     margin-bottom:-7px;
    max-width: 15%;
}
  
  
   .contactus p:hover{
       color: #ff6900 !important;
    font-size: 17px !important;
    line-height: 20px !important;
    text-align: left !important;
    font-weight: 600 !important;
    margin: 10px 0px 0px !important;
    text-decoration: none !important;}
  
   .links22 a {
      color:white;
    text-decoration :none;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
  }


.links22 a:hover {
      color:#ff6900;
    text-decoration :none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
  }
  
  .links23-upper {
    padding-left: 10%;
}
  
  
  .col-md-32 {
      display: inline-block;
    width: 20%;
  }
  
  .col-md-33 {
      display: inline-block;
    width: 16%;
  }
  
  .col-md-34 {
      width: 34%;
    display: inline-block;
  }
  
  footer .copyright .copy {
    text-transform: uppercase !important;
    font-size: 17px !important;
    text-align: center !important;
    font-weight: 600 !important;
}


.lg-Img1 img {
    max-width: 100% !important;
}


@media only screen and (max-width: 767px){
    
   
    .links23-upper {
    padding-left: 0%;
}
    
.col-md-3 , .col-md-32 , .col-md-33 , .col-md-34 {
    width: 100% !important;
    float: left !important;
    margin : 50px 0px 0px 0px !important;
}

footer .ftrTop .ftrTitl::after {
    float: left !important;
}

}






.call-button-shadow .icons {
     background-image: linear-gradient(214deg,#fbae72 25%,#f7750e 57%) !important;
    display: inline-block;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
}

.call-button-shadow .content-calls {
    display: inline-block;
    background-color: #000;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 15px;
    height: 70px;
    position: absolute;
}

.call-button-shadow .content-calls small {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 10px;
}

.call-button-shadow .content-calls strong {
    color: #f7750e;
    font-size: 26px;
    position: relative;
    top: 20px;
    padding-right: 8px;
}

.call-button-shadow:hover {
    box-shadow: 0 0 6px rgb(255 255 255);
    border-radius: 40px;
    width: 38%;
}



.banner-image img {
    transition : transform 1.0s;
    margin: -60px 0px 0px 225px;
    box-sizing: border-box;
    height: auto;
    max-width: 66%;
    vertical-align: bottom;
}

.banner-image img:hover {
       transform: translateX(60px);
}

.about-us img {
     margin-top : 25px;      
    border-radius: 25px !important;
    box-shadow: 1px 0px 10px 10px #e2e2e2;
}

.why-choose-us {
padding-left: 20px;
}



hr.how-it-works {
    width: 15% !important;
}

.about-us2 img {
    margin-top: 25px;
    border-radius: 25px !important;
    box-shadow: 1px 0px 10px 10px #262626;
}

.about-us3 {
    margin-top: 35px;
}

iframe {
border-radius: 25px !important;
    box-shadow: 1px 0px 10px 10px #e2e2e2;
}

/*------------------------Location Css--------------------------*/


.location li:before {
    content: '\f279';
    font-family: "Fontawesome";
    margin-bottom: 10px;
    color: #25414c;
    font-weight: 300;
    font-size: 37px;
    display: inherit;
    text-align: center;
}


.location li {
    font-weight :900;
    text-align: center !important;
    padding: 10px 0px;
}


@media only screen and (min-width:320px) and (max-width: 480px) {
        .map-col {
    flex-basis: 40%!important;
}

.map-img-col {
    flex-basis: 100%!important;
}
}

@media only screen and (max-width: 767px){

.location li {
    font-weight: bolder;
    text-align: center !important;
    padding: 15px 0px;
    color: black;
font-size: 14px;
    letter-spacing: 0px;
    line-height: 12px;
}

.location li:before {
    content: '\f279';
    font-family: "Fontawesome";
    margin-bottom: 10px;
    color: #25414c;
    font-weight: 300;
    font-size: 30px;
    display: inherit;
    text-align: center;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
}

:where(.wp-block-columns.is-layout-flex) {
    gap :0em !important ;
}

.wp-block-uagb-container.uagb-block-493fc723 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.about-us p {
    color: black;
    margin: -15px 0px 15px 0px;
    font-weight: 400;
    text-align: justify;
}


.why-choose-us li:before {
    content: '\f105';
    font-family: "Fontawesome";
    margin-right: 5px;
    color: #f7750e;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #f7750e;
    display: inline-block;
    border-radius: 100px;
    padding: 5px 5px 5px 7px;
    line-height: 11px;
}

.why-choose-us li {
    font-size: 14px;
}

.call-button-shadow {
    margin: 0px 0px 35px 0px;
}

.calling-nowse {
    margin: 20px 0px;
}


.box-work {
    border: 1px solid #dedede;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #dedede;
    margin-top: 20px !important;
}
}



/*------------------------Location Css--------------------------*/


@media only screen and (max-width: 767px){
    
    .top-pos-175{position:relative; top:75px!important;
    padding :100px 0px;
}
    
    
   
    .wp-block-cb-carousel.slick-initialized.slick-slider  {
        width :90%;
        margin:0px 20px;
    }
    
    .wp-block-columns.is-layout-flex.wp-container-26.wp-block-columns-is-layout-flex {
margin-left:25px !important;
    }
    
    .calling-action {
    text-align: center;
    }
    
    .calling-nowse {
        padding-left:50px ;
    }
 
.call-button-shadow, .calling-nowse:hover {
    box-shadow: none !important;
}
    
}

.wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before {
    color: #fff;
}

/*------------------------Service Page Css--------------------------*/


.service h3 {
line-height: 22px;
    font-size: 18px !important;
}

.service p {
    line-height: 17px;
}

.service {
    margin-bottom:15px !important;
    border-radius :15px ;
    padding: 15px;
}


.conditional-car {
    margin-bottom: 30px !important;
}

.service-img img {
    transition: transform .2s; /* Animation */
border-radius: 15px;
margin-top: 10px;
}

.service-img img:hover {
    transform: scale(1.05);
}


.hover img {
    transition: transform .2s; /* Animation */
}

.hover img:hover {
    transform: rotate3d(19, 1, 85, 15deg);
}

/*------------------------End Service Page Css--------------------------*/


/*------------------------End Custom Css--------------------------*/
.menu > ul {
padding: 0;
}
nav li {
display: inline-block;
margin: 0;
position: relative;
padding-right: 0px;
}
.menu li a {
font-family: "Quicksand";
color: #25414C;
text-transform: inherit;
display: inline-block;
font-size: 24px;
line-height: 30px;
padding: 10px 23px;
text-decoration: none;
white-space: nowrap;
}
li.menu-item-has-children a {
padding-right: 23px !important;
}
span.has-subnav {
display: block;
color: #fff;
font-size: 1em;
line-height: 34px;
position: absolute;
padding: 0 0.5em;
cursor: pointer;
right: 7px;
top: -2px;
width: 30px;
height: 30px;
background: url(images/dpDownArrow.png) no-repeat center center;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
cursor: pointer;
border-radius: 0px;
height: 5px;
width: 44px;
position: absolute;
display: block;
content: "";
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
background: #25414C;
}
#nav-toggle span::before {
top: 8px;
}
#nav-toggle span:after {
bottom: -16px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
transition: all 500ms ease-in-out;
}
#nav-toggle.active1 span {
background-color: transparent;
}
#nav-toggle.active1.active1 span::before,
#nav-toggle.active1.active1 span::after {
top: 11px;
}
#nav-toggle.active1 span:before,
#nav-toggle.active1 span:after {
top: 0;
}
#nav-toggle.active1 span:before {
transform: rotate(45deg);
}
#nav-toggle.active1 span:after {
transform: rotate(-45deg);
}
.menuD {
float: left;
width: auto;
}
@media screen and (min-width: 875px) {
    
a.menu-link {
display: none;
}
.js .menu,
.js .menu > ul ul {
max-height: none;
overflow: visible;
}
.js .menu > ul li:hover > ul {
display: flex;
}
.menu ul {
float: right;
margin: 0;
padding: 0;
}
nav > ul > li:last-child {
padding-right: 0;
}
.menu > ul > li > a {
position: relative;
}
.menu span.has-subnav {
width: 20px;
height: 7px;
background: url(../images/dropdown-icon.png) no-repeat center bottom;
z-index: 1;
position: absolute;
right: 0px;
top: 23px;
text-indent: -9999px;
}
.menu li a:hover {
color: #fff;
background-color: #25414C;
}
.menu ul ul {
border-radius: 0px 0px 5px 5px;
border-bottom: solid 1px transparent;
display: none;
height: auto;
overflow: hidden;
padding: 21px 0 0;
position: absolute;
text-align: left;
left: 0;
top: 30px;
width: 245px;
z-index: 999;
}
.chrome .js .menu > ul ul {
top: 43px;
}
.menu ul ul.wide {
width: 300px;
}
.menu ul ul li {
border-bottom: solid 1px #c3c3c3;
display: inline-block;
position: relative;
background: #25414C;
}
.menu ul ul li a:hover {
background-color: #FB760D;
color: #25414C;
}
.menu ul ul li a {
color: #fff;
}
.menu > ul ul li:last-child {
border-bottom: none;
}
.menu ul ul li a {
display: block;
padding: 4px 10px;
}
.menu span.has-subnav {
top: 24px !important;
}
header.aniPos .menu span.has-subnav {
top: 16px !important;
}
}
@media screen and (max-width: 874px) {
.menu.active1 {
right: 0;
}
.aniPos .menu {
top: 115px;
}
.menu {
z-index: 999999 !important;
right: 0;
margin: 0 0 0 !important;
position: absolute;
top: 149px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
}
span.has-subnav {
text-indent: -99999px;
background: url(../images/dropdown-icon-white.png) no-repeat 50% 50%;
top: 0;
}
a.menu-link {
float: right;
}
.menu,
.menu > ul ul {
margin: 0;
max-height: 0;
overflow: hidden;
}
.menu li a {
border-bottom: 1px solid #fb7409;
display: block;
padding: 5px 15px;
color: #fff;
}
.menu li li a {
padding-left: 50px;
}
.menu li:last-child a {
border: none;
}
.menu li li:last-child a {
border-bottom: 1px solid #074373;
}
.menu li:hover {
background: #fb760d;
}
.current_page_item a:hover,
.current_page_item li a:hover,
.current-menu-item a:hover {
color: #000 !important;
}
.navigate .menu-item-has-children > span {
display: block;
right: 2%;
position: absolute;
width: 40px;
height: 40px;
background: url(images/dpDownArrow.png) no-repeat center center;
top: 8px;
cursor: pointer;
}
.navigate .menu-item-has-children:hover > ul {
display: none;
}
.menu ul li {
background: #25414c;
display: block;
float: left;
padding: 0 0;
width: 100%;
}
.sub-menu {
float: left;
margin: 0;
padding: 0;
position: inherit;
top: inherit;
width: 100% !important;
}
.sub-menu li {
width: 100%;
padding: 0%;
}
.menu li a {
font-size: 20px;
}
header .sub-menu li a {
border-bottom: 1px solid #074373 !important;
font-size: 17px !important;
padding: 0px 32px !important;
width: 100%;
}
.sub-menu ul li {
background: none repeat scroll 0 0 #666;
display: block;
padding: 16px 10px;
}
.sub-menu .sub-menu {
float: left;
position: static;
padding: 0;
margin: 0;
}
.sub-menu .sub-menu li {
padding: 0;
margin: 0;
}
.sub-menu .sub-menu li a {
padding-left: 9% !important;
background: #414141;
}
.sub-menu .menu-item-has-children a {
background-image: none;
}
.sub-menu .menu-item-has-children a:hover {
background-image: none;
}
.sitmpee .sub-menu li a {
background-position: 0 1px;
font-size: 16px !important;
line-height: inherit !important;
padding: 0 22px !important;
}
.sitmpee .sub-menu li a:hover {
background-position: 0 1px !important;
}
.sitmpee li a {
font-size: 16px;
background-position: 0 2px;
}
.sitmpee li a:hover {
font-size: 16px;
background-position: 0 2px;
}
}
@media screen and (max-width: 767px) {
.menu {
top: 150px !important;
}
.menu li a {
color: #fff;
}
.menuD {
float: right;
padding-right: 0;
}
}
.slideCvr > a {
color: #000;
}
.slideCvr {
margin: 0;
width: 100%;
clear: both;
float: left;
padding: 92px 0 0;
}
.slideCvr::after,
.content-slider::after {
clear: both;
content: "";
display: block;
}
.lSSlideOuter {
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lightSlider:before,
.lightSlider:after {
content: " ";
display: table;
}
.lightSlider {
overflow: hidden;
}
.lSSlideWrapper {
max-width: 100%;
overflow: hidden;
position: relative;
}
.lSSlideWrapper > .lightSlider:after {
clear: both;
}
.lSSlideWrapper .lSSlide {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 1s;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform, height;
transition-property: transform, height;
-webkit-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-timing-function: inherit;
transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade {
position: relative;
}
.lSSlideWrapper .lSFade > * {
position: absolute !important;
top: 0;
left: 0;
z-index: 9;
margin-right: 0;
width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: inherit;
transition-timing-function: inherit;
}
.lSSlideWrapper .lSFade > *.active {
z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
opacity: 1;
}
.whyChSlider .lSSlideOuter .lSPager.lSpg > li:hover a,
.whyChSlider .lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #97ca41;
}
.whyChSlider .lSSlideOuter .lSPager.lSpg > li a {
width: 20px;
height: 10px;
border: none;
background-color: #fff;
}
.lSSlideOuter .lSPager.lSpg {
margin: 10px 0 0;
padding: 0;
text-align: center;
position: relative;
}
.lSSlideOuter .lSPager.lSpg > li {
cursor: pointer;
display: inline-block;
padding: 0 2px;
}
.lSSlideOuter .lSPager.lSpg > li a {
border: 0px solid #000;
background-color: #1c1c1c;
border-radius: 30px;
display: inline-block;
height: 10px;
overflow: hidden;
text-indent: -999em;
width: 20px;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #97ca41;
}
.lSSlideOuter .media {
opacity: 0.8;
}
.lSSlideOuter .media.active {
opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
list-style: none outside none;
padding-left: 0;
margin: 0;
overflow: hidden;
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
opacity: 0.7;
overflow: hidden;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery img {
display: block;
height: auto;
max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
content: " ";
display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
clear: both;
}
.lSAction > a {
width: 32px;
display: block;
top: 50%;
height: 32px;
cursor: pointer;
position: absolute;
z-index: 9999;
margin-top: -16px;
opacity: 0.5;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
opacity: 1;
}
.lSAction > .lSPrev {
background-position: 0 0;
left: 10px;
}
.lSAction > .lSNext {
background-position: -32px 0;
right: 10px;
}
.lSAction > a.disabled {
pointer-events: none;
}
.cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
}
.lSSlideOuter.vertical {
position: relative;
}
.lSSlideOuter.vertical.noPager {
padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
position: absolute !important;
right: 0;
top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
width: 100% !important;
max-width: none !important;
}
.lSSlideOuter.lSrtl {
direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
padding-left: 0;
list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
float: right !important;
}
@-webkit-keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@-webkit-keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
@keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
.contentarea {
width: 50%;
float: left;
padding-right: 20px;
}
.contentarea p {
line-height: 30px;
margin: 0px;
margin-bottom: 15px;
}
.fullWdth {
width: 100%;
float: left;
}
.lSSlideOuter .rightEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
.lSSlideOuter .leftEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .rightEnd {
-webkit-animation: topEnd 0.3s;
animation: topEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .leftEnd {
-webkit-animation: bottomEnd 0.3s;
animation: bottomEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
body {
margin: 0;
padding: 0;
}
.wid {
max-width: 1260px;
margin: 0 auto;
}
header {
padding: 10px 0 2px;
position: fixed;
left: 0;
top: 0;
right: 0;
background: #fff;
z-index: 9999;
}
header .logo {
width: 495px;
float: left;
margin: 0 0;
padding: 0 0 0 0px;
font-family: "Ubuntu";
font-size: 35px;
text-decoration: none;
color: #97ca41;
}
header .logo a {
text-decoration: none;
}
header .logo span {
display: block;
font-family: inherit;
color: #1c1c1c;
font-size: 19px;
}
.hdrBtns {
float: right;
padding-top: 8px;
}
.logoRgt {
float: right;
width: auto;
padding-top: 20px;
}
.homeSec3 {
position: relative;
background-repeat: no-repeat;
padding: 70px 0;
background-position: center 0;
background-size: cover;
}
.homeSec3 .wid {
position: relative;
}
.homeSec3 .wid p {
font-size: 15px;
}
.homeSec3 h2 {
color: #fff;
font-family: "Ubuntu";
margin-bottom: 60px;
}
.homeSec3 .whyChIcon {
text-align: left;
border-bottom: 3px #97ca41 solid;
padding-bottom: 11px;
}
.homeSec3 .whychsBx {
text-align: left;
}
.homeSec3 .whyChTitlt {
font-size: 25px;
color: #85c226;
text-transform: uppercase;
padding: 15px 0;
}
.homeSec3 .whyChCont p {
color: #fff;
}
.homeSec3:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.8);
}
header .hdr-fst {
padding-bottom: 10px;
border-bottom: 2px solid #25414C;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
header .hdr-fst .logo {
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
header .hdr-fst .logo .lg-Img {
display: inline-block;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
header .hdr-fst .logo span {
font-size: 38px;
display: inline-block;
font-family: "Ubuntu";
color: #25414C;
padding-left: 9px;
padding-top: 43px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
header .hdr-fst .logo small {
font-size: 38px;
font-family: "Ubuntu";
color: #25414C;
}
header .hdr-fst .logoRgt .hdrBtns {
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
margin-left: 4px;
}
header .hdr-fst .logoRgt .hdrBtns a {
display: inline-block;
font-size: 24px;
background: #F7750E url(../images/call-icon.png) no-repeat 5% 50%;
color: #fff;
text-decoration: none;
font-family: "Ubuntu";
border-radius: 10px;
padding: 3px 27px 3px 45px;
border: 2px solid #F7750E;
}
header .hdr-fst .logoRgt .hdrBtns a:hover {
background-color: #444;
border-color: #444;
}
header .hdr-fst .logoRgt .hdrBtns.enquirenw a {
background: #fff url(../images/enquire-arrow.png) no-repeat 95% 50%;
color: #F7750E;
border: 2px solid #F7750E;
text-transform: uppercase;
padding: 3px 45px 3px 27px;
}
header .hdr-fst .logoRgt .hdrBtns.enquirenw a:hover {
background-color: #25414C;
}
header.aniPos {
padding: 7px 0 2px;
}
header.aniPos .hdr-fst {
padding-bottom: 4px;
}
header.aniPos .hdr-fst .logo span {
font-size: 32px;
padding-left: 5px;
padding-top: 29px;
}
header.aniPos .hdr-fst .logo small {
font-size: 32px;
}
header.aniPos .hdr-fst .logo .lg-Img {
width: 66px;
}
header.aniPos .hdr-fst .logoRgt .hdrBtns {
padding-top: 16px;
}
header.aniPos .menu li a {
padding: 2px 23px;
}
div.wpcf7-validation-errors,
.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked,
div.wpcf7-acceptance-missing {
display: none !important;
}
header.aniPos .menu ul ul {
padding: 8px 0 0;
}
.enquireNow {
background-color: #25414C;
text-align: center;
padding: 20px;
border-radius: 8px;
}
.enquireNow form span {
margin-bottom: 10px;
display: block;
}
.enquireNow form ul li {
position: relative;
}
.enquireNow form ul li span span {
position: absolute;
top: 0px;
left: 0px;
padding-left: 10px;
background-color: #fff;
}
.enquireNow form div.wpcf7-validation-errors {
display: none !important;
}
.enquireNow form .ajax-loader {
position: absolute !important;
}
.enquireNow form span br {
display: none;
}
.popup_content button.my_popup_close {
top: -25px;
right: 0px;
position: absolute;
}
.popup_wrapper {
background-color: rgba(0, 0, 0, 0.6);
}
.popup_content {
width: 65%;
}
.heading {
color: #fff;
font-family: "Ubuntu";
}
.contLft {
width: 40%;
float: left;
text-align: left;
padding-bottom: 58px;
}
.contLft span.cnt-tlt {
font-size: 28px;
color: #25414C;
font-family: "Ubuntu";
padding-bottom: 15px;
display: inline-block;
}
.contLft ul {
margin-bottom: 25px;
}
.contLft ul li {
padding-bottom: 10px;
font-size: 20px;
color: #25414C;
font-weight: 700;
}
.contLft ul li span {
font-size: 20px;
color: #000;
}
.contLft ul li a {
font-size: 20px;
color: #000;
}
.contLft .frm-dvt {
text-align: center;
}
.contLft .frm-dvt .frm-fst-ttl {
font-size: 38px;
color: #25414C;
font-family: "Ubuntu";
display: inline-block;
margin-bottom: 20px;
}
.contLft .frm-dvt .frm-bx {
background-color: #444;
border-radius: 12px;
padding: 0px 20px;
padding-top: 16px;
}
.contLft .frm-dvt .frm-bx ul li p {
margin-bottom: 0px;
font-size: 22px;
color: #fff;
margin-bottom: 0px;
}
.contLft .frm-dvt .frm-bx ul li p span {
margin-bottom: 0px;
font-size: 37px;
font-family: "Cairo-Black";
color: #fff;
padding: 5px 0px 12px;
padding-top: 9px;
}
.contLft .frm-dvt .frm-bx ul li.tmT-txt span {
color: #fff;
font-size: 36px;
font-family: "Ubuntu";
}
.contLft .frm-dvt .frm-bx ul li.tmT-txt span i {
font-size: 36px;
font-family: "Ubuntu";
color: #F7750E;
padding-top: 6px;
padding-bottom: 14px;
font-style: inherit;
}
.contLft .frm-dvt .frm-bx span.wpcf7-not-valid-tip {
color: red !important;
}
.contLft .frm-dvt .frm-bx span {
width: 100%;
margin-bottom: 10px;
display: inline-block;
}
.contLft .frm-dvt .frm-bx form {
position: relative;
padding-bottom: 22px;
}
.contLft .frm-dvt .frm-bx form .wpcf7-validation-errors {
display: none !important;
}
.contLft .frm-dvt .frm-bx form span span {
position: absolute;
top: 0px;
left: 0px;
text-align: left;
padding-left: 10px;
background: #fff;
}
.contLft .frm-dvt .frm-bx form p {
margin-bottom: 0px;
}
.contLft .frm-dvt .frm-bx form span.ajax-loader {
margin-bottom: 0px;
position: absolute;
width: 16px;
height: 16px;
}
.contLft .frm-dvt .frm-bx form input[type="submit"],
.contLft .frm-dvt .frm-bx form a.button {
position: absolute;
left: 0px;
right: 0px;
}
.contRgt {
width: 60%;
float: right;
padding-left: 20px;
}
.contRgt iframe {
width: 100% !important;
}
section.banner .bnr-Lft {
width: 68%;
text-align: left;
float: left;
}
section.banner .bnr-Lft .bnr-sub-text p span {
font-size: 20px;
display: inline-block;
max-width: 448px;
font-family: "Ubuntu";
color: #fff;
font-size: 28px;
line-height: 34px;
padding-top: 2px;
}
section.banner .bnr-Lft .bnr-sub-text ul {
padding-top: 13pxx;
}
section.banner .bnr-Lft .bnr-sub-text ul li {
font-size: 26px;
color: #fff;
padding-left: 14px;
margin-bottom: 10px;
position: relative;
max-width: 453px;
}
section.banner .bnr-Lft .bnr-sub-text ul li::before {
position: absolute;
content: "";
width: 6px;
height: 7px;
background: #fff;
left: 0px;
top: 14px;
}
section.banner .bnr-frm .frm-bx form ul {
padding-top: 0px;
}
section.banner .bnr-frm {
float: right;
width: 32%;
padding-top: 51px;
text-align: center;
}
section.banner .bnr-frm span {
font-size: 38px;
color: #fff;
font-family: "Ubuntu";
display: inline-block;
}
section.banner .bnr-frm .frm-bx {
width: 100%;
margin-top: 12px;
padding: 0px 21px;
background: #444;
border-radius: 12px;
position: relative;
}
section.banner .bnr-frm .frm-bx ul {
padding-top: 17px;
}
section.banner .bnr-frm .frm-bx ul li {
color: #fff;
}
section.banner .bnr-frm .frm-bx ul li.fst-txt p {
font-size: 22px;
color: #fff;
margin-bottom: 0px;
}
section.banner .bnr-frm .frm-bx ul li.fst-txt span {
font-size: 37px;
font-family: "Cairo-Black";
padding-top: 9px;
}
section.banner .bnr-frm .frm-bx ul li.tmT-txt {
font-size: 36px;
font-family: "Ubuntu";
color: #F7750E;
padding-top: 6px;
padding-bottom: 14px;
}
section.banner .bnr-frm .frm-bx ul li.tmT-txt span {
color: #F7750E;
padding: 1px 0px 8px;
}
section.banner .bnr-frm .frm-bx ul li.tmT-txt span i {
font-size: 30px;
padding-right: 3px;
font-family: "Ubuntu";
color: #F7750E;
padding-top: 6px;
padding-bottom: 14px;
font-style: inherit;
}
section.banner .bnr-frm .frm-bx form {
position: relative;
}
section.banner .bnr-frm .frm-bx form input[type="submit"] {
position: absolute;
bottom: -24px;
left: 0px;
right: 0px;
}
section.banner .bnr-frm .frm-bx .ajax-loader {
width: 16px !important;
}
section.banner .bnr-frm .frm-bx .wpcf7-validation-errors {
display: none !important;
}
section.banner .bnr-frm .frm-bx span {
font-size: inherit;
padding: 5px 0px 12px;
width: 100%;
position: relative;
}
section.banner .bnr-frm .frm-bx span span {
position: absolute;
color: #ff0000;
left: 0px;
text-align: left;
top: 5px;
padding: 0px;
padding-left: 10px;
background-color: #fff;
}
section.banner .bnr-frm .frm-bx span:nth-child(7) {
padding-bottom: 0px;
}
section.banner .bnr-frm .frm-bx::after {
position: absolute;
contant: "";
width: 79px;
height: 184px;
right: -71px;
top: -30px;
}
section.qlt-Nmb {
position: relative;
z-index: 0;
background-color: #fff;
}
section.qlt-Nmb h2 {
color: #fff;
font-size: 40px;
padding-top: 44px;
}
section.qlt-Nmb ul {
width: 100%;
margin-top: 13px;
}
section.qlt-Nmb ul li {
width: 33.33%;
float: left;
padding: 0px 6px;
}
section.qlt-Nmb ul li .qul-Dvhd {
width: 100%;
background-color: #25414C;
font-size: 38px;
color: #fff;
font-family: "Ubuntu";
padding: 49px 0px 33px;
}
section.qlt-Nmb ul li .qul-Subt {
font-size: 32px;
color: #25414C;
font-family: "Ubuntu";
padding-top: 26px;
line-height: 40px;
min-height: 156px;
border: 2px solid #25414C;
border-radius: 0px 0px 10px 10px;
}
section.qlt-Nmb ul li:last-child .qul-Subt {
padding-top: 13px;
}
section.qlt-Nmb::before {
position: absolute;
content: "";
width: 100%;
height: 190px;
left: 0px;
background: #25414C;
background: -moz-linear-gradient(left, #25414C 0%, #3685c6 50%, #25414C 100%);
background: -webkit-linear-gradient(
left,
#25414C 0%,
#3685c6 50%,
#25414C 100%
);
background: linear-gradient(to right, #25414C 0%, #3685c6 50%, #25414C 100%);
z-index: -1;
}
section.dtls-sec-fst {
padding-top: 99px;
padding-bottom: 65px;
background: #fff url(../images/details-section-first-bg.png) no-repeat 102%
bottom;
background-size: 700px;
}
section.dtls-sec-fst .dtls-cnt {
float: left;
width: 51%;
text-align: left;
}
section.dtls-sec-fst .dtls-cnt h2 {
font-size: 32px;
text-transform: inherit;
line-height: 40px;
color: #25414C;
}
section.dtls-sec-fst .dtls-cnt p {
font-size: 24px;
padding-top: 18px;
margin-bottom: 0px;
}
section.dtls-sec-scnd {
padding-top: 91px;
padding-bottom: 411px;
background: #25414C url(../images/details-section-second-bg.png) no-repeat -13% 10%;
background-size: 860px;
}
section.dtls-sec-scnd .dtls-cnt {
float: right;
width: 50.6%;
text-align: left;
}
section.dtls-sec-scnd .dtls-cnt h2 {
font-size: 32px;
text-transform: inherit;
line-height: 40px;
color: #fff;
}
section.dtls-sec-scnd .dtls-cnt p {
font-size: 24px;
padding-top: 16px;
margin-bottom: 0px;
color: #fff;
}
section.dtls-sec-scnd .dtls-cnt ul li {
font-size: 24px;
padding-top: 16px;
margin-bottom: 10px;
color: #fff;
}
.wyChs-frm-sec {
position: relative;
min-height: 733px;
background: url(../images/whychoose-section-bg.jpg) no-repeat center top;
}
.wyChs-frm-sec .wid {
position: relative;
}
.wyChs-frm-sec .wyChs-frm-bx {
padding: 26px;
position: absolute;
width: 100%;
top: -347px;
padding-bottom: 33px;
background-color: #fff;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt {
width: 49%;
float: left;
text-align: left;
padding-left: 6px;
padding-right: 68px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt h3 {
font-size: 39px;
text-transform: inherit;
padding-top: 9px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul {
padding-top: 33px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul li {
font-size: 22px;
padding-left: 95px;
margin-bottom: 20px;
position: relative;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul li::before {
position: absolute;
content: "";
width: 73px;
height: 63px;
left: 0;
top: 5px;
background: url(../images/tick-list-items.png) no-repeat center;
background-color: #444;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt {
width: 51%;
float: right;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt h3 {
font-size: 39px;
text-transform: inherit;
line-height: 46px;
color: #25414C;
padding-top: 14px;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div {
padding-top: 11px;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div p {
margin-bottom: 0px;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div .ajax-loader {
position: absolute;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div div.wpcf7-validation-errors {
display: none !important;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div input[type="text"],
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div input[type="tel"],
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div input[type="phone"],
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div input[type="email"] {
border: 2px solid #444;
height: 44px;
margin-bottom: 21px;
font-size: 19px;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div textarea {
border: 2px solid #444;
height: 162px;
margin-bottom: 22px;
font-size: 19px;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div span {
position: relative;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt div span span {
position: absolute;
top: 6px;
left: 3px;
background-color: #fff;
padding-left: 10px;
}
section.tesM-sec {
padding: 59px 0px 118px;
position: relative;
background-color: #25414C;
}
section.tesM-sec .ttl-Test {
width: 50%;
float: right;
text-align: left;
padding-left: 40px;
}
section.tesM-sec .ttl-Test a {
text-decoration: none;
}
section.tesM-sec .ttl-Test h3 {
font-size: 38px;
text-transform: inherit;
color: #fff;
}
section.tesM-sec .ttl-Test .tset-bx {
padding: 23px 55px 22px 7px;
position: relative;
}
section.tesM-sec .ttl-Test .tset-bx p {
font-size: 25px;
color: #fff;
}
section.tesM-sec .ttl-Test .tset-bx span {
font-size: 26px;
font-family: "Ubuntu";
display: inline-block;
padding-top: 4px;
color: #fff;
}
section.tesM-sec .ttl-Test .tset-bx::before {
position: absolute;
content: "";
background: url(../images/quote-icon-left.png) no-repeat;
width: 67px;
height: 59px;
left: -76px;
top: 12px;
}
section.tesM-sec .ttl-Test .tset-bx::after {
position: absolute;
content: "";
background: url(../images/quote-icon-right.png) no-repeat;
width: 67px;
height: 59px;
right: -6px;
bottom: 22px;
}
section.tesM-sec::before {
position: absolute;
content: "";
background: url(../images/testimonial-bg.png) no-repeat 11% top;
height: 108%;
width: 100%;
left: 0;
top: -41px;
}
ul.sitemap li::before {
position: absolute;
width: 6px;
height: 3px;
background-color: #25414C;
left: 0px;
top: 14px;
}
ul.sitemap li {
padding: 0px 0px !important;
position: relative;
padding-left: 39px !important;
padding-bottom: 8px !important;
}
ul.sitemap li a {
font-size: 20px;
}
ul.sitemap li ul.sub-menu {
padding-left: 12px;
}
ul.sitemap li ul.sub-menu li a {
padding: 0px 0px !important;
font-size: 20px !important;
}
footer .ftrTop .cntactFtr .ftr-Logo a {
text-decoration: none;
}
footer .ftrTop .cntactFtr .ftr-Logo .lg-Img {
display: inline-block;
}
footer .ftrTop .cntactFtr .ftr-Logo span {
display: inline-block;
font-size: 34px;
padding-left: 11px;
color: #fff;
padding-top: 36px;
font-family: "Ubuntu";
}
footer .ftrTop .cntactFtr .ftr-Logo small {
display: block;
font-size: 25px;
font-family: "Ubuntu";
color: #fff;
}
footer .ftrTop .cntactFtr ul.addressScn {
padding-top: 26px;
}
footer .ftrTop .ftrTitl {
position: relative;
}
footer .ftrTop .ftrTitl::after {
    float : left !important;
position: absolute;
content: "";
width: 82px;
height: 4px;
background: #ff6900;
bottom: 0px;
}
footer .ftrTop ul.social {
margin: 20px 0 10px;
}
footer .ftrTop .social li {
display: inline-block;
padding-bottom: 5px;
margin-left: 0px;
margin-right: 6px;
}
footer .ftrTop .social li a {
width: 100%;
background-size: 100% !important;
color: #fff;
text-decoration: none;
padding-left: 35px;
}
footer .ftrTop .social li a:hover {
color: #25414C;
}
footer .ftrTop .social li a.fb {
background: url(../images/facebook-icon.png) no-repeat left center;
}
footer .ftrTop .social li a.tw {
background: url(../images/twitter-icon.png) no-repeat left center;
}
footer .ftrTop .social li a.inst {
background: url(../images/instagram-icon.png) no-repeat left center;
}
footer .ftrTop .social li a.lnk {
background: url(../images/linkedin-icon.png) no-repeat left center;
}
footer .ftrTop .social li a.gplus {
background: url(../images/google-plus-icon.png) no-repeat left center;
}


footer .copyright .cmp-dvp {
float: right;
margin-bottom: 0px;
font-size: 20px;
color: #fff;
}
footer .copyright .cmp-dvp a {
font-size: 20px;
color: #fff;
text-decoration: none;
padding-right: 42px;
background: url(../images/clixpert-logo.png) no-repeat 99% center;
background-size: 32px;
}
footer .copyright .cmp-dvp a:hover {
color: #444;
opacity: 0.7;
}
section.serSec {
padding: 59px 0px;
background: #fff;
padding-bottom: 80px;
}
section.serSec ul {
width: 100%;
}
section.serSec ul li {
width: 33.33%;
float: left;
padding: 0px 21px;
}
section.serSec ul li a {
text-decoration: none;
display: inline-block;
border: 2px solid transparent;
border-radius: 10px;
position: relative;
margin-top: 0px;
}
section.serSec ul li a:hover {
border: 2px solid #444;
}
section.serSec ul li .servTitl {
font-size: 40px;
font-family: "Ubuntu";
margin: 0px auto;
line-height: 46px;
padding-top: 0px;
max-width: 242px;
color: #25414C;
}
section.serSec ul li .serSubtl {
padding-top: 30px;
font-size: 28px;
padding-bottom: 47px;
}
section.serSec ul li span {
display: inline-block;
color: #fff;
background: #F7750E url(../images/service-arrow.png) no-repeat 99% center;
margin-top: 34px;
padding: 5px 32px 5px 19px;
font-size: 28px;
font-family: "Ubuntu";
text-transform: uppercase;
border-radius: 8px;
width: 202px;
position: absolute;
left: 0px;
right: 0px;
margin: 0px auto;
bottom: -21px;
}
section.serSec a.vw-srv {
display: inline-block;
margin-top: 94px;
font-size: 36px;
color: #25414C;
font-family: "Ubuntu";
}
section.serSec a.vw-srv:hover {
color: #F7750E;
}
section.innerpage .innerCvr {
width: 70%;
float: left;
padding-right: 20px;
}
section.innerpage .inner-Rgt {
width: 30%;
float: right;
}
section.innerpage .inner-Rgt .frm-dvt .frm-fst-ttl {
font-size: 38px;
color: #25414C;
font-family: "Ubuntu";
display: inline-block;
margin-bottom: 20px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx {
background-color: #444;
border-radius: 12px;
position: relative;
padding: 0px 20px;
padding-top: 16px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx ul li p {
margin-bottom: 0px;
font-size: 22px;
color: #fff;
margin-bottom: 0px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx ul li p span {
margin-bottom: 0px;
font-size: 37px;
font-family: "Cairo-Black";
color: #fff;
padding: 5px 0px 12px;
padding-top: 9px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx ul li.tmT-txt span {
color: #F7750E;
font-size: 30px;
font-family: "Ubuntu";
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx ul li.tmT-txt span i {
font-size: 30px;
font-family: "Ubuntu";
color: #F7750E;
padding-left: 2px;
padding-top: 6px;
padding-bottom: 14px;
font-style: inherit;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx span {
width: 100%;
margin-bottom: 15px;
display: inline-block;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx form {
position: relative;
padding-bottom: 22px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx form .wpcf7-validation-errors {
display: none !important;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx form span span {
position: absolute;
top: 0px;
left: 0px;
text-align: left;
padding-left: 10px;
background: #fff;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx form p {
margin-bottom: 0px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx form span.ajax-loader {
margin-bottom: 0px;
position: absolute;
width: 16px;
height: 16px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx form input[type="submit"],
section.innerpage .inner-Rgt .frm-dvt .frm-bx form a.button {
position: absolute;
left: 0px;
right: 0px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx::after {
position: absolute;
background: url(../images/form-right-arrow.png) no-repeat center;
width: 79px;
height: 184px;
right: -69px;
top: -36px;
}
.innerpage h2,
.innerpage h3,
.innerpage h4,
.innerpage h5,
.innerpage h6 {
color: #444;
}
.innerpage h2{
font-size: 32px;
line-height: 40px;
}
.innerpage h3{
font-size: 28px;
line-height: 30px;
}
.innerpage h4{
font-size: 26px;
line-height: 30px;
}
.innerpage h5{
font-size: 24px;
line-height: 30px;
}
.innerpage h6 {
font-size: 22px;
line-height: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
body {
-webkit-text-size-adjust: none;
}
}
@media only screen and (min-width: 432px) and (max-width: 479px) {
body {
-webkit-text-size-adjust: none;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
header {
position: absolute;
}
.aniPos {
padding: 24px 0 2px !important;
box-shadow: none !important;
}
.aniPos .menu {
top: 142px !important;
}
.aniPos .menuD {
top: 40px !important;
}
.aniPos .hdr-fst .logo .lg-Img {
width: auto !important;
}
.aniPos .hdr-fst .logo span {
font-size: 38px !important;
padding-left: 9px !important;
padding-top: 43px !important;
}
.aniPos .hdr-fst .logo span small {
font-size: 38px !important;
}
.aniPos .hdr-fst .logoRgt .hdrBtns {
padding-top: 8px !important;
}
}
.banner {
margin-top: 195px;
background: #1366b2 url(../images/banner-bg.png) no-repeat 62.7% 54%;
padding-bottom: 52px;
background-size: 580px;
}
.banner h1 {
text-align: left;
font-family: "Ubuntu";
font-size: 39px;
color: #fff;
text-transform: uppercase;
padding-top: 132px;
line-height: 1em;
}
.banner .banForm {
width: 335px;
float: left;
margin: 32px 0;
border-radius: 25px;
}
.banner .bannerLft {
width: 865px;
float: left;
background: url(../images/banner-image.png) no-repeat 115% 64%;
min-height: 536px;
}
.banner .bannerLft ul {
max-width: 343px;
text-align: left;
}
.banner .bannerLft ul li span {
display: block;
padding-left: 30px;
background: url(../images/banner-icon.png) no-repeat 0 4px;
color: #fff;
font-size: 18px;
font-family: "Ubuntu";
}
.qtForm {
padding: 17px 20px 20px;
background: #293aa1;
margin: 31px 0;
border-radius: 25px;
}
.qtForm li {
margin-bottom: 8px;
}
.qtForm input[type="submit"] {
width: 100%;
}
.qtForm .qtTitl {
font-size: 30px;
text-transform: uppercase;
color: #85c226;
font-family: "Ubuntu";
position: relative;
text-align: center;
padding: 0 50px 29px;
}
.qtForm .qtTitl:before,
.qtForm .qtTitl:after {
content: "";
display: block;
position: absolute;
top: 2px;
width: 50px;
height: 52px;
background-position: center center;
background-repeat: no-repeat;
}
.qtForm .qtTitl:before {
background-image: url(../images/quteBefore.png);
left: 11px;
}
.qtForm .qtTitl:after {
background-image: url(../images/qteAfter.png);
right: 13px;
}
.homeSec2 li {
width: 33.33%;
float: left;
padding: 0 14px 15px;
}
.homeSec2 .servImg {
overflow: hidden;
height: 278px;
position: relative;
}
.homeSec2 .servImg small {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
font-size: 22px;
padding: 10px 10px;
}
.homeSec1 {
padding: 85px 0;
}
.homeSec1 .welSc {
padding-top: 8px;
}
.homeSec1 .welLeft {
float: left;
width: 44%;
}
.homeSec1 .welRight {
float: left;
width: 56%;
text-align: left;
padding-left: 35px;
}
.hdrBtns li a {
display: block;
padding: 2px 10px 0 39px;
height: 38px;
border: 2px #84c126 solid;
border-radius: 25px;
position: relative;
font-family: "Ubuntu";
font-size: 24px;
text-decoration: none;
text-transform: uppercase;
}
.hdrCall:hover {
background-color: #293aa1;
color: #fff;
border-color: #293aa1;
}
.hdrQt:hover {
background-color: #293aa1;
color: #fff;
border-color: #293aa1;
}
.hdrBtns li a:before {
content: "";
position: absolute;
left: 2px;
top: 0px;
width: 34px;
height: 34px;
overflow: hidden;
border-radius: 50%;
background-position: center center;
background-repeat: no-repeat;
}
.hdrCall:before {
background-image: url(../images/call-icon.png);
background-color: #fff;
}
.hdrQt:before {
background-image: url(../images/get-aquote-icon.png);
background-color: #84c126;
}
.hdrQt {
color: #84c126;
}
.hdrCall {
background-color: #84c126;
color: #fff;
}
.hdrBtns li:nth-child(1) {
float: left;
}
.hdrBtns li:nth-child(2) {
float: right;
margin-left: 3px;
}
.revContInn,
.revContInn p {
font-size: 15px;
line-height: 29px;
}
.revContInn {
overflow: hidden;
height: 117px;
}
.revwCont small {
display: block;
}
.review {
padding: 0 0 29px;
}
footer {
padding: 45px 0 0;
background: #25414c;
}
.menuFtr {
width: 37%;
float: left;
padding-top: 5px;
}
.menuFtr ul {
padding-top: 10px;
}
.phnBr {
width: 29%;
float: left;
padding-top: 5px;
padding-bottom: 24px;
}
.phnBr a {
font-family: "Quicksand";
display: inline-block;
color: #fff;
font-size: 20px;
text-decoration: none;
padding-top: 10px;
}
.phnBr a:hover {
color: #FB760D;
}
.emlSec {
width: 26%;
float: left;
}
.emlSec a {
font-family: "Quicksand";
color: #fff;
display: inline-block;
font-size: 20px;
text-decoration: none;
padding-top: 10px;
}
.emlSec a:hover {
color: #FB760D;
}
.sclFtr {
width: 19%;
float: left;
padding-top: 5px;
}
.menuFtr li {
float: left;
width: 50%;
}
.ftrTitl {
color: #fff;
margin: 13px 0px 0px 0px;
font-size: 23px;
font-family: "Ubuntu";
padding-bottom: 10px;
}
.menuFtr li a,
.serviceFtr li a {
color: #fff;
font-size: 20px;
text-decoration: none !important;
}
.menuFtr li a:hover,
.serviceFtr li a:hover,
ul.addressScn a:hover {
color: #FB760D;
}
.serviceFtr {
float: left;
width: 24%;
padding-left: 84px;
}
.cntactFtr {
float: left;
width: 34%;
padding-top: 10px;
display: inline-block;
}
.addressScn li span,
.addressScn li a {
padding: 0 0 0 0px;
display: block;
text-decoration: none;
color: #fff;
font-size: 24px;
background-position: -6px 1px;
background-repeat: no-repeat;
}
.ftrTop {
border-bottom: 3px #ff6900 solid;
padding-bottom: 38px;
}
.copyright {
text-align: center;
padding: 17px 0 24px;
}
ul.addressScn li span {
line-height: 25px;
padding-top: 3px;
}
.listng {
margin-bottom: 15px;
}
.listng li {
padding: 0 0 0 29px;
position: relative;
}
.listng li:before {
position: absolute;
left: 0;
top: 6px;
width: 25px;
content: "";
background-size: 17px;
height: 25px;
background: url(../images/blog-arrow.png) no-repeat center center;
}
.listng.threeCol > li {
float: left;
width: 100%;
}
.getinTouchForm {
width: 100%;
}
.getinTouchForm li {
width: 33%;
float: left;
padding: 0 6px;
}
.getinTouchForm input[type="submit"] {
height: 48px;
border-radius: 5px;
width: 100%;
font-size: 24px;
position: static !important;
margin: 0 !important;
}
.social li {
margin-left: 9px;
float: left;
}
.social li:first-child {
margin-left: 0;
}
.social li a {
background-repeat: no-repeat;
background-position: center center;
display: block;
height: 37px;
width: 30px;
}
.fb {
background-image: url(../images/facebook-icon.png);
}
.gplus {
background-image: url(../images/google-plus-icon.png);
}
.tw {
background-image: url(../images/twitter-icon.png);
}
ul.social {
margin: 9px 0 10px;
}
.serviceFtr {
padding: 0;
}
section.welcomeSc h2 {
font-size: 39px;
line-height: 60px;
}
.reviewImg {
overflow: hidden;
float: left;
width: 136px;
height: 136px;
border-radius: 50%;
}
.revwCont {
float: left;
width: 75%;
text-align: left;
padding: 0 0 0 13px;
}
section.reviewScn {
padding: 111px 0 30px;
}
.contentarea {
width: 100%;
}
.imgarea {
width: 100%;
}
.ftrSitemap > li {
margin-bottom: 10px;
}
.copy,
.copy a {
font-size: 14px;
color: #fff;
text-decoration: none;
}
.copy a:hover {
color: #97ca41;
}
.testPg li {
padding: 10px;
border: 2px solid #444;
margin-bottom: 10px;
border-radius: 8px;
font-size: 18px;
font-style: italic;
font-weight: 800;
}
.testPg .frm-bx li {
padding: 0px;
margin-bottom: 0px;
}
.page_title{margin-top: 160px;background-color:#eeeeee;padding-top:35px;}
.page_title h1 {
    text-transform: capitalize;
    font-family: "Ubuntu";
    font-size: 42px;
    position: relative;
    padding-bottom: 16px;
    color: #25414C;
    display: inline-block;
    display: block;
    margin-bottom: 16px;
}
.mrg-top-198{margin-top: 190px!important;}
.full-width{margin-top: 170px!important;}
.innerpage {
margin-top: 175px;
padding-top: 0px;
min-height: 700px;
padding-bottom: 40px;
}
.innerpage p,
ul,
li {
font-size: 18px;
}
.innerpage .inn-listg li {
position: relative;
font-size: 18px;
padding-left: 40px;
}
.innerpage ol {
padding-left: 40px;
}
.innerpage ol li {
font-size: 18px;
}
.innerpage .inn-listg li::before {
position: absolute;
width: 5px;
height: 4px;
background-color: #25414C;
left: 0px;
top: 13px;
}
.innerpage a {
color: #25414C;
font-size: 18px;
}
.innerpage a:hover {
color: #F7750E;
}
.innerpage h1 {
font-family: "Ubuntu";
font-size: 42px;
line-height:50px;
position: relative;
padding-bottom: 16px;
color: #25414C;
display: inline-block;
display: block;
margin-bottom: 16px;
}
.innerpage h1:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
}
.innerpage .blogCover {
padding: 32px 0 0;
}
.innerpage .blogCover .contLft {
float: left;
width: 65.5%;
text-align: left;
}
.innerpage .blogCover .contLft .snglBlg {
padding: 10px 10px;
border: 2px solid #444;
border-radius: 8px;
}
.innerpage .blogCover .contLft h2 {
text-transform: none;
line-height: 40px;
}
.innerpage .blogCover .contLft h2 small {
display: block;
font-size: 20px;
font-family: "Ubuntu";
}
.innerpage .blogCover .contLft h2:before {
background: none;
}
.innerpage .blogCover .contLft .blogMainImg {
margin: 0 0 15px;
}
.innerpage .blogCover .contLft .blogShare {
border-top: 1px #000 solid;
padding: 15px 0 0;
}
.innerpage .blogCover .contLft .blogShare li {
float: left;
margin-right: 10px;
}
.innerpage .blogCover .contLft .blogShare li a {
display: block;
border-radius: 20px;
overflow: hidden;
background-repeat: no-repeat;
background-position: 19px 50%;
padding: 1px 29px 1px 48px;
color: #fff;
text-decoration: none;
font-size: 16px;
font-family: "Ubuntu";
}
.innerpage .blogCover .contLft .blogShare li a:hover {
opacity: 0.5;
}
.innerpage .blogCover .contLft .blogShare .fbShare a {
background-image: url(../images/facebook-share.png);
background-color: #4268b3;
}
.innerpage .blogCover .contLft .blogShare .gplusShare a {
background-image: url(../images/google-plus-share.png);
background-color: #dd493d;
}
.innerpage .blogCover .contLft .blogShare .twShare a {
background-image: url(../images/twitter-share.png);
background-color: #1ccaff;
}
.innerpage .blogCover .contRgt {
float: right;
width: 33%;
text-align: left;
padding-top: 6px;
}
.innerpage .blogCover .contRgt .heading {
font-size: 29px;
text-transform: none;
padding: 6px 17px;
margin: 0 0 7px;
color: #25414C;
font-family: "Ubuntu";
background: #f5f5f5;
}
.innerpage .blogCover .contRgt .blogRecent {
padding: 21px 16px;
background: #f5f5f5;
margin-bottom: 7px;
}
.innerpage .blogCover .contRgt .blogRecent .listng {
margin: 0;
}
.innerpage .blogCover .contRgt .blogRecent .listng li {
padding-bottom: 10px;
padding-left: 34px;
}
.innerpage .blogCover .contRgt .blogRecent .listng li a {
text-decoration: none;
color: #000;
font-size: 18px;
line-height: 25px;
display: block;
}
.innerpage .blogCover .contRgt .blogRecent .listng li a:hover {
color: #F7750E;
}
.innerpage .blogCover .contRgt .blogRecent .listng li:before {
top: 1px;
}
.innerpage .innerCvr {
text-align: left;
}
.innerpage .innerCvr .qtForm {
float: right;
width: 335px;
margin: 0 0 30px 53px;
}
.innerpage .innerCvr .qtForm.mobForm {
display: none;
}
.innerpage h2:before,
.innerpage h3:before,
.innerpage h4:before,
.innerpage h5:before,
.innerpage h6:before {
background: none;
}
.innerpage h2,
.innerpage h3,
.innerpage h4,
.innerpage h5,
.innerpage h6 {
text-transform: none;
}
.innerpage .contactCvr {
text-align: left;
padding: 33px 0 0;
}
.innerpage .contactCvr .contnLft {
float: left;
padding-right: 30px;
width: 50%;
}
.innerpage .contactCvr .contnLft h2 {
text-transform: none;
line-height: 31px;
font-size: 32px;
color: #84c126;
}
.innerpage .contactCvr .contnLft .addressScn {
margin-bottom: 30px;
}
.innerpage .contactCvr .contnLft .addressScn li {
color: #000;
font-size: 16px;
}
.innerpage .contactCvr .contnLft .addressScn li span {
color: inherit;
font-size: inherit;
}
.innerpage .contactCvr .contnLft .addressScn li a {
color: inherit;
font-size: inherit;
}
.innerpage .contactCvr .contnLft .qtForm {
max-width: 542px;
margin: 0;
}
.innerpage .contactCvr .contnLft .qtForm input[type="text"],
.innerpage .contactCvr .contnLft .qtForm input[type="tel"],
.innerpage .contactCvr .contnLft .qtForm input[type="phone"],
.innerpage .contactCvr .contnLft .qtForm input[type="email"] {
height: 50px;
padding: 4px 18px;
font-size: 14px;
}
.innerpage .contactCvr .contnLft .qtForm textarea {
height: 110px;
}
.innerpage .contactCvr .contnLft .qtForm input[type="submit"] {
height: 50px;
}
.innerpage .contactCvr .contnLft .qtForm li {
margin-bottom: 14px;
}
.innerpage .contactCvr .contnLft .qtForm .qtTitl:before,
.innerpage .contactCvr .contnLft .qtForm .qtTitl:after {
display: none;
}
.innerpage .contactCvr .contMap {
float: left;
width: 50%;
}
@media only screen and (min-width: 1500px) {
.banner {
background-position: 60% 81%;
}
section.dtls-sec-fst {
background-position: 133% center;
background-size: inherit;
}
section.dtls-sec-scnd {
background-position: -64% -91%;
background-size: inherit;
}
section.tesM-sec::before {
background-position: 14% top;
}
}
@media only screen and (min-width: 1670px) {
.banner {
background-position: 58% 81%;
}
section.dtls-sec-fst {
background-position: 115% center;
}
section.dtls-sec-scnd {
background-position: 8% 26%;
}
section.tesM-sec::before {
background-position: 22% top;
}
}
@media only screen and (min-width: 1800px) {
.banner {
background-position: 57% 81%;
}
section.dtls-sec-fst {
background-position: 100% center;
}
section.dtls-sec-scnd {
background-position: 10% 9%;
}
section.tesM-sec::before {
background-position: 22% top;
}
}
@media only screen and (max-width: 1300px) {
section.dtls-sec-fst {
background-position: 171% bottom;
}
section.dtls-sec-scnd {
background-position: -187% -91%;
}
section.tesM-sec::before {
background-position: 9% top;
}
}
@media only screen and (max-width: 1300px) {
.banner {
background-position: 435px 81%;
}
section.dtls-sec-fst {
background-position: 595px bottom;
}
section.dtls-sec-scnd {
background-position: -88px -1%;
}
section.tesM-sec::before {
background-position: 9% top;
}
}
@media only screen and (max-width: 1230px) {
.wid {
width: 100%;
max-width: 100%;
padding: 0 15px;
}
.banner .banForm {
width: 30%;
}
.banner .bannerLft {
width: 70%;
background-size: 432px;
background-position: 100% 60%;
}
.wyChs-frm-sec .wid {
position: inherit;
}
.wyChs-frm-sec .wyChs-frm-bx {
position: relative;
}
section.banner .bnr-frm .frm-bx::after {
display: none;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx::after {
display: none;
}
}
@media only screen and (max-width: 1184px) {
header .menu li a {
font-size: 20px;
}
.hdrBtns li a {
font-size: 15px;
}
.banner {
background-position: 388px 81%;
}
.banner h1 {
font-size: 68px;
padding-top: 104px;
background-size: 899px;
}
section.dtls-sec-fst {
background-position: 567px bottom;
}
section.dtls-sec-scnd {
background-position: -74px -1%;
background-size: 732px;
}
.qtForm .qtTitl {
font-size: 23px;
}
.wyChs-frm-sec {
background-position: center bottom;
background-color: #7eacdd;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt {
width: 100%;
padding-right: 12px;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt {
width: 90%;
margin: 0px auto;
float: inherit;
}
}
@media only screen and (max-width: 1090px) {
.menu li a {
font-size: 13px;
}
.banner .bannerLft {
background-position: 115% 60%;
}
.banner .qtForm .qtTitl {
font-size: 23px;
}
section.dtls-sec-fst {
background-position: 517px bottom;
}
section.dtls-sec-scnd {
background-position: -79px 1%;
background-size: 692px;
}
section.serSec ul li .serSubtl {
min-height: 169px;
}
section.tesM-sec::before {
background-position: -34% bottom;
height: 100%;
top: 0px;
bottom: 0px;
}
section.tesM-sec .ttl-Test {
width: 53%;
padding-left: 17px;
}
footer .copyright {
padding: 15px 0 26px;
}
footer .copyright .copy {
font-size: 18px;
}
footer .copyright .cmp-dvp a {
font-size: 18px;
background-size: 26px;
padding-right: 35px;
}
footer .copyright .cmp-dvp {
font-size: 18px;
}
.cntactFtr {
width: 50%;
}
.menuFtr {
width: 50%;
}
.phnBr,
.emlSec {
width: 50%;
padding-top: 22px;
}
.review {
padding: 40px 0 55px;
}
.revwCont {
width: 70%;
}
.innerpage {
margin-top: 159px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx ul li p {
font-size: 20px;
}
section.innerpage .inner-Rgt .frm-dvt .frm-bx ul li p span {
font-size: 32px;
}
}
@media only screen and (max-width: 1090px) {
header {
padding: 9px 0 2px;
}
header .hdr-fst {
padding-bottom: 12px;
}
header .logo {
width: 500px;
padding: 0 0 0 0px;
font-size: 35px;
}
header .menu li a {
font-size: 20px;
padding: 4px 15px;
}
header .menu li li a {
padding-left: 30px;
}
header .menuD {
float: left;
}
header .hdrBtns li a {
font-size: 13px;
}
header.aniPos .menu li a {
padding: 0px 14px;
}
.banner {
margin-top: 159px;
}
.banner h1 {
font-size: 38px;
padding-top: 115px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul li {
min-height: 60px;
}
}
@media only screen and (max-width: 995px) {
section.dtls-sec-fst {
padding-top: 58px;
}
header .logo {
line-height: 18px;
width: 100%;
padding: 0px;
font-size: 25px;
background-size: 43px;
background-position: 0 50%;
}
header .logo span {
font-size: 14px;
}
header .menu li a {
font-size: 20px;
padding: 3px 9px;
}
.banner h1 {
font-size: 38px;
padding-top: 25px;
}
.banner .bannerLft {
background-position: 50% 100%;
background-size: 365px;
width: 60%;
}
.banner .bannerLft ul {
padding-bottom: 234px;
}
.banner .banForm {
width: 39%;
}
.homeSec2 .servImg {
height: 160px;
}
.homeSec2 .servImg small {
font-size: 17px;
padding: 0px 10px;
}
.homeSec3 {
padding: 26px 0;
}
.homeSec3 .whyChTitlt {
font-size: 21px;
}
.homeSec3 h2 {
margin-bottom: 30px;
}
.reviewImg {
width: 90px;
height: 90px;
}
.cntactFtr {
width: 100%;
text-align: center;
margin-bottom: 30px;
clear: both;
display: inline-block;
}
.menuFtr {
width: 100%;
}
.sclFtr {
width: 50%;
text-align: center;
}
.serviceFtr {
padding: 0 0 0 23px;
}
.innerpage {
padding-top: 42px;
}
.innerpage .blogCover .contLft {
width: 100%;
}
.innerpage .blogCover .contRgt {
width: 100%;
padding-left: 0px;
}
.innerpage .innerCvr .qtForm {
width: 295px;
}
.innerpage .innerCvr .qtForm .qtTitl {
font-size: 23px;
}
.ftrTop {
padding: 0px 60px 20px;
}
.innerpage {
margin-top: 181px;
}
footer .ftrTop .ftrTitl::after {
left: 0;
right: 0px;
}
footer .ftrTop .social {

margin: 0px auto;
display: inline-block;
}
footer .ftrTop .social li {
width: auto;
float: none;
}
footer .ftrTop .social li a {
width: 0px;
overflow: hidden;
}
}
@media only screen and (max-width: 874px) {
header.aniPos .menu ul ul.sub-menu {
padding: 0px;
}
header .hdr-fst .logoRgt .hdrBtns.enquirenw a {
display: inline-block !important;
}
header {
padding: 24px 0 2px;
}
header .menuD {
float: right;
padding-top: 16px;
padding-right: 10px;
position: absolute;
top: 40px;
right: 0px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
header .logoRgt {
width: 100%;
float: inherit;
text-align: center;
display: inline-block;
}
header .logoRgt .hdrBtns {
float: inherit;
display: inline-block;
text-align: center;
padding-top: 16px;
width: auto;
}
header .hdr-fst .logoRgt .hdrBtns {
padding-top: 16px;
}
header .hdr-fst {
border-bottom: none;
}
section.innerpage .innerCvr {
width: 100%;
padding-right: 0px;
}
.banner {
margin-top: 189px;
}
header.aniPos .menuD {
top: 18px;
}
header.aniPos .hdr-fst .logoRgt .hdrBtns {
padding-top: 5px;
}
section.banner {
padding: 66px;
background-position: center bottom;
min-height: 954px;
background-size: 92%;
}
section.banner .bnr-Lft {
width: 100%;
}
section.banner .bnr-Lft .bnr-sub-text ul li {
max-width: 100%;
}
section.banner .bnr-Lft .bnr-sub-text p span {
max-width: 100%;
}
section.banner .bnr-frm {
display: none;
}
section.banner h1 {
font-size: 58px;
text-align: left;
}
.banner .bannerLft ul li span {
background-position: 0 6px;
}
section.serSec ul li {
width: 100%;
}
section.serSec ul li .servTitl {
padding-bottom: 40px;
}
section.serSec ul li .serSubtl {
display: none;
}
section.serSec ul li a {
width: 65%;
margin-bottom: 55px;
}
section.serSec a.vw-srv {
margin-top: 48px;
}
section.qlt-Nmb ul li {
width: 70%;
float: inherit;
margin: 0px auto;
margin-bottom: 20px;
}
section.dtls-sec-fst {
background-image: none;
}
section.dtls-sec-fst .dtls-cnt {
width: 100%;
padding: 0px 66px;
}
section.dtls-sec-scnd {
background-image: none;
}
section.dtls-sec-scnd .dtls-cnt {
width: 100%;
padding: 0px 66px;
}
section.tesM-sec::before {
display: none;
}
section.tesM-sec .ttl-Test {
width: 100%;
padding: 0px 82px;
}
section.tesM-sec .ttl-Test .tset-bx {
padding: 23px 7px 22px 7px;
}
section.tesM-sec .ttl-Test .tset-bx::before {
left: -70px;
}
section.tesM-sec .ttl-Test .tset-bx::after {
right: -70px;
}
footer .copyright .copy {
width: 100%;
}
footer .copyright .cmp-dvp {
width: 100%;
}
.contLft {
width: 100%;
}
.contLft .frm-sec {
width: 70%;
}
.contRgt {
width: 100%;
padding-left: 0px;
}
.innerpage h1 {
text-align: left;
}
}
@media only screen and (min-width: 300px) {
a.readmore {
display: inline-block;
text-align: center;
margin: 10px 0;
padding: 10px 38px 10px 15px;
width: 209px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 24px;
font-family: "Ubuntu";
background: #F7750E url(../images/submit-arrow.png) no-repeat 90% 50%;
}
a.readmore:hover {
background-color: #25414C;
color: #fff;
}
}
@media only screen and (max-width: 767px) {
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul li {
padding-left: 82px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul li::before {
width: 64px;
height: 51px;
}
.sclFtr {
width: 100%;
text-align: center;
margin-top: 26px;
}
footer .ftrTop .social li {
display: inline-block;
}
section.banner {
min-height: 800px;
background-size: 86%;
}
.innerpage {
margin-top: 180px;
min-height: 300px;
}
.innerpage .blogCover .contLft,
.innerpage .blogCover .contRgt {
width: 100%;
}
.innerpage .blogCover .contLft {
margin-bottom: 40px;
}
.innerpage .blogCover .contLft .blogShare {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: #fff;
z-index: 9;
padding: 8px 0;
}
.innerpage .blogCover .contLft .blogShare li {
float: left;
margin-right: 0;
width: 33.33%;
padding: 0 10px;
}
.innerpage .blogCover .contLft .blogShare li a {
padding: 1px 14px 1px 40px;
background-position: 7px 50%;
}
.innerpage .innerCvr .qtForm {
display: none;
}
.innerpage .innerCvr .qtForm.mobForm {
display: block;
width: 100%;
max-width: 350px;
margin: 0 auto;
float: none;
}
.innerpage .contactCvr .contnLft,
.innerpage .contactCvr .contMap {
width: 100%;
}
.innerpage .contactCvr .contnLft {
padding-right: 0;
padding-bottom: 20px;
}
.revContInn,
.revContInn p {
font-size: 15px;
line-height: 23px;
}
.homeSec2 {
padding-bottom: 20px;
}
.menuFtr,
.serviceFtr,
.cntactFtr {
width: 100%;
text-align: center;
padding: 0;
}
.menuFtr li {
width: 100%;
}
.phnBr,
.emlSec {
width: 100%;
text-align: center;
}

ul.addressScn li span,
ul.addressScn li a {
display: inline-block;
}
.social li {
display: inline-block;
float: none;
}
ul.social {
text-align: center;
}
.review {
padding: 35px 0;
}
.reviewBx {
margin: 0 auto;
max-width: 480px;
}
.revwCont {
width: 68%;
}
.revContInn {
overflow: hidden;
height: 144px;
margin-bottom: 7px;
}
.revwCont small {
font-family: "Ubuntu";
display: block;
padding: 0 0 7px;
}
.whychsBx {
margin: 0 auto;
max-width: 480px;
}
.whyChCont {
overflow: hidden;
height: auto;
}
header .logo {
background-size: 68px;
background-position: 0 center;
font-size: 27px;
}
header .logo span {
font-size: 14px;
}
header .logoRgt {
width: 100%;
}
header .hdrBtns {
padding-top: 31px;
}
.banner {
margin-top: 182px;
padding-bottom: 3px;
}
.banner h1 {
font-size: 25px;
line-height: 34px;
text-align: center;
padding-top: 47px;
}
.banner .bannerLft {
background: none;
width: 100%;
min-height: 420px;
}
.banner .bannerLft ul {
max-width: 100%;
background-size: 378px !important;
padding-bottom: 233px;
position: relative;
background: url(../images/banner-image.png) no-repeat 50% 100%;
}
.banner .bannerLft ul li {
text-align: center;
}
.banner .bannerLft ul li span {
display: inline-block;
}
.banner .banForm {
margin: 0 auto;
width: 100%;
display: block;
float: none;
clear: both;
}
.banner .banForm .qtTitl {
padding: 0 40px 41px;
font-size: 25px;
}
.banner .banForm .qtForm li {
margin-bottom: 7px;
}
.banner input[type="text"],
.banner input[type="tel"],
.banner input[type="phone"],
.banner input[type="email"] {
height: 45px;
}
.banner textarea {
height: 122px;
}
.hdrBtns {
padding: 70px 0 0;
width: 100%;
}
.hdrBtns li a {
font-family: "Ubuntu";
font-size: 22px;
}
.bannerLft h1 br {
display: none;
}
.homeSec1 {
padding: 30px 0;
}
.homeSec1 .welLeft {
margin: 15px 0;
width: 100%;
}
.homeSec1 .welRight {
width: 100%;
margin: 15px 0;
padding: 0;
text-align: center;
}
.homeSec2 li {
width: 50%;
padding: 0 5px 10px;
}
.homeSec2 li .servImg {
overflow: hidden;
height: 150px;
position: relative;
}
.homeSec2 li .servImg small {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #fff;
}
.homeSec3 {
background-image: url(../images/whychoose-bg-mobile.jpg) !important;
padding: 37px 0;
}
.homeSec3 h2 {
margin-bottom: 20px;
}
.banner .qtForm .qtTitl:before,
.banner .qtForm .qtTitl:after {
width: 28px;
background-size: 37px;
}
h2,
h3,
h4,
h5,
h6 {
font-size: 35px;
line-height: 40px;
}
.innerpage h1 {
    margin-top: 135px;
font-size: 35px;
line-height: 40px;
}
.innerpage h1:before {
width: 42px;
}
.innerpage .blogCover {
padding: 0px 0 0;
}
.innerpage .blogCover .contLft h2 {
text-transform: none;
line-height: 29px;
}
.innerpage .blogCover .contLft h2 small {
font-size: 15px;
line-height: 20px;
}
.innerpage .contactCvr .contnLft h2 {
text-transform: none;
line-height: 31px;
font-size: 24px;
color: #84c126;
}
.innerpage h2,
.innerpage h3,
.innerpage h4,
.innerpage h5,
.innerpage h6 {
font-size: 30px;
line-height: 35px;
margin-bottom: 10px;
}
section.banner {
padding: 40px;
}
footer {
padding: 50px 0 0px;
}
section.qlt-Nmb h2 {
font-size: 40px;
}
section.dtls-sec-fst {
padding-top: 72px;
}
section.dtls-sec-fst .dtls-cnt {
padding: 0px 40px;
}
section.dtls-sec-fst .dtls-cnt p {
padding-top: 6px;
}
section.dtls-sec-scnd {
padding-top: 72px;
}
section.dtls-sec-scnd .dtls-cnt {
padding: 0px 40px;
}
section.dtls-sec-scnd .dtls-cnt p {
padding-top: 6px;
}
.contLft .frm-sec {
width: 100%;
}
section.banner h1 {
font-size: 50px;
}
section.qlt-Nmb h2 {
font-size: 38px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt h3 {
font-size: 36px;
}
}
@media only screen and (max-width: 479px) {
.popup_content {
width: 98%;
}
footer .ftrTop .social li a {
padding-left: 28px;
}
.phnBr a {
font-size: 18px;
}
.emlSec a {
font-size: 18px;
}
.heading {
font-size: 30px;
margin-bottom: 12px;
}
.aniPos .menu {
top: 130px;
}
a.readmore {
font-size: 20px;
padding: 8px 38px 8px 15px;
width: 181px;
}
.banner .bannerLft ul li span {
font-size: 15px;
}
.banner h1 {
font-size: 21px;
text-align: center;
padding-top: 13px;
line-height: 26px;
}
.reviewImg {
width: 95px;
height: 95px;
}
.homeSec2 li {
width: 100%;
padding: 0 5px 10px;
}
.homeSec2 li .servImg {
overflow: hidden;
height: auto;
}
header {
padding: 21px 0 2px;
}
header .hdr-fst .logo .lg-Img {
width: 48px;
}
header .hdr-fst .logo span {
font-size: 20px;
padding-top: 18px;
}
header .hdr-fst .logo small {
font-size: 20px;
}
section.banner {
padding: 20px 0px;
}
section.banner h1 {
font-size: 36px;
text-align: left;
padding-top: 20px;
}
section.qlt-Nmb ul li {
width: 92%;
}
section.dtls-sec-fst .dtls-cnt {
padding: 0px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
width: 35px;
}
a.menu-link {
width: 35px;
}
header .menuD {
top: 22px;
}
header .hdr-fst .logoRgt .hdrBtns a {
font-size: 16px;
border-radius: 5px;
line-height: 20px;
background-size: 23px;
padding: 3px 10px 3px 35px;
}
header .hdr-fst .logoRgt .hdrBtns.enquirenw a {
background-size: 19px;
padding: 3px 26px 3px 10px;
background-position: 99% 50%;
}
header.aniPos .hdr-fst .logo span {
font-size: 20px;
padding-top: 17px;
}
header.aniPos .hdr-fst .logo small {
font-size: 20px;
}
header.aniPos .hdr-fst .logo .lg-Img {
width: 48px;
}
.banner {
margin-top: 128px;
}
section.banner {
min-height: 568px;
}
section.banner .bnr-Lft .bnr-sub-text p span {
font-size: 22px;
line-height: 28px;
}
section.banner .bnr-Lft .bnr-sub-text ul li {
font-size: 20px;
line-height: 24px;
}
section.serSec ul li .servTitl {
font-size: 32px;
line-height: 38px;
}
section.serSec ul li span {
font-size: 20px;
padding: 3px 32px 3px 19px;
background-size: 22px;
width: 160px;
}
section.serSec a.vw-srv {
font-size: 24px;
margin-top: 15px;
}
section.qlt-Nmb h2 {
font-size: 26px;
line-height: 36px;
}
section.qlt-Nmb ul li .qul-Dvhd {
font-size: 30px;
padding: 39px 0px 28px;
}
section.qlt-Nmb ul li .qul-Subt {
font-size: 26px;
line-height: 32px;
min-height: 140px;
}
section.dtls-sec-fst .dtls-cnt h2 {
font-size: 24px;
line-height: 31px;
}
section.dtls-sec-fst .dtls-cnt p {
font-size: 18px;
line-height: 28px;
}
section.dtls-sec-scnd .dtls-cnt {
padding: 0px 0px;
}
section.dtls-sec-scnd .dtls-cnt h2 {
font-size: 24px;
line-height: 31px;
}
section.dtls-sec-scnd .dtls-cnt p {
font-size: 18px;
line-height: 28px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt h3 {
font-size: 30px;
}
.wyChs-frm-sec .wyChs-frm-bx {
padding: 8px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul {
padding-top: 6px;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul li::before {
width: 39px;
height: 34px;
background-size: 90%;
}
.wyChs-frm-sec .wyChs-frm-bx .wyChs-dvt ul li {
padding-left: 58px;
font-size: 18px;
line-height: 28px;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt h3 {
font-size: 28px;
line-height: 35px;
}
.wyChs-frm-sec .wyChs-frm-bx .frM-scd-dvt {
width: 100%;
}
section.tesM-sec .ttl-Test {
padding: 0px 31px;
}
section.tesM-sec .ttl-Test h3 {
font-size: 28px;
line-height: 34px;
}
section.tesM-sec .ttl-Test .tset-bx p {
font-size: 18px;
line-height: 28px;
}
section.tesM-sec .ttl-Test .tset-bx {
padding: 0px 7px 22px 7px;
}
section.tesM-sec {
padding: 59px 0px 64px;
}
section.tesM-sec .ttl-Test .tset-bx span {
font-size: 22px;
}
footer .ftrTop .cntactFtr .ftr-Logo span {
font-size: 25px;
padding-left: 0px;
padding-top: 6px;
text-align: center;
line-height: 25px;
}
footer .ftrTop .cntactFtr .ftr-Logo span small {
font-size: 18px;
}
.ftrTop {
padding: 0px 0px 20px;
}
.addressScn li span,
.addressScn li a {
font-size: 18px;
}
footer .menuFtr li a,
footer .serviceFtr li a {
font-size: 18px;
}
footer .ftrTitl {
font-size: 22px;
padding-bottom: 8px;
}
footer .copyright .copy {
font-size: 11px;
}
footer .copyright .cmp-dvp {
font-size: 11px;
}
footer .copyright .cmp-dvp a {
font-size: 11px;
padding-right: 24px;
background-size: 15px;
}
.menu {
top: 105px;
}
.innerpage {
margin-top: 122px;
}
.contLft span.cnt-tlt {
font-size: 25px;
}
.contLft ul li a,
.contLft ul li span {
display: block;
}
section.tesM-sec .ttl-Test .tset-bx::before {
width: 40px;
height: 50px;
top: -6px;
background-size: 100%;
left: -37px;
}
section.tesM-sec .ttl-Test .tset-bx::after {
width: 40px;
height: 50px;
background-size: 100%;
right: -37px;
bottom: 22px;
}
}
@media only screen and (max-width: 431px) {
.hdrBtns li a {
font-size: 18px;
}
}
@media only screen and (max-width: 359px) {
header .hdr-fst .logo .lg-Img {
width: 45px;
}
header .hdr-fst .logo span {
padding-left: 3px;
font-size: 19px;
}
header .hdr-fst .logo small {
font-size: 19px;
}
header.aniPos .hdr-fst .logo .lg-Img {
width: 45px;
}
header.aniPos .hdr-fst .logo span {
padding-left: 3px;
font-size: 19px;
}
header.aniPos .hdr-fst .logo small {
font-size: 19px;
}
header .hdr-fst .logoRgt .hdrBtns a {
font-size: 15px;
}
.banner {
margin-top: 123px;
}
.hdrBtns li a {
font-size: 15px;
}
.revwCont {
width: 67%;
}
.banner h1 {
font-size: 18px;
}
}
@media only screen and (max-width: 359px) {
footer .copyright .copy {
font-size: 9px;
}
footer .copyright .cmp-dvp {
font-size: 9px;
}
footer .copyright .cmp-dvp a {
font-size: 9px;
}
}

.innerCvr ul li {
background: url(https://www.citymastercashforcar.com.au/wp-content/themes/citymastercashforcar/images/arrow-icon.png)
no-repeat left top;
padding: 0px 0px 20px 40px;
margin: 0;
}
.bullet li {
background: url(https://www.citymastercashforcar.com.au/wp-content/themes/citymastercashforcar/images/arrow-icon.png)
no-repeat left top;
padding: 0px 0px 20px 40px;
margin: 0;
}
.bullet-white li {
background: url(https://www.citymastercashforcar.com.au/wp-content/themes/citymastercashforcar/images/arrow-icon-white.png)
no-repeat left top;
padding: 0px 0px 20px 40px;
margin: 0;
}
img.alignright {
float: right;
margin: 0 0 1em 1em;
}
img.alignleft {
float: left;
margin: 0 1em 1em 0;
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.submit-button span {
color: #ffffff !important;
}
.checklist li {
    line-height: 1.5em;
    padding: 0 0 0 6%;
    padding-bottom: 5px!important;
    background: url(https://www.citymastercashforcar.com.au/wp-content/themes/citymastercashforcar/images/check-icon.png) left 7px no-repeat;
    background-size: 15px auto;
}
.checklist-white li {
    line-height: 1.5em;
    padding: 0 0 0 6%;
    padding-bottom: 5px!important;
    background: url(https://www.citymastercashforcar.com.au/wp-content/themes/citymastercashforcar/images/check-icon-white.png) left 7px no-repeat;
    background-size: 15px auto;
}
.page_title{text-align:center;}
.white{color:#ffffff!important;}
.white li{color:#ffffff!important;}
.white li a{color:#ffffff!important;}
#adbanner .innerpage h1{color:#ffffff!important;}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wid-100{width:100%!important}
.wid-100 ul li:before{content:"\2713";}
.wid-100 ul li:before {
    content: "\2713";
    padding: 5px;
    color: #25414C;
    font-size: 26px;
    font-weight: 700;
}
.wid-100 ul li{text-align:left !important;}
.size-get .form-cover .form-page-content .heading-cover div.bold-true span{font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
}
.size-home .fc-form .form-page-content .bold-true span{margin-top: 15px;}
.size-home .fc-form .form-page-content .submit-button span{font-size:20px!important;}
.size-home .fc-form .form-page-content .checkbox-cover.field-cover span{font-size:16px!important; color:#000000!important; font-weight:400!important; }
html .formcraft-css .fc-form .form-page-content .form-element-type-customText:first-child .customText-cover, html .formcraft-css .fc-form .form-page-content .form-element-type-heading:first-child .heading-cover {
    padding-bottom: 0.5em!important;
}
.fc-form span{
    color:#000;
    font-weight:700;
    font-size:1.5rem;
}
body {
    font-size: 115%;
    line-height: 1.6;
}
.innerpage p {
    text-align: justify;
    text-justify: inter-word;
}
.align-center{text-align:center!important;}
.vc_toggle .vc_toggle_title h4{
    font-size: 22px;
    line-height: 25px;
}
@media screen and (max-width: 600px) {
    .page_title{margin-top: 160px;}
    .mrg-top-198{margin-top: 160px!important;}
    .innerpage{
        padding-top: 0px;
        margin-top: 0px;
    }
    section.innerpage .inner-Rgt {
    width: 100%;
}
.wp-image-104, .wp-image-118 {
    height: auto;
    width: 100%;
}
.wpb_wrapper h1 {
    font-size:30px!important;
}
.page_title h1 {
    font-size:30px!important;
}
.innerpage p {
    text-align: initial;
    text-justify: none;
}
.innerpage a{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-underline-position: under;
  -ms-text-underline-position: below;
  text-underline-position: under; 
}
.logoRgt {
padding-top: 0px;
}
}



