.mainWrapper h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.mainWrapper p {
    font-weight: 400;
}

.mainWrapper p b {
    padding: 0 5px;
}

.mainRow .form-heading {
    font-size: 17px;
    font-weight: 500;
    color: #5f5f5f;
    text-transform: uppercase;
}

.mainRow .form-heading b {
    padding-right: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

div#sidebarWrap .form-heading {
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    color: #000000;
    text-transform: uppercase;
}

div#sidebarWrap .form-heading b {
    margin: 0 5px;
}

.frmRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    color: #555454;
    line-height: 23px;
}

.frmRow input {
    margin: 0 5px 0 5px;
}


.mainRow span.ajax_response {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #7f9b0a;
}

.mainRow span.ajax_response i {
    font-size: 30px !important;
}

input[type=radio] + label {
    margin: 0;
    line-height: 16px;
    margin-left: 6px;
    font-size: 14px;
}

.mainRow p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px;
}

.mainRow.secondmainRow {
    margin-top: 20px;
}

.mainRow.secondmainRow .frmRow {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 10px;
}

.mainRow.secondmainRow .frmRow .frmCol .frmRowinner input {
    margin: 0;
  
}

.mainRow.secondmainRow .frmRow .frmCol {display: flex;flex-direction: column;justify-content: center;gap: 10px;}

input#email {
    width: 100%;
}
.frmRowinner label {
    font-weight: 600;
    font-size: 14px;
    color: #4b4343;
    line-height: 23px;
}

.frmRowinner label span {
    color: #f00;
    margin-left: 5px;
}

select.sname {
    margin: 0 5px 0 0;
    height: 35px !important;
}

input#fname {
    width: calc(100% - 72px);
}

input#plzz {
    width: 65px;
    margin: 0 1px 0 0;
}

input#lie {
    width: calc(100% - 71px);
}

input#tele {
    width: 100%;
}

textarea#lhre {
    width: 100%;
}

.mainRow.secondmainRow .frmRow .frmCol .frmRowinner input[type="submit"] {
    padding-bottom: 9px;
}

.mainRow.secondmainRow .frmRow .frmCol .frmRowinner input[type="submit"] + span {
    width: 100%;
    display: block;
    color: #9c9696;
    font-size: 14px;
    margin-top: 4px;
}

.frmCol h3 {
    font-weight: 600;
    font-size: 15px;
    color: #555454;
    line-height: 23px;
}

.frmCol ul li {
    font-weight: 400;
    font-size: 14px;
    color: #555454;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 1px;
    list-style:none;
}

div#mainSection {
    display: grid;
    grid-template-columns: 70% 30%;
    text-align: left;
    gap: 10px;
}


div#sidebarWrap  span {
    font-weight: 400;
    font-size: 14px;
    color: #868686;
    line-height: 23px;
}

div#sidebarWrap h4 {
    margin: 0;
    font-weight: 600;
    color: #5f5f5f;
    text-transform: capitalize;
    font-size: 1em;
}

div#sidebarWrap .box .innerBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div#sidebarWrap .box .innerBox span {
    font-weight: 500;
    font-size: 16px;
    color: #555454;
    line-height: 23px;
}

.btnBox {
    display: flex;
    margin-top: 10px;
    font-weight: 600;
    color: #ada8a8;
}

.btnBox a {
    color: #7f9b0a;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: .3s;
    position: relative;
    display: flex;
    font-size: 15px;
    align-items: center;
    height: 33px;
    line-height: 19px;
}

.btnBox a:first-child {
    margin-right: 5px;
    float: left;
}

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

address {
    font-weight: 400;
    font-size: 15px;
    color: #555454;
    line-height: 23px;
}

div#sidebarWrap .box .social.innerBox {
    display: flex !important;
    margin-bottom: 13px;
    padding-left: 0px;
}

div#sidebarWrap .social.innerBox span {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 15px;
}
div#sidebarWrap .social.innerBox span.x-graphic {display: inline-flex;margin-right: 10px;}

div#sidebarWrap .x-graphic-icon {
    font-size: 2em;
    width: 50px;
    color: #333333;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #5f5f5f;
    border-right-color: #5f5f5f;
    border-bottom-color: #5f5f5f;
    border-left-color: #5f5f5f;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 50px;
    line-height: 50px;
}
div#sidebarWrap .box .social.innerBox > a:hover .x-graphic-icon {
    color: #7f9b0a;
}


div#mainSection a:hover {
    color: #fbba00;
}

div#sidebarWrap .form-heading {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 9px;
    color: #5f5f5f;
    display: block;
    line-height: 20px;
}

.wooquote_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 2;
    position: relative;
    top: -31px;
    right: -13px;
}

.swal2-container{
    z-index: 99999 !important;
}

div#wooquoteModal   ::-webkit-scrollbar-thumb:hover {
    background: #242424; 
}

a#wooquote__btn:hover {
    background-color: #a3c223;
    color: white;
}

div#wooquoteModal {
    z-index: 9999;
}

div#sidebarWrap {
    z-index: 1;
    border: 0;
    padding: 20px;
    background-color: #F6F3EC;
}

div#sidebarWrap hr {
    background: #593e00;
}

html:has(div#wooquoteModal[style="display: block;"]), body:has(div#wooquoteModal[style="display: block;"]) {
    overflow: hidden !important;
}

/*div#wooquoteModal { overflow: hidden !important;}*/
div#wooquoteModal .modal-content {
   /* height: 90vh;*/
    overflow-y: scroll;
    top: 45%;
}

div#sidebarWrap hr {
    background: #5e420066;
    border-top: 1px solid rgb(255 234 184 / 77%);
}

div#wooquoteModal ::-webkit-scrollbar {
    width: 5px;
}

div#wooquoteModal  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

div#wooquoteModal   ::-webkit-scrollbar-thumb {
    background: #888; 
}

/*
a#wooquote__btn {
    border-radius: 100em !important;
    text-shadow: none !important;
    color: black !important;
    text-transform: uppercase !important;
    font-weight: 500;
    border: 0px;
    padding: 0.563em 1.125em 0.6em;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    transition: all .15s linear;
    min-width: 328px;
    background-color: #eb8004;
    display: flex;
    align-items: center;
}*/

a#wooquote__btn  span.x-text-content-text-primary {
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    color: rgb(255, 255, 255);
    font-style: normal;
    letter-spacing: 0em;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: color, text-shadow;
    transition-duration: .3s;
} 

.wooquote_btn {
    margin-top: 15px;
}

a#wooquote__btn > span.x-graphic i.x-icon.x-graphic-child.x-graphic-icon.x-graphic-primary {
    font-size: 1.25em;
    color: rgb(255, 255, 255); 
} 

a#wooquote__btn:hover + div {
    display: block;
    opacity: 1;
    transform: none;
    visibility: visible;
    inset: 373.578px auto auto 87.953px;
}

div#e20258-e1144-dropdown {
    text-align: left;
    padding: 5px;
    width: fit-content;
}

.modal {
  display: none;
  position: fixed;
  padding: 50px 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width:1200px;
}

.wooquote_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.wooquote_close:hover,
.wooquote_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.is-invalid {
    border: 1px solid red !important;
}
div#sidebarWrap .social.innerBox .x-anchor-text-primary {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.mainRow.secondmainRow input#email {
    height: 40px;
}

.mainRow.secondmainRow .frmRowinner:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
}

.mainRow.secondmainRow .frmRowinner label {
    width: 100%;
}

.mainRow.secondmainRow input#fname {
    width: calc(100% - 75px);
    height: 40px;
}

.mainRow.secondmainRow select.sname {
    height: 40px !important;
    width: 70px;
}

.mainRow.secondmainRow input#plzz {
    margin: 0 5px 0 0;
    height: 40px !important;
	width: 70px;
}

.mainRow.secondmainRow input#lie {
    height: 40px !important;
    width: calc(100% - 75px);
}

.mainRow.secondmainRow input#tele {
    height: 40px !important;
}

.mainRow.secondmainRow textarea#lhre {
    height: 40px;
    margin-bottom: 0;
}

.mainRow.secondmainRow .frmRow .frmCol {
    gap: 15px;
}

.mainRow.secondmainRow button#wooquote_btn {
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.mainRow.secondmainRow .frmRow {
    gap: 15px;
}
.mainRow.secondmainRow .frmCol:nth-child(2) ul {
    margin: 0 0 0 7px;
}

.mainRow.secondmainRow .frmCol:nth-child(2) {
    padding: 0 10px;
    gap: 5px;
}

.mainRow.secondmainRow .frmCol:nth-child(2) h3 {
    margin-bottom: 0;
}

.mainRow.secondmainRow .frmCol:nth-child(2) li img {
    width: 11px !important;
    position: relative;
    top: 1px;
}


/* Tool Tip CSS Code */
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin,latin-ext);*/

.tooltips {
    position: relative;
    display: inline;
    background: #eb7f04;
    padding: 1px 8px;
    border-radius: 50%;
    color: #fff;
}

.tooltips span {
    font: 300 12px 'Open Sans', sans-serif;
    position: absolute;
    color: #000;
    background: #f5f5f5;
    padding: 5px 10px;
    width: 150px;
    border: 1px solid #e0e0e0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity = 0);
}

.tooltips > span img{max-width:140px;}

.tooltips[tooltip-position="top"] span{
  margin-left:10px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tooltips[tooltip-position="bottom"] span{
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tooltips[tooltip-position="left"] span{
  margin-top:30px;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.tooltips[tooltip-position="right"] span{
  margin-top:30px;
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.tooltips span:after {
  content: '';
  position: absolute;
  width: 0; height: 0;
}

.tooltips[tooltip-position="top"] span:after{
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips[tooltip-position="bottom"] span:after {
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-bottom: 8px solid #968b8b;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltips[tooltip-position="left"] span:after{
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-left: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltips[tooltip-position="right"] span:after{
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-right: 8px solid black;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tooltips:hover span {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  filter: alpha(opacity=100);
}

.tooltips[tooltip-position="top"]:hover span{
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position="bottom"]:hover span{
  top: 30px;
  left: 50%;
  margin-left: -76px;
}

.tooltips[tooltip-position="left"]:hover span{
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
}

.tooltips[tooltip-position="right"]:hover span{
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
}

.tooltips[tooltip-type="primary"] > span {
  background-color:#2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="top"] > span:after{
  border-top: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="bottom"] > span:after{
  border-bottom: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="left"] > span:after{
  border-left: 8px solid #2980b9;
}

.tooltips[tooltip-type="primary"][tooltip-position="right"] > span:after{
  border-right: 8px solid #2980b9;
}

.tooltips[tooltip-type="success"] > span {
  background-color:#27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="top"] > span:after{
  border-top: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="bottom"] > span:after{
  border-bottom: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="left"] > span:after{
  border-left: 8px solid #27ae60;
}

.tooltips[tooltip-type="success"][tooltip-position="right"] > span:after{
  border-right: 8px solid #27ae60;
}

.tooltips[tooltip-type="warning"] > span {
  background-color:#f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="top"] > span:after{
  border-top: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="bottom"] > span:after{
  border-bottom: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="left"] > span:after{
  border-left: 8px solid #f39c12;
}

.tooltips[tooltip-type="warning"][tooltip-position="right"] > span:after{
  border-right: 8px solid #f39c12;
}

.tooltips[tooltip-type="danger"] > span {
  background-color:#c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="top"] > span:after{
  border-top: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="bottom"] > span:after{
  border-bottom: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="left"] > span:after{
  border-left: 8px solid #c0392b;
}

.tooltips[tooltip-type="danger"][tooltip-position="right"] > span:after{
  border-right: 8px solid #c0392b;
}
/* End Tool Tip CSS Code */
span.tooltips {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tooltips span {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    top: 47px;
    color: #a5a5a5;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px;
    z-index: 999;

    min-width: 275px;
    text-align: left;
    margin-left: -14px;
}

.tooltips[tooltip-position="bottom"] span:before {
    border-color: rgba(0, 0, 0, 0);
    margin-left: -23px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 21px 28px;
    bottom: 100%;
    left: 50%;
    border-bottom-color: #fff;
    z-index: 1;
}
.tooltips[tooltip-position="bottom"] span:after {
    bottom: 100%;
    left: 50%;
    border-bottom: 8px solid #968b8b;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #e0e0e0;
    border-width: 22px 30px;
    margin-left: -25px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.tooltips[tooltip-position="bottom"]:hover span {
    top: 46px;
    left: unset;
    margin-left: -10px;
}

@media screen and (max-width: 1350px) {
    .modal-content {
        width: 95%;
    }
}

@media screen and (max-width: 1150px) {
    .modal-content {
        width: 100%;
    }
}

@media screen and (max-width: 1150px) {
    div#mainSection {
        grid-template-columns: 100%;
    }
    .modal-content {
        background-color: #F6F3EC;
    }
}

@media screen and (max-width: 768px) {
    .modal {
        padding: 50px 10px;
    }

    .modal .modal-content {
        padding: 20px 15px;
    }

    .mainRow.secondmainRow .frmRow {
        grid-template-columns: 100%;
    }

    .mainRow .modal_cal {
        display: block;
        margin-bottom: 25px;
    }

    .wooquote .wooquote_btn {
        display: flex;
        justify-content: end;
    }

    .wooquote .wooquote_btn a#wooquote__btn {
        font-size: 12px;
        min-width: 250px;
        max-width: 280px;
    }

    div#sidebarWrap {
        padding: 0px;
    }
}
@media screen and (max-width: 400px) {
.mainRow.secondmainRow button#wooquote_btn {
    height: auto;
	padding: 15px 15px;
}

}
.mixi-p {
	width: 100% !important;
}