/* Theme Name: bestcover-child Theme URI: Description: Author: Author URI: Version: 1.0.0 Template: bestcover */
@import url("../bestcover/style.css");
header{
    display:none;
}
.afont_inherit a, .afont_inherit a:hover{
    font:inherit;
    color:inherit;
    line-height:inherit;
    border:inherit;
    border-radius:inherit;
}
.cu_sec {
    position: relative;
}
.cu_sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 95px;
    background: #fff;
}
.sec_img {
    position: relative;
}
.sec_img:before {
    content: "";
    position: absolute;
    left: -33px;
    right: 20px;
    bottom: 0;
    top: 30px;
    background: #106cb5;
    border-radius: 50px 0;
    z-index: 1;
}
.sec_img>div {
    position: relative;
    z-index: 3;
}
/*---- personal detail css ---*/
#fspqq h2 {
    font-family: 'Poppins';
    background: #106cb5;
    display: inline-flex;
    padding: 0 30px;
    box-sizing: border-box;
    height: 64px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    letter-spacing: 0;
    border-radius: 20px 20px 0 0;
}
div.uiInfoTable {
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgb(222 222 222 / 67%);
    margin-bottom: 50px;
    margin-top: -35px;
    padding: 40px 28px;
    display: flex;
    flex-wrap: wrap;
}
div.fieldinstructions {
    color: #7ebd0a;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -48px;
    left: 255px;
}
div.label {
    font-size: 20px;
    font-family: "Lato";
    color: rgb(34, 34, 34);
    line-height: 1.3;
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px !important;
}
div.uiInfoTable .dataRow {
    float: none;
    margin: 0;
    width: calc(100% / 3);
    padding: 0 18px;
}
.dataRow .data select, .dataRow .data input {
    width: 100% !important;
    height: 70px;
    padding: 6px 50px 6px 25px;
    font-family: 'Lato';
    color: #222;
    font-size: 15px;
    border: 1px solid #e4e4e4;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.dataRow .data select {
    appearance: none;
    position: relative;
    background-image: url(https://bestcover.co.za/wp-content/uploads/2021/09/arrow.png);
    background-position: calc( 100% - 25px) center;
    background-repeat: no-repeat;
}
div.uiInfoTable:empty {
    display: none;
}
/*---- car details ----*/
.data-details .optionContainer {
    margin: 0 !important;
}
.data-details .optionContainer h2 {
    margin: 0 !important;
}
.data-details .optionContainer h2 + div {
    padding-top: 35px;
}
.data-details .optionContainer div.uiInfoTable>div {
    float: none !important;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.data-details .optionContainer div.uiInfoTable>div.qq-clear {
    display: none;
}
.data-details .optionContainer div.uiInfoTable>div .uiTypeahead .wrap:first-child + div {
    position: relative;
    background-image: url(https://bestcover.co.za/wp-content/uploads/2021/09/arrow.png);
    background-position: calc( 100% - 25px) center;
    background-repeat: no-repeat;
    width: 100% !important;
    height: 70px;
    padding: 6px 30px;
    font-family: 'Lato';
    color: #222;
    font-size: 15px;
    border: 1px solid #e4e4e4;
    background-color: #f7f7f7;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(6) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(8)>div {
    display: flex;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(8) {
    width: 100%;
    display: flex;
    margin-top: 17px;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(10) .data .option {
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
}
.data-details .optionContainer div.uiInfoTable>div div:nth-child(10) {
    width: 100%;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(10) .data .option input {
    width: 20px !important;
    height: 20px;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(10) .data .option label {
    width: 100%;
    position: relative;
    padding-left: 28px;
    color: #222;
    font-size: 15px;
    font-family: 'Lato';
    line-height: 25px;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(10) .data .option label:before {
    content: "";
    width: 20px;
    border: 1px solid #e4e4e4;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px 0px #c6c6c6;
    top: 2px;
    transition: 0.5s ease all;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(10) .data .option input:checked + label:before {
    content: "\f00c";
    background: #106cb5;
    font-family: 'FontAwesome';
    color: #fff;
    box-shadow: none;
    transition: 0.5s ease all;
}
.data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(10) .data .option input[type="checkbox"] {
    display: none;
}
.data.error {
    padding: 0px !important;
    color: White !important;
    border: 2px solid red !important;
    border-radius: 8px;
    outline: none !important;
    background: transparent !important;
}
#fspqq form>div>.option {
    margin-bottom: 20px;
    display: flex;
}
#fspqq form>div .option input[type="checkbox"] {
    display: none;
}
#fspqq form>div .option input + label {
    width: 100%;
    position: relative;
    padding-left: 28px;
    color: #222;
    font-size: 15px;
    font-family: 'Lato';
    line-height: 25px;
    margin-bottom: 10px;
}
#fspqq form>div .option input + label:before {
    content: "";
    width: 20px;
    border: 1px solid #e4e4e4;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px 0px #c6c6c6;
    top: 2px;
    transition: 0.5s ease all;
    font-size: 12px;
}
#fspqq form>div .option input:checked + label:before {
    content: "\f00c";
    background: #106cb5;
    font-family: 'FontAwesome';
    color: #fff;
    box-shadow: none;
    transition: 0.5s ease all;
}
.data-details #homeContainer .uiInfoTable {
    padding-top: 40px;
    margin: 0 0 30px 0;
}
.data-details #homeContainer .uiInfoTable>div.dataRow {
    width: 100% !important;
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.data-details #homeContainer .uiInfoTable>div:first-child .data input {
    width: 100% !important;
    height: 50px !important;
    padding: 10px;
    outline: none !important;
}
.data-details #homeContainer .uiInfoTable>div.dataRow .data {
    width: 250px;
    flex-basis: 250px;
}
.data-details #homeContainer .uiInfoTable>div.dataRow .rightCol {
    width: 100%;
    text-align: right;
}
.data-details #homeContainer .uiInfoTable>div.dataRow .label {
    width: calc(100% - 250px);
    padding-right: 20px;
    margin-bottom: 0 !important;
    line-height: 50px;
    margin-top: 0;
}
.data-details #homeContainer .dataRow .data select {
    height: 50px;
}
.data-details #homeContainer .uiInfoTable>div.dataRow .data.error {
    padding: 1px;
}
.data-details .optionContainer#buildingContainer .uiInfoTable {
    margin-top: 0;
}
.data-details .optionContainer#buildingContainer .uiInfoTable .dataRow {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.data-details .optionContainer#buildingContainer .uiInfoTable .dataRow .label {
    width: calc(100% - 250px);
    padding-right: 20px;
    line-height: 50px;
    margin: 0 0 15px 0 !important;
}
.data-details .optionContainer#buildingContainer .uiInfoTable .dataRow .data {
    width: 250px;
    flex-basis: 250px;
}
.data-details .optionContainer#buildingContainer .uiInfoTable .dataRow .data input {
    height: auto;
    padding: 6px 10px;
    width: 100% !important;
    height: 50px !important;
    padding: 10px;
    outline: none !important;
}
.data-details .terms.qq-clear {
    float: none !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.data-details .terms.qq-clear button {
    float: none !important;
    width: auto;
    color: #fff;
    border-radius: 25px;
    background: rgb(126, 189, 10);
    box-shadow: 2px 2px 4px 2px rgb(255 255 255 / 45%) inset;
    border: none;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
}
.data-details .terms.qq-clear .wording {
    width: 100%;
    float: none;
    font-size: 16px;
    flex-basis: 100%;
    padding: 0;
    margin-top: 25px;
}
#fspqq form>div>div.uiInfoTable {
    margin-top: 0;
}
#fspqq form>div>div.uiInfoTable:empty {
    display: none;
}
.data-details .terms.qq-clear button span.ui-button-text {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}
.data-details .terms.qq-clear .wording div {
    font-family: 'Lato';
    font-weight: 700;
    color: #222;
}
.data-details .terms.qq-clear .wording div a {
    color: #ff0000;
    text-decoration: underline;
}
.data-details ul li {
   list-style: none;
   padding-left: 18px;
   color: #222;
   font-size: 13px;
   margin-bottom: 8px;
   padding-bottom: 8px;
   border-bottom: 1px solid #f1f1f1;
   position: relative;
   line-height: 21px;
}
.data-details ul li:before {
    content: "\f18e";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #106cb5;
    font-size: 15px;
}
.data-details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer_bottom p {
    height: auto !important;
    font-family: 'Lato';
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    margin: 0px 0 0 0;
        padding-left: 15px;
   padding-right: 15px;
}
.mb-15-desk{
    margin-bottom:15px !important;
}
.f-23-html p{
       text-align: center;
   color: #FFFFFF;
   font-family: "Lato", Sans-serif;
   font-size: 23px;
   font-weight: 400;
   line-height: 33px;
   letter-spacing: 0px;
}
/*
@-webkit-keyframes pulse {
 from {
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
 }

 50% {
   -webkit-transform: scale3d(1.05, 1.05, 1.05);
   transform: scale3d(1.05, 1.05, 1.05);
 }

 to {
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
 }
}
@keyframes pulse {
 from {
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
 }

 50% {
   -webkit-transform: scale3d(1.05, 1.05, 1.05);
   transform: scale3d(1.05, 1.05, 1.05);
 }

 to {
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
 }
}*/
@keyframes textclip {
   to {
       background-position: 200% center;
   }
}
.f-23-html p span {
       display: inline-block;
   font-size: 40px;
   line-height: 50px;
   color: #ffffff;
   font-family: Inkfree;
   background: #7ebd0a;
   padding: 0;
   border-radius: 6px;
   font-family: "Poppins", Sans-serif;
   background: linear-gradient(to right, #095fab 10%, #25abe8 50%, #57d75b 60%);
   background-size: auto auto;
   background-clip: border-box;
   background-size: 200% auto;
   color: #fff;
   background-clip: text;
   text-fill-color: transparent;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: textclip 1.5s linear infinite;
   display: inline-block;
   font-weight: 900;
   /* text-decoration: underline; */
   text-transform: uppercase;
}


.f-23-html.after_word p {
   max-width: 530px;
   margin-left: auto;
   margin-right: auto;
   position: relative;
   padding-bottom: 58px;
}

.f-23-html.after_word p span {
   position: absolute;
   right: 115px;
   bottom: 0;
}

.f-23-html.after_word p i.fa {
   position: absolute;
   bottom: 34px;
   font-size: 40px;
   right: 183px;
   line-height: 1;
   color: #fff;
}

#interestedInfo {max-width: 100% !important;}

#interestedInfo .uiInfoTable .instructions {
    width: 40%;
    margin-right: 5%;
}

.quotes .rightCol .quoteinterested button {
    float: none !important;
    width: auto;
    color: #fff;
    border-radius: 25px;
    background: rgb(126, 189, 10);
    box-shadow: 2px 2px 4px 2px rgb(255 255 255 / 45%) inset;
    border: none;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

.quotes .rightCol {
    width: 25%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quotes .data.excess {
    width: 50%;
    padding-left: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.uiInfoTable.quotes .dataRow {
    width: calc(100% / 1);
    box-sizing: border-box !important;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.quotes .label {
    width: 25%;
    margin: 0;
}

.quotes .quotecount>div {
    width: 100%;
    position: relative;
    padding-left: 0;
    color: #222;
    font-size: 18px;
    font-family: 'Lato';
    line-height: 28px;
    margin-bottom: 10px;
}

.uiInfoTable.quotes .ref>div {
    width: 100%;
    position: relative;
    padding-left: 0;
    color: #222;
    font-size: 15px;
    font-family: 'Lato';
    line-height: 25px;
    margin-bottom: 10px;
}

.quotes .quotecount {
    margin: 0px 0px 10px 0px;
}

#interestedInfo .uiInfoTable form#interestedForm {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
}

#interestedInfo .uiInfoTable form#interestedForm .dataRow {
    width: calc(100% / 2);
    margin-bottom: 10px;
}

#interestedInfo .uiInfoTable form#interestedForm .dataRow:nth-child(7) {
}

#interestedInfo .uiInfoTable .instructions p {
    width: 100%;
    position: relative;
    color: #222;
    font-size: 15px;
    font-family: 'Lato';
    line-height: 25px;
    margin-bottom: 10px;
}

#interestedInfo .uiInfoTable .instructions p:nth-child(2) {
    font-weight: 600;
}

#interestedInfo .uiInfoTable .instructions ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#interestedInfo .uiInfoTable form#interestedForm .dataRow:nth-child(7) a {
    position: relative;
    color: #222;
    font-size: 15px;
    font-family: 'Lato';
    line-height: 25px;
    margin-right: 10px;
}

#interestedInfo .uiInfoTable form#interestedForm .dataRow:nth-child(7) a + button#btnContactMe {
    float: none !important;
    width: auto;
    color: #fff;
    border-radius: 25px;
    background: rgb(126, 189, 10);
    box-shadow: 2px 2px 4px 2px rgb(255 255 255 / 45%) inset;
    border: none;
    max-width: 200px;
    justify-content: center;
    align-items: center;
    height: 46px;
    padding: 4px 30px;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
}
@media (max-width:1200px) and (min-width:1025px){
    .f-75 *{
        font-size:70px !important;
        line-height:80px !important;
   }
    .f-23 *, .f-23-html p{
        font-size:22px !important;
        line-height:32px !important;
   }
    .f-30 *{
        font-size: 28px;
        line-height: 28px;
   }
    .f-70 * {
        font-size: 65px;
        line-height: 65px;
   }
    .f-20 * {
        font-size: 18px;
        line-height: 18px;
   }
    .f-38 * {
        font-size: 35px;
        line-height: 35px;
   }
   /*--- pading and margins ---*/
    .pt-95{
        padding-top: 85px !important;
   }
    .mt--95>div{
        margin-top:-85px;
   }
    .mt-10{
        margin-top:6px !important;
   }
    .cu_sec:before{
        height: 85px;
   }
    .form_style {
        margin-bottom: 60px !important;
        margin-top: 30px !important;
   }
}
@media (max-width:1200px){
   /*--- pading and margins ---*/
    .mb-20{
        margin-bottom:15px !important;
   }
   /*--- form css ---*/
    #fspqq h2 {
        height: 60px;
        font-size: 18px;
        padding: 0 28px;
   }
    div.fieldinstructions {
        font-size: 15px;
        top: -48px;
        left: 230px;
   }
    div.uiInfoTable {
        margin-top: -35px;
        padding: 30px 15px;
        margin-bottom: 45px;
   }
    div.label {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px !important;
   }
    .dataRow .data select, .dataRow .data input, .data-details .optionContainer div.uiInfoTable>div .uiTypeahead .wrap:first-child + div {
        height: 60px;
        padding: 5px 45px 5px 20px;
   }
    .dataRow .data select, .data-details .optionContainer div.uiInfoTable>div .uiTypeahead .wrap:first-child + div {
        background-position: calc( 100% - 20px) center;
   }
    div.uiInfoTable .dataRow {
        margin-bottom: 15px;
   }
    .data-details .optionContainer div.uiInfoTable>div div:nth-child(10) {
        margin-bottom: 0;
   }
    .data-details #homeContainer .uiInfoTable>div.dataRow .label {
        line-height: 45px;
   }
    .data-details .terms.qq-clear button {
        height: 50px;
        max-width: 180px;
   }
    .data-details .terms.qq-clear button span.ui-button-text {
        font-size: 18px;
   }
    .data-details ul li {
        font-size: 12px;
        line-height: 1.6;
   }
}
@media(max-width:1024px){
    .cu_sec:before{
        height: 60px;
   }
    .mb-15-desk {
        margin-bottom: 5px !important;
   }
    .mb-20 {
        margin-bottom: 10px !important;
   }
   /*--- form css ---*/
    #fspqq h2 {
        height: 56px;
        font-size: 16px;
   }
    div.fieldinstructions {
        font-size: 15px;
        top: -46px;
        left: 205px;
   }
    div.uiInfoTable {
        padding: 25px 10px;
        margin-bottom: 30px;
   }
    div.label {
        font-size: 16px;
   }
    .dataRow .data select, .dataRow .data input, .data-details .optionContainer div.uiInfoTable>div .uiTypeahead .wrap:first-child + div {
        height: 55px;
        padding: 5px 40px 5px 15px;
   }
    .dataRow .data select, .data-details .optionContainer div.uiInfoTable>div .uiTypeahead .wrap:first-child + div {
        background-position: calc( 100% - 15px) center;
   }
    .data-details .optionContainer div.uiInfoTable>div .uiTypeahead .wrap:first-child + div {
        height: 55px;
        padding: 5px 42px 5px 15px;
   }
    div.uiInfoTable .dataRow {
        width: calc(100% / 2);
   }
    .data-details .optionContainer#motorContainer div.uiInfoTable>div div:nth-child(8)>div {
        flex-wrap: wrap;
   }
    .data-details .optionContainer h2 + div {
        padding-top: 25px;
   }
    .data-details #homeContainer .uiInfoTable {
        padding-top: 25px;
   }
    .data-details .terms.qq-clear .wording {
        font-size: 15px;
        margin-top: 20px;
   }
    .data-details ul li {
        margin-bottom: 14px;
        padding-bottom: 14px;
   }
    .footer_bottom p {
   max-width: 560px;
   margin: 0 auto;
        line-height:20px;
}
}
@media (max-width:767px){
    .sec_img {
   max-width: 550px;
}
    #fspqq h2 {
        height: 52px;
        font-size: 15px;
   }
    div.fieldinstructions {
        left: 200px;
        font-size: 15px;
   }
    div.uiInfoTable {
        padding: 20px 10px;
        margin-bottom: 25px;
   }
    div.uiInfoTable .dataRow {
        width: calc(100% / 1);
   }
    .data-details #homeContainer .uiInfoTable>div.dataRow .label {
        width: 100%;
        padding: 0;
   }
    .data-details #homeContainer .uiInfoTable>div.dataRow .data {
        width: 100%;
        flex-basis: 100%;
   }
    .data-details .optionContainer div.uiInfoTable>div {
        padding: 0 15px !important;
   }
    .data-details #homeContainer .uiInfoTable>div.dataRow:first-child {
        margin-bottom: 0px;
   }
    .data-details #homeContainer .uiInfoTable {
        margin: 0 0 20px 0;
   }
    #fspqq form>div>.option {
        margin-bottom: 5px;
   }
    .data-details .optionContainer#buildingContainer .uiInfoTable .dataRow .label {
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 1;
   }
    .data-details .optionContainer#buildingContainer .uiInfoTable .dataRow .data {
        width: 100%;
        flex-basis: 100%;
   }
    .data-details .terms.qq-clear button span.ui-button-text {
        font-size: 16px;
   }
    .data-details .terms.qq-clear button {
        height: 46px;
        max-width: 170px;
   }
    .cu_sec .elementor-reverse-mobile>.elementor-container>:first-child {
        padding: 20px 0 40px 0;
   }
    div#motorContainer div.uiInfoTable .dataRow{
        padding: 0;
   }
    .banner_car_img {
        width: 100%;
        max-width: 480px;
        margin: 0 auto !important;
   }
}
@media(max-width:600px){
   .f-23-html p {
   font-size: 13px;
   max-width: 300px !important;
   margin: 0 auto;
   line-height: 1.9;
}

.f-23-html.after_word p span {
   right: 55px;
   font-size: 26px;
}

.f-23-html.after_word p i.fa {
   right: 100px;
   bottom: 30px;
}

}
@media (max-width:480px){
    .f-75 *{
        font-size: 28px !important;
        line-height: 38px !important;
   }
    .f-23{
        font-size: min(4vw, 14px) !important;
        line-height: 1.5 !important;
   }
    .banner_car_img {
        max-width: 360px;
   }
    .banner_sec_pb{
        margin-bottom: -130px !important;
   }
    div.fieldinstructions {
        top: 0;
        left: 20px;
   }
    div.fieldinstructions + div.uiInfoTable {
        padding-top: 34px;
        margin-top: -35px !important;
   }
    #fspqq h2 {
        padding: 0 24px;
        height: 46px;
   }
    div.uiInfoTable .dataRow {
        padding: 0 10px;
        margin-bottom: 10px;
   }
    div.label {
        font-size: 14px;
   }
    .dataRow .data select, .dataRow .data input, .data-details .optionContainer div.uiInfoTable>div .uiTypeahead .wrap:first-child + div {
        height: 48px;
        padding: 4px 35px 4px 10px;
        font-size: 14px;
   }
    .dataRow .data select, .data-details .optionContainer div.uiInfoTable>div .uiTypeahead .wrap:first-child + div {
        background-position: calc(100% - 10px) center;
        background-size: 14px;
   }
    .data-details .optionContainer div.uiInfoTable>div {
        padding: 0 10px !important;
   }
    .resp1.f-38 {
        font-size: 20px !important;
   }
    div.uiInfoTable {
        margin-top: -25px;
   }
    .footer_bottom {
        height: 48px;
   }
    
}