html{overflow-x: hidden;}
body{overflow-x: hidden;font-family: 'Poppins', sans-serif;}
a{text-decoration: none;}
p{margin-bottom: 0;}

/* Header */
.headerTop{padding: 20px 0;}
.headerTop .col-md-12{display: flex;align-items: center;justify-content: space-between;}
.hdtopRght div{display: flex;align-items: center;justify-content: center;margin-bottom: 0px;}
.hdtopLft img{max-width: 180px;width: 100%;}
.hdtopRght div img{width: 300px;padding: 0 10px;}
.hdtopRght p{line-height: 14px;font-size: 12px;font-weight: bold;}
.headerMenu ul{list-style: none;padding-left: 0;display: flex;justify-content: space-between;}
.headerMenu li{width: 20%;text-align: center;}
.headerMenu li a{font-size: 15px;font-weight: 500;color: #000;display: block;transition: all 0.2s ease;padding: 18px 24px;}
.headerMenu li a:hover{background: #2db2dd;color: #fff;}
.headerMenu li a:focus{border:none;}
.barIcon{display: none;}

/* Section 1 */
.sec1{padding-top: 40px;padding-bottom: 40px;}
.sec1 h1{line-height: 31px;font-size: 26px;font-weight: bold;text-align: center;margin-bottom: 12px;}
.sec1 h1 span{color: #003b55;}
.p1{font-size: 18px;line-height: 22px;}
.sec1 .progress{margin-top: 3rem;background-color: #f5f5f5;border-radius: 4px;box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);height: 10px;max-width: 80%;margin: 3rem auto 0;}
.sec1 .progress-bar{background-color: #2db2dd;background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size: 40px 40px;}
.stepAr{padding: 55px 0;}
.stepAr h2{
        color: #0c5e98;
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;

}
.stepAr p{color: #364f5a;}
.stepAr{max-width: 100%;margin: auto;}
.boxArs{display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.boxcolInr{color: #000000;background-color: rgba(255,255,255,1);font-weight: 500;line-height: 29px;padding: 20px 13px;border:2px solid #c2c2c2;border-radius: 10px;box-shadow: 0px 2px 0px 0px rgba(194,194,194,1);text-align: center;height: 100px;}
.boxcol{width: 33.3333333333%;margin-bottom: 20px;padding: 0 10px;}
.boxcolInr:hover{border:2px solid #83c1f7;box-shadow: 0px 2px 0px 0px rgba(131,193,247,1);cursor: pointer;}
.nextBtn{background: #2db2dd;box-shadow: 0px 4px 0px #1294be;border-radius: 5px;padding: 12px 12px;width: 100%;max-width: 100%;font-size: 15px;color: #fff;font-weight: bold;border:none;}
.nextBtn:hover{background: #2db2dd;}
.nextBtn:disabled{opacity: 0.50;cursor: not-allowed;}
.each-zip-data{cursor: pointer;}
.boxcolInr.selected{background-color: rgba(131,193,247,0.1);border:1px solid #83c1f7;box-shadow: 0px 2px 0px 0px rgba(131,193,247,1);color: #4aa5f5;}
.step1,.step2,.step3,.step5,.step6,.step7,.step8,.step9,.step10,.step11,.step12,.step13,.step13-loader{display: none;}
.bxHalf .boxcol{width: 50%;}
.step3 .boxcolInr,.step1 .boxcolInr,.step4 .boxcolInr,.step6 .boxcolInr,.step7 .boxcolInr,.step8 .boxcolInr,.step9 .boxcolInr{height: 80px;}
.stepAr input{
       height: 40px;
    box-shadow: 0px -2px 0px rgba(214,214,214,0);
    border-color: #F4F4F4;
    background-color: rgba(244,244,244,1);
    border: 1px solid #eaeaea;
    position: relative;

}

.stepAr input::-ms-input-placeholder { color: #848484;}
.stepAr input::placeholder {color: #848484;}
.stepAr input:focus{box-shadow: 0px -2px 0px rgba(214,214,214,1);outline: none;border-color: #F4F4F4;background-color: rgba(244,244,244,1);}
.step10 .nextBtn{border-radius: 20px;font-size: 14px;max-width: 200px;}
.sl-dropdown{padding-left: 0;list-style: none;background: #fff;box-shadow: 0px 2px 7px rgba(0,0,0,0.20);}
.sl-dropdown li{padding: 5px 10px;font-size: 14px;color: #222;}
.step11 .img1{height: 50px;}
.p2{font-size: 12px;line-height: 12px;display: flex;align-items: center;font-weight: 500;}
.p2 img{height: 30px;}
.step12 .nextBtn{width: auto;max-width: 380px;border-radius: 20px;}
.allBtns{padding-top: 10px;}
.allBtns .btn-default{border: 1px solid #ccc;}
.allBtns button{font-family: Arial;font-size: 14px;}
.step13-loader{text-align: center;height: 200px;flex-direction: column;justify-content: center;align-items: center;}
.step13-loader img{height: 100px;}
.step13-loader p{color: #364f5a;font-weight: bold;}
.sec1 .hdtopRght{display: none;}
.step12 .form-group{position: relative;}
.invalid-icon{color: red;position: absolute;right: 10px;bottom: 40px;}
.success-icon{color: green;position: absolute;right: 10px;bottom: 40px;}
.loading-icon{color: #6c6a6a;position: absolute;right: 10px;bottom: 40px;animation: fa-spin 2s infinite linear;}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* range slider */

.price_design{
    /*position: relative;
    top: 22px;*/
}

.price_design2{
    display: flex;
    float: left;
    font-weight: 700;
}

.price_design3{
    display: flex;
    float: right;
    font-weight: 700;
}

.range-slider{
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 4rem;
}
.range-slider input{box-shadow: none!important;}
#range { 
    -webkit-appearance: none;
    width: 100%;
    border: none !important;
    background-color: transparent !important;
}
#range:focus { outline: none; }

#range::before, #range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0,0,0,.1);
    border-radius: 4px;
    display: none;
}
#range::before { left: 0; content: attr(data-min); }
#range::after { right: 0; content: attr(data-max); }

#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #2db2dd var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 1rem;
}
#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid #2db2dd;
    box-shadow: 0 1px 3px rgba(0,0,255,.3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 32px; width: 32px;
    transform: translateY(calc(-50% + 8px));
}

#tooltip {
    position: static;
    top: -2.25rem;
}
#tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #000;
    border-radius: 0.125rem;
    background: #e6e6e600 !important;
    font-size: 1.25rem;
    left: 50%;
    transform: translate(-50%, 0);
    top: 70px !important;
    font-weight: 700 !important;

}
#tooltip span:before {
    position: absolute;
    content: "";
    left: 50%; bottom: -8px;
    transform: translateX(-50%);
    width: 0; height: 0;
    border: 4px solid transparent;
    /* border-top-color: #6BA132; */
}

.dollor_sign{
    position: relative;
    top: 70px;
    margin-left: -70px;
    text-align: center;
    left: 50%;
    font-weight: 700;
}

/* range slider  end*/

/* Section 2 */
.sec2{background: #102542;padding: 70px 0;}
.sec2 .col-md-4{display: flex;align-items: center;}
.nos{width: 20%;height: 65px;border-radius: 50%;color: #fff;font-weight: 700;font-size: 26px;line-height: 65px;background: #2db2dd;text-align: center;}
.sec2 .col-md-4 p{color: #fff;width: 80%;padding-left: 20px;font-size: 14px;}


/* Section 3 */
.sec3{padding: 50px 0;}
.sec3Hd{text-align: center;}
.sec3Hd h3{font-size: 16px;color: #003b55;font-weight: 600;}
.numberAr p{color: #000;font-size: 40px;font-weight: bold;}
.numberAr p span:first-child{background: #71d463;}
.numberAr p span{background: #000000;color: #fff;font-weight: 600;border-radius: 10px;font-size: 16px;display: inline-block;display: inline-block;width: 40px;height: 60px;padding: 10px;font-size: 23px;line-height: 38px;margin: 0 3px;vertical-align: super;}
.sec3Hd p{font-size: 12px;line-height: 15px;padding-top: 8px;}
.sec3Hd hr{max-width: 36%;margin: 12px auto;height: 3px;background: #080808;}
.sec3Cnt{padding: 30px 0;}
.sec3Cnt img{height: 60px;margin-bottom: 20px;}
.sec3Cnt h3{margin-bottom: 15px;color: #003b55;}
.sec3Cnt p,.sec5 p{max-width: 600px;margin: auto;}


/* Section 4 */
.sec4{padding-bottom: 50px;}
.sec4 h2,.sec5 h2,.sec6 h2{color: #003b55;font-weight: 600;margin-bottom: 4rem;font-size: 30px;}
.sec4 .col-md-4{margin-bottom: 35px;}
.sec4Inr{border-color: #efefef;box-shadow: 0px 0px 18px 6px #efefef;background: #fff;text-align: center;padding: 10px;}
.sec4Inr img{height: 80px;margin-bottom: 10px;}
.sec4Inr a,.sec5Inr a{display: block;background-color: #2db2dd;color: #fff;border-radius: 5px;padding: 10px 10px;font-weight: 500;}

/* Section 5 */
.sec5{padding-bottom: 5rem;}
.sec5 h2{margin-bottom: 2rem;color: #003b55;}
.sec5 p{margin-bottom: 4rem;}
.sec5 .row .col-md-4:first-child .sec5Inr{background: url("../images/bg1.jpeg") no-repeat center center / cover;}
.sec5 .row .col-md-4:nth-child(2) .sec5Inr{background: url("../images/bg2.jpeg") no-repeat center center / cover;}
.sec5 .row .col-md-4:nth-child(3) .sec5Inr{background: url("../images/bg3.jpeg") no-repeat center center / cover;}
.sec5Inr{height: 400px;padding: 20px;position: relative;border-radius: 10px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.overlay{background-color: rgba(0, 0, 0, 0.57);box-shadow: 0px 0px 10px 4px #efefef;position: absolute;left: 0;top:0;width: 100%;height: 100%;border-radius: 10px;}
.sec5Inr p{position: relative;z-index: 999;color: #fff;text-align: center;max-width: 195px;font-size: 15px;line-height: 19px;}
.sec5Inr a{position: relative;z-index: 999;width: 100%;text-align: center;}

/* Section 6 */
.sec6 h3{font-size: 18px;font-weight: 600;}

/* Footer */
.custmFtr{background: #D4D2D2;padding: 40px 0 50px;}
.custmFtr p{line-height: 14px;font-size: 12px;margin-bottom: 20px;font-family: Arial;font-weight: 500;}
.custmFtr ul{list-style: none;display: flex;margin-bottom: 2rem;}
.custmFtr ul li{padding: 0 10px;}
.custmFtr ul li a{color: #000;font-size: 15px;}

/* Privacy Policy */
.ftrLinksPgs header{padding: 20px 0;}
.ftrLinksPgs header img{max-width: 200px}
.ftrpgsCnt{padding: 5rem 0;}
.ftrpgsCnt h1{font-weight: bold;line-height: 46px;font-size: 38px;margin-bottom: 20px;}
.ftrpgsCnt p,.ftrpgsCnt li{font-size: 14px;margin-bottom: 20px;line-height: 18px;}
.ftrpgsCnt li{margin-bottom: 15px;}

/* Contact Us */
.contact-us{padding: 3rem 0 5rem;}
.cntLeft{font-family: 'Judson', serif;background-color: #3498db;padding: 3rem 4.5rem;}
.cntLeft h2{font-size:40px;font-weight: bold;margin-bottom: 2rem;}
.cntLeft p{margin-bottom: 2rem;font-family: 'Roboto', sans-serif;}
.cntRght{background-color: rgb(222, 228, 229);padding: 8rem 5rem;margin-top: 5rem;}
.cntRght .from-group{margin-bottom: 20px;}
.cntRght input{font-family: 'Roboto', sans-serif;border-radius: 0;height: 50px;border:none;}
.cntRght textarea{resize: none;border:none;border-radius: 0;}
.cntRght button{border:2px solid #111111;text-align: center;color: #111111;font-family: 'Roboto', sans-serif;border-radius: 0;width: 100%;font-weight: bold;padding: 14px 10px;}

/* Thankyou */
.tyAr{padding: 3rem 0 5rem;}
.tycol1{border: 1px solid rgba(75, 170, 233, 0.7);background-color: rgba(75, 170, 233, 0.06);box-shadow: 0px -2px 0px 1px rgba(75, 170, 233, 0.7) inset;padding: 20px 20px;border-radius: 10px;text-align: center;margin-bottom: 20px;}
.tycol1 h2,.tycol2 h2,.tycol3 h2{font-size: 18px;}
.tycol1 h2 span,.tycol2 h2 span{color: #2db2dd;}
.tycol1 p{max-width: 680px;margin: 0 auto 1.5rem;}
.tycol1 .nextBtn,.tycol2 .nextBtn{display: inline-block;width: auto;max-width: fit-content;margin-bottom: 15px;}
.tycol1 .nextBtn:hover,.tycol2 .nextBtn:hover{color: #fff;}
.tycol2{border-radius: 10px;text-align: center;border: 2px solid #111111;padding: 30px 20px 20px;}
.tycol2 h2{margin-bottom: 28px;}
.tycol2 input{max-width: 234px;margin: auto;border-radius: 10px;margin-bottom: 12px;font-family: 'Roboto', sans-serif;height: 40px;box-shadow: 0px 0px 0px 2px rgba(75, 170, 233, 0.06);border: 2px solid #d7d7d7;}
.tycol3{padding-top: 4rem;}
.tycol3 h2{margin-bottom: 2rem;text-align: center;font-weight: bold;}
.pfmAr{border: 1px dotted #8d8c8c;text-align: center;padding: 30px;}
.pfmAr img{margin-bottom: 10px;}
.pfmAr p{max-width: 600px;margin: auto;}
.pfmAr p a{font-weight: bold;text-decoration: underline;color: #000;}

/* Thankyou New */
.tynwAr{padding: 4rem 0 5rem;}
.tynwAr h2{text-align: center;font-weight: bold;line-height: 38px;font-size: 32px;margin-bottom: 2rem;}
.tynwAr p{line-height: 24px;font-size: 20px;max-width: 550px;margin: auto;text-align: center;margin-bottom: 2rem;}
.tyimg1{width: 100%;max-width: 500px;}
.tyVidAr{position: relative;margin: 0 auto 3rem;max-width: 80%;}
.tyVidAr video{object-fit: fill;box-shadow: 1px 0px 5px rgba(0,0,0,0.40);}
.playButton{text-align: center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.playButton img{height: 100px;cursor: pointer;}
.tySteps{padding-bottom: 3rem;}
.tySteps .row .col-md-6:first-child .tyStepsInr{border: 1px solid rgba(0, 0, 0, 0.4);background-color: rgba(241, 241, 241, 0.29);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.4);}
.tySteps .row .col-md-6:last-child .tyStepsInr{border: 1px solid rgb(53, 127, 239);background-color: rgba(53, 127, 239, 0.05);box-shadow: 0px 2px 0px 0px rgb(53, 127, 239);}
.tyStepsInr{padding: 20px 30px;border-radius: 5px;min-height: 305px;}
.tyStepsInr img{height: 50px;margin-bottom: 20px;}
.tyStepsInr h3{font-size: 18px;font-weight: bold;margin-bottom: 20px;}
.tyStepsInr p{font-size: 18px;}
.readBtn{background: #2db2dd;color: #fff;font-family: Roboto;padding: 20px;border-radius: 5px;font-size: 19px;font-weight: 500;}
.readBtn:hover{color: #fff!important;}


.qsn1 li i {
    margin-right: 13px;
    color: #3F52FF;
}
.qsn1{
    margin-bottom: 30px;
        padding-left: 0px;

}

.qsn1 li {
    font-size: 16px;
    list-style: none;
    font-weight: 600;
    color: #000;
    padding-bottom: 7px;
}
span.lght {
    color: #939393;
    display: block;
    font-size: .9em;
    margin-top: 5px;
    opacity: .7;
    clear: both;
    font-weight: 400;
}

.lablTg {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

.step6 h2,.step5 h2,.step10 h2{
        color: #0c5e98;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 30px;
    text-align: left !important;
}

.no-btn{
    width: 100%;
    padding: 15px 20px 15px 20px !important;
    color: #ffffff;
    background-color: #0c5e98;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 5px 0 rgb(66 133 244 / 30%);
    line-height: 18px;
    transition: all .4s;
    font-weight: 500;
    float: left;
    margin-right: 5px;
        height: auto !important;
}

.yes-btn{
    width: 100%;
        height: auto !important;
    padding: 15px 20px 15px 20px !important;
    color: #ffffff;
    background-color: #4285f4;
    border-style: none;
    float: left;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 5px 5px 0 rgb(66 133 244 / 30%);
    line-height: 18px;
    transition: all .4s;
    font-weight: 500;
}

.boxcolInr.d-flex-item{

    display: flex;
    align-items: center;
    justify-content: center;

}
#chk1 {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: green;
    background-color: #fff;
    border-color: #9d9d9d;
}

.form-check.chk1 label{
    font-weight: bold;
    position: relative;
    top: 2px;
}
.form-check.chk1{
    margin-top: 20px;
}

.form-check.chk1 .form-check-input:checked {
    background-color: green !important;
    border-color: green !important;
}
.form-check.chk1 .form-check-input:focus {
    box-shadow: 0px -2px 0px rgba(214,214,214,0) !important;
}


@media (max-width: 1400px){
	.boxcolInr{padding: 12px 13px;}
    .nos{width: 65px;}
}
@media (max-width: 1199px){
	.boxcolInr{line-height: 20px;font-size: 15px;}
    .stepAr{max-width: 100%;}
    .nos{width: 65px;}
    .sec5Inr a{font-size: 13px;}
    .sec5Inr p{font-size: 13px;line-height: 16px;}
    .sec4Inr a{font-size: 11px;}
    .cntLeft{padding: 3rem 3rem;}
    .cntRght{padding: 4rem 3rem;}
    .tyStepsInr p {font-size: 15px;line-height: 20px;}
    .tyStepsInr h3{font-size: 15px;margin-bottom: 10px;}
    .tyStepsInr img{height: 50px;margin-bottom: 20px;}
    .tyStepsInr{padding: 20px 18px;}
}
@media (max-width: 992px){
	.boxcolInr{line-height: 23px;padding: 12px 13px;font-size: 14px;}
    .sec1{padding-top: 20px;padding-bottom: 20px;}
    .sec2 .col-md-4 p{padding-left: 14px;font-size: 12px;}
    .sec2{padding: 50px 0;}
    .headerMenu li a{font-size: 12px;padding: 18px 10px;}
    .sec3Hd hr{max-width: 70%;}
    .sec4Inr a{font-size: 15px;}
    .sec5{padding-bottom: 3rem;}

}
@media (max-width: 767px){
    .hdtopRght{display: none;}
    .headerTop .col-md-8{justify-content: center;}
    .hdtopLft img{max-width: 140px;}
    .headerMenu{display: none;}
    .barIcon i{font-size: 25px;}
    .barIcon{display: block;position: absolute;right: 15px;top: 26px;}
    .headerMenu li{width: 100%;}
    .headerMenu ul{flex-wrap: wrap;}
    .headerMenu{position: absolute;left: 0;width: 100%;top: 84px;background: #fff;}
    .sec1 h1 span{display: block;}
    .sec1 h1{font-size: 24px;}
    .p1 br{display: none;}
    .p1{font-size: 14px;}
    .sec1 .hdtopRght{display: block;padding: 20px 0 0;}
    .sec1 .hdtopRght p{display: none;}
    .hdtopRght div img{width: 300px;}
    .stepAr{max-width: 95%;}
    .stepAr h2{font-size: 20px;margin-bottom: 20px;}
    .boxcol,.bxHalf .boxcol{width: 100%;}
    .step3 .boxcolInr, .step1 .boxcolInr, .step4 .boxcolInr, .step6 .boxcolInr, .step7 .boxcolInr, .step8 .boxcolInr, .step9 .boxcolInr,.boxcolInr{
        height: 55px;
    }
    .boxcolInr{padding: 8px 13px;font-size: 14px;}
    .boxcol{margin-bottom: 10px;}
    .sec2{padding: 40px 0;}
    .sec2 .col-md-4 p{width: 100%;text-align: center;padding-left: 0px;}
    .sec2 .col-md-4{justify-content: center;margin-bottom: 20px;flex-wrap: wrap;}
    .nos{margin-bottom: 20px;width: 65px;}
    .numberAr p{font-size: 16px;}
    .numberAr p span{width: 30px;height: 45px;padding: 5px;font-size: 14px;line-height: 35px;margin: 0 2px;}
    .sec3Hd p br{display: none;}
    .sec3Cnt p{font-size: 14px;}
    .sec3Hd hr{max-width: 100%;}
    .sec4 h2{margin-bottom: 3rem;font-size: 25px;}
    .sec4 .col-md-4 {margin-bottom: 20px;}
    .sec5 p{margin-bottom: 2rem;}
    .sec5 .col-md-4{margin-bottom: 20px;}
    .sec5 h2{margin-bottom: 1rem;}
    .sec6 h2{font-size: 20px;margin-bottom: 3rem;}
    .sec6 p{margin-bottom: 2rem!important;font-size: 14px;}
    .sec6 h3{font-size: 15px;}
    .custmFtr ul{flex-direction: column;flex-wrap: wrap;padding-left: 0;justify-content: center;}
    .custmFtr ul li{text-align: center;}
    .custmFtr ul li a{font-size: 14px;}
    .ftrpgsCnt{padding: 2rem 0;}
    .ftrpgsCnt h1{font-size: 30px;}
    .ftrLinksPgs header img{max-width: 170px;}
    .ftrpgsCnt p, .ftrpgsCnt li{font-size: 13px;line-height: 20px;}
    .contact-us{padding: 2rem 0;}
    .cntRght{padding: 4rem 4rem;margin-top: 0;}
    .cntLeft{padding: 3rem 4rem;}
    .tyHdr .hdtopRght{display: block;}
    .tyAr {padding: 1rem 0 3rem;}
    .tycol1 h2, .tycol2 h2, .tycol3 h2{font-size: 16px;}
    .tycol1 p,.pfmAr p{font-size: 14px;}
    .tynwAr{padding: 2rem 0;}
    .tynwAr h2{line-height: 34px;font-size: 26px;}
    .tynwAr p{font-size: 18px;}
    .tyVidAr video{height: 250px;}
    .tyStepsInr{margin-bottom: 20px;}
}

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1400px;
	}
}


/* /===============pageLoader============== / */



.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: folding 2.5s infinite linear both;
  -moz-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both;
}
.cube-folding .leaf2 {
  -webkit-transform: rotateZ(90deg) scale(1.1);
  -moz-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #f2f2f2;
}
.cube-folding .leaf3 {
  -webkit-transform: rotateZ(270deg) scale(1.1);
  -moz-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}
.cube-folding .leaf4 {
  -webkit-transform: rotateZ(180deg) scale(1.1);
  -moz-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}

@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.cubeBox .cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.cubeBox .cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  -moz-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate;
}
.cubeBox .cube-wrapper .loading {
  font-size: 24px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -webkit-animation: text 0.5s ease infinite alternate;
  -moz-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
}

@-webkit-keyframes text {
  100% {
    top: 35px;
  }
}
@-moz-keyframes text {
  100% {
    top: 35px;
  }
}
@-ms-keyframes text {
  100% {
    top: 35px;
  }
}
@keyframes text {
  100% {
    top: 35px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-ms-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}


.cubeBox {
  background: rgba(0,198,255,0.8);
  
  background: -webkit-linear-gradient(to left, rgba(0,198,255,0.9), rgba(0,114,255,0.9));
  
  background: linear-gradient(to left, rgba(0,198,255,0.9), rgba(0,114,255,0.9));
  
      width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
        z-index: 999999;
        display: none;
}

.cubeBox h1 {
  font-size: 26px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 50px 20px;
  font-weight: 300;
}

.cubeBox .made-with-love {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 10px;
  text-align: center;
  font-size: 10px;
  z-index: 9999;
  color: #fff;
}
.cubeBox .made-with-love i {
  font-style: normal;
  color: #f50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.cubeBox .made-with-love a {
  color: #fff;
  text-decoration: none;
}
.cubeBox .made-with-love a:hover {
  text-decoration: underline;
}

/* / ===============pageLoader============== / */
