html, body {
    overflow-x: hidden;
}
#admin-menu {
    z-index: 99999 !important;
}

.toolbar header.header {
    top: 58px;
    z-index: 99;
}

.toolbar-drawer header.header {
    top: 90px;
}

.mmDropTop {
    background: #fff;
}

/* loadmore css */
.loadMore .pager--infinite-scroll {
    list-style: none;
    background: transparent;
}

.loadMore .pager--infinite-scroll a {
    display: block;
    width: 130px;
    text-align: center;
    color: #000;
    margin: auto;
}

.loadMore .pager--infinite-scroll a:before {
    transform: rotate(30deg);
    content: "\f01e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    display: block;
    margin-bottom: 2px;
    transition: 0.5s;
}

.loadMore .pager--infinite-scroll a:hover::before {
    transform: rotate(360deg);
}

/* loadmore css */
.infinite-scroll-wrapper {
    background: transparent;
    margin-bottom: 70px;
}

.infinite-scroll-wrapper a.button {
    display: block;
    width: 130px;
    text-align: center;
    color: #000;
    margin: auto;
}

.infinite-scroll-wrapper a.button:before {
    transform: rotate(30deg);
    content: "\f01e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    display: block;
    margin-bottom: 2px;
    transition: 0.5s;
}

.infinite-scroll-wrapper a.button:hover::before {
    transform: rotate(360deg);
}

.searchKeyword #edit-combine-wrapper {
    width: 100%;
    margin-bottom: -7px;
}

.searchKeyword .views-exposed-widget {
    padding: 0;
}

.page-cart .checkout-table {
    margin-bottom: 122px;
}

.page-cart-checkout .checkout-table {
    margin-bottom: 0px;
}

.checkout-table .required {
    font-family: "montserratextralight";
    font-size: 20px;
    position: relative;
    padding: 7px 0px;
    text-align: center;
}

.checkout-table th {
    border-bottom: none;
}

/* Css for Cart page */

.page-cart .subtotal {
    display: none;
}

.page-cart div.status,
table tr.ok {
    background: #caebb5 none repeat scroll 0 0;
}

.page-cart div.status,
.ok {
    color: #1f1f1f;
}

.page-cart #block-system-main {
    position: relative;
}

.upload-button .checkout-button {
    background: var(--main-highlight-color) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    height: 100%;
    text-align: center;
    width: 262px;
}

#uc-cart-pane-coupon {
    height: 138px;
    bottom: 413px;
    width: 100%;
    border: none;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    position: absolute;
    padding: 0px;
}

#uc-cart-pane-coupon .coupon-box {
    padding: 23px 0px;
}

.field-input input {
    border: medium none;
    color: #aaaaaa;
    font-size: 14px;
    height: 65px;
    padding: 0 32px;
    width: 100%;
    font-weight: bold;
}

.field-input input.error {
    box-shadow: 0 0 1px red;
}

.form-item-payment-information-billing-information-field-terms-condition-value .form-item--error-message {
    position: absolute;
    font-weight: normal;
    line-height: 14px;
    font-weight: 14px;
    color: red;
}

.ecommerce-content .select-box label {
    display: none;
}

.field-input-wrapper.field-checkbox label {
    display: inline;
    vertical-align: middle;
}

.field-input-wrapper.field-checkbox label::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 30px;
    vertical-align: middle;
    background: url(../img/check.png) no-repeat center center;
    margin-right: 15px;
    border: 1px solid #000000;
}

.form-error-warning {
    display: none;
    text-align: center;
    color: red;
}

.form-error-warning.show-error {
    display: block;
}

.select-box select {
    border: medium none;
    color: #000;
    font-size: 14px;
    height: 65px;
    padding-left: 27px;
    width: 100%;
    background: #fff;
    font-weight: bold;
}

.select-box select option:first-child {
    color: #000;
}

.form-item,
.form-actions {
    margin-bottom: 1em;
    margin-top: 0em;
}

.main-menu>li>a.cart-link {
    background: #383e48;
    color: #FFFFFF;
}

.main-menu>li>a.cart-link i {
    font-size: 22px;
    vertical-align: middle;
}

.main-menu>li>a.cart-link i.item-number {
    margin-left: 8px;
    border-radius: 24px;
    width: 28px;
    display: inline-block;
    text-align: center;
    background: #FFFFFF;
    overflow: hidden;
    color: #383e48;
    vertical-align: middle;
    line-height: 24px;
    padding: 2px;
}

.continue-button a {
    background: var(--main-highlight-color) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    height: 62px;
    text-align: center;
    width: 262px;
    padding: 20px 40px;
}

/** css for checkout page */
.page-cart-checkout fieldset {
    border: medium none;
    margin: 0px;
    padding: 0px;
}

.uc-cart-checkout-form .form-item {
    margin: 0px;
}

.street-left .field-input-block {
    border: 1px solid #000;
    height: 68px;
    margin-bottom: 24px;
    margin-right: 37px;
    position: relative;
    width: 464px;
}

.street-left .field-input-block input {
    border: medium none;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    height: 65px;
    padding: 0 32px;
    width: 100%;
}

.street-left .field-input {
    height: 67px;
}

.checkout-country-state-field {
    float: right;
    width: 465px;
}

.checkout-country-state-field fieldset {
    padding: 0;
    background: transparent;
    border: none;
    margin: 0;
}

.page-cart-checkout .shopping-button-row {
    display: none;
}

.page-cart-checkout tbody {
    border-top: none;
}

.uc-cart-item-uc-cart-item h2 {
    margin: 0px;
    padding: 0px;
}

.checkout-table table tbody tr td.price {
    vertical-align: middle !important;
    width: 202px;
    text-align: left;
}

.checkout-table table tbody tr td.qty {
    vertical-align: middle !important;
    text-align: left;
}

.number-input select {
    background: #fff;
}

.number-input .form-item {
    margin: 0px;
    height: 100%;
}

.street-right .field-input {
    margin-right: 0px;
}

.uc-cart-checkout-form .condition-wrapper {
    margin-top: 59px;
}

.condition-left input[type="checkbox"]+label {
    font-size: 0px;
}

.condition-left .form-item {
    display: inline-block;
}

.node-type-webpro-theme-page .top-banner {
    height: 450px;
    overflow: unset;
    position: relative;
}

/* CSS For Add On Page */
.page-add-on .form-actions .number-input {
    display: none;
}

.views-submit-button {
    position: absolute;
    left: 0px;
}

.search-box {
    position: relative;
}

.search-box .views-exposed-widgets {
    margin: 0px;
}

.search-box .views-exposed-form .views-exposed-widget {
    padding: 0px;
}

.search-box .views-exposed-form .views-exposed-widget .form-submit {
    margin: 15px 0px;
}

fieldset.review-page-fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

fieldset.review-page-fieldset .info-from {
    display: grid;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    grid-column-gap: 30px;
}

fieldset.review-page-fieldset .info-from label {
    color: #000;
    font-weight: bold;
}

fieldset.review-page-fieldset .info-from .field-input-wrapper {
    margin: 0 0 15px;
}

.ecommerce-content .link--previous {
    display: inline-block;
    margin-left: 30px;
    width: 265px;
    border: 1px solid #000;
    color: #000000;
    padding: 17px 0;
    text-align: center;
}

.ecommerce-content-review .form-actions {
    text-align: right;
}

.cart-empty-page {
    font-size: 42px;
    width: 680px;
    margin: 0 auto 0;
    padding: 150px 0 150px;
    font-weight: bold;
    text-align: center;
}

.checkout-complete-thankyou-message {
    text-align: center;
    color: #000000;
}

.checkout-complete-thankyou-message .checkout-complete-message-high-light-box {
    background: var(--main-highlight-color);
    padding: 30px 0;
    color: #FFFFFF;
}

.checkout-complete-thankyou-message .checkout-complete-message-high-light-box img {
    margin-bottom: 20px;
}

.checkout-complete-thankyou-message .checkout-complete-message-high-light-box p {
    font-size: 18px;
}

.checkout-complete-thankyou-message .checkout-complete-order-info {
    padding: 40px 0;
    margin: 60px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 18px;
}

.checkout-complete-thankyou-message .checkout-complete-footer {
    width: 90%;
    margin: auto;
}

.checkout-complete-thankyou-message .checkout-complete-footer img {
    margin-bottom: 20px;
}

.checkout-complete-thankyou-message .checkout-complete-footer p {
    font-size: 18px;
}

/* CSS for Login Page */

/************31-10-2018*****************/
.formcontainer {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

/* Hide the browser's default checkbox */
.formcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* On mouse-over, add a grey background color */
.formcontainer:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.formcontainer input:checked~.checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.formcontainer input:checked~.checkmark:after {
    display: block;
}

#offer-validation,
#msg-validation {
    color: red;
}

/* Style the checkmark/indicator */
.formControl input.form-checkbox,
.formControl input.form-radio {
    opacity: 0;
}

.formControl input.form-checkbox+label.option,
.formControl input.form-radio+label.option {
    padding-left: 30px;
    display: inline-block;
}

.formControl input.form-checkbox+label.option:before,
.formControl input.form-radio+label.option:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border: 1px solid #DDD;
    margin-right: 10px;
    margin-left: -30px;
}

.formControl input.form-checkbox:checked+label.option:before,
.formControl input.form-radio:checked+label.option:before {
    background: url('../img/check-box.png') no-repeat center center;
    background-size: 90%;
}

.formcontainer .checkmark::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #0b0707;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio_content {
    list-style: none;
    margin: 0px 0px 9px 45px;
    margin-left: 0px;
    padding-left: 0px;
}

.webform-gdpr p {
    padding: 0px 30px 0px 42px;
    color: #4d4d4d;
    font-size: 15px;
}

.radio_content li .formcontainer {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 24px;
}

.cForm .captcha,
.cForm .sbmt {
    margin-top: 20px;
}

.contactSec .cTop {
    margin-bottom: 50px;
}

#edit-submitted-message {
    resize: none;
    height: 70px;
}


/* my css 2-11-2018 start */

.servContent .fcText-content h2 {
    margin-bottom: 10px;
}

/********************** CUSTOM CSS 4-11-2022 ********************/
.top-banner-section{background: var(--main-highlight-color);padding: 40px 58px;}
.top-banner-section .header-banner-title{color: #fff;font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0 10px;}
.header-banner-description{
    color: #fff;font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    margin: 0px 0 10px;
}
.header-banner-bottom{
    background: #383e48;
    padding: 20px 58px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.enquiry-form{
    padding: 80px 58px;
}

.enquiry-form form #edit-heading{
    margin: 0 0 12px;
}
.enquiry-form form #edit-heading p{
    margin: 0;
    font-weight: 700;
}
/********************** CUSTOM CSS 4-11-2022 ********************/

@media only screen and (max-width: 1280px) {
    .ourTemplates .three-col .otBox>p {
        min-height: 140px;
    }
}

@media only screen and (max-width: 1199px) {
    .domain-webprosites-co-uk .flipContent.right.clear .fcTextIn2 h2 {
        line-height: 44px;
    }

    .header.active .mobile-m.menu-mobile {
        z-index: 99;
    }

    .logo img {
        max-width: 190px;
        /*filter: brightness(0);*/
    }

    .logo {
        margin-left: 15px;
        margin-top: 11px;
        margin-bottom: 11px;
    }

    .header.active .logo img {
        filter: brightness(1);
    }

    .header {
        background-color: #fff;
    }

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

    /*.home-banner.top-banner{
    margin-top: 95px;
    }*/
}

@media only screen and (max-width: 1024px) {
    .teamSec .flipContent {
        display: table;
        width: 100%;
    }

    .teamSec .flipContent .fcText {
        display: table-footer-group;
    }

    .teamSec .flipContent .fcImg {
        display: table-header-group;
    }

}

@media only screen and (max-width:767px) {
    #servParallax {
        min-height: 405px;
    }

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

    .logo img {
        max-width: 120px;
    }

    /*.home-banner.top-banner{
            margin-top: 65px;
            }       */
}

@media only screen and (max-width:480px) {
    #servParallax {
        min-height: 550px;
    }

    .radio_content li .formcontainer {
        margin-right: 16px;
    }
}

@media only screen and (max-width:360px) {
    #servParallax {
        min-height: 570px;
    }
}


/* my css 2-11-2018 end */
/* Header css 13/11/2018 */
.logo.mbl-logo {
    display: none;
}

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

    .logo.mbl-logo {
        display: inline-block;
        vertical-align: middle;
        width: 190px;
    }

    .active .logo {
        background: transparent;
    }

    .ds-logo {
        display: none;
    }

    .top-banner.top-inner-baner>img {
        left: 50%;
        top: 0;
        max-width: 100%;
        position: static;
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -o-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        width: auto;
    }

    .top-banner.top-inner-baner {
        height: auto;
        /*top: 99px;
        margin-bottom: 100px;*/
    }

    .page-sitemap #site-map {

        margin-top: 150px;

    }
}



.domain-adviserwebsitepro-co-uk li a:hover,
.domain-adviserwebsitepro-co-uk .footer-list li a:focus {
    color: #e84e0e;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.domain-adviserwebsitepro-co-uk .footerInfo a:hover,
.domain-adviserwebsitepro-co-uk .footerInfo a:focus {
    color: #e84e0e;
}

.domain-adviserwebsitepro-co-uk .footerSocial ul li a:hover,
.domain-adviserwebsitepro-co-uk .footerSocial ul li a:focus {
    color: #e84e0e;
}

.domain-adviserwebsitepro-co-uk .footerSocial ul li a:hover span,
.domain-adviserwebsitepro-co-uk .footerSocial ul li a:focus span {
    background: #e84e0e;
}

.footerSocial ul li span {
    margin-right: 10px;
}

.footerSocial ul li {
    display: inline-block;
    width: 49%;
}

.blogSec .sharethis-wrapper .st_sharethis_custom>span:before {
    content: "\f1e0";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    vertical-align: top;
    margin-right: 5px;
    line-height: 24px;
}

div.pro_btn {
    display: inline-block;
    margin-right: 31px;
}

div.pro_btn:last-child {
    margin-right: 0px;
}

a.pro-info-link {
    border: 2px solid #383e48;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0px;
    color: #000;
    transition: all ease 0.3s;
    text-decoration: none;
    font-weight: bold;
    display: block;
    min-width: 328px;
    font-size: 18px;
}

a.pro-info-link:hover,
a.pro-info-link:focus {
    background: #383e48;
    color: #fff;
    font-weight: bold;
}

.wrapperInner2 span {
    padding: 5px;
}

/*.list_midl_sec:nth-child(odd) .midl_sec_img{
    float:right;
}
.list_midl_sec:nth-child(even) .midl_sec_img{
     float:left;
}*/

article.list_midl_art {
    display: flex;
    max-width: 80%;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

article.list_midl_art:nth-child(even) .midl_sec_img {
    order: 1;
}

article.list_midl_art:nth-child(even) .midl_sec_text {
    order: 0;
}

/*article.list_midl_art:nth-child(even) .midl_sec_img{
     float:left;
}
article.list_midl_art:nth-child(odd) .midl_sec_text{
    float:right;
    padding-right: 18%;
}
article.list_midl_art:nth-child(even) .midl_sec_text{
     float:left;
     padding-left: 18%;
}*/
.sec.list_midl_sec .midl_sec_img {
    text-align: center;
}

.sec.list_midl_sec .midl_sec_text {
    padding: 0px 100px;
}

.sec.list_midl_sec .midl_sec_text,
.midl_sec_img {
    width: 50%;
}

.sec.list_midl_sec .midl_sec_text h2 {
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.bottom_img_sec.product {
    display: block;
    text-align: center;
    background: #e3e1e2;
}

.bottom_img_sec.product:after,
.bottom_img_sec.product:before {
    content: "";
    display: block;
    clear: both;
}

.bottom_img_sec.product .product-bottom-image-wrapper {
    display: block;
    float: left;
    width: calc(50% - 1px);
}

.bottom_img_sec.product img {
    display: block;
    margin: 20px;
    box-shadow: 0px 0px 14px -5px #000;
    width: calc(100% - 40px);
}

.bottom_img_sec.product .product-bottom-image-wrapper:nth-child(1) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.bottom_img_sec.product .product-bottom-image-wrapper:nth-child(2) {
    border-bottom: 1px solid #fff
}

.bottom_img_sec.product .product-bottom-image-wrapper:nth-child(3) {
    border-right: 1px solid #fff;
}

/*.node-type-product .mdl_img img { height: 640px; width: auto; position: absolute; bottom: -66px; left: calc(50% - 373px); z-index: 10; }*/

.midl_banner_sec.product {
    position: relative;
}

.midl_banner_sec.product .mdl_bnr>img {
    width: 100%;
    height: auto;
}

.midl_banner_sec.product div.mdl_bnr {
    box-shadow: 0 4px 8px 0 #fff;
}

section.sec.midl_banner_sec {
    margin-bottom: 65px;
}

.white-shadow {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 9;
    height: 50%;
    bottom: 0px;
    background-image: linear-gradient(transparent, white);
}

a.retrn-ink {
    color: #000;
    text-decoration: underline;
}

.serviceTextSec.product {
    margin-top: 20px;
}

.serviceTextSec.product h2 {
    margin-bottom: 0px;
}

.serviceTextSec.product p {
    padding: 25px 0px 25px;
}

.pro_fee {
    font-size: 18px;
}

/*#midl_sec_img-0 {
    background-image: url(../img/Mac_Side.png);
    height: 708px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}*/
/*#midl_sec_img-0 img {
    transform:matrix(1.19943,0.30165,0.04897,0.89228,27.05261,12.58898);
}*/

/*#midl_sec_img-1 {
    background-image: url(../img/Laptop.png);
    height: 525px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    overflow: hidden;
}
*/
/*#midl_sec_img-1 img {
    vertical-align: middle;
    max-width: 100%;
    padding: 29px 161px 0px 155px;
    height: 434px;
}*/


/*#midl_sec_img-2 {
    background-image: url(../img/phone_1.png);
    height: 525px;
    background-size: cover;
}
#midl_sec_img-3 {
    background-image: url(../img/phone_2.png);
    height: 525px;
    background-size: cover;
}*/

#block-views-portfolio-block h2 {
    margin-bottom: 20px;
    margin-left: 40%;
    margin-top: 20px;
    /*font-size: 25px;*/
}

.total-price span {
    font-size: 15px;
}

.mdl_img {
    padding: 150px 150px 0;
    position: absolute;
    left: calc(65% - 837px);
    top: 0;
    right: 0;
    z-index: 99;
}

section.contentSec.sec.text-center.portfolio {
    margin-top: 20px;
}

section.portDetail1.port_bottom_block.clear {
    margin-bottom: 85px;
    display: flex;
    height: 400px;
}

.port_block_img img {
    height: auto;
    width: 100%;
}

aside.port_block_img {
    padding: 2px;
}

section.portDetail1.port_bottom_section.clear {
    padding: 50px 5%;
}

.portD-table-row.port {
    display: flex;
    align-items: center;
    justify-content: center;
}

aside.portD.right_column {
    /* width: 50%; */
    margin-left: -5%;
    box-shadow: 0px 0px 15px 0px #999;
}

.midl_banner .propDetailFullSec {
    padding-bottom: 0px;
}

.node-type-portfolio .btn1Inv {
    font-weight: bold;
}

.cat_add_on_div {
    /*display: none;*/
    height: 0px;
    overflow: hidden;
    transition: all 1s;
    border-top: 1px solid #e5e5e5;
}

a.accordion,
.cart-table .button--add-to-cart {
    background: var(--main-highlight-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 23px 34px 23px 34px;
    border: none;
}

a.cross-accordian {
    color: #000;
    background: none;
    display: inline-block;
    width: 152px;
    text-align: right;
    vertical-align: top;
    font-size: 20px;
    padding: 4px 8px 64px;
}

table.cat_add_on tbody tr td {
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 45px 44px;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 27px;
    text-align: left;
}

table.cat_add_on tbody tr td:first-child {
    width: 114px;
    text-align: center;
    padding: 0;
    vertical-align: top;
    padding-top: 5%;
}

/*table.cat_add_on tbody tr td:nth-of-type(2) {
     width: 100px;
     padding: 40px 35px 44px;
}*/
table.cat_add_on {
    width: 100%;
}

table.cat_add_on tbody tr td:nth-child(3),
table.cat_add_on thead tr th:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
}

table.cat_add_on tbody tr td:last-child {
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

table.cat_add_on tbody {
    border: none;
}

table.microservice_block td:last-child {
    text-align: right;
}

.cat_add_on ul {
    padding-left: 15px;
}

#block-views-block-add-on-block-1 h3 {
    display: inline-block;
    width: calc(100% - 153px);
    padding-top: 35px;
    padding-bottom: 35px;
}

/*.view-display-id-block_1 {
    padding-bottom: 25px;
}*/
.views-widget-filter-field_blog_category_tid {
    display: none;
}

.views-widget-filter-field_tags_blog_tid {
    display: none;
}

#billing-pane .form-type-select>label {
    display: none;
}


/* Nice Select CSS */
.nice-select {
    height: 65px;
    border: none;
    line-height: 64px;
    color: #000;
    width: 100%;
    font-weight: bold;
}

.nice-select::after {
    width: 10px;
    height: 10px;
    border-color: #000;
}

.nice-select.open .list {
    width: calc(100% + 2px);
    border: 1px solid #000;
    max-height: 300px;
    overflow-y: scroll;
    border-radius: 0px;
    background: #efefef;
    margin: 0px;
    left: -1px;
}

.nice-select.open .list>li:hover {
    background: #dcdcdc;
}

.nice-select .option.selected {
    background: #dcdcdc;
}

.ajax-progress-throbber {
    display: none;
}

table.cat_add_on tbody tr td.price {
    font-size: 22px;
    padding-right: 27px;
}

table.cat_add_on tbody tr td:nth-child(2) {
    width: 50%;
}

.menu ul li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.mobile-m.menu-mobile {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ds-logo,
header.header.fixed .ds-logo {
    margin-bottom: 35px;
    margin-top: 30px;
}

.sticky-logo {
    display: none;
}

.header.fixed .sticky-logo {
    display: block;
}

.header.fixed .nonsticky-logo {
    display: none;
}

.fa-shopping-cart {
    color: #fff;
    font-size: 20px;
}



@media screen and (max-width: 1199px) {
    header.header .logo.mbl-logo {
        vertical-align: top;
    }

    header.header .menu-container,
    header.header.fixed .menu-container {
        width: 100%;
        display: block;
    }

    .header .mobile-m.menu-mobile {
        position: absolute;
        top: 8px;
        right: 0;
    }

    .active .logo {
        padding: 0px;
        margin: 11px 0px 11px 15px;
    }

}

.domain-adviserwebsitepro-co-uk li .blogSec h2+p {
    min-height: 76px;
}

.menu-back {
    display: none;
}

ul.megamenu-inner.dropdown-open {
    height: 550px !important;
    opacity: 1 !important;
    background: transparent;
}

@media screen and (max-width:1199px) {
    ul.megamenu-inner.dropdown-open {
        height: auto !important;
    }
}

div#at20mc {
    display: none;
}

@media screen and (max-width: 1024px) {
    section.portDetail1.port_bottom_block.clear {
        height: auto;
    }

    .price-table-col {
        display: block;
        margin: 25px auto;
        float: none;
        min-height: 850px;
    }

    .template-list-col {
        float: none;
        display: block;
        width: 100%;
    }

    .price-table-col:last-child {
        margin: 25px auto;
    }

    .node-type-webpro-theme-page .bespoke-inner-box p {
        font-size: 35px;
        line-height: 45px;
    }

    .list-unstyled.mobile {
        display: block !important;
    }

    .bespoke-box {
        background-attachment: scroll;
        background-position: center center !important;
        height: 630px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-complete-thankyou-message {
        padding: 15px;
    }

    section.portDetail1.port_bottom_block.clear {
        margin-bottom: none;
        display: block;
        height: auto;
    }

    section.portDetail1.port_bottom_section.clear {
        padding: 0px 5% 20px 5%;
    }

    aside.port_block_img {
        padding: 2px;
    }

    .blog-info {
        width: 100%;
    }

    .footerSocial ul li a {
        font-size: 0;
    }

    .footerSocial ul li {
        width: 18%;
    }

    .footerSocial ul {
        width: 100%;
        padding-left: 20px;
    }

    .projectsMain .two-col {
        width: 100%;
    }

    .view-display-id-block_1 .posted-on {
        float: none;
    }

    .main-price-table .price-table-col {
        float: none;
        width: 100%;
        padding: 0px;
        padding-top: 25px;
        min-height: 700px;
        margin-bottom: 10px;
    }

    .template-list-col {
        float: none;
        width: 100%;
        padding: 10px;
        padding-bottom: 0px;
    }

    /*.template-box .tabs > li > a {
       padding: 42px 12px;;
    }*/
    .template-demo {
        /* width: 100%;*/
        background-size: cover;
    }

    .template-demo {
        padding: 23px 11px 0 14px;
    }

    .template-demo a img {
        height: auto;
    }

    .node-type-webpro-theme-page .bespoke-inner-box p {
        font-size: 25px;
        line-height: 40px;
    }

    .template-list-col {
        margin-bottom: 0px;
    }

    .price-table-title h2 {
        font-size: 15px;
        line-height: 24px;
    }

    .price-table-box {
        padding: 10px;
    }

    .view-display-id-block_1 .price-table-box h3 {
        width: 100%;
    }

    .node-type-webpro-theme-page .price-table-text p {
        font-size: 15px;
        line-height: 25px;
    }

    .node-type-webpro-theme-page .btn1Inv {
        width: 325px;
    }

    .bespoke-inner-box div {
        font-size: 32px !important;
        line-height: 55px !important;
    }

    .table-price {
        position: unset;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .price-table-terms.clearfix {
        text-align: center;
    }

    .cart-table .prod-wrapper img {
        margin-left: 7%;
    }

    .prod-wrapr img {
        margin-left: 0% !important;
    }

    .template-box .tabs>li>a.active::after,
    .template-box .tabs>li>a::after {
        height: 15px;
    }
}

.list-unstyled.mobile {
    display: none;
}

.page-not-found .column {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    padding: 5%;
}

/* Clear floats after the columns */
.page-not-found.row:after {
    content: "";
    display: table;
    clear: both;
}

.page-not-found .backbutton {
    background: #000;
    color: #fff;
    padding: 15px 25px 15px 25px;
    border-radius: 25px;
}

.page-not-found.row {
    margin-top: 5%;
}

.page-not-found h1 {
    font-size: 60px;
    font-weight: bold;
}

.back-to-top img {
    background: #373E48
        /*var(--main-highlight-color)*/
    ;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 10px;
}

.back-to-top {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 1.2em 6em 0;
    border-radius: 50%;
    padding: .25em;
    z-index: 9999;
}

.theme-background-color {
    background: var(--main-highlight-color);
}

.title-tooltip {
    position: relative;
}

.title-tooltip .title-tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 50%;
    margin-left: -60px;
}

.title-tooltip:hover .title-tooltiptext {
    visibility: visible;
}

.title-tooltip .title-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.a2a_s__default.a2a_s_a2a {
    visibility: hidden;
}

.posted-on a.addtoany_share {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0;
}

/** Pager Style **/
nav.pager ul {
    padding: 0 0 30px;
    margin: 0;
    display: block;
    text-align: center;
}

nav.pager ul>li {
    display: inline-block;
    margin: 0 15px;
}

nav.pager ul>li>a {
    display: block;
    padding: 6px 12px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

nav.pager ul>li.is-active {
    background: #000;
}

nav.pager ul>li.is-active>a {
    color: #FFFFFF;
}

.cont-footer-txt {
    margin-top: 85px;
}

#block-simplenewssubscription {
    text-align: center;
    margin-bottom: 120px;
    margin-top: 40px;
}

#block-simplenewssubscription .description {
    display: none;
}

#block-simplenewssubscription .form-email {
    font-size: 16px;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #000;
    width: 30%;
    background: #EBEBEB;
}

#block-simplenewssubscription .form-submit {
    background: #252626;
    color: #fff;
    padding: 20px 75px;
    border: 2px solid #252626;
    margin-left: 20px;
    font-weight: bold;
}

#block-simplenewssubscription .js-form-type-email {
    float: left;
    width: 52%;
    text-align: right;
}

#block-simplenewssubscription .form-actions {
    float: left;
    width: 48%;
    text-align: left;
}

.newslettr-msg {
    margin-bottom: 20px;
}

#block-simplenewssubscription .form-submit:hover {
    background: #fff;
    color: #000;
}

.main-menu>li>span {
    cursor: default;
}

#toolbar-administration {
    z-index: 99999;
    position: fixed;
}

.searchKeyword .form-item {
    margin-bottom: 0px;
}

.blogSec .posted-on,
.blog-list li h2 {
    margin-top: 0px
}

.sec .blogSec h2 {
    padding-top: 0px;
}

li .blogSec h2+p {
    min-height: 105px;
}

.otBox p {
    min-height: 135px;
}

.sitemap-item ul>li>span,
#site-map ul li.expanded {
    color: #000 !important;
}

.newsletter-wrapper {
    background: #EBEBEB;
    padding-top: 55px;
    padding-bottom: 55px;
    clear: both;
}

.sec.midl_banner_sec .mdl_bnr>img {
    width: 100%;
}

.cat_add_on .button--add-to-cart {
    /* color: #000; */
    width: 152px;
    height: 62px;
    border: none;
    background: var(--main-highlight-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

article.product-demo {
    margin-top: -205px;
}

.checkout-table table tbody tr td.views-field.views-field-body,
.checkout-table table tbody tr td.views-field-field-basket-text {
    width: 55%;
    padding-right: 25px;
}

.cart-tbl table tbody tr td.views-field.views-field-body,
.cart-tbl table tbody tr td.views-field-field-basket-text {
    width: 40%;
    padding-right: 20px;
    padding-left: 10px;
}

.checkout-table.cart-tbl table tbody tr td {
    width: 14.5%;
}

.checkout-table.cart-tbl table tbody tr td:first-child {
    width: 159px;
}

.cart-tbl .delete-order-item {
    padding: 0;
    top: 0;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
    height: 30px;
    width: 25px;
    font-size: 0;
    color: #383e48;
}

.cart-tbl .fa-trash,
.fa-trash-alt {
    position: absolute;
    z-index: -1;
    font-size: 30px;
}

.cart-tbl .rmv_btn:hover .fa-trash {
    color: var(--main-highlight-color);
}

.cart-tbl .delete-order-item::before {
    display: inline-block;
    content: "\f1f8";
    font-family: normal normal normal 14px/1 FontAwesome;
    color: #383e48;
}

.cart-table table tbody tr td.views-field.views-field-body,
.cat_add_on table tbody tr td.views-field.views-field-body {
    width: 50%;
}

.cart-table .field--name-quantity,
.cat_add_on .field--name-quantity {
    width: 95px;
    /*height: 65px;
    border: 1px solid #000;
    position: relative;
    text-align: left;*/
    float: left;
}

.cart-table .field--name-quantity .form-number,
.cat_add_on .field--name-quantity .form-number {
    width: 100%;
    height: 63px;
    /*border: none;
    color: #1f1f1f;
    font-family: 'montserratextralight';
    text-align: left;*/
    padding-left: 26px;
    padding-right: 10px;
    font-size: 22px;
}

/*.cart-table .field--name-quantity .form-item:after, .cat_add_on .field--name-quantity .form-item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #fff url('../img/arrow.png') no-repeat left center;
    pointer-events: none;
    height: 100%;
    width: 17px; 
}*/


.cart-table .field--name-quantity label,
.cat_add_on .field--name-quantity label {
    display: none;
}

/*.checkout-pane-order-summary .order-total-line__subtotal {
    display: none;
}*/
.checkout-pane-order-summary .order-total-line__total {
    margin: 0;
    color: #000000;
    font-family: 'montserratextralight';
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 46px;
    text-transform: uppercase;
}

.checkout-pane-order-summary footer {
    background: transparent;
}

.checkout-pane-order-summary .order-total-line-value {
    text-align: right;
    vertical-align: middle;
    width: 182px;
}

.order-total-line.order-total-line__total {
    color: #000000;
    font-family: 'montserratextralight';
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 46px;
    text-transform: uppercase;
}

.order-total-line__adjustment--tax,
.order-total-line__adjustment--promotion,
.order-total-line__subtotal {
    color: #000000;
    font-family: 'montserratextralight';
    font-size: 32px;
    line-height: 33px;
    margin-bottom: 46px;
    text-transform: uppercase;
    padding-top: 10px;
}

.order-total-line__adjustment--promotion {
    padding-top: 0px;
}

.views-field.views-field-total-price__number {
    font-size: 22px;
}

#view-total-price-number-table-column {
    font-size: 14px;
}

.order-total-line-label {
    padding-right: 30px;
}

/*.order-total-line__subtotal { display: none; }*/
/*.order-total-line-label::after {
    content: ":";
}*/
.order-total-line__total {
    font-weight: normal;
}

.checkout-pane-payment-information .fieldset-legend {
    display: none;
}

.checkout-pane-payment-information {
    border: none;
}

.checkout-from .form-item label {
    display: none;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-lighthouse-permission-value {
    display: none;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-lighthouse-permission-value>div {
    margin-bottom: 25px;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-lighthouse-permission-value label {
    display: inline;
    vertical-align: middle;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-lighthouse-permission-value label::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 30px;
    border: 1px solid #000;
    margin-right: 10px;
    vertical-align: middle;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-lighthouse-permission-value.form-item--error label::before {
    border: 1px solid red;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-lighthouse-permission-value input[type="checkbox"]:checked+label::before {
    background: url(../img/grey_tick.png) no-repeat center center;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-lighthouse-permission-value input {
    display: none;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-charles-derby-permission-value {
    display: none;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-charles-derby-permission-value>div {
    margin-bottom: 25px;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-charles-derby-permission-value label {
    display: inline;
    vertical-align: middle;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-charles-derby-permission-value label::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 30px;
    border: 1px solid #000;
    margin-right: 10px;
    vertical-align: middle;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-charles-derby-permission-value.form-item--error label::before {
    border: 1px solid red;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-charles-derby-permission-value input[type="checkbox"]:checked+label::before {
    background: url(../img/check.png) no-repeat center center;
}

.checkout-from .form-item.form-item-payment-information-billing-information-field-charles-derby-permission-value input {
    display: none;
}

.form-item-payment-information-billing-information-field-terms-condition-value label {
    display: inline-block !important;
}

.ecommerce-content.coupon {
    text-align: right;
    padding-top: 30px;
}

#edit-payment-information-billing-information .field-input input {
    color: #000000;
}

#edit-payment-information-billing-information .form-textarea {
    width: 100%;
    height: 193px;
    resize: none;
    border: 1px solid #000;
    padding: 27px;
    font-size: 14px;
    color: #000000;
    vertical-align: top;
}

#edit-payment-information-billing-information .container {
    border-top: 1px solid #e5e5e5;
    padding-top: 45px;
}

#edit-payment-information-billing-information .ecommerce-content {
    padding-top: 45px;
}

.checkout-from.condition-wrapper {
    margin-top: 40px;
}

.search-box label {
    display: none;
}

.search-box .form-submit {
    position: absolute;
    left: 0;
    top: 5px;
}

.checkout-button {
    width: 262px;
    height: 62px;
    border: none;
    background: var(--main-highlight-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.condition-right {
    float: right;
    padding-right: 23.5%;
    margin-top: -190px;
}

.field--name-field-terms-condition,
.terms-label {
    float: left;
}

.sidebarBox .views-field.views-field-name {
    min-width: 255px;
}

.price-table-terms.clearfix {
    margin: 0 auto 85px;
    max-width: 1383px;
    display: block;
}

.wrapperInner .container {
    width: 100%;
}

.bespoke-inner-box div {
    font-size: 44px;
    line-height: 73px;
    color: #fff;
    font-family: 'montserratlight';
    text-transform: uppercase;
    margin-bottom: 30px;
}

.coupon.redemtion .form-submit {
    width: 207px;
    height: 62px;
    border: none;
    background: var(--main-highlight-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.coupon.redemtion .form-text {
    border: none;
    height: 62px;
    width: 330px;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-family: 'montserratextralight';
}

.form-item-coupon-redemption-code label {
    display: none;
}

.coupon-redemption-form__coupons table tbody tr td {
    border-bottom: none !important;
    width: 50%;
}

#edit-coupon-redemption {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    display: flex;
    justify-content: right;
}

/*.checkout-table .views-field.views-field-view-commerce-product, .order-summary-commerce-product {
    background: url(../img/screen.png) no-repeat;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 2px 0px 0 11px;
    transform: scale(1);
    background-size: contain;
    top: 45px;
    right: 20px;
}*/

.prod-wrapr {
    background: url(../img/screen.png) no-repeat;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 2px 0px 0 11px;
    transform: scale(1);
    background-size: cover;
    top: 20px;
    right: 20px;
    min-height: 140px;
}

.order-summary-commerce-product .prod-wrapr {
    min-height: 150px;
    padding: 2px 0px 0 10px;
}

.checkout-table #view-view-commerce-product-table-column {
    background: none;
    top: 0px;
}

.checkout-table img {
    height: 85px;
}

.add_on table tbody tr td:first-child {
    padding-top: 5%;
    vertical-align: top;
}

.coupon.redemtion .form-item-coupon-redemption-code {
    display: inline-block;
    margin-right: 25px;
}

.ecommerce-content footer .views-exposed-form {
    display: none;
}

.order-summary-commerce-product.prod {
    padding: 2px 0px 0 17px !important;
    transform: scale(1) !important;
    right: 30px !important;
}

.order-summary-commerce-basket-text {
    width: 49.5%;
    padding-right: 25px;
}

.checkout-table table.cart-review tbody tr td:first-child {
    width: 190px !important;
    vertical-align: top;
}

.webpro-status-messages {
    position: fixed;
    background: #CAEBB5;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    border-top: 1px solid #97B087;
    z-index: 99999;
}

.webpro-status-messages a {
    color: #000;
    text-decoration: underline;
}

.empty-cart-link a {
    color: #fff;
}

.empty-cart-link {
    font-size: 15px;
    background: var(--main-highlight-color);
    padding: 20px 15px;
    width: 100%;
    max-width: max-content;
    text-align: center;
    margin: auto;
    margin-top: auto;
    margin-top: 50px;
    color: #fff;
}

.cart.cart-form {
    padding: 187px 0 9px;
}

.coupon.redemtion .form-submit:hover,
.cart-table .button--add-to-cart:hover,
a.accordion:hover,
.continue-button a:hover,
.checkout-button:hover,
.cat_add_on .button--add-to-cart:hover {
    background: #383e48;
}

.accordion.cross-accordian:hover {
    background: transparent;
}

.coupon-redemption-form__coupons table tbody tr td:first-child {
    font-size: 30px;
    width: 50% !important;
    vertical-align: middle;
    padding-right: 15px;
}

.redemtion .form-item--error-message {
    color: red;
    text-align: left;
}

#edit-coupon-redemption .webpro-status-messages {
    display: none !important;
}

.ecommerce-content footer {
    background: transparent;
}

.ecommerce-content footer h3 {
    display: inline-block;
    width: calc(100% - 153px);
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
}

#tab138-tab {
    background-image: linear-gradient(to right, #78370C, #FFDDC0);
}

#tab139-tab {
    background-image: linear-gradient(to right, #4D4F4E, #DADDDC);
}

#tab140-tab {
    background-image: linear-gradient(to right, #754D05, #FEE9B9);
}

#tab138-tab.active,
a#tab138-tab:hover {
    background: linear-gradient(to right, #360C00, #FFC190);
}

#tab139-tab.active,
a#tab139-tab:hover {
    background: linear-gradient(to right, #121514, #C0C3C2);
}

#tab140-tab.active,
a#tab140-tab:hover {
    background: linear-gradient(to right, #341600, #FAD28D);
}

/*#tab138-tab.active::after { border-top: 10px solid #9A6648;  }
#tab139-tab.active::after { border-top: 10px solid #696C6B;  }
#tab140-tab.active::after { border-top: 10px solid #977446;  }*/
.template-titl {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;

}

#tab138 .template-titl span {
    background: url('/themes/custom/webpro/img/line_arrow-bronze.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#tab139 .template-titl span {
    background: url('/themes/custom/webpro/img/line_arrow-silver.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

#tab140 .template-titl span {
    background: url('/themes/custom/webpro/img/gold_line_arrow-V2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.template-titl span {
    padding-bottom: 20px;
}

.sec.midl_banner_sec.product .mdl_bnr img {
    width: 100%;
}

.template-demo {
    margin-top: 25px;
}

.desc-modal-body {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
}

.fa-info-circle {
    display: none;
}

.details .fa-times,
.cart-table.add_on .views-field.views-field-field-product-image>span {
    display: none;
}

.field-input.field-input-dynamic.desk {
    display: block;
}

.field-input.field-input-dynamic.mob {
    display: none;
}

.main-menu .fa-shopping-cart {
    font-size: 25px;
    vertical-align: middle;
}

.social .svg-inline--fa {
    text-align: center;
    display: inline-block;
    background: #fff;
    height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 14px;
    border: 2px solid transparent;
    color: #252626;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 12px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    padding: 5px;
}

.social .svg-inline--fa:hover {
    background: none;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.contactMain .footerSocial .svg-inline--fa {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    background: #383e48;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-right: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    padding: 11px;
    vertical-align: middle;
    margin-right: 10px;
}

.contactMain .footerSocial .svg-inline--fa:hover,
.footerSocial ul li a:hover .svg-inline--fa,
.footerSocial ul li a:focus .svg-inline--fa {
    background: var(--main-highlight-color);
}

.checkout-complete-thankyou-message {
    cursor: default;
}

.footer .wrapperInner {
    display: inline-block;
    width: calc(100% - 411px);
    margin-right: 90px;
}

.footer .footer-logo {
    display: inline-block;
    max-width: 90px;
    vertical-align: top;
    margin-left: 10px;
}

.flipContentMain .DeskImg {
    height: 100%;
    width: 100%;
}

.blog-post-main {
    margin-bottom: 20px;
}

.blog-post-main ul li,
.blog-post-main ol li {
    margin-left: 30px;
    list-style-position: outside;
}

.blog-post-main ul,
.blog-post-main ol {
    margin-bottom: 25px;
}

ul.otSlider {
    list-style: none;
}

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

    .products section.sec.midl_banner_sec {
        margin-bottom: 160px;
    }

    .products section.sec.midl_banner_sec {
        margin-bottom: 160px;
    }
}


@media screen and (max-width: 1600px) {
    article.product-demo {
        margin-top: -165px;
    }

    .products .mdl_img {
        left: 13%;
    }
}



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

    article.product-demo {
        margin-top: -154px;
    }
}

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

    .products .mdl_img {
        left: 10%;
    }
}

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

    article.product-demo {
        margin-top: -145px;
    }

    .products .mdl_img {
        left: 3%;
    }
}

@media screen and (max-width: 1240px) {
    .cartlink {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
        background: #363D47;
        bottom: 0px;
    }

    .cartlink .fa.fa-shopping-cart {
        font-size: 25px;
        color: #fff;
    }

}

@media screen and (max-width:1199px) {
    .mobile-menu-header {
        padding: 25px 20px 40px 30px;
    }

}

@media screen and (max-width:860px) {
    .top-banner.top-inner-baner {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1024px) {
    .top-banner.top-inner-baner>img {
        height: auto;
    }

    .checkout-table.cart-tbl,
    .cart.cart-form,
    .cart-form .container {
        width: 100%;
        padding: 5px;
    }

    .prod-wrapr {
        right: 0;
        left: 5px;
    }

    .cart-tbl table tbody tr td.views-field.views-field-body,
    .cart-tbl table tbody tr td.views-field-field-basket-text {
        padding-left: 25px;
    }

    #view-body-table-column {
        padding-left: 25px;
    }

    .checkout-table #view-view-commerce-product-table-column {
        padding-left: 5px;
    }

    .checkout-table.cart-tbl table tbody tr td,
    .order-total-line-value,
    .checkout-pane-order-summary .order-total-line-value {
        width: auto;
    }

    .order-summary-commerce-product .prod-wrapr {
        padding: 2px 0px 0 8px;
    }

    .order-summary-commerce-product.prod .prod-wrapr {
        background-size: contain;
    }

    .order-summary-commerce-product.prod {
        padding: 2px 0px 0 0px !important;
    }
}
    @media screen and (max-width:767px) {
        .top-banner.top-inner-baner {
            margin-bottom: 20px;
            margin-top: 25px;
        }

        .header.active .menu-container {
            padding: 0px 0 0;
        }

        .terms-condition-cont {
            padding-top: 0px;
        }

        .page-node-62 .top-banner.top-inner-baner {
            margin-bottom: 100px;
        }

        .page-sitemap #site-map {
            margin-top: 100px;
        }
    }

    @media screen and (max-width:480px) {
        .top-banner.top-inner-baner {
            margin-bottom: 10px;
        }
    }

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

        h1,
        .h1 {
            font-size: 37px;
        }
    }


    @media only screen and (max-width: 1023px) {
        #block-simplenewssubscription .form-email {
            width: 50%;
        }

        .otBox p {
            min-height: auto;
        }

        .products .mdl_img {
            left: 0;
        }
    }

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

        .cart-table .button--add-to-cart,
        .cat_add_on .button--add-to-cart {
            float: left;
            margin-top: 5px;
        }

        .ecommerce-content .container {
            width: 100%;
            margin: auto;
        }

        .products section.sec.midl_banner_sec {
            margin-bottom: 275px;
        }

        .sec.list_midl_sec .midl_sec_text {
            padding: 0px 50px;
        }

        .order-summary-commerce-basket-text {
            width: 35.5%;
        }
    }

    @media screen and (max-width: 767px) {
        .terms-condition-cont h4 {
            text-align: left;
        }

        .terms-condition-cont ul li {
            padding-left: 10px;
        }

        #block-simplenewssubscription .form-actions,
        #block-simplenewssubscription .js-form-type-email {
            width: 90%;
            margin-left: 5%;
        }

        #block-simplenewssubscription .form-email {
            width: 100%;
        }

        #block-simplenewssubscription .form-actions {
            text-align: center;
        }

        li .blogSec h2+p {
            min-height: auto;
        }

        .newsletter-wrapper {
            padding-bottom: 50px;
        }

        .sec.list_midl_sec .midl_sec_text,
        .midl_sec_img {
            width: 100%;
            text-align: center;
        }

        .products .sec.list_midl_sec .midl_sec_text h2 {
            text-align: center;
        }

        article.list_midl_art {
            display: block;
            text-align: center;
        }

        .bottom_img_sec.product .product-bottom-image-wrapper {
            width: 100%;
        }

        .products section.sec.midl_banner_sec {
            margin-bottom: 225px;
        }

        .products.sec.list_midl_sec .midl_sec_text {
            padding: 0px 60px;
        }

        div.pro_btn {
            padding-top: 20px;
            margin-right: 0px;
        }

        .ecommerce-content .container,
        .cart.cart-form,
        .container {
            width: 100%;
        }

        .price-table-title,
        .price-table-text {
            padding: 0 20px;
        }

        .cat_add_on .field--name-quantity .form-number {
            padding-left: 15px;
        }

        .cat_add_on .field--name-quantity {
            margin-right: 10px;
            width: 65px;
        }

        .cart-table.add_on table tbody tr td,
        table.cat_add_on tbody tr td {
            border-bottom: none;
        }

        .details {
            display: none;
            width: 100%;
            position: absolute;
            left: 0;
            top: 15px;
            z-index: 5;
            background: #E2E3E5;
            min-height: 100%;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--main-highlight-color);
            text-align: center;

        }

        .details .fa-times {
            display: block;
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 3;
        }

        .addon-title h1 {
            order: 2;
            width: 100%;
            text-align: center;
            padding-top: 10px;
        }

        .addon-title {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;

        }

        .return-button a:first-child {
            margin-right: 15px;
        }

        .return-button a:last-child {
            margin-left: 15px;
        }

        .addon-title.checkout-title {
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin-top: 75px;
        }

        .checkout-title.addon-title h1 {
            width: 100%;
            order: 2;
            margin-top: 10px;
        }

        .return-button {
            order: 1;
        }

        .return-button a {
            width: 210px;
            height: 55px;
            line-height: 54px;
            font-size: 14px;
        }

        .addon-title h1 {
            font-size: 25px;
        }

        .return-button,
        .checkout-title.addon-title h1 {
            float: none;
        }

        .fa-info-circle {
            display: block;
            font-size: 30px;
            color: var(--main-highlight-color);
        }

        .cart-tbl table tbody tr,
        .cart-table.add_on table tbody tr,
        .cat_add_on_div table tbody tr,
        .cart-review tbody tr {
            position: relative;
            transform: scale(1);
        }

        .cart-tbl table tbody tr td.views-field.views-field-body {
            width: auto;
            text-align: center;
        }

        #view-body-table-column,
        .cart-review thead tr th:nth-child(2) {
            font-size: 0px;
        }

        .cart-table table tbody tr td.views-field.views-field-body,
        table.cat_add_on tbody tr td:nth-child(2) {
            width: auto;
            text-align: center;
        }

        .cart-table .button--add-to-cart {
            margin-top: 0px;
            margin-left: 15px;
        }

        .cart-table.add_on .views-field.views-field-field-product-image>span,
        .cat_add_on_div .views-field.views-field-field-product-image>span {
            font-weight: bold;
            font-size: 13px;
            display: block;
            text-align: left;
            line-height: 20px;
            padding-top: 5px;
        }

        .add_on table tbody tr td:first-child {
            vertical-align: middle;
            padding: 30px 0px;
        }

        .cart-table table {
            width: 100%;
        }

        .cart-table .field--name-quantity,
        .cat_add_on .field--name-quantity,
        .cat_add_on_div .field--name-quantity {
            width: 85px;
            display: inline-block;
            vertical-align: middle;
        }

        .cart-table table tbody tr td:last-child .form-actions,
        .cat_add_on_div table tbody tr td:last-child .form-actions {
            display: inline-block;
            vertical-align: middle;
        }

        .views-field-variations-target-id .form-item,
        .form-actions {
            margin-bottom: 0px;
        }

        .cat_add_on .button--add-to-cart {
            height: 65px;
        }

        .cat_add_on .button--add-to-cart {
            margin-top: 0px;
        }

        .cart-table .button--add-to-cart,
        .cat_add_on .button--add-to-cart,
        .cart-table .field--name-quantity,
        .cat_add_on .field--name-quantity {
            float: none;
        }

        .cart-table table thead tr th:last-child {
            text-align: center;
        }

        a.cross-accordian {
            width: 105px;
            margin-top: 25px;
        }

        table.cat_add_on {
            margin-bottom: 20px;
        }

        .order-summary-commerce-basket-text {
            width: auto;
        }

        .order-summary-commerce-product .prod-wrapr {
            background-size: contain;
            padding: 2px 0px 0 8px;
        }

        .order-summary-commerce-product.prod {
            padding: 2px 0px 0 0px !important;
        }

        .checkout-order-summary.checkout-table table tbody tr td.price {
            width: auto;
            padding: 0;
        }

        .checkout-table table tbody tr td {
            border: none;
        }

        .order-summary-commerce-basket-text {
            padding-left: 5% !important;
        }

        .ecommerce-content .container {
            padding: 0px;
        }

        #edit-payment-information-billing-information .checkout-from {
            text-align: center;
        }

        .checkout-table table thead tr th:first-child {
            padding-left: 10px;
        }

        #edit-payment-information-billing-information .checkout-from .field-input {
            width: auto;
            margin-left: 5%;
            margin-right: 5%;
        }

        .checkout-from.comments,
        .checkout-from .checkout-title {
            margin-left: 5%;
            margin-right: 5%;
        }

        .checkout-from.comments .checkout-title {
            margin: 0;
            margin-bottom: 45px;
        }

        .field-input-dynamic .required-message {
            text-align: left;
        }

        .checkout-from h2 {
            font-size: 30px;
        }

        .condition-right {
            float: none;
            padding-right: 0;
            margin-top: -125px;
            text-align: center;
            margin-bottom: 50px;
        }

        .terms-label {
            width: 85%;
            line-height: 27px;
            padding-top: 15px;
        }

        .condition-box {
            margin-left: 5%;
            margin-right: 5%;
        }

        .checkout-order-summary table {
            margin-bottom: 30px;
        }

        .checkout-order-summary .total-amount {
            border-top: 1px solid #e5e5e5;
        }

        .order-total-line__adjustment--tax,
        .order-total-line__adjustment--promotion,
        .order-total-line__subtotal {
            margin-bottom: 10px;
        }

        .field-input-dynamic {
            width: auto;
        }

        .checkout-order-summary .select-box select,
        .checkout-order-summary .field-input input {
            padding-left: 15px;
        }

        .blog-post-main ul {
            padding: 0px 15px;
        }

        .cart-empty-page {
            width: 100%;
            font-size: 35px;
            line-height: 50px;
            padding: 150px 5px 150px;
        }

        .empty-cart-link {
            padding: 15px 15px;
        }

        .cart-table.add_on {
            padding: 15px;
        }

        .ecommerce-content footer {
            padding: 35px 5px 20px;
        }

        .cat_add_on_div,
        .total-row {
            padding: 10px;
        }

        .continue-button {
            margin-bottom: 15px;
        }

        .rmv_btn {
            position: relative;
        }

        .order-summary-commerce-product>img {
            margin-left: 6%;
        }

        .field-input.field-input-dynamic.desk {
            display: none;
        }

        .field-input.field-input-dynamic.mob {
            display: block;
        }

        nav.pager ul>li {
            margin: 0 10px;
        }

    }

    @media screen and (max-width: 580px) {
        .products .mdl_img {
            padding: 105px 85px 0;
        }

        .products .sec.list_midl_sec .midl_sec_text {
            padding: 0px 25px;
        }

        .order-total-line-label {
            padding-right: 10px;
        }

        .views-field.views-field-total-price__number,
        .form-number,
        .checkout-table .required {
            font-size: 15px;
        }

        .js-form-type-number {
            margin-bottom: 0px;
        }

        .cart-tbl table tbody tr td.views-field.views-field-body,
        .cart-tbl table tbody tr td.views-field-field-basket-text {
            width: 25%;
            text-align: center;
            padding-right: 0px;
        }

        .webpro-status-messages {
            font-size: 15px;
            position: relative;
        }

        .cart-tbl table tbody tr td.views-field.views-field-body,
        .cart-tbl table tbody tr td.views-field-field-basket-text {
            padding-left: 0px;
        }

        .cartlink {
            top: 71px;
        }

        .cartlink .fa.fa-shopping-cart {
            font-size: 25px;
            color: #fff;
        }

        .webpro-status-messages {
            top: 25px;
            margin-bottom: 40px;
        }

        .coupon.redemtion .form-text {
            height: 45px;
            width: 250px;
        }

        .coupon.redemtion .form-submit {
            height: 45px;
            font-size: 14px;
            width: 130px;
        }

        .cart-table .field--name-quantity,
        .cat_add_on .field--name-quantity {
            width: 70px;
            height: 45px;
        }

        /*  .cart-table.add_on .field--name-quantity .form-number { padding-left: 15px; }*/
        a.accordion,
        .cart-table .button--add-to-cart,
        .cat_add_on .button--add-to-cart {
            padding: 15px;
            font-size: 14px;
        }

        .cart-table .field--name-quantity .form-number,
        .cat_add_on .field--name-quantity .form-number {
            height: 45px;
            font-size: 14px;
        }

        .cart-table .field--name-quantity,
        .cat_add_on .field--name-quantity {
            width: 55px;
            height: 45px;
        }

        .ecommerce-content footer h3 {
            width: calc(100% - 105px);
            font-size: 27px;
        }

        .cat_add_on .button--add-to-cart {
            height: 45px;
            width: auto;
        }

        table.cat_add_on tbody tr td:first-child {
            width: 105px;
        }

        .microservice_block tbody tr td:nth-child(2) {
            text-align: left !important;
            padding-left: 4%;
        }

        .terms-label {
            width: 80%;
        }

        .wrapperInner2 span {
            width: 100%;
            float: left;
        }

        .terms-label {
            line-height: 20px;
        }

        .condition-right {
            margin-top: -90px;
        }

        .form-item-payment-information-billing-information-field-terms-condition-value .form-item--error-message {
            line-height: 45px;
        }

        .cart-table .field--name-quantity .form-number,
        .cat_add_on .field--name-quantity .form-number {
            padding-left: 0px;
            padding-right: 0px;
        }

        nav.pager ul>li {
            margin: 0;
        }

        nav.pager ul>li>a {
            font-size: 14px;
            padding: 0px 7px;
        }

        .blog-info .posted-on div {
            display: inline;
        }

        .blog-info .posted-on {
            float: none;
        }

        .blog-info .posted-on.shr-icon {
            margin-left: 10px;
            float: none;
            display: inline-block;
            vertical-align: middle;

        }

        .blog-info {
            margin-left: 13%;
        }

        .otBox .read-more-link a {
            width: 100%;
        }

        .footer .footer-logo {
            display: inline-block;
            margin: 5px;
            margin-bottom: 25px;
            max-width: 100px;
        }

        .footer .wrapperInner {
            display: block;
            width: 100%;
        }
    }

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

        #block-simplenewssubscription .form-actions,
        #block-simplenewssubscription .js-form-type-email {
            width: 80%;
            margin-left: 10%;
        }

        .template-demo {
            width: 100%;
            height: auto;
            min-height: 425px;
        }

        .products .mdl_img {
            padding: 125px 45px 0;
        }

        .products section.sec.midl_banner_sec {
            margin-bottom: 265px;
        }

        .prod-wrapr {
            top: 25px;
        }

        .return-button a {
            width: 160px;
            font-size: 12px;
        }

        .return-button a:first-child {
            margin-right: 5px;
        }

        .return-button a:last-child {
            margin-left: 5px;
        }

        .addon-title h1 {
            font-size: 23px;
        }

        .cart-table .field--name-quantity .form-item::after,
        .cat_add_on .field--name-quantity .form-item::after {
            width: 14px;
        }

        /*.cart-table.add_on .field--name-quantity .form-number, .cat_add_on_div .field--name-quantity .form-number { padding-left: 8px; padding-right: 0px; }*/
        .cart-table .field--name-quantity,
        .cat_add_on .field--name-quantity {
            width: 47px;
        }

        .cart-table table tbody tr td:last-child,
        table.cat_add_on tbody tr td:last-child {
            /*padding-left: 5px !important;*/
            width: 45%;
        }

        a.accordion,
        .cart-table .button--add-to-cart,
        .cat_add_on .button--add-to-cart {
            padding: 15px 10px;
            font-size: 13px;
        }

        .cart-table .button--add-to-cart {
            margin-left: 10px;
        }

        .fa-info-circle {
            display: inline-block;
        }

        .views-field-field-product-image img {
            margin-top: 20px;
        }

        .microservice_block tbody tr td:nth-child(2) {
            padding-left: 4%;
        }

        .checkout-table table thead tr th.qut,
        .checkout-table table tbody tr td.qut {
            padding: 0;
        }

        .order-summary-commerce-basket-text {
            padding-left: 0 !important;
        }

        .order-total-line.order-total-line__total,
        .order-total-line__adjustment--tax,
        .order-total-line__adjustment--promotion,
        .order-total-line__subtotal {
            font-size: 30px;
        }

        .empty-cart-link {
            padding: 10px 15px;
        }
    }

    @media screen and (max-width: 420px) {
        .serviceTextSec.thankyou-page .wrapperInner2>div {
            padding-top: 65px;
        }

        .template-demo {
            min-height: 335px;
        }

        .template-box .tabs>li>a {
            padding: 30px 20px 40px;
            line-height: 18px;
        }

        .bespoke-inner-box div {
            font-size: 28px !important;
            line-height: 45px !important;
        }

        .products .sec.list_midl_sec .midl_sec_text {
            padding: 0px 10px;
        }

        .checkout-table img {
            height: auto;
        }

        .prod-wrapr {
            background-size: contain;
            padding: 1px 6px 0px 7px;
        }

        .views-field.views-field-total-price__number,
        .form-number,
        .checkout-table .required {
            font-size: 13px;
            padding-right: 0px;
        }

        .views-field.views-field-edit-quantity {
            padding-right: 10px;
        }

        .prod-wrapr {
            top: 35px;
        }

        .checkout-table .required {
            width: 50px;
        }

        .order-total-line__adjustment--tax,
        .order-total-line__adjustment--promotion,
        .order-total-line__subtotal,
        .order-total-line.order-total-line__total {
            font-size: 25px;
        }

        .coupon.redemtion .form-text {
            width: 185px;
        }

        .coupon.redemtion .form-submit {
            width: 130px;
        }

        .details .fa-times {
            right: 15px;
            top: 15px;
        }

        .cart-table.add_on table tbody tr td,
        table.cat_add_on tbody tr td {
            padding: 0;
            padding-top: 35px;
        }

        table.cat_add_on tbody tr td:first-child {
            width: 95px;
        }

        .order-summary-commerce-product.prod {
            transform: scale(0.9) !important;
        }

        .checkout-table table thead tr th:last-child {
            text-align: center;
        }

        #edit-payment-information-billing-information .checkout-from .field-input {
            margin-left: 5%;
            margin-right: 5%;
        }

        .checkout-title h2 {
            font-size: 27px;
        }

        .coupon-redemption-form__coupons table tbody tr td:first-child {
            font-size: 25px;
        }

        .cart-table .prod-wrapper img {
            width: 125px;
        }

        .order-summary-commerce-product>img {
            margin-left: 10%;
            width: 125px;
        }

        /*.cart-table.add_on .field--name-quantity .form-number, .cat_add_on_div .field--name-quantity .form-number { padding-left: 3px; }*/
        .form-item-payment-information-billing-information-field-terms-condition-value .form-item--error-message {
            line-height: 80px;
        }

    }

    @media screen and (max-width: 380px) {
        .cart-table .button--add-to-cart {
            margin-left: 2px;
        }

        .cart-table .button--add-to-cart,
        .cat_add_on .button--add-to-cart,
        .cart-table .field--name-quantity,
        .cat_add_on .field--name-quantity {
            float: left;
        }

        table.cat_add_on tbody tr td:first-child {
            width: 85px;
        }

        table.cat_add_on tbody tr td.views-field.views-field-variations-target-id {
            width: 40%;
        }

        .cat_add_on .field--name-quantity {
            margin-right: 0px;
        }

        .cart-table .prod-wrapper img {
            width: 97px;
        }

        .cart-table .prod-wrapper img {
            margin-left: 10%;
        }

        #view-body-table-column,
        .cart-review thead tr th:nth-child(2) {
            display: none;
        }

        .cart-table table tbody tr td.views-field.views-field-body,
        table.cat_add_on tbody tr td:nth-child(2) {
            padding-left: 10px;
            padding-right: 10px;
        }

        a.accordion,
        .cart-table .button--add-to-cart,
        .cat_add_on .button--add-to-cart {
            padding: 15px 6px;
        }

        .checkout-title h2 {
            font-size: 26px;
        }

    }

/*new changes css*/
.modern-design .top-banner-section {    
    padding: 100px 0px;
}
.modern-design .container,
.header-banner-bottom>div,
.modern-design .messageMain .wrapperInner,
.thankyou-wraper {
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
    width: 100%;
}
.modern-design .top-banner-section .banner-content {
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex;
     flex-wrap: wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    align-items: center;
    -webkit-align-items:center;
}
.modern-design .top-banner-section .banner-content .banner-left {
    width: calc(100% - 500px);
    max-width: 100%;
}
.modern-design .top-banner-section .banner-content .bannerRight {
    width: 500px;
    max-width: 100%;
}
.modern-design .top-banner-section .banner-content .bannerRight>div {
    margin: 0 0 0 auto;
    max-width: 440px;
    width: 100%;
    text-align: right;
}
.modern-design .top-banner-section .banner-content .banner-left h1 {
    text-transform: none;
    color: #fff;
    margin: 0;
    max-width: 1000px;
    font-size: 50px;
    line-height: 72px;
}
.modern-design .top-banner-section .banner-content .banner-left h4 {
    font-size: 32px;
    line-height: 75px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}
.modern-design .top-banner-section .banner-content .bannerRight img {
    max-width: 440px;
    width: 100%;
}
.modern-design .header-banner-bottom {
    background: #383e48;
    padding: 32px 0px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}
.modern-design .enquiry-form {
    padding: 100px 0px;
}
.modern-design .enquiry-form form #edit-heading p {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
body .modern-design .enquiry-form form fieldset>legend {
    padding-right: 35px;
    margin-bottom: 0 !important;
}
.modern-design .enquiry-form form label, 
.modern-design .enquiry-form form .form-no-label.form-item,
.modern-design .enquiry-form form .fieldgroup>legend{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 18px;
    display: inline-block;
    color: #000000;
}
.modern-design form .formRow {
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex;
     flex-wrap: wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    width: 100%;
    margin: 0 -10px;
}
.modern-design form .formRow>.form-item {
    flex: 0 0 50%;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.modern-design .enquiry-form form .form-item textarea {
    height: 122px !important;
    padding-top: 12px !important;
    margin-bottom: 20px;
    resize: none;
}
.modern-design .enquiry-form form .formRow>.form-item>input,
.modern-design .enquiry-form form .form-item textarea {
    height: 50px;
    background-color: #e6e6e6;
    border: 0;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0 20px;
    color: #000000;
}
.modern-design .enquiry-form form fieldset {   
    margin: 35px 0 0;
    clear: both;
}
.modern-design .enquiry-form form input[type="submit"] {
    width: 225px !important;
    height: 50px !important;
    background-color: #179f99 !important;
    display: block;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    border: 2px solid #179f99;
    margin-top: 20px;
    font-weight: 500;
}
.modern-design .enquiry-form form input[type="submit"]:hover {
    background-color: #fff !important;
    color: #179f99 !important;
}
.modern-design .enquiry-form form fieldset>legend, .modern-design .enquiry-form form fieldset>.fieldset-wrapper {
    float: left;
    width: auto;
    display: block;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper .form-item {
    margin-bottom: 0;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper .form-item input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #000000;
    width: 30px;
    height: 30px;
    border: 1px solid #393e47;
    border-radius: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    min-width: 30px;
    margin-right: 12px;
    top: 0;
    position: relative;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper .form-item input[type="radio"]::before {
    content: "";
    width: 15px;
    height: 15px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    background-color: #179f99;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper .form-item input[type="radio"]:checked::before {
    transform: scale(1);
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper>div,
.modern-design .enquiry-form form fieldset>.fieldset-wrapper>div>.form-item{
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;      
    display: -webkit-flex;    
    display: flex;
    -webkit-align-items:center;
    align-items:center;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper .form-item label {
    margin-bottom: 0;
    font-size: 14px;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper>div>.form-item {
    margin-right: 32px;
}
.modern-design .enquiry-form form fieldset#edit-please-confirm--wrapper legend {
    font-size: 14px;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 20px !important;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    margin: 0;
}
.modern-design .enquiry-form form fieldset#edit-please-confirm--wrapper .fieldset-wrapper {
    width: 100%;
    margin-bottom: 55px;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm>.form-item input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #000000;
    width: 20px;
    height: 20px;
    border: 1px solid #4b5563;
    border-radius: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    min-width: 20px;
    margin-left: 15px;
    top: 0;
    position: relative;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm>.form-item input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    background-color: #179f99;
    position: relative;
    top: -1px;
    left: 2px;
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm>.form-item input[type="checkbox"]:checked::before {
    transform: scale(0.8);
}
.modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm>.form-item {
    max-width: 70%;
    width: 100%;
    margin: 0;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.modern-design .messageMain .msgSec img {
    width: 68px;
    margin: 0 auto 30px;
}
.modern-design .call-us-bar {
    background-color: #393e47;
    padding: 28px 58px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.modern-design .call-us-bar img {
    width: 44px;
    margin-right: 30px;
}
.modern-design .messageMain .msgSec p {
    text-transform: none;
    font-size: 42px;
    line-height: 56px;
    font-family: 'montserratextralight';
}
.modern-design .messageMain .msgSec .btn2 {
    background: #fff;
    color: #179f9a;
    min-width: auto;
    padding: 8px;
    font-size: 14px;
    width: 250px;
    font-weight: 500;
    font-family: 'montserratregular';
    line-height: 32px;
    height: 50px;
}
.modern-design .messageMain .msgSec .btn2:hover {
    background-color: transparent;
    color: #fff;
}
.modern-design .messageMain .wrapperInner p {
    max-width: 1400px;
    margin: 0 auto 40px;
}
.modern-design .messageMain {
    padding: 85px 0;    
}
/*thank you page css*/
.thankyou-wraper .outerContainer {
    margin: 120px auto;
    max-width: 1200px;
    width: 100%;
}

.thankyou-wraper .inerContainer {
    background: #189f99;
    padding: 90px 80px 40px;
    text-align: center;
    color: #fff;
}

.thankyou-wraper .inerContainer h2 {
    font-size: 43px;
    line-height: 61px;
    text-transform: none;
    max-width: 700px;
    margin: 0 auto 25px;
}
.thankyou-wraper .inerContainer>div {
    max-width: 700px;
    margin: 0 auto;
}
.thankyou-wraper .inerContainer h3 {
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 61px;
}

.thankyou-wraper .inerContainer a.backtohomeBtn {
    width: 200px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.modern-design .call-us-bar a {
    color: #fff;
}
/*responsive css*/
@media screen and (max-width:1240px) { 
    .content-wrap.modern-design {
        padding-top: 26px;
    }
}
@media screen and (max-width:1399px) and (min-width:1200px) {
    .modern-design .top-banner-section .banner-content .bannerRight {
        width: 450px;
    }
    .modern-design .top-banner-section .banner-content .banner-left {
        width: calc(100% - 450px);
    }
}
@media screen and (max-width:1700px) and (min-width:1441px) {
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm>.form-item {
        max-width: 90%;
    }
}
@media screen and (max-width:1600px) and (min-width:1241px) {
   .content-wrap.modern-design {
        padding-top: 170px;
    }
}
@media screen and (max-width:1600px) and (min-width:1200px) {
    .modern-design .container,
    .header-banner-bottom>div, 
    .modern-design .messageMain .wrapperInner,
    .thankyou-wraper {
        max-width: 85%;       
    }
}
@media screen and (max-width:1440px) and (min-width:1024px) {
    .modern-design .top-banner-section {
        padding: 65px 0px;
    }
    .modern-design .enquiry-form {
        padding: 60px 0px;
    }
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm {      
        grid-column-gap: 30px;
        grid-row-gap: 20px;
    }
}
@media screen and (max-width:1440px) and (min-width:1360px) {
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm>.form-item {
        max-width: 90%;
    }
}
@media screen and (max-width:1359px) and (min-width:1024px) {
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm>.form-item {
        max-width: 100%;
    }
    .modern-design .messageMain {
        padding: 60px 0;
    }
    .thankyou-wraper .outerContainer {
        margin: 60px auto;        
    }
}
@media screen and (max-width:1359px) and (min-width:1200px) {
    .modern-design .top-banner-section .banner-content .banner-left h1 {
        line-height: 65px;
    }
    .modern-design .enquiry-form form label, 
    .modern-design .enquiry-form form .form-no-label.form-item, 
    .modern-design .enquiry-form form .fieldgroup>legend {
        font-size: 18px;
    }
    .modern-design .messageMain .msgSec p {       
        font-size: 35px;
        line-height: 48px;        
        max-width: 1130px;
    }
    .modern-design .top-banner-section .banner-content .bannerRight img {
        max-width: 400px;
    }    
}
@media screen and (max-width:1199px){
    .modern-design .top-banner-section,
    .modern-design .enquiry-form,
    .modern-design .messageMain {
        padding: 40px 0px;
    }    
    .thankyou-wraper .inerContainer h2 {
        font-size: 32px;
        line-height: 44px;
        max-width: 550px;
        margin: 0 auto;
    }
    .thankyou-wraper .inerContainer h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .modern-design .header-banner-bottom, .modern-design .call-us-bar {
        padding: 20px 15px;
    }
    .modern-design .top-banner-section .banner-content .banner-left h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .modern-design .top-banner-section .banner-content .banner-left h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .modern-design .header-banner-bottom,
    .modern-design .call-us-bar {        
        font-size: 20px;
    }
    .modern-design .enquiry-form form label, 
    .modern-design .enquiry-form form .form-no-label.form-item, 
    .modern-design .enquiry-form form .fieldgroup>legend {
        font-size: 16px;
        line-height: 24px;       
        margin-bottom: 15px;        
    }
    .modern-design .call-us-bar img {
        width: 40px;
        margin-right: 15px;
    }
    .modern-design .messageMain .wrapperInner p {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 30px;
    }   
}
@media screen and (max-width:1199px) and (min-width:1024px) {
    .modern-design .top-banner-section .banner-content .banner-left {
        width: calc(100% - 350px);
    }
    .modern-design .top-banner-section .banner-content .bannerRight {
        width: 350px;
    }
    .modern-design .top-banner-section .banner-content .bannerRight img {
        max-width: 330px;
    }
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 60px;
    }
    .modern-design .container,
    .header-banner-bottom>div, 
    .modern-design .messageMain .wrapperInner,
    .thankyou-wraper {
        max-width: 92%;       
    }
}
@media screen and (max-width:1023px) and (min-width:768px) {
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}
@media screen and (max-width:1023px){    
    .thankyou-wraper .outerContainer {
        margin: 20px auto;
    }
    .thankyou-wraper .inerContainer {
        padding: 30px;
    }
    .modern-design .top-banner-section .banner-content .bannerRight, 
    .modern-design .top-banner-section .banner-content .banner-left {
        width: 100%;
        text-align: center;       
    }
    .modern-design .top-banner-section .banner-content .bannerRight>div {
        max-width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .modern-design .top-banner-section .banner-content .bannerRight img {
        max-width: 350px;
    }    
    .modern-design .enquiry-form form fieldset {
        margin: 20px 0 0;
    }
    body .modern-design .enquiry-form form fieldset>legend {
        padding: 0;
        display: block;
        width: 100%;
        margin-bottom: 15px !important;
    }
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper .form-item input[type="radio"] {
        width: 25px;
        height: 25px;
        min-width: 25px;
    }
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm>.form-item {
        max-width: 100%;
    }
    .modern-design .enquiry-form form fieldset#edit-please-confirm--wrapper .fieldset-wrapper {       
        margin-bottom: 35px;
    }
    .modern-design .enquiry-form form .form-item textarea {
        margin-bottom: 0;
    }    
}
@media screen and (max-width:767px){
    .modern-design form .formRow>.form-item {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    } 
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper div#edit-please-confirm {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    } 
    .modern-design form .formRow {
        margin: 0;
    }
    .modern-design .top-banner-section .banner-content .banner-left h1 {
        font-size: 32px;
        line-height: 40px;
    } 
    .modern-design .top-banner-section .banner-content .banner-left h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .modern-design .enquiry-form form label, 
    .modern-design .enquiry-form form .form-no-label.form-item, 
    .modern-design .enquiry-form form .fieldgroup>legend {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .modern-design .enquiry-form form fieldset>.fieldset-wrapper .form-item label {       
        font-size: 13px;
    }
    .modern-design .header-banner-bottom, .modern-design .call-us-bar {
        padding: 20px 0;
    }
    .modern-design .messageMain .wrapperInner p {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .thankyou-wraper .inerContainer h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .thankyou-wraper .inerContainer h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }
}
