* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body.site.com_content.view-featured.no-layout.no-task {
    background-color: #ffffff !important;
}

body.site {
    border-top: none !important;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behaivour: scroll;
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

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

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 0.5cm;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    margin: 0;
    font-family: 'inter';
    font-size: 16px;
    line-height: 28px;
    color: #0F0F0F !important;
    background-color: #fff !important;
    font-weight: 500;
}

a {
    color: #005e8d;
    text-decoration: none;
}


p {
    margin: 0 0 9px;
}


.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 9px 0;
    font-family: 'Raleway' !important;
    font-weight: bold;
    line-height: 18px;
    color: #0F0F0F;
    text-rendering: optimizelegibility;

}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #000;
}

h1,
h2,
h3 {
    line-height: 36px;
}

h1 {
    font-size: 35.75px;
}

h2 {
    font-size: 29.25px;
}

h3 {
    font-size: 22.75px;
}

h4 {
    font-size: 16.25px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 11.05px;
}





ul,
ol {
    padding: 0;
    margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 1.6;
}




hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}


form {
    margin: 0 0 18px;
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 13.5px;
    color: #000;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

input,
button,
select,
textarea {
    font-family: 'Inter';
}

label {
    display: block;
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 4px 6px;
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}

input,
textarea,
.uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 28px;
    *margin-top: 4px;
    line-height: 28px;
}

select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
    color: #000;
    background-color: #fcfcfc;
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.radio,
.checkbox {
    min-height: 18px;
    padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input,
textarea,
.uneditable-input {
    margin-left: 0;
}

.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
}

.controls-row {
    *zoom: 1;
}

.controls-row:before,
.controls-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.controls-row:after {
    clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
    padding: 17px 20px 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1;
}

.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-actions:after {
    clear: both;
}

.help-block,
.help-inline {
    color: #595959;
}

.help-block {
    display: block;
    margin-bottom: 9px;
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}


.accordion {
    margin-bottom: 18px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}


@media (max-width: 767px) {


    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto;
    }

    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0;
    }
}

.width-10 {
    width: 10px;
}

.width-20 {
    width: 20px;
}

.width-30 {
    width: 30px;
}

.width-40 {
    width: 40px;
}

.width-50 {
    width: 50px;
}

.width-60 {
    width: 60px;
}

.width-70 {
    width: 70px;
}

.width-80 {
    width: 80px;
}

.width-90 {
    width: 90px;
}

.width-100 {
    width: 100px;
}

.height-10 {
    height: 10px;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.height-60 {
    height: 60px;
}

.height-70 {
    height: 70px;
}

.height-80 {
    height: 80px;
}

.height-90 {
    height: 90px;
}

.height-100 {
    height: 100px;
}

hr.hr-condensed {
    margin: 10px 0;
}


.input-prepend>.add-on,
.input-append>.add-on {
    vertical-align: top;
}

.input-prepend .chzn-container-single .chzn-single {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-prepend .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.input-append .chzn-container-single .chzn-single {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-append .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.offs {
    background: url(../images/slide2.jpeg);
    width: 100%;
    float: left;
}

.tr-image {
    width: 102px;
    margin: auto;
    padding-top: 20px;
}

.col-md-12.col-sm-12.top-b {
    background-color: #b80000;
}


h2.acwt_title {
    font-size: 25px;
}

p.sya_sh {
    font-size: 18px;
    font-weight: 600;
}

.btns_cvr {
    margin: 40px 0 14px;
}

.btns_cvr a {
    cursor: pointer;
}

.btns_cvr a {
    background-color: #b80000;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px;
}

.tbww {
    padding: 50px 0;
}

.tcoupar {
    margin-top: 30px !important;
    max-width: 1025px;
    margin: auto;
}

.coupwraps {
    padding: 30px;
    border: 2px dashed #eee;
}

.coupwraps h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px;
    padding: 0;
}

.cpn__ a {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    color: #b80000;
}

.sdcsc {
    padding: 50px 0;
    background-color: #fdfdfd;
}

div#k2Container {
    text-align: center;
    margin: 0 auto;
    max-width: 1920px;
}

h2.eaa-plan1.align_center,
h3.eaa-plan1.align_center {
    margin-bottom: 20px;
}

h3.eaa-plan1.align_center {
    margin-top: 12px;
}

h2.eaa-plan1.align_center.mbts,
h3.eaa-plan1.align_center.mbts {
    margin-top: 30px;
}

.md4I.str__sez {
    background-image: linear-gradient(to right top, #59bde8, #38a5dc, #198ccf, #0673c0, #1659ae, #454aa5, #603797, #751c83, #98006d, #af0050, #ba002e, #b80000);
}

.str__section_in {
    padding: 50px 0;
}

.str__section_in h2 {
    color: #fff;
}

.align_center {
    text-align: center;
}

.eafs_btnsar {
    margin-top: 40px;
    margin-bottom: 10px;
}

.eafs_btnsar a {
    background-image: linear-gradient(to left, #59bde8, #38a5dc, #198ccf, #0673c0, #1659ae, #454aa5, #603797, #751c83, #98006d, #af0050, #ba002e, #b80000);
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 4px;
    text-transform: uppercase;
}

.ceafs__section {
    padding: 60px 0;
}

.btns_cvr a i {
    margin-right: 5px;
}

.sspd h2,
.sspd p,
.sspd ul li {
    text-align: left;
}

div#k2Container p.mt_subtxt {
    margin-bottom: 20px;
    font-size: 25px;
    color: #074270;
}

.ceafs_main {
    margin-bottom: 10px;
    color: #000;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.4;
    text-align: center;
    margin: 0px 0px 15px;
}

.eafs_title {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 15px 0px 10px;
}

div.itemFullText h3 {
    margin: 0;
    padding: 16px 0 4px 0;
}

.eafs__inner h3 {
    line-height: 1.5;
    color: #b80000;
    min-height: 54px;
    font-size: 18px;
}

.btns_cvr a:hover,
.eafs_btnsar a:hover {
    color: #fff;
    text-decoration: none;
}

.favailable a:hover,
.favailable a:focus,
.favailable a:active {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;

}

.eafs_btnsar a:hover,
.eafs_btnsar a:focus,
.eafs_btnsar a:active,
.favailable a:hover,
.favailable a:focus,
.favailable a:active {
    background-image: linear-gradient(to right, #59bde8, #38a5dc, #198ccf, #0673c0, #1659ae, #454aa5, #603797, #751c83, #98006d, #af0050, #ba002e, #b80000) !important;
}

.str__section_in p {
    color: #fff !important;
}

.copyright {
    background-color: #2c3691;
    padding: 7px 0px 7px;
}

.copyright p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

i.fa.fa-facebook,
i.fa.fa-google,
i.fa.fa-instagram,
i.fa {
    background-color: #ec1f27;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: auto 3px;
    width: 35px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ec1f27;
}

i.fa.fa-facebook:hover,
i.fa.fa-google:hover,
i.fa.fa-instagram:hover,
i.fa:hover {
    background-color: #fff;
    color: #ec1f27;
    border: 1px solid transparent;

}

ul.ftlinks {
    margin: 0;
    text-align: center;
    padding: 0;
}

ul.ftlinks li {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin: 0 5px;
}

ul.flfca {
    margin: 0;
    text-align: center;
}

ul.flfca li {
    display: inline-block;
    margin: 0px 2px;
    line-height: 0;
}

ul.flfca li a {
    font-size: 30px;
    color: #fff;
}

ul.flfca li a:hover,
ul.flfca li a:focus {
    color: #57beeb;
}

ul.ftlinks li a {
    color: #fff;
}

ul.ftlinks li a:hover {
    color: #fff;
    text-decoration: none;
}

.uder-ft-heading {
    width: 53px;
    border-top: 3px solid #ec1f27;
    margin: 15px 0px 15px;
    border-bottom: none;
}

.footer-content {
    padding: 50px 0px 0px;
    width: 100%;
    float: left;
}


.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.footer .logo {
    margin: 0px 0px 19px;
}

.ft-menu {
    border-bottom: 1px solid #c5bebe;
}

.paymentsec {
    text-align: center;
    padding: 20px 30px;
}

.paymentsec h2.footer-heading {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 9px;
    float: left;
    margin-left: 5%;
}

a.fan-av {
    font-size: 18px;
    margin-left: 25px;
    text-decoration: underline;
}

footer.footer a {
    color: #ffffff;
}

footer.footer a:hover {
    color: #ffffff;
}

.address .footer-heading {
    font-size: 18px;
    margin: 10px 0 8px;
}

.footer-heading {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
}

.add {
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    line-height: 1.5;
}

p.tf__par {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.emg-service p {
    color: #fff;
    margin: 15px 0px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.telp a {
    font-size: 30px;
    color: #fff;
}

.link ul {
    margin-left: 0;
}

.link ul li {
    line-height: 2;
}

.qucik-link ul li {
    list-style: none;
}

.qucik-link ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.favailable {
    margin: 30px 0;
}

.favailable a {
    background-color: #074270;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
    background-image: linear-gradient(to left, #59bde8, #38a5dc, #198ccf, #0673c0, #1659ae, #454aa5, #603797, #751c83, #98006d, #af0050, #ba002e, #b80000);
}

.favailable a:hover,
.favailable a:focus {
    text-decoration: none;
    color: #fff !important;
}

.eafs__inner p {
    font-size: 16px;
    line-height: 1.6 !important;
    color: #000;
    min-height: 75px;
}

.sbtmos {
    padding: 50px 0 20px;
}

.wrap {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 100px;
}

.eb-entry {
    margin: 0 auto;
    max-width: 1920px;
    padding: 10px 100px;
}

.fa-phone:before {
    content: "\f095";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.ceafs__section_row {
    padding-top: 50px;
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

/* maintenamce page ---*/
.exaaplan {
    width: 100%;
    float: left;
    padding: 0 0 65px;
    margin-top: -80px;
}

.exaaplan img {
    box-shadow: -10px -10px 0px #b80000;
}

.mnp-xap img {
    margin-top: 30px;
}

.mnp-page img {
    width: 90%;
}

.eaa-plan {
    color: #b80000;
    font-size: 35px;
    line-height: 1.1;
    margin: 0;
}

ul.eap-list li {
    font-size: 18px;
    color: #555;
    margin: 10px 0px;
}

.jt-btn-dv {
    margin: 50px 0px 0px;
}

a.price-br {
    margin-right: 20px;
    background-color: #b80000 !important;
}

.jt-btn-dv a {
    background-color: #59bde8;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
}

.jt-btn-dv a:hover,
.jt-btn-dv a:focus,
.jt-btn-dv a:active {
    background-color: #b80000;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    outline-offset: none !important;
}

.icowrap {
    background-image: url(../images/svgbg.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
    width: 100%;
    float: left;
    text-align: center;
}

.icoclr {
    width: 100%;
    float: left;
    background-color: rgb(247, 247, 247, .95);
    padding: 50px 0;
}

span.pr-image img {
    max-width: 100px;
}

h3.pr-primary {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 15px;
}

span.x-text-content-text-subheadline {
    color: #074270;
    font-size: 11px;
    display: block;
    text-align: left;
}

hr.pr-line {
    border-top: 2px solid #a9a9a9;
    width: 80%;
    margin: 20px auto;
    box-sizing: content-box;
    height: 0;
}

p.pr-primary {
    text-align: center !important;
    font-weight: 600;
    margin-bottom: 0px;
}

span.pr-subheadline {
    font-size: 50px;
    color: #b80000;
}

h2.en-title {
    font-size: 35pX;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.formbgcolor p {
    text-align: center !important;
    color: #fff;
    font-size: 25px;
    font-weight: 100;
    margin-bottom: 40px;
}

.formbgcolor p {
    text-align: center !important;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 100;
    margin-bottom: 40px;
}


#rsform_11_page_0 .uk-form-controls.formControls,
#rsform_13_page_0 .uk-form-controls.formControls {
    margin-left: 0;
    text-align: left;
    margin: 0;
}

#rsform_11_page_0 button,
#rsform_13_page_0 button {
    font-weight: 600;
    margin: auto;
    float: none;
    border: 1px solid #ec1f27 !important;
    text-transform: uppercase;
    background-color: #ec1f27;
    color: #ffffff;
    background-image: none;
    font-size: 16px;
    padding: 13px 35px;
    margin-top: 30px;
}

#rsform_11_page_0 button:hover,
#rsform_11_page_0 button:focus,
#rsform_11_page_0 button:active,
#rsform_13_page_0 button:hover,
#rsform_13_page_0 button:focus,
#rsform_13_page_0 button:active {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}

.form-horizontal .controls {
    margin-left: 0px;
}

label.uk-form-label.control-label.formControlLabel {
    float: none;
    width: 100%;
    text-align: left;
    padding-top: 0;
}

.uk-form-horizontal .uk-form-controls {
    margin-left: 0px !important;
}

#rsform_11_page_0,
#rsform_13_page_0 {
    box-shadow: rgba(50, 50, 93, .2) 0px 6px 12px -2px, rgb(0, 0, 0, .3) 0px 3px 7px -3px;
    padding: 50px 20px;
    background-color: #fff;
    min-inline-size: auto;
}

.uk-form input[type=radio],
.uk-form input[type=checkbox] {
    display: inline-block;
    height: 14px !important;
    width: 14px !important;
    border: 1px solid #aaa;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
    margin-right: 5px !important;
}

.rsform-block-requested {
    font-size: 20px;
    text-align: center;
}

input#txtjQcal6_0 {
    width: 95% !important;
}

input#btnjQ6_0 {
    width: 5% !important;
    margin-top: -10px;
}

input.rsform-submit-button.btn.btn-primary {
    font-weight: 600;
    margin: auto;
    float: none;
    border: 1px solid #ec1f27 !important;
    text-transform: uppercase;
    background-color: #ec1f27;
    background-image: none;
    font-size: 16px;
    padding: 13px 35px;
    margin-top: 30px;
}

.subtxt {
    text-transform: uppercase;
    color: #b80000 !important;
    font-size: 18px !important;
}

.align-center {
    text-align: center;
}

.mt {
    font-family: Inter !important;
}

.co_box a {
    color: #000 !important;
}

.co_box a:hover {
    color: #b80000 !important;
}

.testimonials-body h1.inner-page-title {
    display: none;
}

.testimonials-body {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 50px;
}

.contact-info_ed5 {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-left: 5px solid #ddd;
    border-right: 5px solid #ddd;
    margin-top: 50px;
}

.page-title-bg {
    background-color: #59bde8;
    background-image: url(../images/acrsv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title-grd {
    background-color: rgba(27, 33, 35, .4);
}

p.botmline1 {
    width: 90px;
    border-top: 5px solid #b80000;
    margin: 14px auto !important;
}

.page-title-bg h1 {
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.co_box {
    text-align: center;
}

.custmaintenancebn {
    opacity: 1;
    background-position: 50% 50%;
    background-image: url(../images/house-fade.png);
    background-size: cover;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    text-align: center;
}

.wrap-bn {
    padding: 80px 20px 120px
}

.slider-info img {
    border-radius: 30px;
    background-color: #fff;
    padding: 10px;
}

.b2b-location-basic-info img {
    background-color: #fff;
    padding: 10px;
}

span.cl-b {
    color: #59bde8;
}

h1.slidertitle {
    color: #b80000;
    font-size: 54px;
    text-shadow: none;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.slidersubtext {
    color: #000;
    font-size: 24px;
    text-shadow: none;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
    word-spacing: normal;
    text-transform: none;
    padding: 0.5em 5em 0.5em 5em;
}

p.agreetext1 {
    text-align: center !important;
    padding: 30px;
}

p.agreetext2 {
    text-align: center !important;
    padding: 30px 30px 0 30px;
}

.navigation .nav li ul li {
    width: 100% !important;
    border-top: 1px dashed #e2e2e2 !important;
}

ul.nav-child.unstyled.small.li {
    width: 100% !important;
    border-top: 1px dashed #e2e2e2 !important;
}

ul.nav-child.unstyled.small li a:active {
    background-color: rgb(59, 167, 177, .5) !important;
}

ul.nav-child.unstyled.small li a {
    background-color: #2c3691 !important;
}

ul.nav-child.unstyled.small li a:hover {
    background-image: none;
    background-color: #ec1f27 !important;
}

.myNav ul li a:hover {
    color: #fff !important;
}

p.telp a:hover {
    color: #fff;
    text-decoration: none;
}

.customcalltoaction h2.ceafs_main.align_center {
    font-weight: 400;
}

.customcalltoaction p.ceafs_td.align_center {
    max-width: 729px;
    margin: auto;
    font-size: 20px;
}

.moduletablecalltoaction p.botmline1.mb0 {
    border-top: 5px solid #fff;
}

.left {
    width: 20% !important;
}

.right {
    width: 75% !important;
}

.service-t a {
    font-size: 25px;
    line-height: 0px;
    margin-left: 10px;
    color: #ec1f27;
}

span.service-t {
    float: left;
}

.col-md-4.col-sm-4.header-inner.clearfix.menu_left.logo {
    padding: 0;
}

.col-md-6.col-sm-6.service-t {
    padding: 0;
}

.service-t img {
    margin-bottom: -32px;
}

span.btnstwo {
    float: right;
}

span.ph-sub {
    font-size: 14px;
    color: #000;
}

.col-sm-6.btnstwo {
    text-align: right;
    padding: 0;
}

.col-md-8.col-sm-8.btnsec {
    text-align: right;
    padding: 15px 0 30px;
}

.col-md-5.col-sm-5.service-t {
    margin-top: -10px;
}

.custommobilerow {
    display: none;
    padding: 5px 0px;
}

.e8276-1.x-bar {
    height: 3.5em;
    z-index: 0008;
}

.x-bar,
.x-bar-scroll,
.x-bar-scroll-outer,
.x-bar-scroll-inner,
.x-bar-content,
.x-bar-container {
    min-width: 1px;
}

.e8276-3.x-text,
.e8276-5.x-text,
.e8276-14.x-text,
.e8276-15.x-text {
    padding: 0em;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
}

.e8276-3.x-text,
.e8276-5.x-text,
.e8276-5.x-text .x-graphic {
    margin: 0em 0.5em 0em 0em;
}

.e8276-3.x-text .x-text-content,
.e8276-5.x-text .x-text-content,
.e8276-14.x-text .x-text-content,
.e8276-15.x-text .x-text-content {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.x-graphic {
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
    float: left;
}

img.finance_img {
    margin-top: -8px;
}

.x-text-content-text,
.x-text-content-text-primary,
.x-text-content-text-subheadline {
    display: block;
    color: #fff;
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
    font-size: 40px;
    color: #fff;
}

.fa-clock-o:before {
    content: "\f017";
    font-size: 35px;
    color: #fff;
}

.x-text-content-text,
.x-text-content-text-primary,
.x-text-content-text-subheadline {
    display: block;
    color: #fff;
}

.e8276-3.x-text .x-text-content-text-subheadline,
.e8276-5.x-text .x-text-content-text-subheadline {
    color: rgba(255, 255, 255, 0.9);
}

.e8276-7.x-anchor .x-graphic,
.e8276-9.x-anchor .x-graphic {
    margin: 3px 5px 0px 0px;
}

span.x-anchor-text-secondary {
    font-size: 11px;
    font-weight: 600;
}

.custom.trow p {
    margin-bottom: 0px;
}

.e8276-3.x-text .x-graphic,
.e8276-5.x-text .x-graphic {
    margin: 0em 0.5em 0em 0em;
}

.e8276-1.x-bar {
    height: 3.5em;
    z-index: 0008;
}

.x-text {
    min-width: 163px;
}

.x-text-headline {
    position: relative;
}

.hed {
    width: 28%;
    float: left;
}

.x-bar-container {
    display: flex;
    position: relative;
    z-index: 1;
}

.hed2 {
    width: 36%;
    float: left;
}

.hed3 {
    width: 32%;
    float: left;
}

.x-text-content-text {
    flex-grow: 1;
    min-width: 1px;
    max-width: 100%;
}

.x-anchor,
.x-anchor-text-primary,
.x-anchor-text-secondary,
.x-anchor-sub-indicator {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.service-t a:hover {
    text-decoration: none;
}

.btnone a {
    min-width: 115px;
    border: 1px solid #ec1f27;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    margin: 20px 10px;
    background-color: #ec1f27;
    color: #fff;
    text-transform: uppercase;
}

.btnone a:hover {
    background-color: transparent;
    color: #ec1f27;
    text-decoration: none;
}

.btnstwo2 a:first-child:hover {
    background-color: transparent;
    color: #ec1f27;
    text-decoration: none;
}

.btnstwo2 a:first-child:hover {
    background-color: transparent;
    color: #ec1f27;
    text-decoration: none;
}

.btnstwo a:first-child:hover {
    background-color: #ec1f27;
    color: #fff;
    text-decoration: none;
}

.btnstwo a:last-child {
    background-color: #ec1f27;
    color: #fff;
}

.btnstwo2 a:first-child {
    background-color: #ec1f27;
    color: #fff;
}

.col-md-7.col-sm-7.btnstwo {
    padding: 0;
}

.btnstwo2 a:first-child:hover {
    background-color: transparent;
    color: #ec1f27;
    text-decoration: none;
}

.btnstwo2 a:last-child {
    background-color: #transparent;
    color: #ec1f27;
}

.btnstwo2 a:last-child:hover {
    background-color: #ec1f27;
    color: #fff;
    text-decoration: none;
}

.btnstwo a {
    min-width: 115px;
    border: 1px solid #ec1f27;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 30px;
    margin: 0 10px;
    color: #ec1f27;
    text-transform: uppercase;
    font-size: 14px;
}

.btnstwo2 a {
    min-width: 115px;
    border: 1px solid #ec1f27;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    margin: 0 10px;
    color: #ec1f27;
    text-transform: uppercase;
}

.btnstwo a i {
    margin-right: 5px;
}

.btnstwo2 {
    margin-top: 30px;
}

.btnstwo a:last-child:hover {
    background-color: transparent;
    color: #ec1f27;
    text-decoration: none;
}

.topbar {
    padding: 20px 0;
}

.nav-collapse {
    float: none;
    text-align: center;
    background-color: #2c3691;
}

.eb-mod.mod-items-grid.clearfix {
    /*margin: 0 auto !important;*/
    max-width: 1920px !important;
    padding: 180px 100px 40px !important;
}

#eb .reset-heading {
    text-align: center;
    font-size: 33px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 600;
}

#eb .eb-entry-article img {
    margin-bottom: 20px;
}

#content {
    margin-left: 0px;
    z-index: 0;
    float: unset;
}

.header {
    z-index: 000000;
}

.moduletableh-banner {
    z-index: 1;
}

.banner_mn {
    background-image: url(../../../images/homebaner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.top-brand img {
    width: 368px;
}

.bn_inner {
    background-color: rgba(0, 0, 0, .5);
    padding: 150px 0;
    padding-top: 60px;
}

p.bn_topl {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;

    font-weight: 600;
}

h1.bn_title {
    margin: 0;
    color: #ffffff;
    line-height: 1.3;
    font-size: 47px;
    margin-bottom: 15px;

    font-weight: 800;
}

p.bn_dtx {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    max-width: 750px;
    font-weight: 400;
}

.bn_btn {
    margin: 40px 0 12px;
}

.bn-offer {
    text-align: right;
    left: 74%;
    margin-bottom: -69px;
}

.bn_btn a {
    background-color: #ec1f27;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 25px;
    color: #fff;
    border-radius: 30px;

    text-decoration: none;
    border: 1px solid #ec1f27;
}

.bn_btn a:hover {
    background-color: #fff;
    color: #ec1f27;
    border: 1px solid #ec1f27;
    text-decoration: none;
}

.bniconsec {
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    margin-top: -70px;
    background-color: #fff;
    z-index: 00000000000099;
}

.bniconsec .col-md-4.col-sm-4 {
    padding: 0;
}

.sirw__inner {
    background-color: #fff;
    padding: 30px;
    position: relative;
}

.sirw__img {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -30px;
}

.sirw__txt {
    padding-left: 100px;
}

.sirw__txt p {
    font-size: 18px;
    margin-bottom: 0;

    font-weight: 600;
}

.col-md-4.col-sm-4.mid-sec {
    border-left: 1px solid #f1e9e9;
    border-right: 1px solid #f1e9e9;
}

.customfe-ser {
    background-image: url(../../../images/feature-ser-bg-c.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -50px top;
    padding: 60px 0;
    max-width: 1920px;
    margin: 20px auto 0;
}

h2.mod__title,
h1.mod__title {

    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 15px;
    /*font-weight: 600;*/
}

.service-t span.call-n {
    display: block;
    margin-top: 16px;
}

h2.mod__title span,
h1.mod__title span {

    color: #2c3691;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    /*position: absolute;*/
}

span.text-tran.cl-b {
    position: relative;
}

.customfe-ser img,
.customwelcome-to img {
    box-shadow: -2px 6px 20px 12px rgba(202, 197, 197, .4);
}

p.fe-im-titile {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0px;
}

.text-center {
    text-align: center;
}

.col-md-6.wwa_right {
    float: right;
    max-width: 537px;
}

.col-md-6.wwa_left {
    max-width: 512px;
}

.customspecial-offers {
    background-image: url(../../../images/offer-bg-h.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 60px 0;
    max-width: 1920px;
    margin: auto;

}

.offer-btn {
    margin-top: 35px;
}

.cup-bg1 {
    background-image: url(../../../images/cupon1-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;

}

.cup-bg2 {
    background-image: url(../../../images/cupon2-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
}

.cup-bg3 {
    background-image: url(../../../images/cupon3-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
}

.cup-bg4 {
    background-image: url(../../../images/cupon41.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
}

.cup-bg5 {
    background-image: url(../../../images/cupon5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px;
}

.cup-pd {
    border: 1px dashed #fff;
    color: #fff !important;
    text-align: center;
    padding: 20px;
    min-height: 380px;
}

.cl-w {
    color: #fff !important;
}

.cl-b {
    color: #000 !important;
}

.cl-r {
    color: #ec1f27 !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pdb0 {
    padding-bottom: 0px !important;
}

.cupon-bdr {
    border: 2px dashed #000;
}

.text-right {
    text-align: right;
}

.offer-pd {
    padding: 30px 0 20px;
}

.cup-pd .mod__title {
    line-height: 1;
    font-size: 24px;
}

.cup-pd p {
    line-height: 1.2 !important;
    margin: 16px auto !important;
    max-width: 264px;
    font-size: 16px !important;
    color: #fff !important;

}

.cup-pd h2.mod__title span {

    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.col-md-6.text-right.offer-btn {
    margin-top: 40px;
}

.customwelcome-to {
    background-image: url(../../../images/about-welcome-bg-c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 100px 0 80px;
    max-width: 1920px;
    margin: auto;
}

.oursecbox img,
.eafs_imgs img {
    height: 97px;
}

.aof__desc {
    max-width: 537px;
}

span.text-tran {
    text-transform: capitalize !important;
}

.customour-spec {
    background-image: url(../../../images/our-spacilistbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.oursecbox {
    box-shadow: rgba(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    /* margin: 2%; */
    padding: 15px;
    background-color: #fff;
    text-align: center;
}

.oursecbox a {
    color: #ec1f27;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
}

p.fe-im-subtitile {
    color: #2c3691;
    line-height: 1.4;
    font-weight: 500;
}

.oursecbox.spacbox1 {
    margin-top: 100px;
}

.oursecbox p {
    line-height: 1.4;
    max-width: 318px;
    margin: 10px auto;
}

.oursecbox.mb50 {
    margin-top: 166px;
}

.spac-rt-text {
    color: #fff;
    padding: 150px 0;
    float: right;
    max-width: 512px;
}

.spac-rt-text {
    color: #fff;
    padding: 100px auto;
}

.oursecbox.spacbox3 {
    margin-top: 155%;
}

ul.keep-check,
ul.keep-check-w {
    margin-left: 0;
}

ul.keep-check li,
ul.keep-check-w li {
    list-style: none;
    padding-left: 30px;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
}

ul.keep-check li:before {
    content: "";
    background-image: url(../../../images/check_ic-red.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 3px;
    top: 7px;
    background-size: contain;
}

ul.keep-check-w li:before {
    content: "";
    background-image: url(../../../images/check_ic-white.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 7px;
}

.video-ic {
    position: absolute;
    top: 28%;
    left: 35%;
}

.video-ic img {
    box-shadow: none !important;
}

.no-b-im img {
    box-shadow: none;
}

.tec-sec {
    margin-top: 20%;
}

a.eb-mod-media-title {
    color: #000;
    font-weight: 600px;
    font-size: 24px;
    line-height: 30px !important;
}

.mod-cell a {
    color: #ec1f27;
    text-decoration: underline;
}

#eb .eb-mod-thumb .eb-mod-image-cover {
    border: none !important;
}

#eb .mod-items-grid>.mod-grid .mod-item {
    display: block;
    width: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    padding: 0;
}

#eb .eb-mod-thumb {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#eb .eb-mod-title,
#eb .eb-mod-foot {
    word-wrap: break-word;
    padding: 15px !important;
}

.mod-cell a:after {
    content: "\f178" !important;
    font-family: fontawesome;
    margin-left: 6px;
}

button.button.mailchimp_signup:after {
    content: "\f178" !important;
    font-family: fontawesome;
}

.view-all-blogs a {
    min-width: 115px;
    border: 1px solid #ec1f27;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 30px;
    margin: 0 10px;
    background-color: #ec1f27;
    color: #fff;
    text-transform: uppercase;
}

.view-all-blogs a:hover {
    background-color: transparent;
    color: #ec1f27;
}

.view-all-blogs {
    text-align: center;
}

.row-fluid.inner-header.menu-bar {
    margin-top: -24px;
    z-index: 000000000000000000;
    position: absolute;
}

h2.mod__title span.off-bet {

    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: initial;
}

.mt0 {
    margin-top: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

header.header.mywrapper {
    z-index: 2;
    position: relative;
    position: sticky;
    top: 0;
    background: #fff;
    width: 100%;
}

.customoffer-title {
    background-image: url(../../../images/offers-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.pagebn_inner {
    background-color: rgba(0, 0, 0, .5);
    padding: 145px 0;
}

.customspecial-offers-page {
    background-image: url(../../../images/Offers-pro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 40px 0 150px;
    max-width: 1920px;
    margin: auto;
    margin-top: 22px;
}

p.c-t-one {
    font-weight: 600;
}

p.mb0.mb0.c-t-last {}

.modal {
    position: relative !important;
    display: block !important;
}

.row.tech-rw {
    padding-top: 150px;
    padding-bottom: 30px;
}

.customtechsec {
    background-image: url(../../../images/about-welcome-bg-c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    /* padding: 100px 0 80px; */
    max-width: 1920px;
    margin: auto;
}

.row.hvac-sec {
    margin-bottom: 90px;
}

div#review-btn {
    margin-top: 120px;
    margin-bottom: 50px;
}

.moduletablebread-cum {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 100px;
    color: #fff;
    margin-top: -55px;
    position: unset;
    width: 100%;
}

ul.breadcrumbbread-cum {
    list-style: none;
    display: -webkit-inline-box;
    margin-left: 0px !important;
}

ul.breadcrumbbread-cum li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumbbread-cum li {
    font-weight: 500;
    font-size: 18px;
}

ul.breadcrumbbread-cum li.active {
    text-transform: capitalize;
}

ul.breadcrumbbread-cum li a:hover {
    color: #ec1f27;
    color: #fff;
    text-decoration: none;
}

span.divider {
    margin: 0 10px;
}

span.divider.icon-location {
    display: none;
}

/* .faq__itinner.active {
    border-radius: 16px 16px 0px 0px !important;
    border-radius: var(--spacing-xl, 16px);
    background: var(--Colors-Background-bg-secondary, #FAFAFA);
} */

.customreviws {
    position: relative;
    width: 100%;
    margin-bottom: -217px;
}

.faq__itinner {
    padding: 32px 32px 0px 70px;
}

/* .faq__itinner.active h3.faq_it {
    color: var(--colors-text-text-primary-900, #181D27) !important;
    font-size: var(--Font-size-text-lg, 28px);
    font-weight: 600;
    line-height: normal;
} */

.faq_cont li {
    color: rgba(255, 255, 255, .8);
}

.page-inner-pd {
    padding: 80px 0 60px;
}

.faq_row_one,
.faq_row_two {
    margin-bottom: 30px;
}

.faq__itinner {
    position: relative;
}

.uk-form input:not([type]):focus,
.uk-form input[type=text]:focus,
.uk-form input[type=password]:focus,
.uk-form input[type=email]:focus,
.uk-form input[type=url]:focus,
.uk-form input[type=search]:focus,
.uk-form input[type=tel]:focus,
.uk-form input[type=number]:focus,
.uk-form input[type=datetime]:focus,
.uk-form input[type=datetime-local]:focus,
.uk-form input[type=date]:focus,
.uk-form input[type=month]:focus,
.uk-form input[type=time]:focus,
.uk-form input[type=week]:focus,
.uk-form input[type=color]:focus,
.uk-form select:focus,
.uk-form textarea:focus {
    border-color: #99baca;
    outline: 0;
    background: #fff !important;
    color: #444;
}

input[type=tel]:focus,
.uk-form input[type=number]:focus,
.uk-form input[type=datetime]:focus,
.uk-form input[type=datetime-local]:focus,
.uk-form input[type=date]:focus,
.uk-form input[type=month]:focus,
.uk-form input[type=time]:focus,
.uk-form input[type=week]:focus,
.uk-form input[type=color]:focus,
.uk-form select:focus,
.uk-form textarea:focus {
    border-color: #99baca;
    outline: 0;
    background: #fff !important;
    color: #444;
}


.faq__itinner:before {
    background-image: url(../../../images/svg/faq-lt-ic-wt.svg);
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    left: 32px;
    top: 34px;
}

.faq__itinner.active:before {
    background-image: url(../../../images/svg/faq-lt-ic-cl.svg);
}

.faq__itinner.active:after {
    /*content: "\f106";*/
    color: #fff;
}

.faq_cont {
    display: none;
    padding: 0px 32px 0px 70px;
}

.customfaq-title {
    background-image: url(../../../images/faq-bn.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.page-title {
    padding: 60px 0;
}

.faq_cont p {
    font-size: 16px !important;
    padding-top: 16px;
}

.faq-bg {
    background-image: url(../../../images/Offers-pro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0px 0 150px;
    max-width: 1920px;
    margin: auto;
}

.customcontact-title {
    background-image: url(../../../images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.con-bg {
    background-image: url(../../../images/con-cantant-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 140px 0 80px;
    max-width: 1920px;
    margin: auto;
    margin-top: -100px;
}

.col-md-5.col-sm-5.get-in-sec {
    margin-top: 50px;
}

.c_form {
    box-shadow: rgb(50, 50, 93, .25) 0px 6px 12px -2px, rgb(0, 0, 0, .3) 0px 3px 7px -3px;
    padding: 50px;
    background-color: #ffffff;
}

h3.cf_title {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 25px;
    color: #000 !important;

}

#rsform_11_page_0 .formControlLabel,
#rsform_13_page_0 .formControlLabel {
    display: none;
}

#rsform_11_page_0 .formControls,
#rsform_13_page_0 .formControls {
    margin-left: 0;
}

#rsform_11_page_0 input,
#rsform_13_page_0 input {
    height: 40px;
    padding-left: 12px;
}

select {
    margin-bottom: 20px;
}

#rsform_11_page_0 input,
#rsform_11_page_0 select,
#rsform_11_page_0 textarea,
#rsform_13_page_0 input,
#rsform_13_page_0 select,
#rsform_13_page_0 textarea {
    box-sizing: border-box;
    border: 2px solid #cccccc;
    box-shadow: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    color: #4A5162;
    padding-left: 12px;
}

.contact-frm #rsform_11_page_0 textarea,
.contact-frm #rsform_13_page_0 textarea {
    padding-top: 12px;
}

.col-sm-6.uk-form-row.rsform-block.rsform-block-submit,
.col-sm-6.control-group.rsform-block.rsform-block-submit {
    text-align: right;
}

.cl-g {
    color: #666666 !important;
}

.mt60 {
    margin-top: 60px;
}

.mt32 {
    margin-top: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.pt60 {
    padding-top: 60px;
}

.pt30 {
    padding-top: 30px !important;
}

.pb30 {
    padding-bottom: 30px;
}

.pb60 {
    padding-bottom: 60px;
}

.ci_det {
    padding-top: 30px;
}

p.ci_phone,
p.ci_email,
p.ci_adr {
    padding-bottom: 20px;
}

p.ci_phone,
p.ci_email,
p.ci_adr,
p.ci_hour {
    padding-left: 70px;
    position: relative;
}

.ci_det p:before {
    top: 4px;
}

p.ci_phone:before {
    content: "";
    background-image: url(../../../images/c-ph-ic.jpg);
    width: 52px;
    height: 52px;
    background-position: center;
    position: absolute;
    left: 0px;
    display: inline-block;
    background-color: #fff;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px;
    background-repeat: no-repeat;
}

span.ci_main {
    font-weight: 600;
    font-size: 18px;
}

span.ci_light a {
    color: #000000;
}

p.ci_email:before {
    content: "";
    background-image: url(../../../images/c-mail-ic.jpg);
    width: 52px;
    height: 52px;
    background-position: center;
    position: absolute;
    left: 0px;
    display: inline-block;
    background-color: #fff;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px;
    background-repeat: no-repeat;
}

p.ci_adr:before {
    content: "";
    background-image: url(../../../images/c-loc-ic.jpg);
    width: 52px;
    height: 52px;
    background-position: center;
    position: absolute;
    left: 0px;
    display: inline-block;
    background-color: #fff;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px;
    background-repeat: no-repeat;
}

.ci_phone a,
.ci_email a {
    color: #000;
}

.ci_phone a:hover,
.ci_email a:hover {
    color: #ec1f27;
    text-decoration: none;
}

.cont-icons {
    margin-top: -7px;
    float: left;
    padding-left: 20px;
}

.cont-icons-title {
    float: left;
    padding-left: 20px;
}

.customacservice-bg {
    background-image: url(../../../images/acservice-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.im-sh-non img {
    box-shadow: none;
}

#ac-sevice .sirw__txt p {
    font-size: 20px;
    margin-bottom: 0;

    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.mywrapper {
    z-index: 1;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

main#content {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.customac-maintenance-plan-bg {
    background-image: url(../../../images/maintenance-plan-bn.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.paymentsec img {
    height: 45px;
}

.ftc_inf p {
    position: relative;
    padding-left: 35px;
}

.ftc_inf p:before {
    content: "";
    background-position: center;
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: 6px;
}

p.mobn:before {
    background-image: url(../../../images/ft-ph-ic.png);
}

.ftc_inf p a {
    color: #ffffff;
}

.mailad:before {
    background-image: url(../../../images/ft-mail-ic.png);
}

.ofad:before {
    background-image: url(../../../images/ft-loc-ic.png);
}

.ofhr:before {
    background-image: url(../../../images/ft-h-ic.png);
}

.container-fluid {
    padding: 0 !important;
}

li.acc-line {
    border-left: 1px solid #fff;
    padding: 0 10px;
    border-right: 1px solid #fff;
}

.custommobilerow-top {
    display: none;
    padding: 5px 0px;
}

.ft-brand img {
    width: 220px;
}

img.offers-logo {
    width: 135px;
}

span.call-n {
    font-weight: 600;
}

.ar-we-se a {
    color: #000;
    font-weight: 600;
}

.ar-we-se a:hover {
    color: #ec1f27;
    text-decoration: none;
}

a.eb-mod-image-cover {
    height: 300px !important;
}

.homeblog-title.text-center {
    padding-top: 55px;
}

.eb-blog-grid {
    background-image: url(../../../images/feature-ser-bg-c.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -50px top;
    padding: 168px 100px 10px;
    max-width: 1920px;
    margin: 20px auto 0;
}

.faclity-bg {
    background-image: url(../../../images/offer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 150px 0 0;
    max-width: 1920px;
    margin: auto;
}

.fac-box {
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(50, 50, 93, .25) 0px 6px 12px -2px, rgba(0, 0, 0, .3) 0px 3px 7px -3px;

}

.fac-text span {
    color: #2c3691;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.fac-box img {
    max-height: 59px;
}

.fac-pr {
    color: #ec1f27 !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 600;
    margin-top: -6px;
}

.fac-text b {
    font-size: 22px;
    font-weight: 600;
}

.plan-ser-bg {
    background-image: url(../../../images/about-welcome-bg-c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 30px 0 0px;
    max-width: 1920px;
    margin: auto;
}

p.se-s-t {
    color: #666666 !important;
    font-size: 14px !important;
}

.p-ser-box img {
    max-height: 56px;
    margin-bottom: 10px;
}

.o-ser-gr {
    background-color: rgba(255, 255, 255, .9);
    padding-left: 11px;
}

.o-ser1-bg {
    background-image: url(../../../images/o-ser1.png);
    background-repeat: no-repeat;
}

.o-ser2-bg {
    background-image: url(../../../images/o-ser2.png);
    background-repeat: no-repeat;
}

.o-ser3-bg {
    background-image: url(../../../images/o-ser3.png);
    background-repeat: no-repeat;
}

.o-ser4-bg {
    background-image: url(../../../images/o-ser4.png);
    background-repeat: no-repeat;
}

.o-ser5-bg {
    background-image: url(../../../images/o-ser5.png);
    background-repeat: no-repeat;
}

.o-ser6-bg {
    background-image: url(../../../images/o-ser6.png);
    background-repeat: no-repeat;
}

.o-ser7-bg {
    background-image: url(../../../images/o-ser7.png);
    background-repeat: no-repeat;
}

.o-ser8-bg {
    background-image: url(../../../images/o-ser8.png);
    background-repeat: no-repeat;
}

.o-ser-bg {
    background-color: #fff;
    padding: 30px;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.mn-c-bg {
    background-image: url(../../../images/Offers-pro-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 150px;
    max-width: 1920px;
    margin: auto;
    background-position: bottom;
}

.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.ser-im-rt {
    float: right !important;
    margin-left: 30px;
    padding-right: 0px;
    max-width: 560px;
}

.ser-im-lt {
    float: left !important;
    margin-right: 30px;
    padding-left: 0px;
    max-width: 560px;
    margin-bottom: 20px;
}

.mx800 {
    max-width: 800px;
    margin: auto !important;
}

.moduletablemb-bnr {
    display: none;
}

.navigation {
    line-height: .8;
}

.custommb-call {
    display: none;
}

/* extra  */

.hp-mb-banner {
    display: none;
}

.mnb-cls.mnb-cls-lft.sticky {
    display: none;
}

.sticky .logo-sty {
    display: block !important;
}

header.header.sticky .sticky-header .top-brand img {
    max-width: 70px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.scr-mnu,
.logo-sty {
    display: none !important;
}

header.sticky .top-brand img {
    -webkit-transition: all .2s ease-out !important;
    transition: all .2s ease-out !important;
}

.ft_widget.ftwarea h3.ftw-title {
    color: #fff;
}

.page_header_hm .page-header-inner {
    padding: 80px 0;
    text-align: left;
}

@media (min-width: 1440px) {
    .customour-spec {
        background-image: url(../../../images/our-spacilistbg-h.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-width: 1920px;
        margin: auto;
    }

    .moduletablebread-cum {
        padding: 0 154px;
    }

    .eb-mod.mod-items-grid.clearfix {
        padding: 180px 154px 40px !important;
    }
}

@media (max-width: 1316px) {
    .eb-blog-grid {
        padding: 168px 60px 10px;
    }

    .wrap {
        padding: 0 60px;
    }

    .eb-entry {
        padding: 50px 60px;
    }

    .eb-mod.mod-items-grid.clearfix {
        padding: 180px 60px 40px !important;
    }
}

@media (max-width: 1233px) {
    .eb-blog-grid {
        padding: 168px 30px 10px;
    }

    .wrap {
        padding: 0 30px;
    }

    .eb-entry {
        padding: 5px 30px;
    }

    .eb-mod.mod-items-grid.clearfix {
        padding: 180px 30px 40px !important;
    }

    .bn_inner {
        padding: 100px 0 100px;
    }
}

@media (max-width: 1280px) {
    .myNav ul {
        padding: 0px 0px;
        text-align: center;
        margin-bottom: 0px;
    }
}

@media (min-width: 979px) and (max-width: 1090px) {
    .btnstwo a {
        padding: 10px 3px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .review-author {
        font-size: 10pt;
    }

    .authname {
        padding-left: 90px;
    }

    #eb .eb-mod-title {
        height: 90px;
    }
}

@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        width: 200px;
        margin-top: 5px;
        float: left;
    }
}

@media (max-width: 1041px) {
    .btnstwo2 a {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {

    .ser-im-rt,
    .ser-im-lt {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
        text-align: center;
        margin: auto;
        width: 100%;
        margin-bottom: 30px;
    }

    .customspecial-offers {
        background-size: contain;
        padding: 60px 0 0;
    }

    .customwelcome-to {
        background-size: contain;
        padding: 50px 0 50px;
    }

    .customour-spec {
        background-image: url(../../../images/our-spacilistbg-mbile.jpg);
        background-size: cover;
        background-repeat: repeat;
        background-position: center;
    }

    .oursecbox.spacbox3 {
        margin-top: 0%;
    }

    .spac-rt-text {
        color: #fff;
        padding: 50px 0;
        float: none;
        max-width: 100%;
    }

    .oursecbox.spacbox1 {
        margin-top: 30px;
    }

    .oursecbox.mb50 {
        margin-top: 30px;
    }

    .customtechsec {
        background-image: url(../../../images/about-welcome-bg-c.jpg);
        background-size: contain;
    }

    .row.tech-rw {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .mod_easybloglatestblogs {
        background-size: contain;
        padding: 0px 0 0px;
    }

    .faclity-bg {
        background-size: contain;
        padding: 80px 0 0;
    }

    .col-md-4.mmb {
        margin-bottom: 30px;
    }

    .fac-box.clearfix {
        text-align: center;
    }

    .col-md-6.wwa_right {
        float: right;
        max-width: initial;
    }

    .aof__desc {
        max-width: 100%;
    }

    .tec-sec {
        margin-top: 40px;
    }

    .choose_reverse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 979px) {
    .pagebn_inner {
        padding: 80px 0;

    }

    .iconr {
        background-color: #b80000;
        width: 33.3333%;
        float: left;
        text-align: center;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .iconr a,
    .iconr a:hover,
    .iconr a:focus {
        color: #fff;
        text-decoration: none;
    }

    .iconr:hover {
        background-color: #2c3691;
    }

    .iCaption {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        margin-top: 1%;
        margin-bottom: 1%;

        letter-spacing: 0.3px;
        min-height: 24px;
    }

    .ico-top {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: -1px;
        /* position: fixed; */
        /* left: 0; */
        width: 100%;
        /* bottom: 0; */
        background: #fff;
        z-index: 10000;
        /* max-width: 1200px; */
        /* -webkit-transform: translate(-50%,0); */
        -ms-transform: translate(-50%, 0);
        /* transform: translate(-50%,0); */
        border: 1px solid #fff;
    }

    .custommobilerow-top {
        display: block;
        padding: 5px 0px;
    }

    .navbar.pull-left {
        float: right !important;
    }

    .row-fluid.inner-header.menu-bar {
        margin-top: -73px;
        z-index: 1;
        position: absolute;
    }

    .custom.trow {
        display: none;
    }

    .eb-mod.mod-items-grid.clearfix {
        padding: 50px 15px !important;
    }

    .nav-collapse {
        float: none;
    }

    .col-md-3.col-sm-3.header-inner.clearfix.menu_left.logo {
        width: 100%;
        text-align: center;
    }

    .col-md-9.col-sm-9.header-inner.clearfix {
        width: 100%;
    }

    .topbar {
        padding: 20px 0 0;
    }
}

@media (max-width: 979px) {
    .row-fluid.inner-header.menu-bar {
        width: 100px;
        float: right;
        margin-left: 86%;
    }
}

@media (max-width: 850px) {
    .row-fluid.inner-header.menu-bar {
        margin-left: 85%;
    }
}

@media (max-width: 800px) {
    .row-fluid.inner-header.menu-bar {
        margin-left: 84%;
    }
}

@media (min-width: 768px) {

    .mobile_ico {
        display: none;
    }

    .contact-info_ed5 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .co_box {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 33.33333333333%;
        max-width: 33.33333333333%;
    }

    .testimonials-body {
        padding: 0 50px;
    }

}

@media (max-width: 767px) {
    .custommb-call {
        margin-left: 00px;
    }

    .copyright.col-md-12.col-sm-12 {
        height: 490px;
    }

    .tec-sec {
        text-align: center;
    }

    .col-md-3.text-center.mmb30 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mmb30 {
        margin-bottom: 30px !important;
    }

    .mb-d-n {
        display: none;
    }

    .moduletablemb-bnr {
        display: none;
    }

    .hp-mb-banner {
        display: block;
    }

    .bnsub_inner {
        padding: 30px 15px 100px;
    }

    .banner_bg {
        background-color: #2c3691;
        text-align: center;
    }

    .bn-offer {
        margin-bottom: 0px;
        text-align: center;
        margin-top: 40px;
    }

    .mn-c-bg {
        background-size: contain;
        padding: 50px 0 100px;
    }

    .faclity-bg {
        background-size: contain;
        padding: 60px 0 0;
    }

    .fac-box.clearfix {
        text-align: center;
    }

    .eb-blog-grid {
        padding: 168px 15px 10px;
    }

    div#review-btn {
        margin-top: -17px;
    }

    .col-md-6.wwa_right {
        float: left;
        max-width: 100%;
    }

    .aof__desc {
        max-width: 100%;
    }

    .spac-rt-text {
        color: #fff;
        padding: 150px 0;
        float: left;
        max-width: 100%;
    }

    .col-md-5.col-sm-5.ft-policy ul li {
        display: block;
        padding: 12px;
    }

    li.acc-line {
        border: none;
    }

    .ftc_inf p {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

    .container-fluid {
        padding: 0 !important;
    }

    .paymentsec h2.footer-heading {
        float: none;
        margin-left: 0;
    }

    .footer-content {
        float: none;
    }

    .col-md-6 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sirw__inner {
        padding: 15px;
    }

    #ac-sevice .sirw__txt p {
        font-size: 18px;
    }

    .customspecial-offers {
        background-size: contain;
        padding: 0px 0;

    }

    #rsform_3_page_0 button#Submit {
        margin-top: 0px;
    }

    #frm h2 {
        margin-top: 30;
        margin-bottom: 20px;
        text-align: center;
    }

    .moduletablebread-cum {
        padding: 0 20px;
        margin-top: -50px;
    }

    .sirw__txt {
        padding-left: unset;
        text-align: center;
        margin-top: 15px;
    }

    .sirw__img {
        position: initial;
        left: 40px;
        top: 50%;
        margin-top: 0px;
        text-align: center;
    }

    .col-md-4.col-sm-4.mid-sec {
        border-top: 1px solid #f1e9e9;
        border-bottom: 1px solid #f1e9e9;
    }

    .mpt50 {
        margin-top: 50px !important;
    }

    .mbt15 {
        margin-bottom: 15px !important;
    }

    .mpb50 {
        padding-bottom: 50px !important;
    }

    .customfe-ser {
        padding: 60px 0 20px;
    }

    .hrsec.mods_padding {
        padding: 110px 0 0px;
        background-size: contain;
    }

    .tec-sec {
        margin-top: 0%;
        margin-bottom: 30px;
    }

    .eb-mod.mod-items-grid.clearfix {
        padding: 60px 15px 60px !important;
    }

    .row.hvac-sec {
        margin-bottom: 0px;
    }

    h2.mod__title span,
    h1.mod__title span {
        position: relative;
    }

    .mod-grid.mod-grid-1 {
        width: 100% !important;
    }

    .uder-ft-heading {
        margin: 16px auto 20px;
    }

    .mod-grid.mod-grid-2 {
        width: 100% !important;
    }

    .mod-grid.mod-grid-3 {
        width: 100% !important;
    }

    .customreviws {
        margin-bottom: -126px;
    }

    .mpdb0 {
        padding-bottom: 0px !important;
    }

    .mpdt0 {
        padding-top: 0px !important;
    }

    .bn_inner {
        padding: 60px 0px;
        margin-top: 25px;
    }

    .con-bg {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        padding: 0px 0 60px;
        margin-top: 0px;
    }

    .customour-spec {
        background-image: url(../../../images/our-spacilistbg-mbile-h.jpg);
        background-size: cover;
        background-repeat: repeat;
        background-position: center;
    }

    .review-item:after {
        bottom: 131px;
    }

    h2.mod__title,
    #eb .reset-heading,
    h1.mod__title {
        font-size: 28px;
    }

    .customwelcome-to {
        padding: 30px 0 30px;
        background-size: contain;
    }

    .mod_easybloglatestblogs {
        background-position: top;
    }

    .video-ic {
        position: absolute;
        top: 32%;
        left: 35%;
        width: 120px;
    }

    .col-sm-12.cont.bwch .col-md-4.col-sm-4 {
        height: 355px;
    }

    .spac-rt-text {
        padding: 30px 0;
    }

    .oursecbox.spacbox3 {
        margin-top: 0px;
    }

    .oursecbox.spacbox1 {
        margin-top: 30px;
    }

    .oursecbox.mb50 {
        margin-top: 30px;
    }

    .choose_reverse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .pagebn_inner {
        background-color: rgba(0, 0, 0, .3);
        padding: 60px 0;
        margin-top: 25px;
    }

    h1.bn_title {
        font-size: 36px;
        text-align: center;
    }

    h1.bn_title {
        margin: 0;
        color: #ffffff;
        line-height: 1.2;
        margin-bottom: 0px;

        font-weight: 700;
    }

    .col-md-4.mmb {
        margin-bottom: 30px;
        padding: 0;
    }

    #our-spt .col-md-3 {
        padding: 0;
    }

    .btnstwo a {
        display: block;
        margin-bottom: 15px;
    }

    .custommobilerow {
        display: block;
        padding: 5px 0px;
    }

    .custom.trow {
        display: none;
    }

    #rsform_3_page_0 {
        padding: 20px;
    }

    .left,
    .right {
        width: 100% !important;
    }

    .pb0 {
        padding-bottom: 0px !important;
    }

    .col-md-4.col-sm-4.last {
        margin-bottom: 0px !important;
    }

    .footer .logo {
        margin: 0px auto 30px;
    }

    .mnp-page img {
        width: 100%;
    }

    .winc .col-md-2 {
        display: none;
    }

    .formbgcolor {
        padding: 50px 15px;
    }

    .formbgcolor p {
        font-size: 20px;
    }

    .winc {
        padding-top: 40px;
    }

    .winc {
        padding: 15px;
    }

    a.price-br {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .slidersubtext {
        font-size: 22px;
        padding: 0.5em 1em 0.5em 1em;
    }

    h1.slidertitle {
        font-size: 32px;
    }



    .formbgcolor p {
        font-size: 20px !important;
    }

    h2.en-title {
        line-height: 1.2;
        font-size: 25px;
    }

    .winc img {
        display: none;
    }

    .ceafs__section_row .row .col-md-4 {
        margin-bottom: 60px;
    }

    .mobile_ico {
        display: block;
    }

    .ico {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: -1px;
        position: fixed;
        left: 50%;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 10000;
        max-width: 1200px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        border: 1px solid #fff;
    }

    .iconr {
        background-color: #b80000;
        width: 33.3333%;
        float: left;
        text-align: center;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .iconr a,
    .iconr a:hover,
    .iconr a:focus {
        color: #fff;
        text-decoration: none;
    }

    .iconr i {
        font-size: 25px;
        padding-top: 3%;
        width: 100%;
    }

    .iCaption {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        margin-top: 1%;
        margin-bottom: 1%;

        letter-spacing: 0.3px;
        min-height: 25px;
    }

    .iconr img {
        width: 33px;
    }

    .iconr:hover {
        background-color: #2c3691;
    }

    .border22 {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .ceafs_main {
        font-size: 25px;
    }

    .row-module.md4I.str__sez {
        margin-top: 30px;
    }

    h2.eaa-plan1 {
        line-height: 1.5 !important;
    }

    .testimonials-body {
        padding: 0 20px;
    }

    .mid-h2 {
        font-size: 32px;
    }

    .mx300 {
        max-width: 300px;
    }

    .col-md-8.col-sm-8.btnsec {
        padding-left: 32%;
    }

    .row-fluid.inner-header.menu-bar {
        margin-top: -45px;
        width: 100px;
        float: right;
        margin-left: 85%;
    }
}

@media only screen and (max-width: 600px) {

    .rc-anchor-normal {
        height: 74px;
        width: 236px !important;
    }

    ul.breadcrumbbread-cum li {
        font-weight: 500;
        font-size: 14px;
    }

    h2.eaa-plan1 {
        margin-top: 12px !important;
    }

    .eaa-plan1 {
        font-size: 24px !important;
        text-align: center;
    }

    .row-fluid.inner-header.menu-bar {
        margin-left: 76%;
    }

    .c_form,
    .o-ser-bg {
        padding: 30px 10px;
    }
}

@media (max-width: 596px) {
    .col-md-8.col-sm-8.btnsec {
        padding-left: 21%;
    }

    ul.ftlinks li {
        display: block;
        margin: 5px 5px 10px;
    }

    .btnstwo2 a {
        margin-bottom: 15px;
    }

    .cta__btnhp a:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .cta__btnhp a {
        display: block;
    }

    .top-brand img {
        width: 320px;
    }
}

@media (max-width: 450px) {
    .row-fluid.inner-header.menu-bar {
        margin-left: 74%;
    }

    .col-md-8.col-sm-8.btnsec {
        padding-left: 11%;
    }
}

@media (max-width: 400px) {

    .ftc_inf p.mobn:before,
    .ftc_inf p.mailad:before {
        top: 17px !important;
        line-height: 3 !important;
    }

    .ftc_inf p a {
        color: #fff;
        line-height: 3;
    }

    .qucik-link ul li a {
        line-height: 3;
    }

    #rsform_11_page_0 .col-sm-12.uk-form-row,
    #rsform_13_page_0 .col-sm-12.uk-form-row {
        padding-left: 0px;
        padding-right: 0px;
    }

    #rsform_11_page_0 .col-sm-6.pdt30.uk-form-row.rsform-block.rsform-block-captcha,
    #rsform_13_page_0 .col-sm-6.pdt30.uk-form-row.rsform-block.rsform-block-captcha {
        padding-left: 0px;
    }

    #rsform_11_page_0,
    #rsform_13_page_0 {
        box-shadow: none;
        padding: 30px 0px;
        background-color: #fff;
        min-inline-size: auto;
    }

    ul.breadcrumbbread-cum li {
        font-weight: 500;
        font-size: 16px;
    }

    #rsform_11_page_0 .rsform-block.rsform-block-captcha .formBody,
    #rsform_13_page_0 .rsform-block.rsform-block-captcha .formBody {
        width: 250px;
        overflow: hidden;
    }

    .row-fluid.inner-header.menu-bar {
        margin-left: 67%;
    }

    .col-md-8.col-sm-8.btnsec {
        padding-left: 0%;
    }
}

@media screen and (min-width: 1054px) and (max-width: 1155px) {
    .myNav ul li a {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 979px) and (max-width: 1053px) {
    .myNav ul li a {
        padding: 25px 15px !important;
    }

    .myNav ul li a {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 450px) {

    .mid-h2 {
        font-size: 24px;
    }

    .x-hide-xs {
        display: none;
    }

    .e8276-4.hed2.x-bar-container {
        width: 100%;
    }

    .x-hide-xs {
        display: none;
    }

    .e8276-5.x-text.x-text-headline {
        margin: auto;
    }

    .e8276-4.hed2.x-bar-container {
        width: 100%;
    }

    .x-text-content-text,
    .x-text-content-text-primary,
    .x-text-content-text-subheadline {
        display: initial;
        color: #fff;
    }

    span.x-text-content-text-subheadline {
        text-align: left;
    }

    .e8276-1.x-bar {
        height: 2.5em;
        z-index: 0008;

    }
}

ul.breadcrumbbread-cum li {
    display: inline;
}

@media (max-width: 767px) {
    span.ph-sub {
        font-size: 15px;
    }

    .tec-sec {
        margin-top: 30px;
        margin-bottom: 0;
    }

    ul.flfca li {
        margin: 10px;
    }
}

@media (max-width: 400px) {
    .row-fluid.inner-header.menu-bar {
        right: 0;
    }
}

@media (max-width: 340px) {
    .custommb-call {
        margin-left: 0;
        width: 100%;
        margin-bottom: 65px;
    }
}

#rsform_11_page_0 h2.mod__title,
#rsform_13_page_0 h2.mod__title {
    text-align: center;
    margin-bottom: 25px;
}

#rsform_13_page_0 button,
#rsform_11_page_0 button {
    margin-top: 0;
}

#rsform_13_page_0 .control-group.rsform-block.rsform-block-text,
#rsform_11_page_0 .control-group.rsform-block.rsform-block-text {
    text-align: left;
}

#rsform_13_page_0,
#rsform_11_page_0 {
    padding: 40px 32px;
}

#rsform_13_page_0,
#rsform_11_page_0 {
    border-radius: 32px;
    border: 1px solid #D5D7DA;
    box-shadow: none !important;
}



ul.arwe-serv li {
    line-height: 2;
}

ul.arwe-serv {
    list-style: none;
    margin: 0;
}

h3.arwsrv {
    font-size: 25px;
    margin-top: 10px;
}





.pd60 {
    padding-top: 60px;
}

.pl0 {
    padding-left: 0px !important;
}

h2.md-b-sub-title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
}



.heatmaod3 {
    background-image: url(../../../images/ac-serv1.jpg);
}

.bniconsec2 {
    box-shadow: rgb(50 50 93 / 25%) 5px 11px 40px -2px, rgb(0 0 0 / 30%) 10px 3px 7px -10px;
    margin: 49px;
    background-color: #fff;
    z-index: 00000000000099;
}

.sirw__inner2 {
    padding: 30px 10px;
    background-color: #fff;
    position: relative;
}

#ac-sevice .sirw__inner2 p {
    font-size: 18px;
    margin-bottom: 0;

    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.grecaptcha-badge {
    display: none !important;
}

.wrap.thank_pb {
    padding-bottom: 50px;
}

label.checkbox.inline {
    font-size: 16px;
}

input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
    margin-top: 0px !important;
    margin-right: 8px !important;
}

/*****added by Kuldeep on 8 june 2022 for sticky Header*****/
header.sticky {
    position: sticky !important;
    top: 0;
    background: #fff;
}

img.sticky-logo {
    width: auto;
}

.row-fluid.inner-header.menu-bar {
    margin-top: 0;
    z-index: 0;
    position: relative;
}

.col-md-8.col-sm-8.btnsec {
    text-align: right;
    padding: 5px 0 5px;
}

.row-fluid.topbar .wrap {
    display: flex;
    align-items: center;
}

.topbar {
    padding: 10px 0;
}

header.sticky .topbar {
    padding: 5px 0;
}

header.sticky .myNav ul li a {
    padding: 20px 25px !important;
}

header.sticky .top-brand img {
    padding-top: 0;
    padding-bottom: 0;
}

header.sticky .col-md-5.col-sm-5.service-t {
    margin-top: -4px;
}

header.sticky .top-brand img {
    width: 260px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.service-t a:hover,
.service-t a:focus {
    text-decoration: none;
}

@media (min-width: 767px) and (max-width: 979px) {
    .row-fluid.inner-header.menu-bar {
        margin-top: 0;
        z-index: 0;
        position: absolute;
        margin: 0;
        width: auto;
        float: none;
        right: 0;
        top: 22px;
    }

    header.sticky .row-fluid.inner-header.menu-bar {
        top: 14px;
    }
}

@media (max-width:767px) {
    .col-md-8.col-sm-8.btnsec {
        display: none;
    }

    .row-fluid.inner-header.menu-bar {
        position: absolute;
        top: 12px;
        right: 0;
    }

    header.sticky .row-fluid.inner-header.menu-bar {
        top: 7px;
    }

    .bn_inner {
        margin-top: 0;
    }

    .col-md-4.col-sm-4.header-inner.clearfix.menu_left.logo {
        max-width: 75%;
    }

    .top-brand img {
        padding-top: 0;
        padding-bottom: 0;
    }

    .topbar {
        padding: 8px 0;
    }

    /* header.sticky {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    } */
}

.eb-mod-foot.mod-muted.mod-small a {
    font-size: 16px;
}

.home-form1 input,
select {
    height: 40px !important;
}

/****Added by AJ FAQ Service pages On 19aug22 ******/
.mcp_faq.wrap.flx-1 {
    display: flex;
}

.faq-1 {
    flex: 1 50%;

}

.faq-bg1 {
    margin-bottom: 100px;
}

h3.wood_pt30 {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .mcp_faq.wrap.flx-1 {
        flex-direction: column;
    }

    .faq-bg1 {
        margin-bottom: 20px;
    }
}

/****end by AJ FAQ Service pages On 19aug22 ******/

h2.mod__title,
h2.mid-page-heading {
    padding-top: 40px;
}

h2.mid-page-heading {
    margin-bottom: 5px;
}



@media (min-width:768px) and (max-width:991px) {
    .bn-offer.mb-d-n {
        display: none;
    }

    h1.bn_title {
        line-height: 50px;
        font-size: 40px;
        margin-bottom: 10px;
    }

    p.bn_topl {
        margin-bottom: 0;
    }

    .bn_inner {
        padding: 50px 0 130px;
    }

    .bniconsec.row {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        z-index: 1;
        position: relative;
    }

    .sirw__inner {
        padding: 25px 20px;
    }

    #ac-sevice .sirw__txt p {
        font-size: 18px;
    }
}

/***end***for improve home page**/

/* edit by yogita header changes */
img.logo-nr.mob-new,
.c-btn.mob-new {
    display: none;
}

h2.banner-mb-title1 {
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1.3;
}

.bn-offer.m-offer img {
    max-width: 200px;
}

.bn-offer.m-offer {
    margin-top: 20px;
}

.ds-none {
    display: none;
}

@media(max-width:992px) {
    .c-btn.mob-new {
        display: block;
    }

    .col-md-4.col-sm-4.header-inner.clearfix.menu_left.logo {
        display: none;
    }

    img.logo-nr.mob-new {
        display: block;
        width: 220px;
    }

    .service-t {
        display: none;
    }

    .c-btn {
        position: absolute;
        right: 20%;
    }

    .m-none {
        display: none;
    }

    ul.ftlinks a {
        font-size: 13px;
    }

    #content {
        margin-top: 30px !important;
    }
}

@media (max-width: 767px) {
    nav.navigation.myNav {
        margin-top: -5px;
    }

    .hpbn-tps {
        margin-top: 0px;
    }

    .col-md-8.col-sm-8.btnsec.flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .col-md-8.col-sm-8.btnsec {
        text-align: right;
        padding: 0px 0 5px;
    }

    .topbar {
        padding: 10px 0 10px;
    }

    .hpbn-tps .wrap {
        padding: 20px 15px 90px !important;
    }

    .cont.bwch .row .col-md-4.col-sm-4:nth-child(2),
    .cont.bwch .row .col-md-4.col-sm-4:nth-child(3) {
        display: none !important;
    }

    .col-sm-12.cont.bwch .col-md-4.col-sm-4 {
        height: 320px !important;
    }

    .review-item:after {
        bottom: 100px !important;
    }

    div#review-btn {
        margin-bottom: 0px;
    }

    .mo-none {
        display: none;
    }

    .row.offer-pd {
        display: flex;
        justify-content: space-between;
    }

    .col-md-6.text-right.offer-btn {
        margin-left: 80px;
        margin-top: 40px;
    }

    h2.mod__title {
        font-size: 20px;
    }

    h2.mod__title span,
    h1.mod__title span {
        line-height: 2.2;
    }

    .row.choose_reverse .col-md-3,
    .map {
        display: none;
    }

    .customfe-ser {
        padding: 0px 0 20px;
    }

    .ds-none {
        display: block;
    }

    h2.mod__title.offer-tilte {
        margin-top: 8px;
        text-align: center;
    }

    .offer-btn.mo-none.ds-none {
        margin: 0;
        text-align: center;
    }

    .offer-btn.mo-none.ds-none a {
        margin-top: 0px;
    }

    .s-flex,
    .s-flex1 {
        display: flex;
        padding: 0px !important;
    }

    .s-flex1 {
        flex-direction: row-reverse;
    }

    .s-flex div,
    .s-flex1 div,
    .s-flex img,
    .s-flex1 img {
        flex: 1 50%;
        width: 50%;
    }

    .txt {
        margin-top: 30px;
        padding: 0 15px;
    }

    .main {
        display: flex;
        justify-content: space-between;
    }

    .main .m-rgt {
        margin-right: 50px;
    }

    /* .mod-grid:nth-child(2),
    .mod-grid:nth-child(3) {
        display: none;
    } */

    .customlatest-article {
        margin-bottom: 0;
    }

    .customlatest-article .homeblog-title {
        padding-top: 0px;
    }

    .eb-mod.mod-items-grid.clearfix {
        padding: 10px 15px 0px !important;
    }

    .HPF-wrap .row {
        display: flex;
        flex-direction: column-reverse;
    }

    #rsform_13_page_0,
    #rsform_11_page_0 {
        margin-top: 30px;
    }

    .footer-content {
        padding: 20px 0px 0px;
    }

    span.telp a {
        font-size: 20px;
        color: #eb1f27;
        font-weight: bold;
    }

    ul.ftlinks {
        display: flex;
        justify-content: center;
    }

    .ft-policy {
        padding-left: 0px;
        padding-right: 0px;
    }

    ul.ftlinks li {
        margin: 0;
        padding: 0px 8px !important;
    }

    ul.flfca {
        padding-bottom: 20px;
    }

    .copyright {
        height: max-content !important;
    }

    p.dby {
        border-top: 1px solid #c5bebe;
        padding-top: 8px;
        margin-top: 20px;
    }

    .customreviws .homeblog-title.text-center {
        padding-top: 0px;
    }

    .customwelcome-to {
        padding: 0px 0 30px;
    }

    .mpt50 {
        margin-top: 15px !important;
    }

    .btnstwo2 a {
        margin: 5px 5px;
        font-size: 11px;
    }

    .btnstwo2 {
        margin-top: 15px;
    }

    span.text-tran.cl-b {
        font-size: 15px;
    }

    .tec-sec {
        margin-top: 10px;
    }

    .row.tech-rw {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .moduletableh-banner {
        display: none;
    }

}

@media (max-width: 596px) {
    ul.ftlinks li {
        margin: 0px 0px 0px;
    }

    .link ul li {
        line-height: 1.6;
    }
}

@media (max-width: 400px) {
    .qucik-link ul li a {
        line-height: 2;
    }

    .ftlinksarea ul {
        display: flex;
        flex-direction: column;
    }

    .ftlinksarea ul li {
        line-height: 2.5;
    }

    .hp-mb-banner {
        display: block;
    }

}

/* blog  */
.eb-blog-grid {
    margin: 0 auto !important;
}

.pagebn_inner .wrap {
    max-width: 1920px;
    margin: auto;
}

.eb-mod.mod-items-grid.clearfix {
    padding: 0 !important;
}

.eb-mod.mod-items-grid.clearfix {
    max-width: 100% !important;
}

@media (min-width: 1440px) {
    .eb-mod.mod-items-grid.clearfix {
        padding: 0px !important;
    }
}

/* ------ start css add for new blog layout PT AWT dt 4112022 ---*/
.itemid-151 #eb .eb-mod.mod-items-grid.clearfix {
    /* background-image: url(../../../images/blg-post-banner-bg.jpg);*/
    /*padding: 25px 0px 50px!important;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    color: #fff;
    height: 350px;
    margin-top: 48px;
}

.blg-bg1,
.blg-bg2 {
    position: relative;
}

img.blg-img-rt-bg {
    position: absolute;
    right: 0;
    top: 4px;
    z-index: 0;
    width: 35%;
}

img.blg-img-lt-bg {
    position: absolute;
    left: 0;
    top: -48px;
    z-index: 0;
    width: 36%;
}

.blg-bg2 {
    padding: 40px 0;
}

.flx-r {
    display: flex;
    align-items: center;
}

.flx-cl.cl-rt {
    text-align: right;
    z-index: 99;
}

.flx-cl {
    flex: 1;
}

.flx-cl.cl-lt {
    flex: 1 25%;
    width: 25%;
    z-index: 99;
}

.zind9 {
    z-index: 999;
    position: relative;
}

.blog-header {
    padding-right: 25%;
}

.itemid-151 div#eb {
    padding-top: 25px !important;
    position: relative;
}

.itemid-151 h1#title-11 {
    text-align: left;
    font-size: 30px;
    /*margin-top: 50px;*/
    max-width: 713px;
    margin-bottom: 20px;
}

.itemid-151 .eb-entry-date {
    /*position: absolute;*/
    top: 60px;
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Inter';
}

.itemid-151 .b-crumb a {
    color: #fff;
}

.itemid-151 .eb-entry.fd-cf {
    max-width: 100%;
    padding: 20px 0 30px;
}

img.brd-ic {
    width: 11px;
}

h2.mid-page-heading.nht {
    font-size: 32px;
    margin-bottom: 25px;
}

img.mb30.blg-sh {
    box-shadow: -2px 6px 20px 12px rgb(202 197 197 / 40%);
    margin: 25px 0px;
}

h2.mid-page-heading.nht {
    line-height: 1.3;
}

.blg-bg-gr {
    background-color: #f6f7f9;
}

.flex-r {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flx-c3 {
    flex: 1 33.33333%;
    width: 33.333333%;
    padding-right: 25px;
}

.refribox {
    padding: 50px 0 30px;
}

h2.refri-title {
    font-size: 50px;
    color: #ec1f27;
}

.blg-bg-gr.refrpd60.refr-sec {
    padding: 50px 0px;
}

h2.refri-title {
    font-size: 80px;
    color: #ec1f27;
    margin-bottom: 50px;
}

.flx-r.flex-t {
    display: flex;
    align-items: flex-start;
}

.itemid-151 h2.mid-page-heading.nht {
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 500;
}

div#eb.mod_easyblog_post_banner {
    background-color: #5961aa !important;
}

.bg2-mb {
    display: none;
}

.blg-bg-gr.refrpd60.refr-sec {
    position: relative;
}

.itemid-151 .row.r-rev {
    display: flex;
}

.itemid-151 .row.r-rev .col-md-6 {
    flex: 1 50%;
    width: 50%;
}

img.bn-bg-ic {
    position: absolute;
    right: 13%;
    top: 17%;
    width: 230px;
}

/*.blg-rw-fx {
    display: flex;
    justify-content: space-between;
}*/
.itemid-151 #eb .eb-mod.mod-items-grid.clearfix {
    height: auto !important;
}

img.bn-bg-ic2 {
    width: 250px;
}

@media (max-width: 1320px) {
    .blog-header {
        padding-right: 28%;
    }
}

@media (max-width: 1250px) {
    .itemid-151 h1#title-11 {
        font-size: 36px;
        margin-top: 90px;
    }

    .blog-header {
        padding-right: 33%;
    }
}

@media (max-width: 1110px) {
    .blog-header br {
        display: none;
    }

    img.bn-bg-ic {
        position: absolute;
        right: 8%;
        top: 17%;
        width: 210px;
    }

    img.bn-bg-ic2 {
        width: 200px;
    }
}

@media (max-width: 991px) {
    .itemid-151 h1#title-11 {
        text-align: left;
        font-size: 28px;
        margin-top: 90px;
        max-width: 500px;
    }

    img.bn-bg-ic2 {
        width: 180px;
    }

    img.bn-bg-ic {
        position: absolute;
        right: 5%;
        top: 17%;
        width: 200px;
    }

    .itemid-151 h1#title-11 {
        margin-top: 60px;
    }

    .itemid-151 .eb-entry-date {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    img.bn-bg-ic2 {
        width: 150px;
    }

    .itemid-151 .row.r-rev .tec-sec {
        margin-top: 0;
    }

    .itemid-151 .row.r-rev .col-md-6 {
        flex: 1 100%;
        width: 100%;
        padding: 0;
    }

    .bg2-mb {
        display: block;
    }

    .bg2-desktop {
        display: none;
    }

    .itemid-151 .eb-entry.fd-cf {
        padding: 0px 0 30px;
    }

    .blog-header {
        padding-right: 33%;
    }

    .blog-header br {
        display: none;
    }

    .row.r-rev {
        display: flex;
        flex-direction: column-reverse;
    }

    .r-rev .tec-sec {
        text-align: left;
    }

    .flx-c3.refri-bl2 {
        margin: 40px 0;
    }

    .flx-r.flex-t {
        align-items: center;
    }

    .flx-cl.cl-rt {
        margin-top: 35px;
    }

    .flx-c3 {
        padding-right: 0px;
    }

    .flex-r {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .flx-cl.cl-lt,
    .flx-c3 {
        flex: 1 100%;
        width: 100%;
    }

    .flx-r,
    .flex-r {
        flex-direction: column;
    }

    .footer-content {
        float: none;
    }

    .ftc_inf p {
        color: #fff;
    }

    img.bn-bg-ic {
        position: absolute;
        right: 3%;
        top: 21%;
        width: 145px;
    }

    .itemid-151 .eb-entry-date {
        top: 30px;
    }

    .b-crumb {
        bottom: 30px;
    }

    .itemid-151 h2.mid-page-heading.nht {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 800;
    }

    h2.refri-title {
        font-size: 70px;
        color: #ec1f27;
        margin-bottom: 25px;
    }

    .itemid-151 div#eb {
        padding-top: 0px !important;
    }

    .itemid-151 .eb-entry-date {
        font-size: 18px;
    }

    .itemid-151 h1#title-11 {
        margin-top: 45px;
        font-size: 24px;
        max-width: 400px;
    }

    .blg-bg-gr.refrpd60.refr-sec {
        padding: 40px 0px;
    }

    img.blg-img-rt-bg {
        position: absolute;
        right: 0;
        bottom: -46px;
        z-index: 0;
        width: 98%;
        top: auto;
    }

    img.blg-img-lt-bg {
        position: absolute;
        bottom: 0px;
        left: -10px;
        z-index: 0;
        width: 95%;
        top: auto;
    }

    .blg-bg2 {
        padding: 50px 0 60px;
    }

    .itemid-151 .pd60 {
        padding-top: 40px;
    }

    .itemid-151 .btnstwo2 a {
        font-size: 16px;
    }

    .itemid-151 h2.mod__title {
        font-size: 30px;
    }

    .itemid-151 h2.mod__title span,
    h1.mod__title span {
        line-height: 1.3;
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .itemid-151 h2.mod__title {
        font-size: 26px;
    }

    .itemid-151 h2.mid-page-heading.nht {
        font-size: 26px;
    }

    .itemid-151 h1#title-11 {
        margin-top: 40;
        font-size: 20px;
    }

    .b-crumb {
        bottom: 22px;
        font-size: 18px;
    }

    #eb .eb-mod.mod-items-grid.clearfix {
        background-size: contain;
        height: auto !important;
    }

    .itemid-151 .pd60 {
        padding-top: 40px;
    }
}

@media (max-width: 385px) {
    img.bn-bg-ic {
        position: absolute;
        right: 1%;
        top: 29%;
        width: 110px;
    }
}

/* ------ end css add for new blog layout PT AWT dt 4112022 ---*/
#eb .eb-pager {
    width: 80%;
    margin: 0 auto 50px;
}

h2.mid-page-heading.nht.pdt0 {
    padding-top: 0px;
}

/**14.11**/
.site-wrap {
    max-width: 1440px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.primary-menu {
    background-color: #fff;
    border-top: 1px solid rgb(74 81 98 / 50%);
}

ul.dj-megamenu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hdrin-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.primary-menu .dj-megamenu-default li.dj-up {
    margin: 0 5px !important;
}

.tp-phone-col1 {
    display: flex;
    align-items: center;
}

.phon-tps {
    margin: 0;
    font-weight: 600;
    font-family: 'Inter';
    color: #ec1f27;
    font-size: 28px;
    line-height: 30px;
}

.phon-tps span {
    display: block;
    font-family: 'Inter';
    font-size: 14px;
    color: #000000;
}

.tp-phone-col1 img {
    margin-right: 15px;
    margin-top: 8px;
}

.tp-phon-info {
    display: flex;
    margin-right: -100px;
}

.tp-phone-col2 {
    background-color: #ec1f27;
    padding: 14px 55px 14px 35px;
}

.cta-tps {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 25px;
    position: relative;
    margin: 0;
}

.cta-tps span {
    font-weight: 600;
    display: block;
    font-size: 18px;
}

.cta-tps:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: -25px;
    vertical-align: middle;
    font-size: 25px;
    top: 25%;
}

.tp-phone-col1 {
    padding-right: 36px;
}

.homepage-banner {
    background-color: rgba(233, 235, 244, .9);
}

.customhpbanner {
    background-image: url(/images/hpbn-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hpb-inner {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.hpb-col {
    flex: 1 50%;
    padding: 0 15px;
}

.hpb-featrs {
    background-color: #ffffff;
    padding: 66px 25px 86px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hpbn-srvundbnr {
    display: flex;
    margin: 0 -5px;
}

.hpbn-subn-cols {
    flex: 1;
    padding: 0 5px;
}

.hpbn-sbnc-inner svg {
    fill: #2c3691;
    max-height: 62px;
    max-width: 62px;
}

.hpbn-sbnc-inner:hover {
    background-color: #2c3691;
}

.hpbn-sbnc-inner:hover svg {
    fill: #2c3691;
}

.hpbn-sbnc-inner h3 {
    color: #0B111F;
    text-align: center;
    font-family: Urbanist;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 0;
}

.hpbn-srvundbnr a {
    text-decoration: none;
    color: #000;
}

.hpbn-sbnc-inner {
    background-color: #e9ebf4;
}

.hpbn-sbnc-inner:hover svg {
    fill: #fff;
}

.hpbn-sbnc-inner:hover h3 {
    color: #ffffff;
}

.hpb-featrs-title {
    color: #0B111F;
    text-align: center;
    font-family: Urbanist;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    /* 100% */
}

p.sub-title {

    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}

.hpb-featrs-title span {
    display: block;
    color: #EC1F27;
    text-align: center;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.hpb-featrs-dsc {
    text-align: center;
    margin: 18px 0;
}

.hpbn-sbnc-inner {
    text-align: center;
    padding: 15px 10px;
    border-radius: 5px;
}

.hpbn-sbnc-inner:hover h3 {
    color: #ffffff !important;
}

.hpbn-mbbtn-wrap {
    text-align: center;
}

.hpbn-mbbtn-wrap a {
    background-color: #ec1f27;
    color: #ffffff;
    /* padding: 12px 20px; */
    padding: 16px 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.hpbn-mbbtn-wrap a:hover {
    color: #ffffff !important;
}

.hpbn-mbbtn-wrap {
    margin: 47px 0 0px;
}

.hpb-title {
    margin: 0;
    /* font-size: 55px; */
    font-weight: 600;
    line-height: 60px;
}

.hpb-inner {
    padding: 100px 0;
}

.hpdsc {
    margin: 0;
    margin-top: 12px;
}

.ftr-col {
    flex: 1 50%;
    padding: 0 66px;
    box-sizing: border-box;
}

span.telp a {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

span.telp {
    display: block;
    line-height: 30px;
}

img.payment_btm {
    max-width: 220px;
}

.ftr-col a {
    text-decoration: none;
}

.footer-heading {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

ul.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.btm-footer {
    border-top: 2px solid #474747;
    padding: 25px 0;
}

.ftc-col p {
    margin: 0;
}

.copyright-wrap {
    display: flex;
    justify-content: space-between;
}

.ftc-links a {
    text-decoration: none;
}

.ftc-links span {
    padding: 0 10px;
}

.ftc-col {
    flex: 1;
}

ul.footer-social li {
    margin: 0 4px;
}

.hpswrp {
    display: flex;
    margin: 0 -15px;
}

.hpswrp-col {
    flex: 1 50%;
    padding: 0 15px;
}

.hpswrpc-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hpswrp-blue .hpswrpc-inner {
    background-color: #f3f5fa;
}

.hpswrp-blue .hpswrpc-inner:hover {
    background-color: #0c37a0;
}

.hpswrp-blue .hpswrpc-inner:hover .hpswrpc-title,
.hpswrp-blue .hpswrpc-inner:hover .hpswrpc-dsc {
    color: #fff;
}

.hpswrp-blue .hpswrpc-inner:hover .hpswrpc-clr {
    background-image: url(../../../images/svg/vic-shp-lft.svg);
}

.hpswrp-blue:hover .list-st p:before {
    background-image: url(../../../images/svg/list-bult-w.svg);
}

.hpswrpc-title {
    color: #0B111F;
    font-family: Urbanist;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    /* 126.667% */
}

.hpswrpc-dsc {
    color: #0B111F;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
}

.hpswrpc-inner {
    position: relative;
}

.flx-rw.gap50 {
    gap: 70px;
}

.hpswrp-blue .hpswrpc-clr {
    padding: 50px 75px 55px;
    background-image: url(../../../images/svg/vic-shp-lft-hw.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hp-sections {
    padding: 75px 0;
}

.hpofr-inner {
    background-image: linear-gradient(to right bottom, #474f9e, #41499b, #3a4298, #333c94, #2c3691);
    padding: 0px;
    text-align: center;
}

.hpofr-title {
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 35px;
}

.hpofr-title span {
    display: block;
    font-size: 40px;
}

.hpofr-tgl {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}

.ofr-lstpg {
    margin: 0;
    margin-top: 15px;
    color: #ffffffff;
    line-height: 20px;
}

.hpsc-title {
    margin: 0px 0 12px;
    font-size: 35px;
    line-height: 45px !important;
}

.hpsc-title span,
.hscp-title span,
.hscp-title.mn-title.subtitle.call-today {
    display: block;
    color: #2c3691;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Inter';
    font-size: 22px;
    line-height: 40px;
}

.hp-offr-wrap {
    display: flex;
    margin: 0;
    gap: 20px;
}

.hpoffer-col {
    flex: 1 33.3333333%;
    padding: 0px;
}

.hpofr-brd {
    border: 2px dashed #fff;
    padding: 25px 17px;
}

a.global-btn {
    background-color: #ec1f27;
    color: #ffffff;
    padding: 17px 24px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.global-btn-wrap {
    margin: 50px 0 12px;
}

.hpofr-inner a {
    text-decoration: none;
}

.abtwrap-full {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.abtwrp-col {
    flex: 1 50%;
    padding: 0 5px;
}

.hp-offr-wrap {
    margin-top: 30px;
}

.abtwrap-full .abtwrp-col:last-child {
    padding-left: 5rem;
}

.hpabt-btn-wrap {
    margin: 40px 0 12px;
}

.hpabt-btn-wrap a:first-child {
    background-color: #ec1f27;
    color: #ffffff !important;
    padding: 12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #ec1f27;
}

.hpabt-btn-wrap a:last-child {
    color: #ec1f27;
    padding: 12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #ec1f27;
    /* margin-left: 10px*/
    ;
    border-radius: 5px;
}

.osp-wrap {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}

.osp-cols {
    flex: 1 50%;
    padding: 0 15px;
}

.osp-wrap .osp-cols:first-child {
    padding-right: 8rem;
}

.sp-phno {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    line-height: 35px;
    margin-top: 15px;
}

.sp-phno span {
    font-family: 'Inter';
    display: block;
    font-size: 20px;
}

.gray-bg {
    background-color: #e9ebf4;
}

ul.osp-lst {
    list-style: none;
    margin: 0;
}

ul.osp-lst li {
    position: relative;
    padding-left: 28px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
}

ul.osp-lst li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #ec1f27;
    position: absolute;
    left: 0;
}

.osp-innr {
    background-color: #ffffff;
    padding: 40px;
    box-shadow: rgba(100, 100, 111, .2) 0px 7px 29px 0px;
}

.osp-wrap.ott-mwrp {
    margin-top: 80px;
}

.hprev-wrap {
    /* display: flex;
    margin: 0 -15px; */
}

.hprev-col {
    /* flex: 1 33.33333333%;
    padding: 0 15px; */
}

.review-meta ul {
    list-style: none;
    display: flex;
    margin: 0;
    margin-bottom: 5px;
}

.review-meta ul li {
    color: #ec1f27;
    font-size: 25px;
    line-height: 25px;
}

.rev-cmt {
    text-align: left;
    margin: 0;
}

.hprev-inner {
    background: #ffffff;
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 100%;
}

.rev-infos {
    display: flex;
    justify-content: space-between;
}

.review-picture {
    width: 55px !important;
}

.auth-nm {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
}

.auth-nm span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #606060;
}

.rev-infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.auth-nm {
    padding-left: 12px;
}

.rev-infos img:not(img.review-picture) {
    height: 41px;
}

.hprev-wrap {
    margin-top: 50px;
}

.rev-btn-wrap a:first-child {
    background-color: #ec1f27;
    color: #ffffff;
    padding: 12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #ec1f27;
}

.rev-btn-wrap a:last-child {
    color: #ec1f27;
    padding: 12px 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #ec1f27;
}

.review-meta,
.review-stars {
    font-size: 100% !important;
}

.auth-infos {
    display: flex;
    align-items: center;
}

.rev-btn-wrap {
    display: flex;
    max-width: 600px;
    margin: auto;
    margin-top: 45px;
}

.rev-btn-wrap a {
    flex: 1 50%;
    margin: 0 10px;
    padding: 10px 20px !important;
}

#eb .eb-mod-thumb .eb-mod-image-cover:before {
    display: none !important;
}

.eb-mod .eb-mod.mod-items-grid {
    margin-top: 30px !important;
}

#eb .eb-mod-media-title {
    font-size: 22px;
    line-height: 30px !important;
}

#eb .eb-mod-title,
#eb .eb-mod-body,
#eb .eb-mod-hold,
#eb .eb-mod-action,
#eb .eb-mod-foot {
    padding-top: 0 !important;
}

#eb .eb-mod-title {
    padding: 20px 20px 10px !important;
}

#eb .eb-mod-foot {
    padding: 10px 20px 20px !important;
}

.eb-mod-body {
    padding: 0 20px !important;
}

.eb-mod-foot.mod-muted.mod-small a {
    font-weight: 600;
}

.hp-sections.hpgcta-form {
    padding-top: 30px;
}

.abtwrp-col.hpfrm-col2 .hpsc-title {
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
}

.hpgcta-form .abtwrap-full .abtwrp-col:last-child {
    padding-left: 7rem;
}

.sp-phno.inl-cnr span {
    display: inline;
    vertical-align: middle;
}

.sp-phno.inl-cnr {
    font-size: 28px;
}

.sp-phno.inl-cnr span {
    font-size: 18px;
}

.rev-btn-wrap a {
    text-align: center;
}

ul.osp-lst li:not(ul.osp-lst li:last-child) {
    margin-bottom: 15px;
}

.rev-cmt {
    height: 102px;
    overflow: hidden;
}

.swiper-wrapper {
    padding-bottom: 35px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -6px !important;
}

.swiper-pagination-bullet-active {
    background: #ec1f27 !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper.BlgSwiper .mod-item {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.mod-grid.mod-grid-1 {
    padding-left: 2px;
}

.mod-grid.mod-grid-3 {
    padding-right: 2px;
}

/**added on 1.12.2022 **/
.stcky-mobile-btn {
    position: fixed;
    right: -64px;
    top: 230px;
    z-index: 1;
    font-weight: 600;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin: 0;
    overflow: hidden;
}

.stcky-mobile-btn .custom {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

a.mbstck-btn {
    padding: 5px 15px;
    background: #ec1f27;
    color: #ffff;
    text-transform: uppercase;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: block;
}

/****/
@media (min-width:768px) {

    /* #eb .mod-items-grid>.mod-grid {
		margin-bottom:0 !important;
	} */
    .stcky-mobile-btn {
        display: none;
    }
}

@media (min-width:1024px) and (max-width:1100px) {
    .auth-nm {
        font-size: 15px;
    }
}

@media (min-width:1101px) and (max-width:1300px) {
    .hpb-title {
        font-size: 45px;
        line-height: 54px;
    }

    .hpbn-sbnc-inner h3 {
        font-size: 12px;
    }

    .hpb-featrs-title span {
        margin-bottom: 8px;
    }
}

@media (min-width:991px) and (max-width:1240px) {
    .tp-phon-btn {
        margin-right: 90px;
    }
}

@media (min-width:1101px) and (max-width:1400px) {
    .hpbn-sbnc-inner h3 {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .tp-phon-info {
        margin-right: -50px;
    }
}

@media (min-width:992px) and (max-width:1100px) {

    .site-wrap,
    ul.breadcrumb {
        padding-left: 50px;
        padding-right: 50px;
    }

    .tp-phon-info {
        margin-right: -20px;
    }

    .dj-megamenu-default li a.dj-up_a span {
        letter-spacing: normal;
    }

    .hpb-title {
        font-size: 45px;
        line-height: 50px;
    }

    .hpb-featrs-title {
        line-height: 35px;
    }

    .hpswrpc-title {
        font-size: 25px;
    }

    .abtwrap-full .abtwrp-col:last-child {
        padding-left: 3rem;
    }

    .osp-wrap .osp-cols:first-child {
        padding-right: 3rem;
    }

    .hpgcta-form .abtwrap-full .abtwrp-col:last-child {
        padding-left: 3rem;
    }

    .abtwrp-col.hpfrm-col2 .hpsc-title {
        font-size: 45px;
        line-height: 50px;
    }

    .sp-phno.inl-cnr span {
        font-size: 16px;
    }

    .sp-phno.inl-cnr {
        font-size: 26px;
    }

    .eb-mod .mod-grid {
        padding: 15px 0;
    }

    .hpbn-srvundbnr {
        flex-wrap: wrap;
    }

    .hpbn-subn-cols {
        flex: 1 50%;
        padding: 5px 5px;
    }

    .hpb-inner {
        padding: 50px 0;
    }
}

@media (min-width:768px) and (max-width:991px) {

    .site-wrap,
    ul.breadcrumb {
        max-width: 1920px;
        margin: auto;
        padding-left: 35px;
        padding-right: 35px;
    }

    .tp-phon-info {
        margin-right: 55px;
    }

    header#mainNav .brand img {
        width: 280px !important;
    }

    .tp-phone-col2 {
        display: none;
    }

    .primary-menu .site-wrap {
        padding: 0;
    }

    .primary-menu {
        background-color: transparent;
        /* position: absolute; */
        top: 14px;
        right: 25px;
    }

    /* .hdrin-inner {
		padding: 10px 0;
	} */
    .tp-phone-col1 {
        padding-right: 60px;
    }

    .primary-menu {
        top: 22px;
    }

    .hpb-inner {
        padding: 30px 0;
    }

    .hpb-inner {
        align-items: inherit;
        margin: 0;
        flex-direction: column;
    }

    .hpb-col {
        flex: 1 100%;
        padding: 15px 0;
    }

    .hpb-title {
        margin: 0;
        font-size: 55px;
        font-weight: 600;
        line-height: 55px;
    }

    .hpb-col {
        text-align: center;
    }

    /* .hdrin-inner {
		padding: 10px 0;
	} */
    .hpb-featrs-title {
        font-size: 35px;
    }

    .hpb-featrs-title span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hpswrp-blue .hpswrpc-clr,
    .hpswrp-red .hpswrpc-clr {
        padding: 20px;
        padding-top: 5rem;
    }

    .hpswrpc-title {
        font-size: 23px;
        line-height: 26px;
    }

    .hp-sections {
        padding: 50px 0;
    }

    .hpoffer-col {
        flex: 1 50%;
        padding: 0 15px;
    }

    .hp-offr-wrap .hpoffer-col:last-child {
        display: none;
    }

    .hpofr-title {
        font-size: 20px;
    }

    .abtwrap-full {
        align-items: inherit;
        margin: -15px 0;
        flex-direction: column;
    }

    .abtwrap-full .abtwrp-col:last-child {
        padding-left: 0;
    }

    .abtwrp-col {
        flex: 1 100%;
        padding: 15px 0;
    }

    .osp-wrap {
        margin: -15px 0;
        align-items: inherit;
        flex-direction: column;
    }

    .osp-wrap .osp-cols:first-child {
        padding-right: 0;
    }

    .osp-cols {
        flex: 1 100%;
        padding: 15px 0;
    }

    .hprev-wrap .hprev-col:last-child {
        /* display: none; */
    }

    .eb-mod .mod-grid:nth-child(1),
    .eb-mod .mod-grid:nth-child(2) {
        margin-bottom: 30px;
    }

    .eb-mod.mod-items-grid.clearfix.new-box {
        display: flex !important;
        flex-direction: column !important;
    }

    .hpgcta-form .abtwrap-full .abtwrp-col:last-child {
        padding-left: 0;
    }

    .abtwrp-col.hpfrm-col2 .hpsc-title {
        font-size: 40px;
        line-height: 50px;
    }

}

@media (max-width:767px) {

    .site-wrap,
    ul.breadcrumb {
        padding-left: 25px;
        padding-right: 25px;
    }

    .hp-sections {
        padding: 55px 0;
    }

    .tp-phone-col2 {
        display: none;
    }

    .phon-tps {
        margin: 0;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        color: #ec1f27;
        font-size: 12px;
        line-height: 12px;
    }

    .tp-phone-col1 {
        padding-right: 0px;
    }

    .header .brand {
        max-width: 200px;
    }

    .hpb-inner {
        align-items: inherit;
        margin: 0;
        flex-direction: column;
    }

    .ftr-col {
        flex: 1 100%;
        padding: 15px 0;
    }

    .copyright-wrap {
        justify-content: inherit;
        flex-direction: column-reverse;
    }

    ul.footer-social {
        margin: 14px 0;
    }

    footer .payment p {
        margin-bottom: 20px;
    }

    .hp-sections.hpgcta-form .abtwrap-full {
        flex-direction: column;
        align-items: inherit;
    }

    .hpgcta-form .abtwrap-full .abtwrp-col:last-child {
        padding-left: 15px;
    }

    .abtwrp-col.hpfrm-col2 .hpsc-title {
        font-size: 42px;
        line-height: 50px;
    }

    .hprev-wrap {
        /* margin: -15px 0;
		flex-direction: column; */
        margin-top: 40px;
    }

    .hprev-col {
        /* flex: 1 100%;
		padding: 15px 0; */
    }

    .abtwrp-col.hpfrm-col2 {
        padding-top: 15px;
    }

    #eb .hpsc-title,
    #eb .hpsc-title span {
        line-height: 40px !important;
    }

    .hpb-col {
        flex: 1 100%;
        padding: 0;
    }

    .hpb-inner {
        padding: 15px 0 0;
    }

    .hpb-title {
        font-size: 35px;
        font-weight: 600;
        line-height: 42px;
    }

    .hpb-inner {
        text-align: center;
    }

    .hpb-featrs-title {
        font-size: 25px;
        line-height: 30px;
    }

    .hpbn-subn-cols {
        flex: 1 50%;
        padding: 5px 5px;
    }

    .hpbn-srvundbnr {
        margin: -5px -5px;
        flex-wrap: wrap;
    }

    .hpb-featrs {
        margin-bottom: -16rem;
    }

    .ubn-ftrs-section {
        padding-top: 16rem;
    }

    .hpswrp {
        margin: -15px 0;
        flex-direction: column;
    }

    .hpswrp-col {
        flex: 1 100%;
        padding: 15px 0;
    }

    .hpswrpc-title {
        font-size: 25px;
        line-height: 30px;
    }

    .hpswrpc-dsc {
        font-size: 20px;
        line-height: 24px;
        margin-top: 8px;
    }

    .hpswrp-blue .hpswrpc-clr,
    .hpswrp-red .hpswrpc-clr {
        padding-top: 5rem;
    }

    .hp-offr-wrap {
        margin: 0;
        flex-direction: column;
    }

    .abtwrap-full {
        margin: -15px 0;
        flex-direction: column;
        align-items: inherit;
    }

    .abtwrp-col {
        flex: 1 100%;
        padding: 15px 0;
    }

    .abtwrap-full .abtwrp-col:last-child {
        padding-left: 0;
    }

    .osp-wrap {
        margin: -15px 0;
        align-items: inherit;
        flex-direction: column;
    }

    .osp-wrap .osp-cols:first-child {
        padding-right: 0;
    }

    .osp-cols {
        flex: 1 100%;
        padding: 15px 0;
    }

    .osp-wrap.ott-mwrp {
        flex-direction: column-reverse;
        margin-top: 50px;
    }

    .hprev-wrap .hprev-col:nth-child(2),
    .hprev-wrap .hprev-col:nth-child(3) {
        /* display: none; */
    }

    /* #eb .mod-items-grid>.mod-grid {
		margin-bottom: 0 !important;
	} */
    .hp-sections.eb-hps {
        padding-bottom: 0;
    }

    #rsform_13_page_0,
    #rsform_11_page_0 {
        padding: 30px;
    }

    .col-sm-6.control-group,
    .col-sm-12.control-group {
        padding: 0;
    }

    .tp-phone-col1 img {
        margin-right: 0;
        margin-top: 0;
    }

    .tp-phon-info {
        margin-right: 10px;
    }

    .primary-menu .site-wrap {
        padding: 0;
    }

    .hdrin-inner {
        padding: 0px 0;
    }

    .primary-menu {
        background-color: transparent;
        /* position: absolute; */
        top: 14px;
        right: 25px;
    }

    .tp-phone-col1 img {
        margin-right: 8px;
        width: 20px;
    }

    .hpb-featrs {
        margin-top: 30px;
    }

    .hpsc-title {
        font-size: 30px;
        line-height: 38px;
    }

    .osp-innr {
        padding: 20px;
    }

    .sp-phno {
        font-size: 30px;
    }

    .sp-phno span {
        font-size: 18px;
    }

    .sp-phno.inl-cnr {
        font-size: 22px;
    }

    .sp-phno.inl-cnr span {
        font-size: 16px;
    }

    .hprev-wrap {
        margin-top: 15px;
    }

    .rev-btn-wrap a {
        padding: 10px 10px !important;
        font-size: 14px;
    }

    #eb .mod-items-grid>.mod-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .hpoffer-col {
        flex: 1 100%;
        padding: 15px 0;
    }

    .hpofr-title span {
        font-size: 35px;
    }

    .hpofr-title {
        font-size: 20px;
    }

    .hp-sections-NP.hps-offers .global-btn-wrap {
        margin-top: 30px;
    }

    .hpgcta-form .abtwrap-full .abtwrp-col:last-child {
        padding-left: 0;
    }

    .hprev-inner {
        box-shadow: none;
    }

    .rev-cmt {
        height: 150px;
    }

    .swiper.BlgSwiper .mod-item {
        background: #e9ebf4;
        box-shadow: rgba(0, 0, 0, .4) 0px 25px 20px -20px;
    }

    .hprev-inner {
        box-shadow: rgba(0, 0, 0, .4) 0px 25px 20px -20px;
    }

    /* header.header.mywrapper {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    } */

}

@media (max-width:462px) {
    .hpb-featrs-title {
        font-size: 22px;
    }

    .hpb-featrs-title span {
        font-size: 16px;
        margin-bottom: 3px;
    }

    .hpb-featrs-dsc {
        margin: 10px 0 18px;
        font-size: 14px;
        font-weight: 600;
    }
}

@media (max-width:400px) {
    .header .brand {
        max-width: 170px;
    }

    .hpb-title {
        font-size: 25px;
        font-weight: 700;
        line-height: 34px;
    }

    .hpdsc {
        max-width: 100%;
    }

    .hpb-featrs-title span {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .hpb-featrs-title {
        font-size: 18px;
        line-height: 30px;
    }

    .hpb-featrs {
        margin-top: 25px;
    }

    .hpbn-sbnc-inner h3 {
        font-size: 14px;
    }

    .hpbn-sbnc-inner svg {
        max-height: 55px;
        max-width: 55px;
    }

    .hpswrp-blue .hpswrpc-clr,
    .hpswrp-red .hpswrpc-clr {
        padding: 22px;
        padding-top: 4rem;
    }

    .site-wrap,
    ul.breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }

    .abtwrap-full .hpabt-btn-wrap a:last-child {
        margin-top: 20px;
    }

    .abtwrap-full .hpabt-btn-wrap a {
        display: block;
        text-align: center;
        margin: 0;
    }

    .hpsc-title {
        font-size: 25px;
        line-height: 32px;
    }

    .hpsc-title span,
    .hscp-title span,
    .hscp-title.mn-title.subtitle.call-today {
        font-size: 20px;
    }

    .sp-phno.inl-cnr {
        font-size: 18px;
    }

    .sp-phno.inl-cnr span {
        font-size: 14px;
    }

    p.sp-phno.ott-wl.inl-cnr span {
        margin-top: 8px;
    }

    .rev-btn-wrap a:last-child {
        margin-top: 20px;
    }

    .rev-btn-wrap a {
        text-align: center;
    }

    .rev-btn-wrap {
        flex-direction: column;
    }

    #eb .eb-mod-media-title {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    #rsform_13_page_0,
    #rsform_11_page_0 {
        padding: 25px;
    }

    .abtwrp-col.hpfrm-col2 .hpsc-title {
        font-size: 35px;
        line-height: 40px;
    }

    .hpsc-title span,
    .hscp-title span,
    .hscp-title.mn-title.subtitle.call-today {
        font-size: 18px;
    }

    footer .payment p {
        margin-bottom: 5px;
    }
}

@media (max-width: 1324px) {
    header#mainNav .site-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }

    .dj-megamenu-default li a.dj-up_a {
        font-size: 14px !important;
        padding: 22px 5px !important;
    }
}

@media (max-width: 1100px) {
    header#mainNav .site-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width:401px) and (max-width:420px) {

    .hpabt-btn-wrap a:first-child,
    .hpabt-btn-wrap a:last-child {
        padding: 12px 15px;
    }
}

.wrap {
    max-width: 1920px;
    margin: auto;
}

/*added by akhilesh for GDPR plugin on 7.1.23 */
.inner3 a {
    color: #ec1f27 !important;
}

footer.footer .inner3 a:hover {
    color: #ec1f27 !important;
}

.button_cookie {
    background: #ec1f27 !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.button_cookie {
    display: initial !important;
    position: relative !important;
    top: 0 !important;
    left: 20px !important;
}

.inner1 {
    display: flex !important;
    justify-content: flex-start !important;
}

.inner3 {
    width: auto !important;
}

.eb_privacypolicy {
    width: auto !important;
}

div#eu_cookies {
    box-shadow: 0px 0px 15px -7px #394b57 !important;
}

@media (max-width:767px) {
    .inner3 p {
        font-size: 12px !important;
    }

    .inner1 {
        display: block !important;
    }
}

@media (max-width: 1044px) {
    .inner1 {
        flex-direction: column;
        text-align: left;
    }

    .button_message.eb_privacypolicy {
        margin-top: 12px;
    }

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
        padding-left: 0px !important;
    }

    .moove-gdpr-info-bar-content {
        align-items: flex-start !important;
    }

    .button_cookie {
        left: 0px !important;
    }
}

@media (max-width: 767px) {
    .eb_privacypolicy {
        float: none !important;
        margin: 0 auto !important;
        margin-left: 0 !important;
    }
}

/*added css by akhilesh for blog layout on 6.2.23*/
.eb-blog-grid__title {
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 24px !important;
}

.eb-blog-grid__title a {
    color: inherit;
}

#eb .eb-post-thumb .eb-post-image-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 50%);
    box-shadow: 0 0 1px rgb(0 0 0 / 50%);
    display: inline-block;
    height: 220px;
    width: 300px;
    vertical-align: top;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: static;
    margin: 0;
    max-width: 100%;
    width: 100% !important;
}

#eb.eb-mod * {
    line-height: 1.4 !important;
}

@media (max-width: 768px) {
    #eb .eb-post-listing.is-column.eb-post-listing--col-3 {
        grid-template-columns: auto !important;
    }

    .hpabt-btn-wrap a:last-child {
        padding: 12px 5px;
    }

    .hpabt-btn-wrap a:first-child {
        padding: 12px 5px;
    }

    .eb-mod .eb-mod.mod-items-grid {
        margin-top: 0px !important;
    }

    .itemid-151 #eb .eb-mod.mod-items-grid.clearfix {
        padding: 25px 10px 80px 10px !important;
    }

    .pagebn_inner {
        margin-top: 0px;
    }

    p.g-rev {
        flex-direction: column;
    }

    #eb .mod-items-grid {
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }
}

/*end css by akhilesh for blog layout on 6.2.23*/
.itemid-151 div#eb.eb-view-entry {
    padding-top: 0 !important;
}

.itemid-151 .eb-entry.fd-cf {
    max-width: 100%;
    padding: 0px 0 30px;
}

/*added css by akhilesh for blog layout on 4.3.23*/
#eb .mod-items-grid {
    margin-bottom: 0px !important;
}

.com_easyblog.view-grid .pagebn_inner .wrap {
    padding: 0px 105px !important;
}

.com_easyblog.view-grid .pagebn_inner {
    padding: 10px 0 1px 0 !important;
}

.com_easyblog.view-grid h1.bn_title {
    font-size: 36px;
    font-weight: 500;
}

.com_easyblog.view-grid .customacservice-bg {
    background-image: none;
    background-color: #5961aa !important;
}

.com_easyblog.view-grid .pagebn_inner {
    background-color: initial;
    padding: 0;
}

.itemid-151 h1#title-11 {
    margin-bottom: 25px;
}

.eb-mod .eb-mod.mod-items-grid {
    margin-top: 10px !important;
}

.itemid-151 h2.mid-page-heading.nht {
    font-size: 30px;
}

.eb-entry-date {
    padding-bottom: 20px;
}

.eb-mod .eb-mod.mod-items-grid {
    margin-top: -10px !important;
}

.b-crumb {
    font-size: 16px;
}

.itemid-151 .eb-entry-date {
    font-size: 16px;
}

.wrap {
    padding: 0px 120px !important;
}

#eb .eb-entry-article img {
    width: 100%;
}

.itemid-151 .eb-entry.fd-cf {
    max-width: 80%;
    padding: 0px 0 30px;
}

.fl-cl.hm-rgt-sec p.hpb-featrs-dsc {
    color: #4A5162 !important;
    margin: 24px 0 50px;
}

img.tsms-bg.tsms-bg-bl.def-im {
    display: initial;
}

img.tsms-bg.tsms-bg-bl.hov-im {
    display: none;
}

.hpbn-sbnc-inner:hover img.tsms-bg.tsms-bg-bl.def-im {
    display: none;
}

.hpbn-sbnc-inner:hover img.tsms-bg.tsms-bg-bl.hov-im {
    display: initial;
}

@media (max-width: 1100px) {
    .com_easyblog.view-grid .pagebn_inner {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .itemid-151 #eb .eb-mod.mod-items-grid.clearfix {
        padding: 25px 10px 25px 10px !important;
    }

    .com_easyblog.view-grid .pagebn_inner .wrap {
        padding: 0px !important;
    }

    .com_easyblog.view-grid h1.bn_title {
        font-size: 26px;
        text-align: inherit;
    }

    .itemid-151 .eb-entry.fd-cf {
        max-width: 100%;
        padding: 0px 20px;
    }

    .wrap {
        padding: 0px !Important;
    }

    .itemid-151 h1#title-11 {
        font-size: 22px;
    }

    .itemid-151 h1#title-11 {
        margin-top: 0px;
    }

    .eb-entry-date {
        padding-bottom: 0px;
    }

    #content {
        margin-top: 0px !important;
    }
}

/*added by akhilesh css for joomla 4 on 7.4.23*/
div#mod-custom163 .row {
    display: block;
}

@media (max-width: 767px) {
    .sbtmos {
        padding: 50px 20px;
    }

    p.aof__desc {
        padding: 0 20px;
    }

    .customfe-ser {
        padding: 20px 20px;
    }

    .moduletablebread-cum {
        padding: 0 20px !important;
    }

    h1.bn_title {
        text-align: initial;
    }

    div#eb.mod_easyblog_post_banner {
        background-color: none !important;
    }

    .eb-mod.mod-items-grid.clearfix {
        background-color: #5961aa !important;
    }

    .eb-content {
        background: #fff;
    }

    .col-md-6.text-center {
        background: #fff;
    }

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

    .wrap {
        padding: 20px 20px !important;
    }
}

/* edit by akhilesh for footer New Layout on 10april2k23 */
.ft_widget.ftwarea {
    text-align: center;
}

.ft_widget.ftwarea h4.ftw_title {
    position: relative;
    font-size: 22px;
}

.ftw_title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}


ul.fw_list.ftrsdf {
    display: flex;
    justify-content: center;
    font-size: 16px;
}

ul.fw_list {
    margin-left: 0;
}

ul.fw_list.ftrsdf li {
    margin: 0 10px;
    list-style: none;
}

ul.fw_list.ftrsdf li:not(ul.fw_list.ftrsdf li:last-child) a {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

ul.fw_list li a {
    color: #fff;
    text-decoration: none;
}

p.ftt-txt {
    padding: 15px 0 0;
}

.ft_widget.ftwarea hr.ftw_tul {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 15px;
}

.foot-top-wrap {
    border-bottom: 1px solid rgba(20, 88, 126, .38);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.foot-top-wrap .foot-cols {
    flex: 1 33%;
}

.foot-bot-wrap {
    padding-bottom: 30px;
}

.foot-cols.ftc2 {
    padding-top: 20px;
    font-size: 16px;
}

.foot-cols.ftc3 {
    padding-top: 20px;
    font-size: 16px;
}

.btm-footer {
    border-top: none;
}

@media screen and (max-width: 767px) {
    .f-sec {
        padding-left: 0px !important;
    }

    p.g-rev {
        justify-content: center;

    }

    p.g-rev:last-child {
        text-align: left;
        margin: 25px auto 0 !important;
    }

    .foot-top-wrap .foot-cols {
        flex: auto;
    }

    ul.fw_list.ftrsdf {
        flex-direction: column;
    }

    .foot-cols.ftc2 {
        font-size: 16px;
    }

    .foot-cols.ftc3 {
        font-size: 16px;
    }

    ul.fw_list.ftrsdf {
        font-size: 16px;
    }

    .foot-cols.ftc2 p {
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    ul.fw_list.ftrsdf li:not(ul.fw_list.ftrsdf li:last-child) a {
        border-right: 0px solid #fff;
    }

    .foot-cols.ftc1 {
        order: 1;
    }

    ul.fw_list.ftrsdf li {
        font-size: 16px;
        line-height: 1.5;
    }

    ul.footer-social.utt {
        justify-content: center !important;
    }
}

@media screen and (max-width: 450px) {
    p.ft-adr {
        width: 220px;
    }
}

ul.footer-social.utt {
    justify-content: center;
    padding-top: 15px;
}

.copyright-wrap.tyny {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    ul.fw_list.ftrsdf {
        flex-wrap: wrap;
    }

    ul.fw_list.ftrsdf li:not(ul.fw_list.ftrsdf li:last-child) a {
        border-right: none;
    }

    ul.fw_list.ftrsdf li {
        line-height: 1.5;
    }

    ul.fw_list.ftrsdf li {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    ul.fw_list.ftrsdf {
        flex-wrap: wrap;
    }

    ul.fw_list.ftrsdf li:not(ul.fw_list.ftrsdf li:last-child) a {
        border-right: none;
    }

    ul.fw_list.ftrsdf li {
        line-height: 1.5;
    }
}

/* end by akhilesh on 10april2k23 */
/* css edit by gopal for font sizes */
.hpb-title {
    font-size: 50px;
}

.hpofr-title span {
    font-size: 36px;
}

.abtwrp-col.hpfrm-col2 .hpsc-title {
    font-size: 45px;
}

.dnnt-1 {
    background: #fff;
}

h1.head-text {
    margin-top: 0;
}

h1.head-text {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
}

.ft1624 a {
    color: #EC1F27;
}

.brdcrm_bx {
    /* position: absolute; */
    top: 355px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.topbar-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.topBar {
    background-color: #0B111F;
    padding: 14px 0;
    color: #fff;
}

.topBar a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    color: #fff !important;
}

.call-txt p {
    margin-bottom: 0;
}

.topbar-left img {
    margin-top: 0px;
}

span.btn-req-txt {
    font-size: 12px;
    line-height: 12px;
    color: #0B111F;
    text-transform: initial;
    font-weight: 700;
}

span.sdule-btn a {
    background-color: #EC1F27;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 17px 24px;
    border-radius: 5px;
}

header#mainNav {
    padding: 24px 0;
}

p.cta-tps1 {
    margin: 0 0 17px;
}

.ac-pr {
    position: relative;
    z-index: 1;
}

.abtwrap-full.eq-cl {
    align-items: stretch;
}

.gap {
    gap: 30px;
}

.grbox-one-rw {
    padding: 50px 28px;
}

img.lc-im-tl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

img.lc-im-tr {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.list-st p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.list-st p:before {
    background-image: url(../../../images/svg/list-bult.svg);
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px;
}

p.btn-solr {
    margin-top: 32px !important;
    margin-bottom: 0;
}

.mrb50 {
    margin-bottom: 50px;
}

.mrb40 {
    margin-bottom: 40px;
}

.mrt40 {
    margin-top: 40px;
}

.mrt30 {
    margin-top: 30px;
}

.mrt50 {
    margin-top: 50px;
}

.mrt60 {
    margin-top: 60px;
}

.ft1624 p {
    color: #0B111F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.view-btn {
    margin-bottom: 0;
    color: #fff;
    border: 2px solid #EC1F27;
    padding: 16px 24px;
    text-decoration: none;
    color: #fff !important;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    max-width: fit-content;
    font-weight: 500;
    min-width: 180px;
    text-align: center;
    justify-content: center;
    border-radius: 200px;
    background: var(--Red, #D7282F);
}


span.inner-appt {
    float: left;
    line-height: 0;
    margin-right: 6px;
}

img.hov-im {
    display: none;
}

.hp-sections h2.hpsc-title {

    font-size: 30px;
    font-weight: 800;
    line-height: 30px !important;
}

.abtwrp-col.ac-pr.pdl0 {
    padding-left: 0rem;
}

.rep-offsec.mrt30 {
    display: flex;
}

.rep-off1 {
    width: 110px;
}

.rep-off-circle h2.hpsc-title {
    margin-bottom: 0;
    color: #fff;
    background-color: #ec1f27;
    max-width: 95px;
    text-align: center;
    padding: 18px;
    border-radius: 50px;
}

.tab-container {
    position: relative;
}

img.flow-lnks {
    position: absolute;
    top: -78px;
    width: 660px;
    height: 756px;
    left: 230px;
}

.flx-rw.lnks {
    position: relative;
    justify-content: center;
    gap: 20px;
}

ul.flxwrp {
    list-style: none;
    padding: 0;
}

.com-content-article ol,
.com-content-article ul {
    overflow: hidden;
}

.flx-rw {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

.flx-rw.nat-lt {
    position: relative;
}

.pddt60 {
    padding-top: 55px;
}

.flx-rw {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.pdrrttt {
    padding-right: 40px;
}

.hvre {
    padding: 12px 10px;
    border: 1px solid #EC1F27;
    border-radius: 0px;
    font-size: 18px;
    line-height: 18px;
    color: #EC1F27;
}

.hvre:hover,
li.hvre.active {
    background: #EC1F27;
}

.hvre:hover span,
li.hvre.active span {
    color: #ffffff;
}

.opct li {
    opacity: 1 !important;
}

.txtw {
    padding: 51px 31px;
}

.txtw .inr-txt {
    margin: 0;
}

.bgrclw {
    background: #6096BA;
    border-radius: 5px;
}

.pdrrttt {
    padding-right: 40px;
}

img.mgltrr {
    margin-left: 21px;
}

.flx-rw.wdttt {
    justify-content: center;
}

.block1.wd100 {
    max-width: 830px;
    width: 100%;
}

.txtw .small-title,
.txtw .inr-txt {
    color: #ffffff;
}

.hp-sections.pdt30,
.pdt30 {
    padding-top: 30px !important;
}

.hp-sections.pdt0,
.pdt0 {
    padding-top: 0 !important;
}

ul.tabs.flx-rw.lnks.flxwrp {
    background-color: #f6f6f7;
    margin: 0;
    padding: 44px 42px;
    justify-content: flex-start;
}

.max-wth {
    max-width: 80%;
    margin: auto;
    padding: 46px 32px;
}

.bdr-shd {
    box-shadow: 0 4px 50px 4px rgba(0, 0, 0, .08);
}

.ser-ic-rw.ser-icbox {
    display: flex;
    justify-content: space-between;
}

.ser-ic-cl {
    display: flex;
    align-items: center;
}

.ft1624.ser-ic-txt {
    padding-left: 16px;
}

.offersec .hpofr-inner {
    background: transparent;
    border: 1px solid rgb(74, 81, 98, .3);
    height: 100%;
    border-radius: 5px;
}

.offersec .hpofr-brd {
    border: none;
}

.offersec p.hpofr-tgl.ft2020 {
    font-size: 18px;
    line-height: 20px;
    color: #0B111F;
    font-weight: 700;
    margin-bottom: 24px;
}

.offersec .hpsc-title {
    font-family: 'Urbanist';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 800;
    margin-bottom: 18px;
}

.offersec .hpsc-title span {
    color: #eb1f27;
    font-family: 'Urbanist';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 8px;
    font-weight: 800;
}

.hpofr-inner:hover {
    box-shadow: 0 4px 50px 4px rgba(0, 0, 0, .08);
    background-color: #fff;
    border: none;
    border: 1px solid rgb(74 81 98 / 0%);
}

img.lc-im-bl {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.offersec .hpsc-title.mn-title {
    font-size: 40px;
    line-height: 48px !important;
}

.hpsc-title.mn-title span {
    font-size: 16px;
    line-height: 16px;
}

.offersec .hp-offr-wrap {
    margin-top: 64px;
}

.offersec a .hpofr-brd {
    color: #4A5162;
}

a.global-btn {
    border: 2px solid #EC1F27;
}

a.global-btn:hover {
    background-color: transparent;
    color: #ec1f27;
    text-decoration: none;
}

.max-wth-cont {
    max-width: 835px;
    margin: auto;
    text-align: center;
}

.max-wth-cont p {
    max-width: 720px;
    margin: auto;
}

h3.ft2424 {
    font-size: 24px;
    line-height: 24px;
    margin: 24px 0 12px;
    font-weight: 800;
}

h4.hpsc-title.ft1824 {
    font-size: 18px;
    line-height: 24px !important;
    color: #ec1f27;
    margin: 16px 0;
}

.hp-sections.ac-pr.offersec.lc-serblk .hpofr-inner .global-btn-wrap.ser-btn.align-center a.global-btn {
    background-color: transparent;
    color: #ec1f27;
    display: inherit;
    font-size: 18px;
    line-height: 18px;
    padding: 16px 20px;
    width: max-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.hp-sections.ac-pr.offersec.lc-serblk .hpofr-inner:hover .global-btn-wrap.ser-btn.align-center a.global-btn {
    background-color: #ec1f27;
    color: #fff;
}

.flx-rw.gap30 {
    gap: 30px;
}

.fl-cl {
    flex: 1 50%;
}

.nr-sec h2.hpsc-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 48px !important;
}

img.lc-im-tl2 {
    position: absolute;
    top: -52px;
    left: -52px;
    z-index: -1;
}

h2.hpsc-title.ft3038,
h3.hpsc-title.ft3038 {
    font-size: 30px;
    line-height: 38px !important;
}

.mrt5 {
    margin-top: 5px;
}

.max-wth2 {
    max-width: 80%;
    margin: auto;
}

.hp-offr-wrap.lc-ser {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
    align-content: flex-start;
}

.hp-offr-wrap.lc-ser .hpoffer-col {
    flex: 1 100%;
    width: 100%;
}

.hp-offr-wrap.lc-ser .hpofr-inner {
    text-align: left;
    padding: 10px;
}

.hp-offr-wrap.lc-ser h2.hpsc-title {
    color: #2c3691;
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.hp-offr-wrap.lc-ser {
    margin-top: 0;
}

img.lc-im-rb {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

img.lc-im-tlr2 {
    position: absolute;
    top: -60px;
    right: -47px;
    z-index: -1;
}

.canstl-sec p.btn-solr {
    display: flex;
    gap: 15px;
    margin-top: 32px !important;
}



.canstl-sec p.btn-solr a:hover:nth-child(2) {
    background-color: #EC1F27 !important;
    color: #fff !important;
}

.canstl-sec p.btn-solr a:nth-child(2) {
    background-color: transparent;
    color: #EC1F27 !important;
}

.hpsc-title.mn-title.subtitle span,
.hscp-title.mn-title.subtitle span,
.hscp-title.mn-title.subtitle.call-today {
    color: #eb1f27;
    font-family: 'Urbanist';
    font-size: 16px;
    line-height: 16px !important;
    margin-bottom: 8px;
    font-weight: 700;
}



.canstl-sec p.btn-solr a:nth-child(2) img.hov-im {
    display: block;
}

.canstl-sec p.btn-solr a:nth-child(2):hover img.hov-im {
    display: none;
}

.canstl-sec p.btn-solr a:nth-child(2) img.def-im {
    display: none;
}

.canstl-sec p.btn-solr a:nth-child(2):hover img.def-im {
    display: block;
}

.emerg .hpoffer-col,
.emerg .hp-offr-wrap.lc-ser .hpofr-inner {
    padding: 0;
}

.emerg .hpofr-brd {
    padding: 24px;
}

/* .page-header-inner {
    padding: 70px 0 70px 0;
} */
.emerg .hp-offr-wrap.lc-ser {
    margin: 0;
}

.hp-sections.ac-pr.offersec.lc-serblk .hpofr-inner {
    padding: 0;
}

.hp-sections.ac-pr.offersec.lc-serblk h4.hpsc-title.ft1824 {
    max-width: 300px;
    margin: auto;
    margin-bottom: 16px;
}

.hp-sections.ac-pr.offersec.lc-serblk .global-btn-wrap {
    margin: 24px 0 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
    font-family: 'Urbanist', sans-serif;
    color: #0F0F0F;
}

p.g-rev {
    flex-direction: row !important;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 16px;
    line-height: 26px !important;
}

p.g-rev a {
    color: #fff !important;
}

.max-wth600 {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

p.hpdsc.mxwth535 {
    max-width: 535px;
    margin-top: 24px;
}

.div-part {
    margin-top: 70px;
}

.flx-gap {
    gap: 25px;
}

.flx {
    display: flex;
    flex-wrap: wrap;
}

.clrr {
    border-radius: 5px;
    padding: 24px 24px !important;
    box-sizing: border-box;
    position: relative;
    border-radius: 12px;
    border: 1px solid #009ADE;
}

.txt-ctr {
    text-align: center;
}

.flx-col {
    /* flex: 1 33.33333%; */
    flex: 1 31%;
    max-width: 31.9%;
}

.smp {
    display: initial;
}

.hvr {
    display: none;
}

.btnn {
    position: absolute;
    bottom: 23px;
    width: 88%;
}

.flx-col .clrr .btnn a {
    color: #0B111F;
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.flx-col.clrr .btnn a {
    color: #0B111F;
    text-align: center;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;

}

.clrr:hover {
    /*background: #0C37A0;*/
}

.br50 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgr {
    height: 80px;
    width: 80px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 12px;
}

/*.clrr:hover .smp, .global-btn:hover .smp {*/
/*    display: none;*/
/*}*/
/*.clrr:hover .hvr, .global-btn:hover .hvr {*/
/*    display: initial;*/
/*}*/
/*.clrr:hover .hph3-title, .clrr:hover .inr-tx, .clrr:hover .btnn a {*/
/*    color: #ffffff;*/
/*}*/
.mgt {
    margin-top: 18px;
}

/*.clrr:hover .smp, .global-btn:hover .smp {*/
/*    display: none;*/
/*}*/
.hph3-title {
    color: var(--Blue, #0033A1);
    font-family: Inter !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px !important;
}

.mx280 {
    max-width: 280px;
}

.nr-sec .offersec p.hpofr-tgl.ft2020 {
    margin-top: 50px;
    margin-bottom: 0;
    line-height: 30px;
}

.txt-left {
    text-align: left;
}

/* .list-st.evenn p:nth-of-type(even):before {
    content: none;
} */

span.fnt-20 {
    font-family: 'Inter';
    font-size: 18px;
    /*font-weight: 700;*/
    line-height: 20px;
    text-transform: capitalize;
}

.aligt-ini {
    align-items: initial;
}

.hpofr-inner.hpo11 {
    border-radius: 5px;
    background: #FFF;
    /* box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.15); */
    padding: 16px 24px;
    text-align: left;
}

.hpofr-inner.hpo11:first-of-type {
    margin-bottom: 24px;
}

.larn-mor a {
    color: #0B111F;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.hpofr-inner.hpo11:hover .larn-mor a {
    color: #EC1F27;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.hpofr-inner.hpo11:hover .hvr {
    display: initial;
}

.hpofr-inner.hpo11:hover .smp {
    display: none;
}

.max-wdth {
    max-width: 884px;
    margin: auto;
    text-align: center;
}

.flx-1.flx-wrpp {
    display: flex;
}

h3.faq_it.fqt1 {
    font-family: Inter !important;
    font-size: var(--Font-size-text-lg, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0;
}

footer.footer.mywrapper {
    box-sizing: border-box;
}

p.mobn:before {
    background-image: url(../../../images/svg/ftr-phone-icn.svg);
}

.mailad:before {
    background-image: url(../../../images/svg/ftr-mail.svg);
}

.ofad:before {
    background-image: url(../../../images/svg/ftr-loc.svg);
}

.ofhr:before {
    background-image: url(../../../images/svg/ftr-time.svg);
}

span.telp a {
    font-weight: 800;
    color: #EC1F27;
}


ul.fw_list.ftrsdf li:not(ul.fw_list.ftrsdf li:last-child) a {
    border-right: 0;
    padding-right: 30px;
}

.extra-cls ul.fw_list.ftrsdf {
    margin-bottom: 35px;
}

span.goole {
    font-weight: 600;
}

span.red {
    color: #EA4335;
}

span.yel {
    color: #FBBC05;
}

span.gree {
    color: #34A853;
}

span.blu {
    color: #4285F4;
}

p.phn-no {
    display: flex;
    gap: 10px;
    align-items: center;
}

.phn-no a {
    color: #0C37A0;
    font-size: 31.039px;
    font-weight: 700;
    line-height: 31.039px;
}

.contact-frm #rsform_13_page_0,
.contact-frm #rsform_11_page_0 {
    padding: 24px 32px;
}

.contact-frm #rsform_13_page_0 h2.mod__title,
.contact-frm #rsform_11_page_0 h2.mod__title {
    color: #111827;
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
    padding: 0 15px;
}

.contact-frm #rsform_11_page_0 input,
.contact-frm #rsform_11_page_0 select,
.contact-frm #rsform_11_page_0 textarea,
.contact-frm #rsform_13_page_0 input,
.contact-frm #rsform_13_page_0 select,
.contact-frm #rsform_13_page_0 textarea {
    color: #525252;
    margin-bottom: 0;
    border-radius: 4px !important;
    border: 1px solid #D5D7DA;
}

.contact-frm #rsform_11_page_0 input::placeholder,
.contact-frm #rsform_11_page_0 select::placeholder,
.contact-frm #rsform_11_page_0 textarea::placeholder,
.contact-frm #rsform_13_page_0 input::placeholder,
.contact-frm #rsform_13_page_0 select::placeholder,
.contact-frm #rsform_13_page_0 textarea::placeholder {
    color: #525252 !important;
}

.formResponsive .formHorizontal p.formDescription {
    display: none;
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px !important;
}

.contact-frm .control-group.rsform-block.rsform-block-submit {
    text-align: left;
}

.contact-frm #rsform_11_page_0 button,
.contact-frm #rsform_11_page_0 button {
    border-radius: 5px;
}

.hpswrp.max-width970 {
    max-width: 970px;
    margin: auto;
}

.max-width970 .hpswrpc-clr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 44px 20px 46px;
}

.max-width970 .hpswrpc-title {
    margin: 0;
    margin-bottom: 18px;
}

.max-width970 .list-st p {
    margin-bottom: 0;
}

.max-width970 .hpswrpc-inner {
    border-radius: 5px;
}

.pdr80 {
    padding-right: 51px;
}

.hpo11 .hph3-title {
    margin: 0;
    margin-bottom: 12px;
}

p.larn-mor {
    margin: 0;
}

.maxwdth830 {
    max-width: 830px;
    margin: auto;
    margin-bottom: 56px;
}

.new-box {
    display: flex;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.new-box .mod-item {
    border-radius: 5px;
    background: #FFF;
    border: 1px solid rgb(74 81 98 / 20%);
    box-shadow: none !important;
    height: 100%;
}

.new-box .mod-item:hover {
    box-shadow: 0 4px 50px 4px rgba(0, 0, 0, 0.10) !important;
    background-color: #fff;
    border: none;
    border: 1px solid rgb(74 81 98 / 0%);
}

.new-box .eb-mod-title a {
    color: #0B111F;
    font-family: Urbanist;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 28px !important;
    text-transform: capitalize;
}

.mod-cell a:after {
    content: url(/images/svg/iconoir_arrow-tr-blk.svg) !important;
    transform: scale(1.1);
    position: absolute;
    top: 1px;
}

.new-box .mod-item:hover .mod-cell a:after {
    filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(3110%) hue-rotate(225deg) brightness(99%) contrast(92%);
}

.mod-cell a {
    position: relative;
    color: #0B111F;
    font-family: Inter;
    font-weight: 700 !important;
    line-height: 16px !important;
    text-transform: capitalize;
}

.new-box .mod-item:hover .mod-cell a {
    color: #2657F2;
}

.faq_row_one:last-of-type,
.faq_row_two:last-of-type {
    margin-bottom: 0;
}

.pad-top65 {
    padding-top: 65px;
}


.width100 .col-sm-6 {
    width: 100%;
}

.ftr-col.cole2 {
    flex: 1 32%;
    max-width: 32%;
}

.ftr-col.cole3 {
    flex: 1 34%;
    max-width: 34%;
}

@media (max-width: 991px) {


    /* .ftr-col.cole2,.ftr-col.cole3 {
        flex: 1 100%;
        max-width: 100%;
    } */
    header#mainNav {
        padding: 10px 0;
    }

    .offersec .hpsc-title.mn-title {
        font-size: 32px;
        line-height: 38px !important;
    }

    .offersec .hp-offr-wrap {
        margin-top: 35px;
    }

    .max-wth {
        max-width: 100%;
        margin: auto;
        padding: 40px;
    }

    .max-wth2 {
        max-width: 100%;
    }

    .mcp_faq.flx-1.faq-n.mrt50 {
        margin-top: 0;
    }

    .faq-bg1-1 .wrap {
        padding: 20px 0 20px !important;
    }

    .faq-1 {
        flex: 1 50%;
        padding: 0 0px;
    }

    .emerg h2.hpsc-title {
        line-height: 30px !important;
        text-align: left;
    }

    .ser-ic-rw.ser-icbox {
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 66px;
    }

    .tab-content,
    .mb-center {
        text-align: center;
    }

    ul.tabs.flx-rw.lnks.flxwrp {
        padding: 32px 15px;

    }

    .loc-ser-area h2.hpsc-title {
        font-size: 30px;
        line-height: 38px !important;
    }

    h2.hpsc-title {
        text-align: center;
    }

    img.lc-im-tl,
    img.lc-im-tr,
    img.lc-im-bl,
    img.lc-im-rb {
        width: 30%;
    }

    .hp-sections h2.hpsc-title.ft24 {
        font-size: 24px;
    }

    .grbox-one-rw {
        padding: 32px 16px;
    }

    h1.head-text {
        font-size: 40px;
        line-height: 48px;
    }

    .flx-rw.flxwrp {
        justify-content: flex-start;
        flex-direction: initial;
        flex-wrap: wrap;
    }

    .tp-phon-btn .nmb {
        display: none;
    }

    .flx-rw {
        flex-direction: column;
    }

    img.lc-im-tl2 {
        position: absolute;
        top: -36px;
        left: -23px;
        z-index: -1;
        width: 30%;
    }

    .call-sec .fl-cl.hvac-im.ac-pr {
        margin-top: 50px;
    }

    img.lc-im-tlr2 {
        position: absolute;
        top: -38px;
        right: -17px;
        z-index: -1;
        width: 30%;
    }

    .hpofr-brd {
        border: 2px dashed #fff;
        padding: 15px 7px;
    }

    .nr-sec h2.hpsc-title {
        font-size: 32px;
        font-weight: 800;
        line-height: 38px !important;
    }

    .brdcrm_bx {
        top: 300px;
    }

    h2.hpsc-title.ft3038,
    h3.hpsc-title.ft3038 {
        font-size: 24px;
        line-height: 30px !important;
    }

    h3.faq_it {
        line-height: 24px;
    }

    .faq__itinner:before {
        /*top:24px;*/
    }



    span.divider {
        margin: 0 0px;
    }

    .mbpdb0 {
        padding-bottom: 0px !important;
    }

    .flx-rw.rev {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px) {

    /* .page-header-inner {
    padding: 27px 0 27px 0;
} */
    .canstl-sec p.btn-solr {
        flex-direction: column;
        align-items: center;
        margin-top: 32px !important;
    }

    .topBar a {
        font-size: 12px;
        line-height: 24px;
        font-weight: 600;
        color: #fff !important;
    }

    .topbar-inner {
        font-size: 12px;
    }

    /* css for mb for homepage */

    .site-wrap.mrt60 {
        margin-top: 30px;
    }

    .view-btn {
        margin: auto;
    }

    .mb-bnr .hpb-featrs {
        margin-bottom: 0;
        padding: 32px 25px 45px;
        box-sizing: border-box;
    }

    .mb-bnr .hpbn-srvundbnr {
        max-width: 240px;
        margin: auto;
    }

    .mbcll.ubn-ftrs-section {
        padding-top: 40px;
    }

    .mbcll .hpoffer-col {
        padding: 0;
    }

    img.lc-im-tr,
    img.lc-im-bl {
        display: none;
    }

    .pdr80 {
        padding-right: 0;
        text-align: center;
        margin-top: 10px;
    }

    .flx-col.clrr {
        flex: 1 100%;
        max-width: 100%;
    }

    .mble h3.hph3-title {
        text-align: center;
    }

    .list-st.evenn {
        text-align: left;
    }

    .mpdtt10 {
        padding-top: 10px;
    }

    p.cent-txt {
        text-align: center;
        margin-bottom: 40px;
    }

    .max-faq {
        margin-bottom: 40px;
    }

    .flx-1.flx-wrpp {
        flex-direction: column;
    }

    .faq_row_one,
    .faq_row_two {
        margin-bottom: 15px;
    }

    .faq_row_one:last-of-type {
        margin-bottom: 15px;
    }

    .cont-lft {
        padding-right: 0;
    }

    .cntt {
        /*text-align: center;*/
    }

    p.phn-no {
        justify-content: center;
    }

    .contact-frm #rsform_13_page_0 h2.mod__title,
    .contact-frm #rsform_11_page_0 h2.mod__title {
        padding: 0;
    }



    p.ofhr,
    p.ofad {
        text-align: left;
    }

    ul.fw_list.ftrsdf li:not(ul.fw_list.ftrsdf li:last-child) a {
        padding-right: 0;
        line-height: 30px;
    }

    .extra-cls ul.fw_list.ftrsdf {
        margin-bottom: 18px;
    }

    .copyright-wrap.tyny p {
        max-width: 263px;
        margin: auto;
    }

    p.pddd-tt,
    p.pdlt {
        padding: 0 5px;
    }

    .pad-top65 {
        padding-top: 50px;
    }

    .div-part {
        margin-top: 40px;
    }

    p.ofad {
        max-width: 268px;
    }

    #eb .new-box .mod-items-grid>.mod-grid-1,
    #eb .new-box .mod-items-grid>.mod-grid-1 {
        margin-bottom: 30px !important;
    }

    .eb-mod.mod-items-grid.clearfix.new-box {
        display: flex !important;
        flex-direction: column !important;
        background-color: transparent !important;
    }

    /* edit by GSL */
    .itemid-158 .brdcrm_bx,
    .itemid-155 .brdcrm_bx,
    .itemid-156 .brdcrm_bx,
    .itemid-157 .brdcrm_bx,
    .itemid-162 .brdcrm_bx,
    .itemid-160 .brdcrm_bx {
        top: 200px;
    }

    .itemid-154 .brdcrm_bx,
    .itemid-274 .brdcrm_bx {
        top: 220px;
    }

    .itemid-280.brdcrm_bx {
        top: 200px;
    }
}

@media (max-width:577px) {

    .hp-sections {
        padding: 35px 0;
    }
}

@media (max-width:577px) {
    .itemid-154 .brdcrm_bx {
        top: 270px;
    }
}

@media (max-width:442px) {
    .itemid-155 .brdcrm_bx {
        top: 240px;
    }
}

@media (max-width:419px) {
    .itemid-158 .brdcrm_bx {
        top: 240px;
    }
}

@media (max-width:415px) {
    .itemid-160 .brdcrm_bx {
        top: 240px;
    }
}

@media (max-width:399px) {
    .itemid-156 .brdcrm_bx {
        top: 240px;
    }
}

@media (max-width:391px) {
    .itemid-157 .brdcrm_bx {
        top: 240px;
    }
}

@media (max-width:376px) {
    .itemid-274 .brdcrm_bx {
        top: 245px;
    }
}

@media (max-width:365px) {
    .itemid-162 .brdcrm_bx {
        top: 240px;
    }
}

/* added by taniya for ac-installation */
.abtwrap-full.ac-flx-box {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.abtwrp-col.ac-flx {
    flex: 0 48%;
}

.wdth100 .abtwrp-col {
    background: #fff;
}

.wdth100 img.lc-im-tl {
    filter: brightness(0) saturate(100%) invert(100%) sepia(87%) saturate(19%) hue-rotate(250deg) brightness(99%) contrast(95%);
}

a.view-btn.txt-cntr {
    margin: auto;
}

/* added by taniya for Commercial Ac Maintenance And Repair */
.f-cl {
    background-color: #fff;
}

span.lc-txt {
    text-transform: capitalize;
}

.l-txt {
    text-transform: unset !important;
    font-weight: 100 !important;
    font-size: 16px;
}

.pl-pr {
    padding-left: 5rem;
    padding-right: 25px;
}

@media (max-width: 991px) {

    .tab-content,
    .mb-center {
        text-align: left;
    }

    .gap {
        gap: 0px;
    }

    .f-cl {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .abtwrp-col {
        flex: 1 100%;
        padding: 0px 0;
    }

    .gap {
        gap: 0px;
    }

    .f-cl {
        margin-top: 25px;
    }

    .pl-pr {
        padding-left: 1rem !important;
    }

    .abtwrap-full .abtwrp-col:last-child {
        margin-top: -18px;
    }

    p.ch-para {
        margin-left: 20px;
    }

}

/* @media (max-width:768px) {
   .itemid-283 .breadcrumb {
        margin: -87px 0;
    }
} */

.eapp-cookie-consent-actions-confirm.jsx-1742907847 {
    background: #ec1f27 !important;
}

.eapp-cookie-consent-message-text.jsx-3008603550 a {
    color: #ec1f27 !important;
}

/* Review  */
.testMnlWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.tmnlTXT01 span {
    text-transform: uppercase;
    color: #00154d;
    border: 2px solid #e66821;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    font-weight: 600
}

p.tmnlTXT01 {
    margin: 10px 0 30px
}

h2.tmnlMainTitle {
    margin: 0;
    font-size: 35px;
    color: #00154d;
    line-height: 45px;
    margin-bottom: 10px;
    font-weight: 600
}

.tmnlBTN {
    margin-top: 30px
}

.tmnlBTN a {
    font-weight: 600;
    text-transform: uppercase;
    color: #00154d;
    border: 2px solid #e66821;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center
}

.tstmnColTwo {
    width: 60%
}

.tstmnColOne {
    width: 27%
}

ul.tmnlMainLIc li {
    margin: 0 6px 0 0
}

ul.tmnlMainLIc li i {
    color: #0c37a0
}

ul.tmnlMainLIc {
    margin: 15px 0;
    display: flex;
    list-style: none
}

.AuthInfosWrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.AuthInf {
    display: flex;
    align-items: center
}

.AuthNms h3 {
    margin: 0 0 3px;
    font-size: 17px;
    font-weight: 600
}

.AuthNms p {
    margin: 0;
    color: #8f8f8f
}

.AuthNms {
    padding-left: 15px
}

.tmnlQIc i {
    color: #0c37a0;
    font-size: 22px
}

.AuthInfosWrap {
    margin-top: 35px
}

.tstmnColTwo {
    width: 60%;
    padding-left: 30px;
    box-sizing: border-box
}

.tmnlRVbox {
    display: flex;
    margin: 0 -15px
}

.tstimonialItemInner {
    background: #fff;
    border-radius: 5px 5px 5px 0;
    background-position: top;
    height: 100%;
    padding: 30px;
    box-sizing: border-box
}

.tstimonialItems {
    padding: 0 15px
}

.testimonialsSection {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top
}

.tstmnColTwo {
    position: relative
}

.swiper-slide {
    height: auto !important
}

.swiper-button-prev {
    left: -23px !important;
    z-index: 55
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none
}

.AuthAvtar img {
    max-width: 50px
}

p.tmnlMainTxt a:hover {
    color: #fff
}

p.tmnlMainTxt a b {
    font-weight: 500;
    color: #0c37a0
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "\f178";
    font-family: fontawesome;
    color: #0c37a0;
    font-size: 30px
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "\f177";
    font-family: fontawesome;
    color: #0c37a0;
    font-size: 30px
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px !important
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -58px !important
}

a {
    text-decoration: none !important
}

.tstmnColTwo .swiper-wrapper {
    padding-bottom: 0 !important
}

@media(max-width: 767px) {
    .testMnlWrap {
        display: flex;
        flex-direction: column
    }

    .tstmnColOne {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .tstmnColOne,
    .tstmnColTwo {
        width: 100% !important
    }

    h2.tmnlMainTitle {
        font-size: 30px;
        line-height: 42px
    }

    .tstmnColTwo {
        padding-left: 0;
        padding: 0 25px;
        padding-top: 50px
    }

    p.tmnlMainDsc {
        text-align: center
    }

    .tstimonialItemInner {
        min-height: 310px
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: relative !important
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: -60% !important;
        top: 35px !important
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 31% !important;
        top: 13px !important
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px !important
    }

    .swiper-button-prev {
        left: 31% !important
    }

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        display: flex !important
    }
}

@media(min-width: 768px) and (max-width:991px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 27px !important
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0 !important
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: -27px !important
    }

    h2.tmnlMainTitle {
        font-size: 25px;
        line-height: 35px
    }

    .tstmnColOne {
        width: 40%
    }

    .tstmnColTwo {
        width: 60%;
        padding-left: 35px
    }

    .tmnlBTN a {
        font-size: 13px !important
    }
}

@media(min-width: 992px) and (max-width:1360px) {

    .swiper-button-next,
    .swiper-button-prev {
        width: 28px !important
    }

    .swiper-button-prev {
        left: 25px !important
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: -28px !important
    }
}

/* email newsletter  */
#rsform_12_page_0 label.formControlLabel {
    display: none;
}

#rsform_12_page_0 .formSpan12 {
    display: flex;
}

#rsform_12_page_0 .formControls {
    margin-left: 0 !important;
}

#rsform_12_page_0 button#Submit {
    margin-top: 0px;
}

#rsform_12_page_0 input#Email {
    border: unset;
    padding: 10px 10px;
    border-radius: 4px 0 0 4px;
}

#rsform_12_page_0 button#Submit {
    margin-top: 0px;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    border: unset;
    background: #ec1f27;
    margin-left: -4px;
}


@media(max-width:992px) {
    #rsform_12_page_0 .formSpan12 {
        justify-content: center;
    }
}

@media (max-width:767px) {}

@media (max-width:400px) {
    .mywrapper.mgtop {
        margin-top: 106.2px;
    }
}

/* Furnace Repair */
.fl-lst {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.fl-lst p {
    flex: 1 48%;
    max-width: 50%;
}

.jst-ctr {
    justify-content: center;
}

.payment h2 {
    color: #fff;
}

.mxmtch {
    max-width: 1232px;
}

@media (max-width:768px) {
    .fl-lst p {
        flex: 1 100%;
        max-width: 100%;
    }
}

/* Furnace Repair end */
.formResponsive button[type=submit][disabled] {
    cursor: not-allowed;
}

button#Submit[disabled] {
    cursor: not-allowed;
    opacity: .6;
}

button#Submit4[disabled] {
    cursor: not-allowed;
    opacity: .6;
}

button#Submit4 {
    border-radius: 5px;
}

.mx550 {
    max-width: 550px;
    margin: auto;
}

.mb40 {
    margin-bottom: 40px;
}

.mt24 {
    margin-top: 24px;
}

.mt18 {
    margin-top: 18px !important;
}

.hvac-im img {
    border-radius: 32px;
}

ul.b-check {
    display: flex;
    column-gap: 60px;
    gap: 16px;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: none;

}

ul.b-check li {
    position: relative;
    border-radius: 8px;
    background: var(--Blue, #0033A1);
    color: #fff;
    padding: 6px 12px;
}

.oly-li p {
    margin-bottom: 10px;
    color: inherit;
}

.pill {
    background: #2c3691;
    color: #fff;
    padding: 2rem 6rem;
    border-radius: 8px;
}

.pill h2 {
    color: #fff !important;
}

form h5 {
    font-size: 20px;
    margin-bottom: 5px;

}

.formRow {
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

.formSpan6 {
    max-width: 50%;
    flex: 1;
}

.formSpan12 {
    width: 100%;
}

@media(max-width:992px) {
    .pill {
        padding: 2rem;
    }
}

@media(max-width:768px) {
    ul.b-check li {
        flex: unset;
    }

    form h5 {
        font-size: 18px;

    }

    ul.b-check {
        max-width: 100%;
        flex-wrap: wrap;
    }

}

/*  */
.tp-phon-btn {
    display: flex;
    gap: 5px;
    align-items: flex-start;
}

p.cta-tps2 {
    color: #525252;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
    text-transform: capitalize;
}

p.numb a {
    color: var(--Red, #D7282F);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.hed-img {
    border-radius: 50%;
    background: var(--Red, #D7282F);
    padding: 12px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-bg {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.41) 36.69%, #0033A1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/images/banner.webp) lightgray 50% / cover no-repeat;

    /*margin-top: 120px;*/

}



p.sub-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-family: 'Inter';
    line-height: 28px !important;
}

.max-wdth521 {
    max-width: 521px;
}

.max-wdth671 {
    max-width: 671px;
}

.gap80 {
    gap: 80px;
}

.gap50 {
    gap: 50px;
}

.spc_btw {
    justify-content: space-between;
}

.fl-cl.hm-rgt-sec.max-wdth521 {
    flex: 1 35%;
}

p.hpdsc {
    color: #fff;
    font-size: 16px;
}

.ac-pr>img {
    border-radius: 32px;
}

.hpg-frm h5 {
    color: var(--Black, #0F0F0F);
    font-size: 24px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 32px;
    max-width: 457px;
}

button#Submit,
button#Submit4 {
    border-radius: 200px !important;
    background: var(--Red, #D7282F);
    width: 100%;
}

label#check0-lbl, label#check10-lbl {
    display: flex;
}

p {
    line-height: 26px !important;
    font-weight: 400;
}

span.fnt-20 {
    color: var(--Blue, #0033A1);
    font-size: 16px;
    font-weight: 700;
}

.fl-cl.hvac-im {
    flex: 1 43%;
    max-width: 520px;
}

.fl-cl.canstl-sec {
    flex: 1 50%;
    max-width: 648px;
}

.mx-wth760 {
    max-width: 768px;
}

.mrg-auto {
    margin: auto;
}

.mt40 {
    margin-top: 40px;
}

/* footer.footer {
    background: linear-gradient(rgba(0, 51, 161, 0.85), rgba(0, 51, 161, 0.85)), url(/images/ftr.webp) no-repeat center center;
    background-size: cover;
} */

.footer label#check0-lbl {
    color: #525252 !important;
}

.btm-footer {
    background: #0033A1;
}

/*  */
.hliAYU {
    padding: 32px !important;
    ;
    border: 1px solid transparent;
    border-radius: 32px !important;
    ;
    background: #F5F8FF !important;
}

.pt0 {
    padding-top: 0 !important;
}

.WidgetBackground__Wrapper-sc-7c0ce009-1.cjAcxZ {
    padding: 0 !important;
}

.flx-bx {
    display: flex;
    gap: 30px;
    border-radius: 32px;
    background: var(--Blue, #0033A1);
    color: #fff;
}

.fl-cl2.hvac-im.ac-pr {
    flex: 1 44%;
}



.fl-cl2 .hvac-im img {
    border-radius: 0px 32px 32px 0px !important;
    /* align-items: start; */
}

.clr-bgg {
    background-color: #F5F8FF;
}

.flx-bx .hvac-im img {
    border-radius: 0px 32px 32px 0px;
    height: 100%;
}

.flx.exr.mt40 {
    gap: 64px;
    justify-content: center;
    flex-wrap: wrap;
}

.pdd-bx {
    padding: 32px;
    background: #fff;
    border-radius: 32px 32px 0px 0px;
    text-align: center;
}

.bx-mul {
    flex: 1 28%;
    max-width: 28%;
}

.img-txt {
    background: #ffff;
    position: relative;
}

.img-txt>img {
    width: 100%;
}

.pdd-bx p {
    max-width: 158px;
    margin: auto;
}

p.fnt20 {
    color: #000;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 18px;
}

.bx-mul button {
    cursor: default;
    position: absolute;
    width: max-content;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    background: #FFF;
    border: none;
    padding: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btl-flx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 210px;
}

.bx-mul .btl-flx button {
    /*top: -31px;*/
    position: unset;
    transform: unset;
}

.btl-flx p {
    font-size: 14px;

    text-align: center;
    margin: auto;
    padding-top: 10px;
    /*padding-left: 20px;*/
}

@media (max-width: 991px) {
    .fl-cl.max-wdth671 {
        max-width: 100%;
    }

    .fl-cl.hm-rgt-sec.max-wdth521 {
        flex: 1 100%;
    }

    .max-wdth521 {
        max-width: 100%;
    }

    .fl-cl.hvac-im,
    .fl-cl.canstl-sec {
        flex: 1 100%;
        max-width: 100%;
    }

    .cl-rev {
        flex-direction: column-reverse;
    }

    .fl-cl2.hvac-im.ac-pr {
        flex: 1 100%;
    }

    .flx-bx .hvac-im img {
        border-radius: 0px 0px 32px 32px;
        width: 100%;
    }

    .flx-bx {
        flex-direction: column;
    }

    .bx-mul {
        flex: 1 30%;
        max-width: 30%;
    }

    .img-txt img {
        width: 100%;
    }
}

@media (max-width:768px) {
    .footer h2.hpsc-title.mn-title.subtitle {
        /*text-align: center;*/
    }

    .hpg-frm h5 {
        margin-bottom: 18px;
    }

    h1.hpb-title {
        font-size: 38px;
        line-height: 48px;
    }

    .formRow {
        flex-direction: column;
        margin-bottom: 0;
        gap: 0;
    }

    .formSpan6 {
        max-width: 100%;

    }

    .formBody {
        margin-bottom: 20px;
    }

    .gap80 {
        gap: 40px;
    }

    .flx-rw.gap50 {
        gap: 40px;
    }

    .hp-sections {
        padding: 40px 0;
    }

    .hp-sections {
        padding: 40px 0;
    }

    .clrr {
        padding: 18px 18px !important;
    }

    .view-btn {
        min-width: 100%;
        gap: 10px;
    }

    h2.hpsc-title.mn-title.subtitle {
        text-align: left;
    }

    .cl-rev {
        flex-direction: column-reverse;
    }

    h2.hpsc-title.mn-title.subtitle,
    .hscp-title.mn-title.subtitle {
        font-size: 25px;
        line-height: 32px !important;
    }

    .tstmnColOne h4.hscp-title {
        text-align: center;
    }

    .max-faq h2.hpsc-title.mn-title.subtitle {
        text-align: center;
    }

    .faq_cont {
        padding: 0px 22px 0px 65px;
    }

    .bx-mul {
        flex: 1 37%;
        max-width: 40%;
    }

}

@media (max-width: 570px) {
    .bx-mul {
        flex: 1 80%;
        max-width: 80%;
    }



    .btl-flx p {
        font-size: 16px;
        max-width: 100%;
        padding-top: 10px;
        /*padding-left: 38px;*/
    }
}

@media (max-width: 450px) {

    .bx-mul .btl-flx button {
        /*top: -47px;*/
    }

    .btl-flx p {
        font-size: 16px;
        max-width: 100%;
    }
}


.btm-footer {
    color: #fff;
}

.itemid-202 .page-header-inner {
    background: #0033a1;
    padding: 6rem 0;
    color: #fff;
    font-size: 36px;
    font-family: 'Raleway';
    font-weight: 600;
    text-align: center;
}

.ftc-col.col-ft {
    background: #00329f;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

/*  */
.header .nn {
    display: none;
}

@media (max-width:768px) {
    .header .nn {
        display: block;
    }
}

.hed-cnt {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 22px;
    border-top: 1px solid;
    padding: 20px 0 10px;
}

.hed-cnt a.view-btn {
    min-width: 127px !important;
    margin: 0 !important;
    padding: 10px;
    font-size: 14px;
}

.hed-cnt p.btn-solr {
    margin: 0 !important;
}

/*  */
@media(max-width:768px) {
    div#mod-custom276 {
        display: none;
    }

    header#mainNav .site-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hed-cnt {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 0;
        border-top: 0px solid;
        padding: 0;
        flex-direction: row-reverse;
    }

    .hdrin-inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header#mainNav {
        padding: 22px 0 10px;
    }

    h1.hpb-title {
        font-size: 26px;
        line-height: 38px;
    }

    .page_header_hm .page-header-inner {
        padding: 40px 0;
    }

    p.sub-title {
        font-size: 16px;

    }

    header#mainNav {
        padding: 15px 0 15px;
    }

    span.phn-numm {
        display: none;
    }

    .hed-cnt a.view-btn {
        min-width: auto !important;
        padding: 8px;
    }

    span.inner-appt {
        float: none;
        line-height: 0;
        margin-right: 0px;
        max-width: 20px;
    }

    a#view-btn2 span.inner-appt {
        display: none;
    }

    .header .brand {
        max-width: 140px;
    }

    .contact-frm #rsform_13_page_0,
    .contact-frm #rsform_11_page_0 {
        margin-top: 0;
    }

    .page-header-inner .site-wrap {
        padding: 0;
    }

    .fl-cl.bn-bg-mg1 {
        padding: 40px 25px 0 25px;
    }

    div#topp.bn-bg-mg2 {
        padding: 0 25px;
    }
}



.hdrin-inner a.brand img {
    width: 155px;
}

/* AIRSERV HOME PAGE DESIGN ADDITIONAL CSS IF REQUIRED MUST ADD HERE (03-03-2026) */
.hdrin-inner.inner-men {
    gap: 26px;
}

.mob {
    display: none;
}

.icn-flx {
    display: flex;
    align-items: center;
    gap: 16px;
}

h1.hpb-title {
    color: #FFF;
    font-size: 56px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 18px;
    line-height: 117.406%;
}

h2.bnr-sub-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.fw700 {
    font-weight: 700 !important;
}

.list-st.bnr-lst p:before {
    background-image: url(../../../images/svg/white-check.svg);
}

.contact-frm #rsform_11_page_0 button#Submit,
.contact-frm #rsform_13_page_0 button#Submit4 {
    position: relative;
}

.contact-frm #rsform_11_page_0 button#Submit::before,
.contact-frm #rsform_13_page_0 button#Submit4::before {
    position: absolute;
    content: "";
    background-image: url(../../../images/svg/send-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 10px;
    left: 29%;
    aspect-ratio: 16/19;

}

.gap64 {
    gap: 64px;
}

p.hm-p {
    color: #0033A1;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.hpswrpc-dsc {
    font-family: Inter;
}

.view-btn {
    font-weight: 700;
    text-transform: uppercase;
}

.bg-second {
    background: #F2F5FA;
}

h2.hpsc-title.mn-title.subtitle,
.hscp-title.mn-title.subtitle,
.nr-sec h2.hpsc-title {
    font-size: 32px;
    font-weight: 700;
    line-height: normal !important;
}

.pt40 {
    padding-top: 40px;
}


.hvac-bx-sc .clrr {
    background: #FFF;
    border: 0;
    border-radius: 16px;
    flex: 1 40%;
    max-width: 362px;
}

.hvac-bx-sc .clrr .btn-solr a.view-btn {
    min-width: 100%;
}

.hph3-title {
    color: var(--Black, #0F0F0F);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal !important;
}

.gap24 {
    gap: 24px;
}

.mlr-ato {
    margin-left: auto;
    margin-right: auto;
}

.mx547 {
    max-width: 547px;
}

.gpJXTT {
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
    transition: background-color 0.1s;
    background-color: rgb(255 255 255) !important;
    padding: 24px;
    border: 1px solid #F2F5FA !important;
    border-radius: 12px !important;
}

.faq__itinner.mcp_faqinner.active {
    padding: 32px 32px 0 70px;
}

.fl-cl1.canstl-sec {
    flex: 1 70%;
    padding: 86px 32px 32px 32px;
}


.formNoError,
.formError,
.formRed {
    color: var(--Red, #D7282F) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 400 !important;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 5px;
}


.flx-bx h2 {
    color: #fff;
    max-width: 100%;
}

.footer h2.hpsc-title.mn-title.subtitle {
    font-size: 40px;
}


.fl-cl.mx556,
.mx556 {
    max-width: 556px;
}

.footer-wrap {
    padding: 80px 0;
}

.colm1.ft-col1 {
    flex: 1 50%;
    max-width: 556px;
}

h5.ft-hed {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

ul.ft-men {
    list-style: none;
    margin: 0;
}

ul.ft-men li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
}

.cont-lft h2.hpsc-title.mn-title.subtitle {
    font-weight: 800;
    font-size: 40px;
    color: #000;
    font-family: Raleway;
    text-transform: capitalize;
}

.mt6 {
    margin-top: 6px !important;
}

.rsform-block-first-name .formBody,
.rsform-block-last-name .formBody {
    position: relative;
}

.formBody {
    position: relative;
}

span[id$="-error"] {
    position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 13px;
    color: #d93025;
}

.is-invalid {
    border: 1px solid #d93025 !important;
}

.check-para {
    color: #2C2C2C;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: normal;
}

.gap150 {
    gap: 150px;
}

a.pa.ankr-btn {
    color: #0F0F0F;
}

/* Inner PAGE CSS  */
h1.head-text {
    display: none;
}

ul.breadcrumb {
    padding-top: 24px;
    list-style: none;
    display: flex;
    padding-left: 42px;
    padding-bottom: 16px;
    padding-right: 40px;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.moduletable.bread-cum {
    background: #fff;
}

a.pathway,
ul.breadcrumb li.active {
    color: #353535;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
}

.air-duct-bg {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.41) 36.69%, #0033A1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/images/airserv/air-duct-bg.webp) lightgray 50% / cover no-repeat;
}

.in-door-bg {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.41) 36.69%, #0033A1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/images/airserv/inqa-bg.webp) lightgray 50% / cover no-repeat;
}


.ac-bg {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.41) 36.69%, #0033A1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/images/airserv/ac-bg.webp) lightgray 50% / cover no-repeat;
}


.abt-ctc-bg {
    background: linear-gradient(270deg, rgba(51, 51, 51, 0.41) 36.69%, #0033A1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/images/airserv/abt-ctc-bg.webp) lightgray 50% / cover no-repeat;
}

.mx547 {
    max-width: 547px;
}

.clr-bl {
    color: #009ADE !important;
}

.mx648 {
    max-width: 648px;
}

.mxmtch.mlr-ato.thnksmtch {
    max-width: 1006px;
}

.fl-cl1.canstl-sec.thnk-pd {
    padding: 32px;
    flex: 1 90%;
}

.algn-cntr {
    align-items: center;
}

a.view-btn.mx261 {
    min-width: 261px;
}

.flx-bx.algn-cntr.spc_btw.thnk-flx {
    gap: 0;
    border-radius: 16px;
    border: 1px solid #E9EDF3;
    background: #FFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
    margin-top: 48px;
}

.thnk-flx h2 {
    color: #0F0F0F;
}

.thnk-flx p.pdltt10 {
    color: #5B6670;
}

.mxmtch .canstl-sec p.btn-solr {
    display: flex;
    gap: 15px;
    margin-top: 70px !important;
}

p.formRed {
    display: none;
    ;
}

.no-cap {
    text-transform: unset !important;
}

/* Inner PAGE CSS  */

@media (min-width: 1441px) {
    .air-duct-bg {
        background-position: 0 30%;
    }

    .in-door-bg,
    .ac-bg {
        background-position: 0 12%;
    }

}

@media (max-width: 1339px) {
    .hdrin-inner.inner-men {
        gap: 0px;
    }
}

@media (max-width: 1276px) {

    .contact-frm #rsform_11_page_0 button#Submit::before,
    .contact-frm #rsform_13_page_0 button#Submit4::before {
        left: 28%;
    }
}

@media (max-width: 1242px) {
    .hdrin-inner.inner-men {
        flex-direction: row-reverse;
    }
}

@media (max-width: 1169px) {

    .contact-frm #rsform_11_page_0 button#Submit::before,
    .contact-frm #rsform_13_page_0 button#Submit4::before {
        left: 24%;
    }
}

@media (max-width: 1076px) {

    .contact-frm #rsform_11_page_0 button#Submit::before,
    .contact-frm #rsform_13_page_0 button#Submit4::before {
        left: 20%;
    }
}


@media (max-width: 991px) {
    .banner-bg {
        background: linear-gradient(0deg, rgba(51, 51, 51, 0.41) 0%, #0033A1 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/images/banner.webp) lightgray 50% / cover no-repeat;
    }

    .mob {
        display: block;
    }

    .dsk {
        display: none;
    }

    .view-btn.mob span.inner-appt {
        float: none;
        margin-right: 0;
    }

    .view-btn.mob {
        padding: 12px;
        min-width: 40px;
    }

    h1.hpb-title {
        font-size: 32px;
    }

    h2.bnr-sub-title,
    .hph3-title {
        font-size: 24px;
        font-family: Inter;
    }

    h2.hpsc-title.mn-title.subtitle,
    .hscp-title.mn-title.subtitle,
    .nr-sec h2.hpsc-title {
        font-size: 28px;
        font-weight: 600;
        font-family: Inter !important;
        line-height: normal !important;
    }

    h3.faq_it.fqt1,
    .faq__itinner.active h3.faq_it {
        font-size: 16px;
        line-height: 28px;

    }




    .faq_cont {
        padding: 0px 22px 0px 32px;
    }

    .fl-cl1.canstl-sec {
        padding: 24px;
    }

    .flx-bx {
        gap: 0px;
    }

    .cont-lft h2.hpsc-title.mn-title.subtitle,
    .hpg-frm h5 {
        color: var(--Black, #000);
        font-family: Raleway !important;
        font-size: 24px;
        text-transform: capitalize;
        line-height: normal;
    }

    .hpg-frm h5 {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .btm-footer {
        padding: 0px 0 23px 0;
    }

    .footer-wrap {
        padding: 40px 0 23px 0;
    }

    h5.ft-hed {
        margin-bottom: 0;
    }

    .fotr-cols {
        gap: 77px;
    }

    .contact-frm #rsform_13_page_0,
    .contact-frm #rsform_11_page_0 {
        padding: 24px;
    }

    .mrt50 {
        margin-top: 24px;
    }

    .gap150 {
        gap: 40px;
    }

    .thnk-flx .fl-cl2.hvac-im.ac-pr {
        padding-bottom: 23px;
    }



}

@media (max-width: 768px) {

    header#mainNav .site-wrap,
    a#view-btn2 span.inner-appt {
        display: block;
    }

    .hdrin-inner {
        justify-content: space-between;
    }

    .gap64 {
        gap: 40px;
    }

    .faq__itinner:before {
        left: 0;
        top: 13px;
    }

    ul.breadcrumb {
        padding-left: 24px;
    }

    .fl-cl1.canstl-sec.thnk-pd {
        padding: 32px 32px 24px 32px;
    }

    .itemid-202 .mob-pt {
        padding-top: 40px;
    }

    .itemid-202 .page-title {
        padding-top: 32px;
    }

    .faq__itinner.mcp_faqinner.active {
        padding: 12px 0px 0 32px;
    }

    .faq__itinner {
        padding: 12px 0px 0px 32px;
    }


    .air-duct-bg {
        background: linear-gradient(180deg, #0033A1 0%, rgba(102, 102, 102, 0.33) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/images/airserv/air-duct-bg.webp) lightgray 50% / cover no-repeat;
    }

    .in-door-bg {
        background: linear-gradient(180deg, #0033A1 0%, rgba(102, 102, 102, 0.33) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/images/airserv/inqa-bg.webp) lightgray 50% / cover no-repeat;
    }


    .ac-bg {
        background: linear-gradient(180deg, #0033A1 0%, rgba(102, 102, 102, 0.33) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/images/airserv/ac-bg.webp) lightgray 50% / cover no-repeat;
    }


    .abt-ctc-bg {
        background: linear-gradient(180deg, #0033A1 0%, rgba(102, 102, 102, 0.33) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(/images/airserv/abt-ctc-bg.webp) lightgray 50% / cover no-repeat;
    }

    .mob-left {
        text-align: left !important;
    }

    .mob-center {
        text-align: center !important;
    }

    .mxmtch .canstl-sec p.btn-solr {
        margin-top: 32px !important;
    }




}

@media (max-width: 750px) {
    .hvac-bx-sc .clrr {
        flex: 1 100%;
        max-width: 100%;
        padding: 18px 18px 28px 18px !important;
    }
}


@media (max-width: 500px) {
    .view-btn.mob {
        padding: 8px;
        min-width: 40px;
        width: 24px;
    }


}


/* AIRSERV HOME PAGE DESIGN ADDITIONAL CSS IF REQUIRED MUST ADD HERE  */