﻿.motablue { color: #293f8b; }
.fix-12-12 { max-width: 100%; width: 1240px; }
.container .wrap { padding-left: calc(8% + 15px); padding-right: calc(8% + 15px); }


.hmc_slide .wrap { }
.hmc_slide .wrap h1 { margin-bottom: 10px; font-size: 27px !important; }







.pull-right { float: right !important; }
html, body { font-size: 1rem; }
.chooseListWrap .chooseOption { min-height: 60px; background: #fff; border-radius: 8px; border: 1px solid #293f8b; margin-bottom: 20px; display: flex; align-items: center; padding: 1rem 1rem 1rem 2rem; justify-content: space-between; box-shadow: inset 0 -100px 0 rgba(0,0,0,0), 0 4px 6px 0 rgba(0,0,0,0.08), 0 1px 10px 0 rgba(0,0,0,0.08), 0 2px 4px -1px rgba(0,0,0,0.08)!important; }

.chooseOption.manufacturer { min-height: 76px; }

.chooseListWrap input { position: absolute; opacity: 0; cursor: pointer; margin: 0; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.chooseListWrap .option-title { width: 100%; font-weight: 500; display: inline-flex; flex-wrap: wrap; font-family: 'OCE Medium'; }
.chooseListWrap .checkbox-label { display: inline-block; position: relative; margin: 0!important; cursor: pointer; font-size: 22px; line-height: 24px; height: 24px; width: 24px; pointer-events: none; }
.chooseListWrap .checkbox-custom { position: absolute; top: 0px; left: 0px; height: 24px; width: 24px; background-color: #fff; border-radius: 50%; border: 2px solid #1b3f8e; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; border: 2px solid #1b3f8e; z-index: 1; }
.chooseListWrap .checkbox-custom::after { position: absolute; content: ""; left: 12px; top: 12px; height: 0px; width: 0px; border-radius: 50%; border: solid #009bff; border-width: 0 3px 3px 0; -webkit-transform: rotate(0deg) scale(0); -ms-transform: rotate(0deg) scale(0); transform: rotate(0deg) scale(0); opacity: 1; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; }

.chooseListWrap input:checked ~ .chooseOption { border: 2px solid #293f8b; }
.chooseListWrap input:checked ~ .chooseOption .checkbox-custom { background-color: #ffffff; border-radius: 5px; -webkit-transform: rotate(0deg) scale(1); -ms-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); opacity: 1; background-color: #293f8b; border-radius: 50%; border: 2px solid #293f8b; }
.chooseListWrap input:checked ~ .chooseOption .checkbox-custom::after { -webkit-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); opacity: 1; left: 7px; top: 3px; width: 6px; height: 12px; border: solid #fff; border-width: 0 2px 2px 0; background-color: transparent; border-radius: 0; }

/* For Ripple Effect */
.chooseListWrap .checkbox-custom::before { position: absolute; content: ""; left: 10px; top: 10px; width: 0px; height: 0px; border-radius: 50%; border: 2px solid #293f8b; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
.chooseListWrap input:checked ~ .chooseOption .checkbox-custom::before { left: -3px; top: -3px; width: 24px; height: 24px; border-radius: 50%; -webkit-transform: scale(3); -ms-transform: scale(3); transform: scale(3); opacity: 0; z-index: 999; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; }
.chooseListWrap .grid > [class*='col-'] { vertical-align: middle; }

.hdrLftLogo { display: none!important; }
.hmcTtl { margin-top: 40px; }

.valueRename .option-title { min-height: 19px; position: relative; pointer-events: none; }
.valueRename .option-title em { display: inline-flex; width: 100%; font-style: normal; position: absolute; top: 0; left: 0; -webkit-transition: opacity 0.4s; transition: opacity 0.4s; }

.valueRename .option-title .checkedShow { opacity: 0; }
.valueRename .option-title .checkedHide { opacity: 1; }

input:checked ~ .valueRename .option-title .checkedShow { opacity: 1; }
input:checked ~ .valueRename .option-title .checkedHide { opacity: 0; }

.dropdownDiv { display: inline-block; position: relative; min-height: 55px; min-width: 330px; }
.dropWrap { width: 330px; position: absolute; display: inline-block; min-height: 55px; max-height: 55px; overflow: hidden; cursor: pointer; text-align: left; border-radius: 50px; color: #000; transition: 0.3s all ease-in-out; left: 0px; top: 0px; z-index: 9; background-color: #fff; -webkit-box-shadow: 5px 5px 30px 10px rgb(41 63 139 / 30%); -moz-box-shadow: 5px 5px 30px 10px rgb(41 63 139 / 30%); box-shadow: 5px 5px 30px 10px rgb(41 63 139 / 30%); padding: 0px 15px; }
.dropWrap a,
.dropWrap label { display: block; cursor: pointer; position: relative; font-size: 16px; line-height: 13px; padding: 15px 20px; margin: 0; border-radius: 50px; text-overflow: ellipsis; white-space: nowrap; width: 100%; overflow: hidden; color: #293f8b; font-weight: 500; }
.dropWrap a:not(.defaultLbl):hover,
.dropWrap label:not(.defaultLbl):hover { background: #293f8b; color: #ffffff; opacity: 1; }
.dropWrap > label { padding-top: 20px; padding-bottom: 20px; line-height: 15px; }
.dropWrap::after { content: "\f078"; font-family: FontAwesome; position: absolute; right: 20px; top: 17px; transition: .3s all ease-in-out; pointer-events: none; color: #293f8b; }
.dropWrap.expanded { border-radius: 15px; max-height: 600px; padding-top: 15px; padding-bottom: 20px; }
.dropWrap.expanded::after { transform: rotate(-180deg); top: 33px; }

.container .wrap { padding-bottom: calc(5.56% + 95px); }
.chooseListWrap .grid.fixedSpaces { /*min-height: 240px;*/ }
.helpmeFooter { position: fixed; width: 100%; bottom: 0; left: 0; height: 120px; background: #fff; display: flex; justify-content: center; align-items: center; }
.helpmeFooter [class*='fix-'] { display: flex; align-items: center; justify-content: space-around; }
.helpmeFooter a { display: inline-flex; }
.helpmeFooter a svg { width: 45px; height: 45px; fill: #293f8b !important; }
.helpmeFooter .button { display: inline-flex; margin: 0; padding: 18px; border-radius: 5px; font-weight: 400; font-size: 16px; width: 185px; text-align: center; justify-content: center; margin-left: -50px; }
.backLinkText { color: #5b5b5b; font-weight: 300; letter-spacing: 1px; margin-left: 65px; /*margin: 0;
    padding: 16px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    width: 185px;
    text-align: center;
    justify-content: center;
    border: 2px solid #1b3f8e;
    color: #1b3f8e;*/ }
.nextLinkText { position: relative; right: -105px; }
.blue { background: #AD2000 !important; border-color: #AD2000 !important; color: #fff !important; }

.shortBy p { margin-bottom: 0px; opacity: 1; font-size: 16px; font-weight: 400; color: #293f8b; display: inline-block; vertical-align: middle; }
.shortBy p strong { font-weight: 700; }
.shortBy p span { display: inline-block; vertical-align: middle; }
.shortBy .material-symbols-outlined { font-size: 30px; font-weight: 700; margin-left: 8px; }

.rptBlock [class*='col-'] { position: relative; }
.rptBlock [class*='col-']:before { content: ""; width: 1px; background: #293f8b; height: 76%; position: absolute; top: 12%; right: -1%; }
.rptBlock [class*='col-']:nth-child(3n):before { display: none; }
.rptBlock .box-77 { background: transparent; box-shadow: none !important; color: #293f8b; letter-spacing: normal; }
.rptBlock .box-77:hover .thumbnail-77 img { filter: none; }
.rptBlock .box-77 .thumbnail-77 { height: auto; }
.searchResult .rptBlock .box-77 .thumbnail-77 { max-height: 180px; min-height: 160px; }
.rptBlock .details-77 { background: transparent; padding: 30px 10px; padding-left: 30px; }
.rptBlock .details-77 .cell { vertical-align: text-bottom; }
.rptBlock .title-77 { text-align: center; text-transform: uppercase; font-size: 20px !important; letter-spacing: 1px !important; line-height: 1.2; font-weight: bold; color: inherit; margin: auto; }
.rptBlock .button { background: #1b3f8e !important; border-radius: 50px; text-transform: uppercase; font-size: 15px; font-weight: 500; width: 100%; padding: 10px; margin: auto; font-family: 'OCE semiBold', Arial; }
.searchResult .rptBlock .button { background-color: #AD2000 !important; border: 2px solid #AD2000; }
.searchResult .rptBlock .button.popupTrigger { background-color: transparent!important; color: #AD2000!important; }
.specsUl { margin-top: 20px; font-size: 15px; }
.specsUl li { padding-bottom: 15px; display: flex; flex-flow: row wrap; justify-content: space-between; }
/*.specsUl li span { font-weight: 500; font-family: 'OCE SemiBold'; }
.specsUl li strong { font-weight: 400; font-family: 'OCE'; }*/

.specsUl li strong { font-weight: 500; font-family: 'OCE SemiBold'; }
.specsUl li span { font-weight: 400; font-family: 'OCE'; }


.option-logo { max-width: 50px; max-height: 40px; justify-content: center; align-items: center; padding-right: 10px; font-size: 0; display: inline-flex; }
.chooseOption.manufacturer { padding: 1rem 1rem 1rem 2rem; }
.chooseOption.manufacturer .option-title { max-width: calc(100% - 84px); }



.accordion-item { transition: all 0.2s ease-in-out; margin-bottom: 2rem; }
.accordion-item.active { border-color: #081832; }
.accordion-media { align-items: center; border-radius: 18px; display: flex; justify-content: center; padding: 0 1.4rem; }
.accordion-card { border-radius: 7px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); padding: 2rem; }
.accordion-card .accordion-body { background-color: #ffffff; color: initial; }
.accordion-card .accordion-collapse { transform: none; }

.accordion-button { align-items: center; background-color: #ffffff; color: #293f8b; display: flex; justify-content: space-between; padding: 1rem 2rem; position: relative; text-align: left; transition: background-color 0.2s ease-in-out; width: 100%; z-index: 5; border-radius: 3px; border: none; font-weight: 500; box-shadow: inset 0 -100px 0 rgb(0 0 0 / 0%), 0 4px 6px 0 rgb(0 0 0 / 8%), 0 1px 10px 0 rgb(0 0 0 / 8%), 0 2px 4px -1px rgb(0 0 0 / 8%)!important; cursor: pointer; }
.accordion-button:after { content: "\f067"; font-family: "FontAwesome"; font-size: 22px; font-weight: 100; color: #1c2b42; position: absolute; top: 0; bottom: 0; right: 2rem; margin: auto; width: 20px; height: 20px; text-align: center; }

.accordion-header { margin-bottom: 0; font-size: 1.125em; }
.accordion-toggle { cursor: pointer; }

.accordion-card .accordion-header:not(.collapsed) .icon-chevron-down:before { content: "\e937"; }
.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed):hover { }
.accordion-button:not(.collapsed):after { content: "\f068"; }

.accordion-item .collapse:not(.show) { display: none; }

.accordion-body { padding: 1rem 0.5rem 1.2rem; }
.accordion-body ul:last-child { margin-bottom: 0; }
.accordion-body hr { margin: 0 0 1rem 0; }


.accordion-logo { min-width: 70px; min-height: 60px; width: 70px; justify-content: flex-start; align-items: center; padding-right: 10px; font-size: 0; display: flex; }

.accordion-match { display: flex; justify-content: flex-end; align-items: center; font-size: 18px; text-transform: uppercase; margin-right: 75px; line-height: 1; }
.accordion-match strong { font-size: 35px; margin-right: 1.5rem; display: inline-flex; align-items: center; }

/*DETAIL PAGE*/
.specbar { color: #293f8b; font-weight: 700; font-size: 18px; padding-top: 22px; letter-spacing: -0.2px; }

.specroll:hover { border-bottom: solid 4px #63baff; padding-bottom: 20px; }

.slide .content .container { height: 100vh; }
.slide .content .container .wrap { vertical-align: middle; }

h1.small, .h1.small { font-size: 30px; }
p, .p { font-size: 24px; line-height: 1.385; }

.comparisonBar.sidebar .close { right: 0; }

/*.motabilityDetail2 .ucHeader7 .panel.top.customPanel { position: absolute !important; }
.motabilityDetail2 .ucHeader7 .panel .sections .left a { margin-left: 0; margin-top: 5px; padding-left: 10px; }
.motabilityDetail2 .ucHeader7 .panel .sections .left a img { max-width: 80% !important; }
.motabilityDetail2 .ucHeader7 .panel .sections .rightInner { height: 85px; margin-top: 10px; margin-right: 40px; }
.motabilityDetail2 .ucHeader7 .panel .sections .rightInner img { max-width: 100%; }*/

.motabilityDetail2 .grid.grid-77 > [class*='col-'] { padding-left: 32px; padding-right: 32px; }
.motabilityDetail2 .rightTxtDtl { background: transparent; padding: 0; }
.motabilityDetail2 .title-77 { font-size: 24px !important; margin: auto; }
.motabilityDetail2 .description-77 { font-family: 'OCE'; border-bottom: dashed 1px #1b3f8e80; padding-bottom: 24px; font-size: 15px; margin-top: 6px; opacity: 1.0; letter-spacing: 0.05px; font-weight: 400; }
.motabilityDetail2 .rightTxtDtl .button { width: 180px; margin-top: 36px; margin-bottom: 4px; border-radius: 99px; font-size: 16px; padding: 0; }
.motabilityDetail2 .rightTxtDtl .button a { display: inline-block; width: 100%; padding: 15px; }
.motabilityDetail2 .trBtnGrp .button { margin: auto; width: 100%; margin-bottom: 5px; font-size: 15px; padding: 15px 10px 16px; border-radius: 99px; background-color: #AD2000 !important; border: 2px solid #AD2000; color: #fff; }
.motabilityDetail2 .trBtnGrp .spec-button { background: transparent !important; border: 2px solid #AD2000 !important; color: #AD2000; }
.motabilityDetail2 .detailTable .trBtnGrp .button { font-size: 14px; }
.motabilityDetail2 .slide .content .container .wrap { padding-top: calc(8% + 60px); }
.detailTable .punchout { color: #1b3f8e; font-weight: 900; min-width: 80px; font-size: 18px; }

.popup iframe { max-width: 100%; max-height: 100%; left: 0 !important; top: 0 !important; bottom: 0 !important; right: 0 !important; margin: auto; }


/*.panel.top .menu.small > li:first-child a{border:none!important;}

.panel.top .menu.small > li:nth-child(2) a { border-bottom: solid 3px #03a9f4; letter-spacing: 0.1009px; padding-bottom: 35px; }*/

.ucHeader7 .panel.top .rightInner img { width: 165px; float: none; }
.ucHeader7 .panel.top li a.activeLnk { border-bottom: solid 3px #03a9f4!important; letter-spacing: 0.1009px!important; padding-bottom: 35px!important; }
.ucHeader7 .panel .sections .menu li a { font-family: 'OCE Bold', Arial!important; }
.subHeading { color: #293f8b; opacity: 1.0; font-weight: 700; font-size: 21px; margin-bottom: 16px; font-family: 'OCE Bold', Arial; }


/*Book Service*/
.bookServiceWrp .wizard-progress { display: table; width: 100%; table-layout: fixed; position: relative; max-width: 1024px; text-align: center; margin: auto; margin-bottom: 72px; margin-top: 32px; }
.bookServiceWrp .wizard-progress .step { display: table-cell; text-align: center; vertical-align: top; overflow: visible; position: relative; font-size: 16px; color: #293f8b; font-weight: bold; }
.bookServiceWrp .wizard-progress .step:not(:last-child):before { content: ""; display: block; position: absolute; left: 50%; top: 37px; background-color: #fff; height: 6px; width: 100%; }
.bookServiceWrp .wizard-progress .step .node { display: inline-block; border: 6px solid #fff; background-color: #fff; border-radius: 18px; height: 30px; width: 30px; position: absolute; top: 25px; left: 50%; margin-left: -11px; }
.bookServiceWrp .wizard-progress .step.complete:before { background-color: #07c; }
.bookServiceWrp .wizard-progress .step.complete .node { border-color: #07c; background-color: #07c; }
.bookServiceWrp .wizard-progress .step.complete .node:before { font-family: FontAwesome; content: ""; color: #fff; }
.bookServiceWrp .wizard-progress .step.in-progress:before { background: #07c; background: -moz-linear-gradient(left, #07c 0%, #fff 100%); background: -webkit-linear-gradient(left, #07c 0%, #fff 100%); background: linear-gradient(to right, #07c 0%, #fff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#07c", endColorstr="#fff",GradientType=1 ); }
.bookServiceWrp .wizard-progress .step.in-progress .node { border-color: #07c; }

/*.bookServiceWrp input[type="text"], .bookServiceWrp input[type="name"], .bookServiceWrp input[type="email"], .bookServiceWrp input[type="password"], .bookServiceWrp input[type="tel"], .bookServiceWrp input[type="submit"], .bookServiceWrp button[type="submit"], .bookServiceWrp select, .bookServiceWrp textarea, .bookServiceWrp label {  width: 100%; margin: 8px 0!important; margin-right: 11px!important; }*/
.locationForm .grid.grid-77 > [class*='col-'] { padding-left: 5px!important; padding-right: 5px!important; }
.bookServiceWrp textarea { box-shadow: none; color: #293f8b; }
.bookServiceWrp textarea::placeholder { color: #d21e39; }
.bookServiceWrp input:focus { background-color: #f4f9ff!important; box-shadow: 0px 0px 4px 1px #293f8b78!important; }


.hmc_slide1 h1.small { font-size: 27px!important; font-family: 'OCE SemiBold', Arial; }


.ucHeader7 .panel.top.customPanel { min-height: 96px!important; padding: 10px 0 10px 0px!important; }


.ucHeader7 .panel .sections .right { float: right; padding-top: 15px!important; }
.ucHeader7 .panel.top .sections .rightInner { /*width: 70px;*/ }
.ucHeader7 .panel.top .sections .rightInner .sidebarTrigger { margin-left: 0px; background: #293f8b!important; }
.ucHeader7 .panel.top .sections .rightInner .sidebarTrigger:hover { background: #2da386!important; -webkit-transition: 0.25s !important; transition: 0.25s !important; opacity: 1; box-shadow: inset 0 -100px 0 rgb(0 0 0 / 0%), 0 4px 6px 0 rgba(0,0,0,0.10), 0 1px 10px 0 rgba(0,0,0,0.10), 0 2px 4px -1px rgba(0,0,0,0.10); }
.ucHeader7 .panel.top .sections .rightInner .sidebarTrigger svg { fill: #fff!important; }

.white { background: #fff !important; color: #202020 !important; }

.sidebar .mainMenu li a { font-size: 20px; font-family: 'OCE SemiBold'; letter-spacing: -0em; color: #293f8b!important; border-left: 2px solid; padding-left: 15px; margin-bottom: 15px; line-height: normal; }
.sidebar { position: fixed; top: 0; right: 0; width: 520px; }
.sidebar .content { padding: 72px 40px; }

@media screen and (max-width:1023px) {
    .bookServiceWrp .image-13-1, .bookServiceWrp .image-13-2, .bookServiceWrp .image-13-3 { max-width: 100%; }
    .bookServiceWrp .image-13-1 { margin: -4% 0 0 -17.2%; }
    .bookServiceWrp .image-13-2 { margin: -17% 0 0 -20%; }
    .bookServiceWrp .image-13-3 { margin: 0 auto; }
}

.bookServiceWrp input[type="text"],
.bookServiceWrp input[type="name"],
.bookServiceWrp input[type="email"],
.bookServiceWrp input[type="password"],
.bookServiceWrp textarea { box-shadow: 0px 0px 7px 0px #0000001a; color: #293f8b; }
.bookServiceWrp .btnNext { width: 96%; margin-top: 34px; margin-bottom: 4px; max-width: 280px; background: none!important; color: #ffffff!important; font-size: 20px; background: #009688!important; border-radius: 99px; }

/* /Book Service*/
@media (min-width: 1278px) and (max-width: 1360px) {
    .motabilityDetail2 .rightTxtDtl .button { /*width: 165px;*/ }
}

@media screen and (max-width: 1199px) {
    .nextLinkText { right: auto; }
    .comparisonBar .content { padding-left: 20px !important; padding-right: 20px !important; }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .chooseListWrap .grid .col-3-12 { max-width: 25%; }
}

@media screen and (max-width: 1023px) {
    .grid:not(.later) > [class*='col-'].col-tablet-1-2 { max-width: 50%!important; width: 50%!important; }
    .grid:not(.later) > [class*='col-'].col-tablet-1-4 { max-width: 25%!important; width: 25%!important; }
    .motabilityDetail2 .rightTxtDtl { margin: auto; }
    .detailTable .dataCls:before { font-family: 'OCE' !important; }
    .summryDetails .grid:not(.later) > [class*='col-'] .pad { padding: 20px!important; }
    .summryDetails .col-6-12 { margin-bottom: 15px; }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ucHeader7 .panel .sections .rightInner { /*max-width: 178px; margin-top: 20px !important; margin-right: 0px !important;*/ }
    .rptBlock [class*='col-']:before { display: inline-block!important; }
    .rptBlock [class*='col-']:nth-child(2n):before { display: none!important; }
    .tab-links .specbar { font-size: 16px; }

    .motabilityDetail2 .rightTxtDtl .button { width: auto !important; padding-left: 27px; padding-right: 27px; }
    .motabilityDetail2 .leftImgDtl { margin-top: auto; }

    .motabilityDetail2 .trBtnGrp .button { width: calc(50% - 3px); margin: auto; margin-right: 5px; }
    .footerDiv { padding-left: 15px; padding-right: 15px; }
    .bookService .container .wrap { padding-top: 145px!important; }
}

@media screen and (max-width: 767px) {
    .grid:not(.later) > [class*='col-'].col-tablet-1-4,
    .grid:not(.later) > [class*='col-'].col-tablet-1-2 { width: 100% !important; max-width: 100% !important; }
    .tab-links .grid { padding: 15px 0; }
    .tab-links .grid [class*='col-'] .specbar { padding: 10px 20px; }
    .ucHeader7 .panel .sections .right { padding-right: 50px !important; /*float: none;*/ align-items: center !important; justify-content: center; }

    .motabilityDetail2 .ucHeader7 .panel .sections .rightInner { margin: auto; margin-left: 0; height: auto; width: 55px; }
    /*.motabilityDetail2 .rightTxtDtl .button { width: auto !important; padding-left: 25px; padding-right: 25px; margin-left: 0px; }*/
    .motabilityDetail2 .rightTxtDtl .ReBtnFrst { margin-top: 30px !important; }
    .motabilityDetail2 .rightTxtDtl .button { width: 100% !important; margin: 0; margin-top: 15px; }
    .motabilityDetail2 .trBtnGrp .button { width: calc(50% - 3px); margin: auto; margin-right: 5px; }
    .tab-links.hideMob { display: none; }

    .comparisonBar .grid:not(.later) > [class*='col-'].col-tablet-1-4 { max-width: 33.33% !important; padding-left: 2% !important; padding-right: 2% !important; }
    .comparisonBar .grid:not(.later) > [class*='col-'].col-tablet-1-4:nth-child(3) { border: none!important; }
    .comparisonBar .grid:not(.later) > [class*='col-'].col-tablet-1-4:nth-child(4) { clear: left; }
    .comparisonBar .grid:not(.later) > [class*='col-'].col-tablet-1-4:last-child { max-width: 100% !important; width: 100%; margin: 0px !important; }
    .comparisonBar .compbutton { margin: 0px; }
    .comparisonBar .compdesc { margin-bottom: 10px; }
    .comparisonBar .content { padding-top: 100px !important; padding-bottom: 100px !important; }
    .container .wrap { padding-top: 115px!important; }
    .nextLinkText { right: calc(8% + 15px); }
    /*.bookServiceWrp .wizard-progress .step .node { top: 60px; }*/
    /*.bookServiceWrp .wizard-progress .step:not(:last-child):before { top: 72px; }*/
    .bookServiceWrp .bookService .wrap { padding: calc(5.56% + 50px) calc(0% + 15px)!important; padding-top: 145px!important; }
    .bookServiceWrp .locationForm .col-4-12 { margin-bottom: 15px; }
    .ucHeader7 .panel .sections .rightInner { /*display: none!important;*/ }
    .bookServiceWrp .wizard-progress { /*display: flex; justify-content: space-around;*/ }
    .bookServiceWrp .wizard-progress span { display: none; }
    .sidebar .content { padding: 72px 40px; }
    .specialistsMain .container { height: 100% !important; }
    .specMainMin { padding-top: 100px!important; padding-bottom: 100px!important; }
    .rptBlock [class*='col-']:before { display: none!important; }
    .searchResult .rptBlock .box-77 .thumbnail-77 { max-height: initial; }
}



@media screen and (max-width: 599px) {
    .bookServiceWrp .wizard-progress { display: flex; justify-content: space-around; }
    .comparisonBar .compa { font-size: 15px !important; line-height: normal; margin-bottom: 5px !important; height: auto !important; min-height: 36px; }
    .comparisonBar .description-77-e { font-size: 14px; line-height: normal; }
    .comparisonBar .grid:not(.later) > [class*='col-'].col-tablet-1-4 a img { padding-right: 20px; max-width: 100% !important; }
    .comparisonBar .grid:not(.later) > [class*='col-'].col-tablet-1-4 .close { padding: 8px; }
    .comparisonBar .close span { padding-right: 0 !important; }
    .ucHeader7 .panel .sections .rightInner { /*display: none!important;*/ }
    .ucHeader7 .panel .sections .menu li { padding: 5px !important; }
    .ucHeader7 .panel .sections .right { padding-right: 10px !important; }
    .ucHeader7 .panel .sections .menu li a { padding: 10px 3px !important; display: inline-block; }
    .ucHeader7 .panel .sections .left a { padding: 0 !important; margin: 0px !important; font-size: 16px; vertical-align: middle; /*margin-top: 13px !important;*/ }
    .helpmeFooter .button { width: auto; padding: 15px 35px; }
    .ucHeader7 .panel .sections .menu li a { font-size: 12px!important; }
    .hmcTtl { margin-top: 15px; }
    .chooseListWrap { margin-top: 15px!important; }
    .container .wrap { padding-left: 15px; padding-right: 15px; }
    .chooseListWrap .grid:not(.later) > [class*="col-"] { max-width: 48%!important; width: 48%!important; }
    .chooseListWrap .chooseOption { padding-left: 1rem; font-size: 14px; }
    .bookServiceWrp .wizard-progress .step { font-size: 14px; }
    .bookServiceWrp .fix-8-12 { padding-left: 10px!important; padding-right: 10px!important; }

    .bookServiceWrp .wizard-progress .step .node { left: 0; top: 0; margin: auto; }
    .bookServiceWrp .wizard-progress .step { text-align: left; display: block; vertical-align: middle; padding-left: 45px; padding-bottom: 30px; padding-top: 5px; }
    .bookServiceWrp .wizard-progress .step:not(:last-child):before { background: #07c; background: -moz-linear-gradient(left, #07c 0%, #fff 100%); background: -webkit-linear-gradient(left, #07c 0%, #fff 100%); background: linear-gradient(to right, #07c 0%, #fff 100%); left: 68%; top: 14px; background-color: #fff; height: 6px; width: 100%; }
    /*.bookServiceWrp .wizard-progress .step.in-progress:before { background: #07c; background: -moz-linear-gradient(top, #07c 0%, #fff 100%); background: -webkit-linear-gradient(top, #07c 0%, #fff 100%); background: linear-gradient(to bottom, #07c 0%, #fff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#07c", endColorstr="#fff",GradientType=1 ); }*/

    .bookServiceWrp .fix-8-12 { padding: 0px !important; }
    .bookServiceWrp .fix-8-12 .grid { margin-left: auto; margin-right: auto; }
    .wizard-progress { margin-bottom: 20px !important; }
}
