.header-top{
    background:#dee2e6;
}
.nav-pills li{
    line-height: 25px;
}
.login-btn{
    list-style: none;
    margin-top: 15px;
}
.login-btn .btn-rounded{
    background: #f05e46;
    border: none;
    color: #fff;
    border-radius: 10px;
    padding: 12px 25px 12px;
}
.login-btn .btn-rounded:hover{
    background: #f05e46;
}
.overlay-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg-color
{
    background-color: #f15d47d4;
    opacity: 0.85;
}
.banner-btn .btn-rounded{
    background: #fff;
    border: none;
    color: #f05e46;
    border-radius: 10px;
    padding: 12px 25px 12px;
}
.banner-btn .btn-rounded:hover{
    background: #5a6e82;
    color: #fff;
}

.minus-top{
    margin-top: -65px;
    border-radius: 10px;
    background: #fff !important;
    box-shadow: 0 8px 28px -3px #f15d473d !important;
}
.minus-top-home{
    /* margin-top: 75px; */
    border-radius: 10px;
    background: #fdeae7 !important;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.12)!important;
}
.pl-2{
    padding-left: 17px;
}

.pl-1{
    padding-left: 20px;
}
.pr-1{
    padding-right: 20px;
}
.get-started .btn-secondary{
    background: #f05e46;
}
.get-started .btn-secondary:hover{
    background: #f05e46;
}
.color-secondary{
    color: #5A6E82;
}
.color-main{
    color: #f05e46;
}
.color-paragraph{
    color: #181E1F;
}
.with-borders{
    border: 1px solid rgb(241 94 70 / 30%);
    border-radius: 10px;
}
.box-content .img-circle{
    background: #f05e46;
    width: 80px;
    height: 80px;
    line-height: 82px;
    border-radius: 100%;
    text-align: center;
    margin: 5px;
    margin: auto;
}
.rounded-circle-icon{
    box-shadow: 0 0 0 3px var(--secondary);
    top: -5px;
    left: -5px;
    padding: 5px;
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 100%;
    margin-top: -50px;
}

.stortrack-form .hbspt-form span {
    font-family: "Montserrat" !important ;
    font-size: 13px ;
    color: #5A6E82;
    font-weight: 500;
}
.stortrack-form .hs-input{
    background: #fff;
    border: 1px solid #5a6e829d;
    margin-right: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-size: 15px;
    border-radius:5px;
}
.stortrack-form .actions .primary {
    background: #5A6E82 !important;
}
.stortrack-form .hbspt-form fieldset{
    padding: 10px;
}
.stortrack-form .hs-form-field input[type=email], .stortrack-form .hs-form-field input[type=tel], .stortrack-form .hs-form-field input[type=text] {
    min-height: 32px !important;
    width: 100%;
}
.stortrack-form .hbspt-form .hs-error-msgs {
    font-size: 11px;
    color: #ff7373;
    list-style: none;
    padding-left: 0px;
    position: absolute;
}
.stortrack-form .hbspt-form .hs-button {
    background: #f1654e !important;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    padding: 5px 40px;
    border: 1px solid #f15d47;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.stortrack-form .hbspt-form .hs_error_rollup .hs-error-msgs {
    padding-left: 10px;
}
.social-icons-facebook a img{
  margin-top: -3px;
  margin-left: -1px;
}
.stortrack-form textarea:focus, input:focus{
    outline: none;
}
.pl-0,.pr-0{
    padding-left: 0px ;
    padding-right: 0px ;
}
.pl-1{
    padding-left: 10px ;
}
.accordion.accordion-modern-status.accordion-modern-status-arrow > .card .card-header a:after{
    background: #00738f1f;
    height: 30px;
    width: 30px;
    line-height: 32px;
    margin: auto;
    text-align: center;
    display: inline;
    border-radius: 5px;
    border: 1px solid #00738f8a !important;
}
.col-half-section-left{
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 130px;
    position: relative;
    max-width: 710px;
}
.accordion.accordion-modern-status.accordion-modern-status-borders > .card{
    border: 1px solid #00738f8a !important;
}
.accordion.accordion-modern-status > .card .card-header a{
    padding: 15px 15px;
}
.accordion .card-header{
    background: transparent;
}
.accordion .card:first-child{
    padding-left: 0px;
    padding-right: 0px;
}
.card.card-default.active .card-header .card-title {
    border-bottom: 1px solid #00738f8a;
}
.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type{
    border: 1px solid #00738f8a;
    border-radius: 15px;
    padding-left: 0px;
}
.card-body p{
color: #5A6E82;
font-weight: 400;
font-size: 15px;
}
.accordion .card .card-body{
    padding: 13px;
}
.download-ft .card{
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 769px) {
    .col-half-section-left{
        padding-right: 0px !important;
    }
    #header .container {
        width: 98%;
    }
    .call-to-action .call-to-action-content, .call-to-action .call-to-action-btn{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .learn-mobile-textcentre{
        text-align: center;
    }
    #footer {
        padding-left: 15px;
    }
    .mob-device, .market-section .text-end {
        text-align: center !important;
        margin: auto;
        display: block;
    }
    .space-col.col-lg-6{
        width: 100% !important;
    }
    .desktop{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .datadeliveredyou .call-to-action-btn{
        margin: auto;
    }
    .main-table-card .other-columns-right {
        flex: 0 0 25%;
        margin-top: 15px;
        max-width: 25%;
    }
    .main-table-card .other-columns-right .price-pack p b {
        font-size: 23px;
        color: #f05e46;
    }
}
@media (max-width:426px){
    .stortrack-form .hbspt-form .hs-error-msgs, .quote-form .hbspt-form .hs-error-msgs, .siteline-form .hbspt-form .hs-error-msgs, .contact-form .hbspt-form .hs-error-msgs{
        width: 100%;
        text-align: right;
        max-width: 88%;
    }
    #contact_section h2{
        font-size: 2em !important;
    }
    .optimize-banner p{
        text-align: center !important;
    }
    .optimize-banner .banner-btn{
        margin: auto;
    }
    .optimize-banner-below .ms-5-5{
        margin-left: 0px !important;
    }
    .optimize-getstaredwith .ms-5-5{
        margin-left: 0px !important;
    }
    .apibanner h1 {
        font-size: 3.2em !important;
        text-align: center; 
    }
    .apibanner p, .apibanner .banner-btn{
        text-align: center;
        margin: auto;
    }
    .stortrackfor-sitelinkbanner, .about-banner, .contact-banner {
        text-align: center; 
    }
    .stortrackfor-sitelinkbanner p, .stortrackfor-sitelinkbanner .banner-btn{
        text-align: center;
        margin: auto;
    }
    .explorer-banner h1, .explorer-banner p, .explorer-banner .banner-btn{
        text-align: center;
        margin: auto;
    }
    .market-section{
        padding-left: 15px;
    }
    .main-table-card .free-col .price-pack h3{
        padding: 54px 0 !important;
    }
}

@media (max-width: 376px){
    .main-table-card .other-columns-right .price-pack{
        min-height: 175px !important;
    }
    .main-table-card .billed-annually-txt{
        font-size: 9px!important;
    }
}
@media (max-width: 1026px) {
    .btn-left{
        margin-left: -33px !important;
    }

}
@media (max-width: 1024px) {
    .main-table-card .other-columns-right .price-pack p{
        font-size: 11px !important;
    }
}


.learn-mobile-textcentre{
    margin-right: 11px;
}
.desktop{
    margin-left: -50px; 
    margin-right: -50px;
}
#header .header-nav-top .nav > li > a:hover{
    color: #fff;
}
.header-nav-top .nav-pills .nav-item:hover  {
    background: #5A6E82;
    color: #fff;
    width: auto;
    height: auto;
}
.social-icons li a:hover {
    border: 1px solid #fff;
}

#header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu{
    max-width: 400px;
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1px;
    margin-top: 1px;
    border-top: 1px solid #f05e46 !important;
}
#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before{
    top:95%;
    margin-top: 0px;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a{
    font-size: 15px;
    font-weight: 500;
    color: #f05e46;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content{
    padding: 1rem;
}
.divider-right-border {
    border-right: 3px solid rgb(90 110 130 / 15%);
}
#footer a:not(.btn):not(.no-footer-css).link-hover-style-1, .company-address{
	color: #ccc;
}
#footer .footer-copyright p{
	padding: 15px 0px;
}
.inner-text-ft{
    font-size: 1em;
    color: #ccc;
    padding-left: 15px;
}
.two-level-text{
    padding-left: 30px;
}
.two-level-text .fas.fa-angle-right::before{
    font-size: 0.8em;
    color: var(--primary);
}
.feature-box:hover {
    background-color: #f05e46;
    cursor: pointer;
    border-radius: 10px;
}
.feature-box:hover .feature-box-info h4,
.feature-box:hover .feature-box-info p {
       color: #fff;
}
.feature-box .feature-box-icon:hover{
    background: #5a6e82;
    border: 1px solid #5a6e82;
}
.feature-box-icon:hover{
    background: #5a6e82;
    border: 1px solid #5a6e82;
}
.feature-box:hover .feature-box-icon{
    background: #5a6e82; 
    border: 1px solid #5a6e82; 
}
.feature-box.explore:hover .feature-box-icon.explore{
background: transparent;
cursor: default;
border: 1px solid #f05e46;
}
.feature-box.explore:hover{
    background: transparent;
    cursor: default; 
}
.feature-box.explore:hover .feature-box-info p {
       color: #5a6e82;
}
.feature-box.explore:hover .feature-box-info h4 {
       color: #181E1F;
}
#sub-menu ul li a{
    color: #fff !important;
}
#sub-menu ul li a:hover{
    color: #f05e46 !important;
}
.modal-content .modal-header h4.modal-title{
    color: #181E1F !important;
}
.popupheight-overflow .modal-body {
    max-height: 500px;
    overflow: auto;
}
.mouse-in-icon {
    display: none;
}
.mouse-out-icon {
    display: inline-block;
}
.feature-box:hover .image-hover .mouse-in-icon{
    display: inline-block;
}
.feature-box:hover .image-hover .mouse-out-icon{
    display: none;
}
/* explore css here */
.ex-btn-radius {
    border-radius: 10px;
}
.try-btn .btn-secondary:hover {
    background: #5A6E82;
    border: 1px solid #5A6E82;
}
.explor-left{
    padding-left: 7px;
}
.explor-left .feature-box-style-3{
    margin-left: 21px;
}

.card-border:after {
    background: #f05e46;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 25px;
    box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
}
.explorer-box {
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.explorer-box .card-text{
    min-height: 183px;
}
.card-boder-no {
    border: none;
}
.unlimitedsection {
    position: relative;
    top: -160px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.market-section {
    margin-top: -140px !important;
}
.quote .modal-body{
    max-height:calc(100vh - 180px);
}
.getaquote .modal-body{
    max-height:calc(100vh - 180px);
}
/* pricetable */
.main-table-card .card{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.card-thin-bg{
    background: #f05e46;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.other-columns-right .card-border-top-table{
    background: #f05e46;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 15px;
    box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
}
.main-table-card .other-columns-right:hover .price-pack .card-border-top-table{
    box-shadow: none;
}

.stores-market{
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
.stores-market li:nth-child(odd) {
    background: #ececec;
}
.stores-market li{
    padding: 2px 10px;
}

.product-details-left .card-border-top-table {
    background: #f05e46;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 15px;
    box-shadow: 0 10px 10px -6px rgba(0,0,0,.5);
}
.product-details-left .price-pack{
    background: transparent;
    color: #fff;
    margin-bottom: 15px;
    min-height: 97px;
    text-align: center;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 1px solid #d2d8dd;
    background: #fff;
}
.product-details-left .price-pack h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 4.9;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #5a6e82;
}
.price-pack {
    background: transparent;
    margin-bottom: 15px;
    min-height: 97px;
    padding: 0;
    text-align: center;
}
.free-box{
    color: #fff;
    margin-bottom: 15px;
    min-height: 97px;
    text-align: center;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.main-table-card .other-columns-right:hover{
    box-shadow: 0 0 10px 0 #f05e46;
    border: none;
    z-index: 1;
    cursor: pointer;
}

.main-table-card .other-columns-right:hover .price-pack {
    background: #f05e46;
    color: #fff;
}
.main-table-card .other-columns-right:hover .price-pack h3,
.main-table-card .other-columns-right:hover .price-pack p,
.main-table-card .other-columns-right:hover .price-pack p b i,
.main-table-card .other-columns-right:hover .price-pack p b {
    color: #fff;
}

.star{
    font: 5px;
}
.main-table-card .right-shadow{
    box-shadow: 8px 0 10px -6px #a9a9a9;
}
.main-table-card .other-columns-right {
    background: #fff;
    border: 1px solid #d2d8dd;
    /* box-shadow: 8px 0 10px -6px #a9a9a9; */
    padding-bottom: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.main-table-card .other-columns-right .price-pack p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
}
.main-table-card .last-two-columns .price-pack h3 {
    padding-top: 18px;
}
.main-table-card .other-columns-right .price-pack p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
}
.main-table-card .other-columns-right .price-pack p b {
    font-size: 28px;
    color: #f05e46;
}
.main-table-card .other-columns-right .price-pack {
    margin-bottom: 26px;
    min-height: 122px;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #d2d8dd;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}
.main-table-card .other-columns-right .price-pack h3 {
    color: #5a6e82;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 25px;
    text-transform: uppercase;
}
.main-table-card .free-col .price-pack h3 {
    padding: 38px 0;
}
.main-table-card .product-details-left {
    background: #fff;
    box-shadow: -8px 0 10px -6px #a9a9a9;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #d2d8dd;
}
.main-table-card .other-columns-right ul li i {
    color: #5a6e82;
    margin-top: -8px;
    width: 0px;
}
.main-table-card .other-columns-right ul li {
    display: block;
    height: 28px;
    text-align: center;
}
.main-table-card .other-columns-right ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
}
.main-table-card .product-details-left h4 {
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding-left: 12px;
}
.main-table-card .product-details-left ul {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 0;
}
.main-table-card .other-columns-right h4 {
    height: 15px;
}
.main-table-card .product-details-left ul li  {
    font-size: 13px;
}
.main-table-card .other-columns-right ul li span i {
    color: #f05e46;
    font-size: 7px;
    position: relative;
    left: 15px;
    top: -9px;
}
.main-table-card .other-columns-right .price-pack p {
    color: #5a6e82;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 2px;
}
.main-table-card .billed-annually-txt {
    display: block;
    font-size: 11px;
    margin-top: -3px;
}
.main-table-card .other-columns-right .price-pack p i {
    font-size: 18px;
    font-style: normal;
    padding-left: 3px;
}

.main-table-card .price-pack {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1;
}
.height-bg-0 {
    height: 250px;
    top: -106px;
}

.modal-dialog{
    width: 100%;
    max-width: 600px;
}
.modal-dialog.quote{
    width: 100%;
    max-width: 750px;
}
.wrapper-pulse img{
   width: 100%;
   height: 100%;
}
.bounce-loader{
	width: 100px;
}
section.section.explorer-bg:before {
    background: rgb(254, 245, 244);
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 10%, rgba(241, 94, 70, 1) 100%);
}

.space-col.col-lg-6{
    width: 45%;
}
.modal-body .getaquote{
    margin-top: 0px;
}
.quote-form{
    margin-top: 25px;
}

.quote-form .hbspt-form .hs-error-msgs  {
        font-size: 11px;
        color: #f05e46;
        list-style: none;
        padding-left: 0px;
        position: absolute;
}

.quote-form .hbspt-form span {
    font-family: "Montserrat" !important;
    font-size: 13px;
    color: #181E1F;
    font-weight: 500;
}
.quote-form .hs-form-field input[type=email], .stortrack-form .hs-form-field input[type=tel], .stortrack-form .hs-form-field input[type=text] {
    min-height: 32px !important;
    width: 100%;
}
.quote-form .hs-input {
    background: #fff;
    border: 1px solid #5a6e829d;
    margin-right: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-size: 15px;
    border-radius: 5px;
}
.quote-form .hbspt-form .hs-button {
    background: #f1654e !important;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    padding: 5px 40px;
    border: 1px solid #f15d47;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
}
.quote-form fieldset {
    width: 100%;
    margin-bottom: 10px;
}
.quote-form .inputs-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.quote-form span {
    font-weight: 400;
    color: #33475b;
    font-size: .8em;
}
.quote-form .form-columns-0, .quote-formlabel, .quote-form .my-list li:last-child {
    margin-bottom: 0;
}
.quote-form .hs-form-field input[type=email], .quote-form .hs-form-field input[type=tel], .quote-form .hs-form-field input[type=text] {
    min-height: 32px !important;
}
.quote-form .hs-custom-style fieldset{
    width: 100%;
    margin-bottom: 15px;
}
.quote-form .hs_company input[type=text], .quote-form .hs_firstname input[type=text], .quote-form .hs_jobtitle input[type=text], .quote-form .hs_lastname input[type=text], .quote-form .hs_state input[type=text]{
    width: 100%;
}

.quote .modal-header .btn-close {
    text-indent: -99999px;
    box-shadow: none;
    position: relative;
    top: -42px;
}
.getstart-box{
    position:relative; 
    top:0;
    width: 100%;
}
.getstart-box-gradient-explorer{
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 10%, rgba(241, 94, 70, 1) 100%);
    width: 100%;
    height: 220px;
    padding: 3px;
    margin-top: -110px;
}
.getstart-box-gradient{
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 0%, rgba(253, 234, 231, 1) 50%);
    width: 100%;
    height: 220px;
    padding: 3px;
    margin-top: -110px;
}
 .get-started-mt{
    margin-top: 50px !important;
 }

/* optimize css here */

.optimize-box .card-text{
    min-height: 154px;
}
.optimize-box {
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.height-bg-0-optimize{
    height: 240px;
    top: -200px
}

.get-boxthree{
    position:relative; 
    top:0;
    width: 100%;
}
.optimize-gradient{
    background: linear-gradient(180deg, rgba(251, 251, 251, 1) 0%, rgba(253, 234, 231, 1) 50%);
    /* background: linear-gradient(180deg, rgba(251, 251, 251, 1) 10%, rgba(241, 94, 70, 1) 100%); */
    width: 100%;
    height: 100px;
    padding: 3px;
    margin-top: -92px;
}
#footer .footer-copyright nav{
    cursor: pointer;
}
.circle-img{
    opacity: .15;
    display: block;
    text-align: center;
}
.optimize-box .ex-btn-radius{
    width: 100%;
    padding: 10px;
}
.header-body .header-logo{
	height: auto !important;
	width: auto !important;
}
/* Sitelink css here */
.sitelink.section.section-overlay-opacity-gradient:before{
    background: #f05e46;
}
.sitelink-bg {
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.sitelink-bg .card-text{
    min-height: 110px;
}
.siteline-form .hbspt-form span {
    font-family: "Montserrat" !important ;
    font-size: 13px ;
    color: #5A6E82;
    font-weight: 500;
}
.siteline-form .hs-input{
    background: #fff;
    border: 1px solid #5a6e829d;
    margin-right: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-size: 15px;
    border-radius:5px;
}
.siteline-form .actions .primary {
    background: #5A6E82 !important;
}
.siteline-form .hbspt-form fieldset{
    padding: 10px;
}
.siteline-form .hs-form-field input[type=email], .siteline-form .hs-form-field input[type=tel], .siteline-form .hs-form-field input[type=text] {
    min-height: 32px !important;
    width: 100%;
}
.siteline-form .hbspt-form .hs-error-msgs {
    font-size: 11px;
    color: #ff7373;
    list-style: none;
    padding-left: 0px;
    position: absolute;
}
.siteline-form .hbspt-form .hs-button {
    background: #f1654e !important;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    padding: 5px 40px;
    border: 1px solid #f15d47;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.siteline-form .hbspt-form .hs_error_rollup .hs-error-msgs {
    padding-left: 10px;
}
.social-icons-facebook a img{
  margin-top: -3px;
  margin-left: -1px;
}
.siteline-form textarea:focus, input:focus{
    outline: none;
}
.siteline-form .inputs-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.modal-body .siteline-form-ht  {
    max-height: calc(100vh - 180px);
}
.quote .modal-header .site-close{
    top:-12px;
}
.c-stepper__item {
    position: relative;
    display: flex;
    gap: 1rem;
    padding-bottom: 0;
}
.c-stepper__item:before {
    content: "";
    flex: 0 0 var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    background: url(../images/spinner.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.c-stepper__item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(var(--circle-size) + var(--spacing));
    bottom: var(--spacing);
    z-index: 1;
    transform: translateX(calc(var(--circle-size) / 2));
    width: 1px;
    background-color: #aeaeae;
}
.c-stepper__title {
    font-weight: 700;
    font-size: 14px;
    margin-top: 4px;
    color: #f05e46;
    text-transform: uppercase;
}
.c-stepper__item p, .c-stepper__title {
    margin-bottom: 10px;
}
.c-stepper__desc {
    font-size: 13px;
}
:root {
    --circle-size: clamp(28px, 10px, 10px);
    --spacing: clamp(2px, 2px, 2px);
}
.float-shadow:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.float-shadow {
    display: inline-block;
    /* position: relative; */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}
.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
.float-shadow:hover:before {
    opacity: .6;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.aggregate:hover{
    color: #f05e46 !important;
}
.video-box {
    position: relative;
    width: 100%;
}
.overlayvideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background: rgba(0, 0, 0, .47);
    cursor: pointer;
    border-radius: 16px;
}
  .video-box:hover .overlayvideo {
    opacity: 0.5;
}
  .img-shadow img{
    border-radius: 18px;
    box-shadow: 1px 1px 23px -4px rgba(0,0,0,0.3);
}
.video-icon{
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    cursor: pointer;
    opacity: 0.8;
}
.video-box:hover .video-icon{
    opacity: 1;
}

/* Data-services-API css here */
.data-services-api.section.section-overlay-opacity-gradient:before{
    background: #f05e46;
    height: 650px;
}
/* About css here */
.abt-top{
    border-radius: 15px;
    background: #fff !important;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1)!important;
}
.abt-top.api{
    border-radius: 15px;
    background: #fff !important;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3)!important;
    top: 85px;
}
.about.section.section-overlay-opacity-gradient:before{
    background: #f05e46;
    height: 300px;
}
.companybranchlogo-box{
    width: 100%;
    height: 150px;
}
.abt-top .container > .row > [class*="col-"]{
    display: initial;
}
/* Contact css here */
.contact-shadow{
    border-radius: 15px;
    background: #fff !important;
    box-shadow: 1px 6px 23px 3px rgba(74,74,74,0.15) !important;
}
.contact-form{
    width: 75%;
    margin: auto;
}

.contact-form .hbspt-form span {
    font-family: "Montserrat" !important;
    font-size: 14px;
    color: #5A6E82;
    font-weight: 500;
}
.contact-form .hs-input{
    background: #fff;
    border: 1px solid #5a6e829d;
    margin-right: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-size: 15px;
    border-radius:5px;
}
.contact-form .actions .primary {
    background: #5A6E82 !important;
}
.contact-form .hbspt-form fieldset{
    padding: 10px;
}
.contact-form .hs-form-field input[type=email], .contact-form .hs-form-field input[type=tel], .contact-form .hs-form-field input[type=text] {
    min-height: 32px !important;
    width: 100%;
}
.contact-form .hbspt-form .hs-error-msgs {
    font-size: 11px;
    color: #ff7373;
    list-style: none;
    padding-left: 0px;
    position: absolute;
}
.contact-form .hbspt-form .hs-button {
    background: #f1654e !important;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    padding: 5px 40px;
    border: 1px solid #f15d47;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.contact-form .hbspt-form .hs_error_rollup .hs-error-msgs {
    padding-left: 10px;
}

.contact-form textarea:focus, input:focus{
    outline: none;
}
.contact-form .multi-container{
    list-style: none;
    padding-left: 0px;
}
.contact-form form{
    padding-left: 0px;
    padding-right: 0px;
}
.contactform-shadow{
    border-radius: 15px;
    background: #fff !important;
    box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.13) !important;
}
body[data-plugin-page-transition]{
    padding-right: 0px !important;
}

/* requesttrial-optimize here */
.requesttrial-optimize .blur {
    background-color: hsl(0deg 0% 100%);
}
.requesttrial-optimize .mx-auto {
    margin-right: auto;
    margin-left: auto;
    float: none;
}
.requesttrial-optimize .z-index-2 {
    z-index: 3;
}
.requesttrial-optimize .shadow-blur {
    box-shadow: inset 0 0 1px 1px hsla(0, 0%, 100%, .9), 0 20px 27px 0 rgba(0, 0, 0, .05);
}
.requesttrial-optimize .border-radius-xl {
    border-radius: 12px;
}
.requesttrial-optimize .mt-n10 {
    margin-top: -7rem;
}
.requesttrial-optimize .intro-img-box {
    margin: auto;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.requesttrial-optimize .title-name {
    line-height: 24px;
}
.requesttrial-optimize h5 {
    font-size: 1.4em;
    font-weight: 400;
    text-transform: capitalize;
}
.requesttrial-optimize .vertical.dark {
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .4), transparent);
}
.requesttrial-optimize .vertical {
    position: relative;
    background-color: transparent;
    height: 100%;
    right: 1px;
    top: -241px;
    width: 1px;
    margin: auto;
    bottom: 0;
    left: 138px;
}
.requesttrial-optimize .my-list ul{
    padding-left: 0px;
}
.requesttrial-optimize .my-list {
    margin: 22px 17px 22px;
}
.requesttrial-optimize .my-list li {
    list-style: none;
    margin-bottom: 35px;
    display: flex;
    font-size: 1.2em;
}
.requesttrial-optimize .my-list li img {
    height: 20px;
    width: 20px;
    margin-top: 4px;
    margin-right: 10px;
}
.requesttrial-optimize .requesttrial-optimizeform ul{
    list-style: none;
    padding-left: 0px;
}
.requesttrial-optimize .requesttrial-optimizeform .hs-richtext h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: -35px;
    margin-top: 8px;
}
.requesttrial-optimize .requesttrial-optimizeform .hs-richtext h3 strong{
    line-height: 60px;
}
.requesttrial-optimize .requesttrial-optimizeform form {
    padding: 0 40px;
}
.requesttrial-optimize h1{
    padding-top: 30px;
}
.requesttrial-optimize .choose-img {
    height: 80px;
    margin: 20px auto auto;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.requesttrial-optimize .card-title {
    font-size: 1.6em;
    padding-top: 0px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
}
.requesttrial-optimize .card-text {
    font-size: 1.2em;
    line-height: 1.3;
    padding: 0 12px;
    margin: 0;
    min-height: 75px;
    text-align: center;
}

/* requesttrial-explorer */
.requesttrial-explorer.text-4{
    padding-left: 0px;
}
.requesttrial-explorer li{
    line-height: 30px;
    list-style: none;
    display: flex;
    margin-bottom: 15px;
}
.requesttrialexplorer-form {
    padding: 0 40px;
}
.requesttrial-explorer li img {
    height: 20px;
    width: 20px;
    margin-top: 4px;
    margin-right: 10px;
}
.requesttrialexplorer-form .hs-richtext{
    padding-top: 20px;
}
.requesttrialexplorer-form h1{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}
.requesttrialexplorer-form ul{
    list-style: none;
    padding-left: 0px;
}
.btn-dark-loign{
    background: #f15d47;
    color: #fff;
    padding: 0.533rem 1.933rem;
}
.btn-dark-loign:hover{
    border: 1px solid  #f15d47;
    color: #181E1F;
}
.login-design .text-color-blue{
    color: #279fbb;
}
.login-design .text-color-blue:hover{
    text-decoration: underline !important;
    color: #f15d47 !important; 
}
.login-design #emailerror, #erroralert, #pwderror, #emailErroralert , #Signinerror, #Signinerror1{
    color: #f15d47;
}
.login-design .form-control{
    border: 1px solid #5a6e829d;
}
.contactform-shadow.success-hubspot-msg{
    padding: 30px 12px;
}
.contactform-shadow.success-hubspot-msg a{
    color: #279fbb;
}
.contactform-shadow.success-hubspot-msg a:hover{
    color: #1e7589;
    text-decoration: none;
}
.login-design .sigindropdown-txt .sigindropdown-opt{
    border: 0px; 
    width: 100%; 
    cursor: pointer; 
    height:38px; 
    padding-left: 10px;max-width: 100%; 
    border-radius: 0.5rem; 
    border-right: 16px solid transparent; 
    background:#fff;
}
@-moz-document url-prefix(){
    .sigindropdown-txt .sigindropdown-opt option{
        font-family: 'Montserrat', Arial, sans-serif !important;
    }
}
.banner-btn.btn-red .btn-rounded{
    background: #f05e46;
    color: #fff;
}
.banner-btn.btn-red .btn-rounded:hover {
    background: #5a6e82;
    color: #fff;
}
.globemap a.image-hotspot{
    background: #181E1F;
}
.textshowprice{
    text-align: right;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
}
/* Toggles css */
.custom-toggles .tab-content{
    border: none;
    padding: 0px;
}
.custom-toggles .nav-item.active{
    background: #2793d4;
    border-radius: 25px;
    margin-left: -1px;
}
html body .tabs.custom-toggles .nav-tabs .nav-link.active{
    background: #2793d4;
    border: none;
    color: #fff !important;

}
html body .tabs.custom-toggles .nav-tabs .nav-link, html body .tabs.custom-toggles .nav-tabs .nav-link:hover{
    border: 1px solid #2793d4;
    color: #2793d4;
    border: none;
    border-radius: 25px;
    margin-left: 0px;
    margin-right: 0px;
    background: transparent;
}
.tabs-center.custom-toggles .nav-tabs{
    border: 1px solid #2793d4;
    border-radius: 25px;
}
.tabs.custom-toggles .nav-tabs .nav-link:hover{
    color: #fff;
    border-radius: 25px;
}
html body .tabs.custom-toggles .nav-tabs .nav-link.active:hover{
    background: #2793d4;
    border: none;
    color: #fff !important;
}
.ukbroimg {
    display: flex;
    align-items: center;
}
.regiondrop select option {
    background-color: white; 
    color: black;
  }
  .popover .popover-body {
    background-color: #fff; 
    color: #000; 
    border-radius: 6px;
    border: 1px solid #000;
    font-size: 14px;
    font-family: "Montserrat";
    position: absolute;
    top: 90px;
    width: 165px;
    right: -48px;
    padding: 7px;
    box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.13) !important;
  }
  .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before{
    left: -114px;
    top: 110px;
  }

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after{
    border-right-color:#000 !important;
    left: -114px;
    top: 111px;
}
.item img{
    cursor: pointer;
}
.popover {
    z-index: 1;
}
.custom-select-1 select.form-select{
	cursor: pointer;
    font-weight: 600 !important;	
}
/* .owl-2-style .owl-nav {
    display: none; 
} */

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
}
.owl-2-style .owl-dots .owl-dot {
      display: inline-block; 
}
.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 0px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
    border-radius: 50%; 
}
.owl-2-style .owl-dots .owl-dot.active span {
        background: #007bff; 
}
.owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
        outline: none; 
}
.owl-2-style .testimonial .testimonial-author{
    justify-content: center;
}
.owl-2-style .testimonial.testimonial-style-4 .testimonial-author{
    width: auto;
}
.owl-2-style .testimonial.testimonial-style-4 .testimonial-author img{
    max-width: 100%;
}
.owl-2-style .box-shadow-1:before{
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.3);
}
.testimonial .color-paragraph{
    min-height: 170px;
}
.testimonial .name-desg{
    min-height: 80px;
}
.testimonial .color-paragraph.text-4{
    font-size: 15px !important;
}
.owl-theme .owl-nav{
    margin-top: -12px;
}
.owl-2 [aria-label="Previous"], .owl-2 [aria-label="Next"]{
    display: none;
}
.owl-2 .owl-nav button.owl-next{
    margin-right: 23px;
}
.testimonial.testimonial-style-4 .testimonial-author{
    margin-left: 0px;
}
.gallery-grid-item {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.gallery-grid-item:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  cursor: pointer;
}
.owl-item{
  opacity: 1 !important;
} 
.col-half-section-explorer{
    max-width: 100%;
}
.container-xl-custom .banner-btn .btn-rounded{
    border-radius: 10px;
    padding: 10px 24px 10px;
}
.container-xl-custom .banner-btn.btn-red .btn-rounded{
    background: #5a6e82;
    color: #fff;
}
.container-xl-custom .banner-btn.btn-red .btn-rounded:hover {
    background: #f05e46;
    color: #fff;
}
.regiondrop .form-select.form-select-icon-light{
    background-size: 20px 17px;
}
.bg-white{
    background: #fff;
    color:#f05e46;
    border-radius: 6px;
}
.bg-white:hover{
    color: #5a6e82;
}
.bg-red {
    background: #f05e46; 
}
.headclose-btn{
    background: url(../images/close.png) no-repeat;
    margin-top: 10px;
    opacity: 2;
}
#us-content-text .banner-btn .btn-rounded, #uk-content-text .banner-btn .btn-rounded{
    width: 100%;
	padding: 12px 10px 12px;
}
.optimi-btn-page{
    background: #fff;
    color:#f05e46;
    border-radius: 10px;
}
.api-page  .apibtn-color.banner-btn .btn-light.btn-rounded {
    background: #5a6e82;
    color: #fff;
}
.pr-des{
    padding-right: 30px;
}
.pl-des{
    padding-left: 30px;
}
.api-page .banner-btn.btn-red .btn-rounded{
    background: #f05e46;
    color: #fff;
    border-radius: 10px;
}
.explor-left-optimize{
    padding-left: 12px;
}

.icon-zoom{
    transition: .2s;
}
  
  .icon-zoom:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.2); 
  }
.tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:focus, .tabs.tabs-simple .nav-tabs>li .nav-link:hover {

    padding: 12px 61px;
}
.tabtext {
    color: #2E3336; 
    font-weight: 600;
    /* padding-left: 8px;
    margin-left: -25px; */
}
.icon-box:hover .img-box .inactive-icon,
.nav-link.active .inactive-icon,
.nav-link:hover .inactive-icon,
.icon-box .img-box .active-icon,
.icon-box .img-box.active .inactive-icon,
.icon-box.active .img-box .inactive-icon {
    display: none; 
}
.icon-box .img-box .inactive-icon,
.nav-link.active .active-icon,
.nav-link:hover .active-icon,
.icon-box:hover .img-box .active-icon,
.icon-box.active .img-box .active-icon {
    display: inline-block; 
}
.nav-link.active + .tabtext {
    color: #FF5733;
    font-weight: 600; 
    margin-left: -25px;
}
.nav-item .icon-zoom .active .tabtext:hover{
    color: #FF5733; 
    cursor: pointer;
}
.nav-item:hover .tabtext {
    color: #FF5733; 
    cursor: pointer;
    font-weight: 600;
}
.nav-item.active .tabtext{
    color: #FF5733;  
}
.tabs.tabs-simple .nav-tabs>li .nav-link{
    background: #f4f4f4;
}
.tab-active .tabtext{
    color: #FF5733; 
}
.tabs.tabs-simple .nav-tabs>li .nav-link:hover{
    background: #FF5733;
}
.icon-box{
    padding-left:22px;
}
.tabs.tabs-simple .nav-tabs>li .nav-link, .tabs.tabs-simple .nav-tabs>li .nav-link:focus, .tabs.tabs-simple .nav-tabs>li .nav-link:hover{
    border-radius: 5px;
}
.img-box{
    padding: 0px;
    width: 100px;
    height: 100px;
}
.imb-box-centre{
    position: relative;
    right: 30px;
    top: 8px;
}
.icon-zoom {
    margin-right: 100px; 
    text-align: center; 
}
.tabs.tabs-simple .nav-tabs>li{
    padding-left: 0px;
}
 .nav-item:hover .tabtext body .tabs.tabs-bottom .nav-tabs li .nav-link:hover{
    background: #000;
}
.nav-item:hover .icon-box .nav-link.img-box{
    background: #f05e46 !important;
}
#product_section .icon-box .img-box{
	margin: 0 auto;
	margin-bottom: 15px;
}
.icon-box .nav-link.active + .tabtext{
	margin-left: 0px;
}
#product_section .nav-item.icon-zoom:hover{
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#product_section .icon-box.active .img-box{
	background: #f05e46;
}
.icon-box.active .tabtext{
	color: #f05e46;
}
.icon-box .tabtext{
	text-decoration: none !important;
}
.explorer-tabs .nav-tabs{
	border-bottom: 3px solid #f05e46;
}
.explorer-tabs .nav-tabs .nav-link.active{
	background: #f05e46;
    color: #fff !important;
    border-top: 3px solid transparent;
}
.explorer-tabs .nav-tabs .nav-link{
	font-size: 18px;
    letter-spacing: 1px;
	color: #5a6e82;
	font-weight: 600;
	margin-bottom: 0px;
}
.explorer-tabs .nav-tabs li .nav-link:hover, .explorer-tabs .nav-tabs li .nav-link:focus{
	color: #5a6e82;
}
.tab-content.explorer-tabs-value{
	border: none;
    padding-bottom: 0;
    box-shadow: none;
}
.get-the-market .fa-angle-right{
	background: #f05e46;
    color: #fff;
    padding: 7px 10px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    font-size: 15px;
}
.get-the-market:hover .fa-angle-right{	
	background: #fff;
    color: #5a6e82;
}
.checkbox-lists .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  transition: all 0.2s ease;
  border-color: #fff;
}
.checkbox-lists .checkbox .checkmark {
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: opacity 0.2s ease;
}
.checkbox-lists .checkbox-label span{
	margin-left: 5px;
    position: relative;
    bottom: 1px;
}
.checkbox-lists{
	display: flex;
    gap: 40px;	
	margin-bottom: 25px;
    margin-top: 5px;
}
@media (max-width: 991px){
	body .checkbox-lists{
	display: block;
    margin-bottom: 5px;	
}
}
.location-dropdown.btn-secondary.btn{
	background-color: #fff !important;
	color: #f05e46 !important;
	text-align: left;
}
.location-dropdown.btn-secondary.btn:hover,
.location-dropdown.btn-secondary.btn:focus{
	color: #5a6e82 !important;
}
.dropdown-container p{
	color: #fff;
	margin-bottom: 0px;
}
.dropdown-container{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.signin-error-msg{
    background: rgb(240, 94, 70, 0.2);
    color: #232323;
    padding: 10px;
    border: 1px solid #ccc;
    border-left: 5px solid #f05e46;
    margin-bottom: 15px;
	display: none;
	gap: 10px;
}
.signin-error-msg .fa-info-circle{
	position: relative;
    top: 5px;
    font-size: 20px;
}
@media (max-width: 1200px){	
	.break-remove br{
		display: none;
	}
}
.sitelink-bg.optimize-price-col .card-text{
	min-height: 156px;	
}

/*new optimize design*/
.optimize-section-one{
	background: #fff3f1;	
}
.optimize-section-one p{
	color: #4a5565;
}
.optimize-section-one .tag-title,
.customer-says .tag-title,
.explorer-section-one .feature-box-info .tag-title,
.new-optimize-pg .optimize-new-left .tag-title{
	background: #ffded8;
    font-size: 0.875rem;
    color: #f64528;
    display: flex;
    width: fit-content;
    gap: 7px;
    padding: 5px 15px;
    border-radius: 20px;
	margin-bottom: 15px;
}
.optimize-section-one .tag-title svg,
.explorer-section-one .feature-box-info .tag-title svg,
.new-optimize-pg .optimize-new-left .tag-title svg{
	width: 16px;
}
.optimize-section-one .color-heading span{
	color: #f05e46;
}
.optimize-section-one .color-heading{
	color: #101828;
}
.new-optimize-pg .banner-btn.btn-red .btn-light.btn-rounded,
.explorer-section-one .banner-btn.btn-red .btn-light{
	background: #fff;
    border: 1px solid #a1a1a1;
    color: #0a0a0a;	
}
.explorer-section-one .banner-btn.btn-red .btn-light{
	padding: 12px 15px 12px;
}
.new-optimize-pg .banner-btn.btn-red .btn-light.btn-rounded:hover,
.explorer-section-one .banner-btn.btn-red .btn-light:hover{
	background: #e9ebef;
	color: #0a0a0a;
}
.optimize-section-one .banner-btn.btn-red .btn-rounded{
	border: 1px solid #f64528;
}
.optimize-section-one .row.btn-row{
	flex-wrap: nowrap;
}
.optimize-section-one .banner-btn.btn-red{
	width: auto;
}
.real-time-rate{
	text-align: center;
}
.real-time-rate .sub-txt{
	color: #4a5565;
}
.real-time-rate .country-count{
	color: #6a7282;	
	font-size: 12px;
	line-height: normal;
    margin-top: -3px;
}
.optimize-section-one .image-box{
	width: 100%;
	background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.optimize-section-one .image-box .bg-orange-border{
	display: flex;
    justify-content: space-between;
    background: #fff3f1;
    padding: 15px 20px;
    border: 1px solid #f05e46;
    border-radius: 10px;
}
.optimize-section-one .image-box .image-heading{
	color: #4a5565;
    font-size: 16px;
    margin-bottom: 7px;
	margin-left: 3px;
}
.optimize-section-one .image-box .bg-orange-border .font-medium,
.pricing-tiers .tabs.tabs-simple .grey-price-border .font-medium{
	color: #0a0a0a;
    font-weight: 600;
    font-size: 16px;
}
.optimize-section-one .image-box .bg-orange-border .text-sm,
.pricing-tiers .tabs.tabs-simple .grey-price-border .text-sm,
.pricing-tiers .tabs.tabs-simple .grey-price-border .text-lg,
.new-optimize-pg p{
	color: #4a5565;
}
.red-txt{
	color: #f05e46;
}
.optimize-section-one .image-box .bg-orange-border .text-xl,
.pricing-tiers .tabs.tabs-simple .grey-price-border .text-xl{
	font-size: 1.25rem;
    font-weight: 700;
    color: #0a0a0a;
}
.pricing-tiers .tabs.tabs-simple .grey-price-border .text-xl{
	text-align: right;
}
.optimize-section-one .image-box .bg-orange-border .text-right .green.text-sm{
	color: #00a63e;
    gap: 2px;
    display: flex;
    align-items: center;
	justify-content: end;
}
.pricing-tiers .tabs.tabs-simple .grey-price-border .text-right .green.text-sm{
	color: #00a63e;
	text-align: right;
}
.pricing-tiers .tabs.tabs-simple .grey-price-border .text-right .green.text-sm{
	font-weight: 500;
	font-size: 13px;
    line-height: normal;
}
.optimize-section-one .image-box .bg-orange-border.grey-border{
	border: 1px solid transparent;
    background: #f4f4f4;
}
.optimize-section-one .image-box .bg-orange-border .red.text-sm{
	color: #f05e46;
	gap: 2px;
    display: flex;
    align-items: center;
	justify-content: end;
}
@media (min-width: 1200px){	
	.optimize-section-one .image-box{
		margin-left: 20px;		
	}
	.ready-columns{
		margin-left: -15px;
		margin-right: -15px;
	}
}
.new-optimize-pg .grids-columns{
	text-align: left;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 25px;
	height: 100%;
	transition: box-shadow .6s 
	ease, -webkit-transform .6s 
	ease;
	transition: transform .6s 
	ease, box-shadow .6s 
	ease;
	transition: transform .6s 
	ease, box-shadow .6s 
	ease, -webkit-transform .6s 
	ease;
}
.new-optimize-pg .grids-columns:hover{
	border: 1px solid #f05e46;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.new-optimize-pg .grids-columns svg{
	color: #f05e46;
    background: #fff3f1;
    padding: 12px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.new-optimize-pg .grids-columns .grid-heading{
	color: #101828;
    margin-bottom: 15px;
	min-height: 52px;
	font-weight: 600;
	font-size: 1.4em;
}
.new-optimize-pg .grids-columns p{
	color: #4a5565;
    margin-bottom: 0;
}
.pricing-tiers{
	background-color: #fbf9fa;
}
.pricing-tiers .tabs-simple .icon-box,
.self-vechicle-tab.tabs.tabs-simple .icon-box,
.explorer-pricing .tabs-simple .icon-box{
	padding-left: 0;
}
.pricing-tiers .tabs.tabs-simple .nav-tabs>li,
.self-vechicle-tab.tabs.tabs-simple .nav-tabs>li,
.explorer-pricing .tabs-simple .nav-tabs>li{
	margin-left: 0;
	margin-bottom: 0;
}
.pricing-tiers .tabs.tabs-simple .nav-tabs,
.self-vechicle-tab.tabs.tabs-simple .nav-tabs,
.explorer-pricing .tabs-simple .nav-tabs{
	background: #fff;
    display: flex;
    width: fit-content;
	align-items: center;
    padding: 20px 15px 18px 15px;
    gap: 30px;
	border: 1px solid #ebe6e7;
    border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.pricing-tiers .tabs.tabs-simple a,
.self-vechicle-tab.tabs.tabs-simple a,
.explorer-pricing .tabs-simple a,
.explorer-section-one .price-right a{
	color: #4a5565;
	font-size: 18px;
	padding: 8px 20px;
	border-radius: 5px;
}
.pricing-tiers .tabs.tabs-simple a.active,
.pricing-tiers .tabs.tabs-simple a.active:hover,
.self-vechicle-tab.tabs.tabs-simple a.active,
.self-vechicle-tab.tabs.tabs-simple a.active:hover,
.explorer-pricing .tabs-simple a.active,
.explorer-pricing .tabs-simple a.active:hover{
	color: #fff;
    background: #f05e46;
}
.pricing-tiers .tabs.tabs-simple a:hover,
.self-vechicle-tab.tabs.tabs-simple a:hover,
.explorer-pricing .tabs-simple a:hover{
	background: #e6e6e6;
    color: #181E1F;
}
.pricing-tiers .tabs.tabs-simple .price-left,
.pricing-tiers .tabs.tabs-simple .price-right,
.explorer-section-one .price-right{
	background: #fff;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	height: 100%;
}
.pricing-tiers .tabs.tabs-simple .price-right .right-desc,
.explorer-section-one .price-right .right-desc{
	padding: 20px;
}
.pricing-tiers .tabs.tabs-simple .price-tiers-orange{
	background: #f05e46;
    text-align: center;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}
.pricing-tiers .tabs.tabs-simple .price-tiers-blue,
.explorer-section-one .price-right .price-tiers-blue{
	background: #2b7fff;
    text-align: center;
    padding: 20px;
    border-radius: 20px 20px 0px 0px;
}
.pricing-tiers .tabs.tabs-simple .price-tiers-orange .tier-heading,
.pricing-tiers .tabs.tabs-simple  .price-tiers-blue .tier-heading,
.explorer-section-one .price-right .price-tiers-blue .tier-heading{
	color: #fff;
    font-weight: 700;
    padding-bottom: 5px;
}
.pricing-tiers .tabs.tabs-simple .price-tiers-orange p,
.pricing-tiers .tabs.tabs-simple  .price-tiers-blue p,
.explorer-section-one .price-right .price-tiers-blue p{
	margin-bottom: 0;
    color: #fff0ee;
}
.pricing-tiers .tabs.tabs-simple .grey-price-border{
	display: flex;
    justify-content: space-between;
    padding: 15px 20px;
	border-bottom: 1px solid #cccccc;
}
.pricing-tiers .tabs.tabs-simple .grey-price-border:last-child{
	border-bottom: none;
}
.pricing-tiers .tabs.tabs-simple .grey-price-border:last-child:hover{
	border-radius: 0px 0px 20px 20px;
}
.pricing-tiers .tabs.tabs-simple .grey-price-border:hover{
	background: #f7f7f7;
}
.pricing-tiers .tabs.tabs-simple .price-right .price-recommendations,
.explorer-section-one .price-right .price-recommendations{
	font-size: 1.4rem;
    text-align: center;
    color: #101828;
    font-weight: 700;
}
.pricing-tiers .tabs.tabs-simple .price-right .price-amt,
.explorer-section-one .price-right .price-amt{
	color: #101828;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.pricing-tiers .tabs.tabs-simple .price-right .store-month,
.explorer-section-one .price-right .store-month{
	color: #4a5565;
    text-align: center;
}
.pricing-tiers .tabs.tabs-simple .price-right .blue-txt,
.explorer-section-one .price-right .blue-txt{
	color: #155dfc;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.pricing-tiers .tabs.tabs-simple .price-right p,
.explorer-section-one .price-right p{
	text-align: center;
    line-height: 22px;
}
.pricing-tiers .tabs.tabs-simple .price-right ul li::before,
section.all-plans ul li::before,
.explorer-section-one .price-right ul li::before{
	display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    text-align: center;
    content: '\2713';
	color: #155dfc;
    font-weight: 600;
}
div section.all-plans ul li::before{
	color: #00c951;
}
div section.all-plans ul li{
	margin-bottom: 10px;
}
.pricing-tiers .tabs.tabs-simple .price-right ul li,
section.all-plans ul li,
.explorer-section-one .price-right ul li{
	margin-bottom: 5px;
	display: flex;
    line-height: 20px;
	color: #4a5565;
}
.pricing-tiers .tabs.tabs-simple .price-right ul,
.explorer-section-one .price-right ul{
	padding-left: 0px;
}
.pricing-tiers .tabs.tabs-simple .price-right .add-plan-btn,
.explorer-section-one .price-right .add-plan-btn{
	background: #2b7fff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
	border: 1px solid #2b7fff;
	display: block;
}
.pricing-tiers .tabs.tabs-simple .nzn-region .price-right .add-plan-btn.aud-txt,
.pricing-tiers .tabs.tabs-simple .price-right .add-plan-btn.nzn-txt{
	display: none;
}
.pricing-tiers .tabs.tabs-simple .nzn-region .price-right .add-plan-btn.nzn-txt{
	display: block;
}
.pricing-tiers .tabs.tabs-simple .price-right .free-plan-btn,
.explorer-section-one .price-right .free-plan-btn{
	background: transparent;
    color: #2b7fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
	border: 1px solid #2b7fff;
}
.pricing-tiers .tabs.tabs-simple .price-right .contact-plan-btn,
.explorer-section-one .price-right .contact-plan-btn{
	background: transparent;
    color: #364153;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
	border: 1px solid #d1d5dc;
}
.pricing-tiers .tabs.tabs-simple .price-right .free-plan-btn:hover,
.explorer-section-one .price-right .free-plan-btn:hover{
	background-color: #ecf3ff;
}
.pricing-tiers .tabs.tabs-simple .price-right .add-plan-btn:hover,
.explorer-section-one .price-right .add-plan-btn:hover{
	background-color: #155dfc;
}
.pricing-tiers .tabs.tabs-simple .price-right .contact-plan-btn:hover,
.explorer-section-one .price-right .contact-plan-btn:hover{
	background-color: #fbf9fa;
}
.pricing-tiers .tabs.tabs-simple .sub-tabs a.active{
	background: #2b7fff;
}
.pricing-tiers .tabs.tabs-simple .sub-tabs{
	margin-top: -20px;
    margin-bottom: 30px;
}
.pound-region .euro-txt,
.euro-region .pound-txt,
.euro-txt,
.aud-region .nzn-txt,
.nzn-region .aud-txt,
.nzn-txt,
.signin-uk,
.signin-aus,
.us-canada .signin-uk,
.us-canada .signin-aus,
.uk-europe .signin-us,
.uk-europe .signin-aus,
.aus-nz .signin-uk,
.aus-nz .signin-us,
.common-modal-pricing .pricing{
	display: none;
}
.euro-region .euro-txt,
.nzn-region .nzn-txt,
.common-modal-pricing .pricing.active{
	display: block;
}
.uk-europe .signin-uk,
.aus-nz .signin-aus{
	display: inline-block;
}
.ready-to-go::before{
	border-radius: 20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.ready-to-go p{
	color: #fff0ee;
}
section.all-plans{
	background: #fff;
    border-top: none;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
section.all-plans .text-7{
	color: #101828;
}
.button-center{
	display: flex;
    gap: 15px;
    justify-content: center;
}
.contactus-btm-txt p{
	text-align: center;
}
.dark-color{
	color: #101828;
}
.customer-says ul li{
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #4a5565;
}
.customer-says ul li::marker{
	color: #f05e46;
}
.ready-to-go.ready-to-optimize::before{
	border-radius: 0px;
	box-shadow: none;
}
.ready-to-optimize .ready-columns svg{
	background: #fb8f7e;
    color: #fff;
    padding: 15px;
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
    border-radius: 50px;
}
.ready-to-optimize .try-btn{
	display: flex;
    justify-content: center;
    gap: 15px;
}
.ready-to-optimize .demo-schedule-btn{
	border: 1px solid #fff;
    background: transparent;
    color: #fff;
	border-radius: 10px;
}
@media (max-width: 992px){
	.optimize-section-one{
		padding-left: 15px;
		padding-right: 15px;
	}
	.real-time-rate .col-lg-4{
		margin-bottom: 15px;
		width: auto;
	}
	.explorer-new-pg .vr{
		margin-left: 15px;
	}
	.optimize-section-one .row.btn-row{
		flex-wrap: wrap;
	}
	.key-features-sections .col-md-4{
		margin-bottom: 15px;
	}
	.new-optimize-pg .grids-columns .grid-heading{
		min-height: auto;
	}
	.price-right{
		margin-top: 20px;
	}
	.contactus-btm-txt .button-center, .ready-to-optimize .try-btn{
		display: table;
    margin: 0 auto;
	}
	body .explorer-right-one{
		padding-left: 20px;
		padding-right: 20px;
	}
	body .common-modal-pricing .subscriptions-col .row{
		flex-wrap: wrap;
		width: 100%;
	}
	body .common-modal-pricing .basic-market, body .common-modal-pricing .basic-pro-market, body .common-modal-pricing .unlimited-market,
	body .common-modal-pricing .align-button-bottom, body .common-modal-pricing .on-demand-col .single-market{
		height: auto;
	}
	body .regional-table tbody .coming-soon{		
		padding: 0;
	}
	.optimize-banner-below .row{
		padding: 0px 20px;
	}
	.compare-opt-btn{
		margin-bottom: 10px;
	}
	body .common-modal-pricing .on-demand-col{
		padding-bottom: 20px;
	}
	body .common-modal-pricing .order-btn{
		margin-top: 20px;
	}
}
.explorer-section-one{
	background: #fbf9fa;
}
.explorer-right-one{
	animation-delay: 200ms;
    padding-left: 30px;
    padding-right: 0;
}
.explorer-right-one img{
	border-radius: 15px;
}
.optimize-banner-below .btn-outline.btn-light{
	color: #101828 !important;
	border: 1px solid #a1a1a1 !important;
}
.grey-color, .explorer-new-pg p{
	color: #4a5565;
}
.explorer-hd-img{
	width: 25px;
    margin-top: -5px;
    margin-right: 3px;
}
.self-vechicle-tab .tab-pane p{
	margin-bottom: 0px;
	line-height: 22px;
}
.self-vechicle-tab .tab-pane{
	background: #fff;
    padding: 40px;
    border: 1px solid #ebe6e7;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.regional-table thead th{
	color: #101828;
	background: #ededed;
	padding: 15px;
}
.regional-table tbody tr td{
	padding: 15px;
	color: #101828;
	line-height: normal;
	font-weight: 600;
}
.regional-table tbody tr{
	border-top: 1px solid #c2c2c2;
}
.regional-table tbody tr:nth-child(even){
	background: #f4f4f4;
}
.regional-table tbody tr svg{
	color: #00a63e;
    background: #dcfce7;
    border-radius: 20px;
    padding: 3px;
}
.regional-table tbody .coming-soon{
	color: #f05e46;
    background: #ffded8;
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 20px;
}
.regional-table tbody tr td:first-child,
.regional-table thead tr th:first-child{
	text-align: left;
}
.regional-table tbody tr td,
.regional-table thead tr th{
	text-align: center;
}
.regional-table .no-monthly{
	display: block;
    color: #6a7282;
    font-size: 12px;
    padding-top: 5px;
	font-weight: normal;
}
.regional-table table{
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: #fff;
	border: 1px solid #c2c2c2;
}
.explorer-pricing .toggle-switch {
      width: 60px;
      height: 28px;
      background: #ddd;
      border-radius: 50px;
      position: relative;
      cursor: pointer;
      transition: 0.3s;
      display: inline-block;
}
.explorer-pricing .toggle-switch::before {
      content: "";
      position: absolute;
      width: 26px;
      height: 26px;
      background: white;
      border-radius: 50%;
      top: 1px;
      left: 1px;
      transition: 0.3s;
}
.explorer-pricing .toggle-switch.active {
      background: #f05e46;
}
.explorer-pricing .toggle-switch.active::before {
      transform: translateX(32px);
}
.explorer-pricing .toggle-label {
      font-weight: 600;
      cursor: pointer;
      padding: 0 5px;
      transition: color 0.3s;
	  position: relative;
    bottom: 8px;
}
.explorer-pricing .active-label {
      color: #101828;
}
.explorer-pricing .save-text {
      background-color: #dcfce7;
    border-radius: 20px;
    color: #016630;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: -3px;
    padding: 3px 10px;
    position: absolute;
}
.common-modal-pricing .on-demand-col{
  border: 2px solid #bedbff;
  border-radius: 10px;
  padding: 10px 20px 70px 20px;
  height: 100%;
}
.common-modal-pricing .on-demand-col h5,
.common-modal-pricing .subscriptions-h5{
  text-align: center;
    font-weight: 600;
    color: #101828;
    display: table;
    margin: 0 auto;
    margin-top: -21px;
	background: #fbf9fa;
    margin-bottom: 20px;
    padding: 0px 5px;
	font-size: 18px;
	text-transform: none;
}
.common-modal-pricing .on-demand-col .single-market{
  border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px;
    height: calc(100% - -25px);
}
.common-modal-pricing .title-tags{
  background-color: #155dfc;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 20px;
    position: absolute;
    top: -32px;
}
.common-modal-pricing h4{
  font-size: 18px;
    color: #101828;
    font-weight: 600;
    margin-bottom: 20px;
	height: 69px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.common-modal-pricing{
  font-size: 13px;
  color: #4a5565;
  line-height: 20px;
}
.common-modal-pricing .price-tag b{
  font-size: 26px;
  color: #101828;
  line-height: 26px;
}
.common-modal-pricing .plan-description{
  margin-top: 20px;
}
.common-modal-pricing .plan-description ul{
  position: relative;
    padding-left: 15px;
    list-style: none;
    margin-bottom: 10px;
}
.common-modal-pricing .plan-description ul li::before{
  display: inline-block;
    vertical-align: top;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    text-align: center;
    content: '\2713';
    color: #00c951;
    font-weight: 600;
}
.common-modal-pricing .plan-description p{
  margin-bottom: 10px;
  line-height: 20px;
}
.common-modal-pricing .plan-description ul li{
  margin-bottom: 5px;
  display: flex;
    line-height: 20px;
}
.common-modal-pricing .bundle-markets{
  border-top: 1px solid #ebe6e7;
    padding-top: 10px;
}
.common-modal-pricing .bundle-markets h6{
  font-size: 14px;
    margin-bottom: 10px;
    color: #101828;
	font-weight: 600;
}
.common-modal-pricing .bundle-markets .bundle-lists b{
  color: #101828;
  font-weight: 600;
}
.common-modal-pricing .bundle-markets .bundle-lists{
  display: flex;
  justify-content: space-between;
}
.common-modal-pricing .order-btn-ten-market{
  text-transform: none;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 0;
    border: 1px solid #ff6900;
    background: #ff6900;
    color: #fff;
    padding: 5px 0px 5px 0px;
    width: 100%;
}
.common-modal-pricing .order-btn-ten-market:hover{
  background-color: #4a5565;
  border-color: #4a5565;
}
.common-modal-pricing .order-btn-ten-market svg{
  margin-top: -1px;
    font-size: 20px;
}
.common-modal-pricing .bundle-markets p{
  color: #6a7282;
  line-height: 16px;
  font-size: 12px;
  margin-top: 10px;
}
.common-modal-pricing .single-market.highlighted .bundle-markets p{
  margin-bottom: 0;
}
.common-modal-pricing .order-btn{
    margin-bottom: 0;
    background: #155dfc;
    border: 1px solid #155dfc;
    text-transform: none;
    margin-right: 0;
    width: 100%;
    font-weight: 500;    
    transition: all 0.3s ease;
	text-align: center;
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 8px;
    border-radius: 5px;
	text-decoration: none !important;
	cursor: pointer;
}
.common-modal-pricing .order-btn .fa-chevron-right{
	font-size: 12px;
    margin-left: 10px;
}
.common-modal-pricing .access-remaining-count{
  font-weight: 500;
    font-size: 13px;
    color: #101828;
    margin-bottom: 5px;
    text-align: center;
}
.common-modal-pricing .order-btn.disabled svg,
.common-modal-pricing .order-btn-ten-market.disabled svg{
  transition: none;
}
.common-modal-pricing .order-btn.disabled:hover svg,
.common-modal-pricing .order-btn-ten-market.disabled:hover svg{
  transform: none;
}
.common-modal-pricing .order-btn svg,
.common-modal-pricing .order-btn-ten-market svg{
  transition: transform 0.3s ease;
}
.common-modal-pricing .order-btn:hover svg,
.common-modal-pricing .order-btn-ten-market:hover svg{
  transform: translateX(10px);
}
.common-modal-pricing .subscriptions-col{
  border: 2px solid #ffd7a8;
  padding: 10px 20px 13px 20px;
  border-radius: 10px;
  height: 100%;
}
.common-modal-pricing .basic-market .title-tags{
  background-color: #4a5565;
}
.common-modal-pricing .unlimited-market .title-tags{
  background-color: #1e2939;
}
.common-modal-pricing .basic-market,
.common-modal-pricing .basic-pro-market,
.common-modal-pricing .unlimited-market{
  border: 2px solid #e5e7eb;
    border-radius: 10px;
    padding: 17px;
    height: calc(100% - 16px);
}
.common-modal-pricing .basic-market:hover,
.common-modal-pricing .basic-pro-market:hover,
.common-modal-pricing .unlimited-market:hover,
.common-modal-pricing .on-demand-col .single-market:hover{
  border: 2px solid #ffd7a8;
}
.common-modal-pricing .highlighted{
  border: 2px solid #ff6900 !important;
}
.common-modal-pricing .highlighted .bundle-markets .bundle-all .bundle-lists:last-child button{
  margin-bottom: 0;
}
.common-modal-pricing .basic-pro-market .title-tags{
  background: #ff6900;
}
.common-modal-pricing .subscriptions-col .row{
  margin: 0;
    gap: 15px;
    flex-wrap: unset;
    width: calc(100% - 30px);
    height: calc(100% - 15px);
}
.removed-col-xl .common-modal-pricing .subscriptions-col .row{
	width: 100%;
}
.common-modal-pricing .subscriptions-col .row .col-md-4{
  padding: 0px;
}
.common-modal-pricing .markets-available{
  color: #155dfc;
}
.common-modal-pricing .align-button-bottom{
  height: calc(100% - 40px);
  position: relative;
}
.common-modal-pricing .most-popular{
  position: absolute;
    right: -18px;
    margin-top: -18px;
    background: #ff6900;
    color: #fff;
    padding: 0px 5px;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 2px;
    border-radius: 0px 10px 0px 10px;
}
.common-modal-pricing .most-popular svg{
  width: 13px;
  margin-right: 2px !important;
  position: relative;
    bottom: 0px;
}
.common-modal-pricing .single-market .most-popular{
  line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: start;
}
.common-modal-pricing .already-sub svg{
  bottom: 0;
  height: auto;
}
.common-modal-pricing .custom-enterprise-txt{
  color: #6a7282;
  margin-top: 5px;
}
.common-modal-pricing .single-market .order-btn:hover{
  background-color: #1447e6;
  border-color: #1447e6;
}
.common-modal-pricing .disabled.order-btn:hover,
.common-modal-pricing .disabled.order-btn,
.common-modal-pricing .order-btn-ten-market.disabled,
.common-modal-pricing .order-btn-ten-market.disabled:hover{
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}
.common-modal-pricing .basic-market .order-btn{
  background-color: #4a5565;
  border-color: #4a5565;
}
.common-modal-pricing .basic-pro-market .order-btn{
  background-color: #ff6900;
  border-color: #ff6900;
}
.common-modal-pricing .unlimited-market .order-btn{
  background-color: #1e2939;
  border-color: #1e2939;
}
.common-modal-pricing .basic-market .order-btn:hover,
.common-modal-pricing .basic-pro-market .order-btn:hover{
  background-color: #f54a00;
  border-color: #f54a00;
}
.light-orange-bg{
	background: #fff3f1;
}
.unlimited-contact-form .modal-header{
	border: none;
}
.unlimited-contact-form .quote .modal-header .btn-close{
	position: absolute;
    top: 10px;
    right: 15px;
}
.unlimited-contact-form .quote-form{
	margin-top: 0px;
}
.unlimited-contact-form .quote .modal-body{
	max-height: calc(100vh - 100px);
}
.explorer-section-one .compare-opt-btn a{
	background: #5a6e82;
    color: #fff;
    padding: 15px 43px 15px;
    border-radius: 10px;
}
#replaceclass-col-9.mx-auto .unlimited-market .aus-text{
	margin-top: 0px;
    margin-bottom: 20px;
}
.common-modal-pricing h4::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 55%;
}
.common-modal-pricing .on-demand-col .single-market h4::after {
    border-bottom: 6px solid #155dfc; 
}
.common-modal-pricing .basic-market h4::after {
    border-bottom: 6px solid #4a5565;
}
.common-modal-pricing .basic-pro-market h4::after{
    border-bottom: 6px solid #ff6900;
  }
  .common-modal-pricing .unlimited-market h4::after{
    border-bottom: 6px solid #1e2939;
  }
.explorer-pricing .tabs.tabs-bottom{
	margin-bottom: 15px;
}

.faq-section{
	text-align: left;
    margin-top: 40px;
}
.faq-section .accordion-header{
	line-height: normal;
}
.faq-section .accordion-header .accordion-button{
	background: #f1f3f4;
    color: #181E1F;
    font-weight: 500;
	box-shadow: none;
}
.faq-section .accordion-header .collapsed.accordion-button{
	background: #fff;
}
.faq-section .accordion-body p{
	margin-bottom: 15px;
	font-size: 15px;
}
.faq-section .accordion-body ul li{
	color: #5a6e82;
	padding-bottom: 7px;
	font-size: 15px;
}
.faq-section .accordion-body ul{
	margin-bottom: 5px;
}
.faq-section .accordion-body h5{
	text-transform: none;
    font-size: 16px;
    margin-top: 15px;
}
.faq-section .accordion-body a{
	color: #0099e6 !important;
}
.faq-section .accordion-item{
	border-left: none;
    border-right: none;
}
.faq-main{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	padding: 40px;
    border-radius: 20px;
}
.need-support p{
	font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.need-support a{
	color: #f05e46;
    font-weight: 500;
    text-decoration: underline;
}

/*teaser popup*/
.teaser-popup .modal-content{
	background-image: url(../images/banner.png);
    background-size: cover;
    background-position: center;
	padding: 50px;
	text-align: center;
}	
.launchday-popup .modal-content{
	background-image: url(../images/landing-popups.png);
    background-size: cover;
    background-position: center;
	padding: 50px;
	text-align: center;
}	
.teaser-popup .modal-content::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #000;
	opacity: 60%;
	left: 0;
    top: 0;
    border-radius: 7px;
}
.teaser-popup .modal-dialog{
	max-width: 820px;
}
.launchday-popup .modal-dialog{
	max-width: 900px;
}
.teaser-popup .modal-dialog h6{
	text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    display: table;
    background: linear-gradient(45deg, #ff7e1b, #ff4500);
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 25px;
}
.launchday-popup .modal-dialog h6{
	text-transform: uppercase;
	color: #bedbff !important;
	border: 1px solid #51a2ff;
	background: #1b336d;
	display: table;
	margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 25px;
}
.launchday-popup .modal-dialog h6 span{
	position: relative;
	top: 1px;
}
.launchday-popup .modal-dialog h6 svg{
	width: 18px;
    margin-right: 7px;
    height: 18px;
}
.teaser-popup .modal-dialog h3{
	text-transform: none;
    font-weight: 800;
    font-size: 3rem;
    margin-top: 50px;
}
.launchday-popup .modal-dialog h3{
	text-transform: none;
    font-weight: 600;
    font-size: 3rem;
    margin-top: 50px;
}
#footer .footer-copyright .teaser-popup .modal-dialog p{
	color: #ebe6e7;
    font-size: 1.125rem;
	line-height: 30px;
}
#footer .footer-copyright .launchday-popup .modal-dialog p{
	color: #cad5e2;
	font-size: 1.125rem;
	line-height: 30px;
}
.teaser-popup .modal-dialog .stay-tuned-btn{
	background: linear-gradient(45deg, #ff3e00, #ff9500);
    color: #fff;
    border-radius: 7px;
    padding: 10px 40px;
    margin-top: 25px;
}
.launchday-popup .modal-dialog .stay-tuned-btn{
	background: linear-gradient(45deg, #2b7fff, #ad46ff);
    color: #fff;
    border-radius: 7px;
    padding: 10px 40px;
    margin-top: 25px;
}
.launchday-popup .modal-dialog .stay-tuned-btn svg{
	width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-top: -1px;
}
.teaser-popup .modal-header,
.launchday-popup .modal-header{
	position: relative;
}
.teaser-popup .modal-dialog .btn-close,
.launchday-popup .modal-dialog .btn-close{
	text-indent: unset;
    position: absolute;
    top: -25px;
    right: -15px;
    background: #1b1b1b;
    color: #cbcbcb;
    font-size: 30px;
    padding: 0;
    border-radius: 20px;
    opacity: 1;
}
.center-fade-divider {
  background: linear-gradient(to right, rgba(255, 122, 0, 0.1), rgba(255, 122, 0, 1), rgba(255, 122, 0, 0.1));
    height: 2px;
    margin-top: 40px;
}
.launch-separate{
	height: 4px;
    background: linear-gradient(45deg, #2b7fff, #ad46ff);
    width: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*new design layout*/
header#header .header-nav-main nav>ul>li.dropdown-mega{
	position: relative;
}
header#header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu,
.mobile-menu-opened #header .header-nav.header-nav-line nav > ul > li.dropdown > .dropdown-menu{
	margin: unset;
	max-width: unset;
	width: max-content;
	margin-top: -25px;
	border-top: none !important;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px !important;
}
.mobile-menu-opened header#header .header-nav.header-nav-line nav > ul > li.dropdown > .dropdown-menu{
	position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav{
	background: #fbf9fa;
	border-radius: 0px 0px 10px 10px;
}
header#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before,
header#header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before,
header#header .header-nav-main nav>ul>li>a:after{
	display: none;
}
header#header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-chevron-down{
	display: block;
	margin-left: 5px;
	font-size: 12px;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-title:first-child{
	padding-bottom: 0;
}
header#header .header-nav-main nav>ul>li.dropdown-mega p{
	font-size: 13px;
    margin-bottom: 0px;
	font-weight: 400;
}
header#header .header-nav.header-nav-line nav>ul>li>a,
header#header .header-nav.header-nav-line nav>ul>li:hover>a{
	padding: 0 .7rem;
}
header#header .header-logo img{
	max-width: 260px;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .dropdown-item,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .dropdown-item,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading a .submenu-lists,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus .submenu-lists,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus .dropdown-mega-sub-nav li a{
	display: flex;
	flex-direction: row;
    gap: 15px;
	margin: 0;
	padding-left: 10px;
    padding-right: 10px;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus .submenu-lists .dropdown-mega-sub-title{
	font-size: 16px !important;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .dropdown-item .icons-size,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .dropdown-item .icons-size,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading .submenu-lists .icons-size{	
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .dropdown-item .icons-size svg,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .dropdown-item .icons-size svg,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading .submenu-lists .icons-size svg{	
    width: 18px;
    height: 18px;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .dropdown-item:hover{
	background: #fff;
}
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav li:last-child a:hover{
	border-radius: 10px !important;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .self-storage .icons-size,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .self-storage .icons-size,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.explorer-submenus .submenu-lists .icons-size{
	background: #bedbff;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading a:hover .dropdown-mega-sub-nav,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading a:hover .submenu-lists,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading a:hover .dropdown-mega-sub-nav .dropdown-item:hover{
	background: #f3f3f3;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.explorer-submenus a:hover .dropdown-mega-sub-nav{
	border-radius: 0px 0px 10px 10px;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.explorer-submenus a:hover .submenu-lists,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus a:hover .submenu-lists{
	border-radius: 10px 10px 0px 0px;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading .dropdown-mega-sub-nav{
	padding-left: 45px;
	background: #fff;
	padding-bottom: 5px;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading hr{
	background: rgba(0, 0, 0, .3);
	margin: 0px 10px;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading .dropdown-mega-sub-nav .icons-size{
	width: 24px;
    height: 24px;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading .dropdown-mega-sub-nav .dropdown-item,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus .dropdown-mega-sub-nav .dropdown-item a{
	gap: 10px;
	color: #5a6e82;
	font-weight: 500;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus .dropdown-mega-sub-nav .dropdown-item a{
	font-size: 13.5px;
	background: transparent !important;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading .dropdown-mega-sub-nav .icons-size svg{
	width: 14px;
    height: 14px;
}
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a.self-storage,
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a.optimize-storage{
	padding-top: 10px;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .self-storage svg,
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a.self-storage:hover,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .self-storage svg,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav > li > a.self-storage:hover,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.explorer-submenus .submenu-lists .icons-size svg{
	color: #155dfc;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .rv-storage .icons-size,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .rv-storage .icons-size{
	background: #e9d4ff;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .rv-storage svg,
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a.rv-storage:hover,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .rv-storage svg,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav > li > a.rv-storage:hover{
	color: #9810fa;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .optimize-storage .icons-size,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .optimize-storage .icons-size,
#header .header-nav-main nav>ul>li.dropdown-mega .sub-menu-heading.realestate-submenus .submenu-lists .icons-size{
	background: #ffedd4;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .sitelink-storage .icons-size,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .sitelink-storage .icons-size{
	background: #fccee8;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .rvpark-camp .icons-size,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .rvpark-camp .icons-size,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.rvpark-camp-submenus .submenu-lists .icons-size{
	background: #b9f8cf;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .rvpark-camp svg,
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a.rvpark-camp:hover,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .rvpark-camp svg,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav > li > a.rvpark-camp:hover,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.rvpark-camp-submenus .submenu-lists .icons-size svg,
#header .header-nav-main nav>ul>li.dropdown-mega .sub-menu-heading.rvpark-camp-submenus a:hover .dropdown-mega-sub-title,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus .dropdown-mega-sub-nav .dropdown-item.rvpark-camp a:hover{
	color: #00a63e;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .optimize-storage svg,
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a.optimize-storage:hover,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .optimize-storage svg,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav > li > a.optimize-storage:hover,
#header .header-nav-main nav>ul>li.dropdown-mega .sub-menu-heading.realestate-submenus .submenu-lists .icons-size svg,
#header .header-nav-main nav>ul>li.dropdown-mega .sub-menu-heading.realestate-submenus a:hover .dropdown-mega-sub-title{
	color: #f05e46;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav .sitelink-storage svg,
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a.sitelink-storage:hover,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav .sitelink-storage svg,
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav > li > a.sitelink-storage:hover{
	color: #e60076;
}
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a.rvpark-camp{
	padding-bottom: 10px;
}
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a{
	color: unset;
}
.region-with-login{
	display: flex;
    align-items: center;
	gap: 15px;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav.other-menus{
	background: #fff;
	border-radius: 10px;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav.other-menus li:first-child .dropdown-item:hover{
	border-radius: 10px !important;
}
header#header .header-nav-main nav>ul>li.dropdown-mega .dropdown-mega-sub-nav.other-menus .dropdown-item:hover{
	background: #f3f3f3;	
	border-radius: 10px !important;
}
header#header .header-nav{
	justify-content: space-between;
}
header#header.header-effect-shrink .header-container{
	min-height: 80px;
}
@media (max-width: 1200px){
	header#header.header-effect-shrink .header-container{
		height: auto !important;
	}
	#header.header-effect-shrink, #header.header-effect-shrink .header-top{
		height: auto !important;
	}
	section.section.mobile-banner-section{
		height: auto !important;
		padding-top: 130px !important;
	}
	.mobile-banner-section img{
		max-width: 100%;
	}
	body section.section.mobile-banner-section{
		margin-top: 0px;
	}
	.back-to-products{
		margin-top: 80px;
	}
	body .rvpark-pg .card.pro, body .rvpark-pg .pro-card{
		margin-top: 0;
	}
	body .rvpark-pg .self-storage-section{
		margin-bottom: 0;
	}
}
@media (max-width: 767px){
	.home-features-sections .col-md-3,
	.powerful-features-sections .grids-columns.blue-grid-box,
	.powerful-features-sections .grids-columns.purple-grid-box,
	.explorer-pricing .explorer-features-sections .grids-columns,
	.powerful-features-sections .grids-columns.darkblue-grid-box,
	.explorer-powerful-columns .powerful-features-sections .grids-columns.green-grid-box{
		margin-bottom: 15px;
	}
	.powerful-features-sections .row,
	.explorer-pricing .explorer-features-sections .row{
		display: block;		
	}
	.explorer-pricing .explorer-features-sections .row .row,
	.explorer-powerful-columns .powerful-features-sections .row .row{
		margin: 0;
	}
	body .home-features-sections .grids-columns{
		box-shadow: 0 20px 25px -20px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	}
	body header#header .header-logo img{
		max-width: 200px;
	}
	#header .header-btn-collapse-nav{
		margin-left: 0px;
	}
	.self-storage-pg .pricing-table{
		overflow: auto;
	}
	.rvpark-pg .small-btns {
        flex-direction: column;
    }
	.sitelink-new-pg.new-optimize-pg .mobile-banner-section .optimize-new-left{
		padding-left: 30px;
        padding-right: 30px;
	}
	body .new-optimize-pg.new-api-pg .grids-columns .grid-heading{
		min-height: unset;
	}
	
}
@media (max-width: 460px){
	.region-select{
		display: none;
	}
	header#header .header-nav-main nav>ul>li.dropdown-mega p{
		white-space: break-spaces;
    line-height: 20px;
	}
}
/* region dropdown */
.region-select {
  position: relative;
}
.region-select-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  min-width: 180px;
}
.region-select-btn span {
  font-size: 11px;
  color: #6a7282;
}
.region-arrow svg{
	width: 18px;
	height: 18px;
}
.region-select-btn .region-alignment svg{
	background: #FF6B5A;
    border-radius: 12px;
    padding: 4px;
}
.region-select-btn .region-alignment{
	display: flex;
	align-items: center;
    line-height: normal;
    gap: 7px;
}
.region-select-btn strong {
  display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 2px;
	white-space: nowrap;
	color: #101828;
}
.region-arrow {
  transition: 0.3s;
  margin-left: 10px;
}
.region-arrow.rotate {
  transform: rotate(180deg);
}
.region-select-list {
  position: absolute;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #ddd;
  margin-top: 6px;
  display: none;
  overflow: hidden;
  min-width: 180px;
}
.region-select-list.show {
  display: block;
}
.region-header {
  padding: 5px 15px;
  font-size: 12px;
  color: #999;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.region-item {
  padding: 5px 15px;
  cursor: pointer;
  position: relative;
  padding-left: 17px;
  color: #101828;
}
.region-item img{
	margin-right: 5px;
    margin-top: -1px;
	width: 20px;
}
.region-item:hover {
  background: #f5f5f5;
}
.region-item.active {
  background: #fbe9e7;
  color: #e74c3c;
}
/*
.region-item.active::before {
 content: "\2022";
    position: absolute;
    left: 5px;
    color: #e74c3c;
    font-size: 45px;
    margin-top: -4px;	
}*/
.login-btn{
	padding-left: 0px;
}
.login-btn .btn-rounded{
	white-space: nowrap;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-menu li a{
	display: block;
    padding: 4px 18px;
    color: #212529;
    font-weight: 500;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-menu li:last-child a{
	border-radius: 0px 0px 10px 10px;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-menu li:first-child a{
	border-radius: 10px 10px 0px 0px;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega .dropdown-menu{
	opacity: 1;
    top: auto;
    position: relative;
	background: #fff;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-menu{
	max-height: calc(100vh - 100px);
    overflow: auto;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav{
	list-style: none;
    padding-left: 0;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega-sub-nav p{
	font-size: 13px;
    margin-bottom: 0px;
    font-weight: 400;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-toggle::after{
	display: none;
}
#header .header-nav-main nav>ul>li.dropdown.more-menu .dropdown-mega .dropdown-toggle{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-menu-opened #header .header-nav-main.header-nav-main-square nav>ul>li a{
	text-decoration: none;
	display: block;
}
.mobile-menu-opened header#header .header-nav.header-nav-line nav>ul>li>a,
.mobile-menu-opened header#header .header-nav.header-nav-line nav>ul>li:hover>a{
	padding: 7px 8px;
}
.mobile-menu-opened header#header .header-nav-main nav>ul>li>a.dropdown-toggle .fa-chevron-down{
	display: flex;
}
.mobile-menu-opened #header .header-nav-main nav>ul li.dropdown-mega .dropdown-mega-sub-nav{
	margin-left: 0px;
}
@media (max-width: 991px){
	header .login-btn{
		margin: 0;
	}
	.new-optimize-pg .mobile-banner-section  .optimize-new-left{
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 20px;
	}
	.new-optimize-pg .mobile-banner-section .image-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.explorer-new-pg .real-time-rate .row, .new-optimize-pg .optimize-new-left .real-time-rate .row{
		margin: 0 auto;
		max-width: max-content;
	}
	.new-optimize-pg .pricing-tiers{
		padding-left: 20px;
		padding-right: 20px;
	}
	.new-optimize-pg .pricing-tiers .right-desc .pe-0{
		padding-right: 1em !important;
		margin-bottom: 10px;
	}
	.sitelink-new-pg .sitelink-pricing .row .col-lg-6:first-child{
		margin-bottom: 30px;
	}
	body .stay-icon-box{
		margin-bottom: 30px;
	}
	.sitelink-sync-wrapper .sitelink-overlay{
		display: none;
	}
}
.text-color-light-grey{
	color: #d1d5dc;
}
.banner-btn .btn-rounded.btn-round-one{
	background: #f05e46 !important;
    color: #fff !important;
    border-radius: 30px;
	padding: 14px 25px 15px;
}
.banner-btn .btn-rounded.btn-round-two{
	background: color-mix(in oklab, #fff 10%, transparent) !important;
    color: #fff !important;
    border-radius: 30px;
    border: 1px solid #aaacaf !important;
	padding: 14px 25px 15px;
}
.banner-btn .btn-rounded svg{
	width: 20px;
    height: 20px;
}
.banner-btn .btn-rounded{
	display: flex;
    gap: 10px;
	align-items: center;
}
.banner-btn{
	display: flex;
    gap: 15px;
}
.home-features-sections .features-icons,
.powerful-features-sections .features-icons{
	display: inline-block;
    padding: 11px 12px;
    border-radius: 1rem;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	margin-bottom: 1rem;
	transition: transform 0.25s ease-in-out;
}
.powerful-features-sections .features-icons svg{
	width: 32px;
	height: 32px;
	background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.new-api-pg .explorer-powerful-columns .powerful-features-sections .red-grid-box:hover{
	box-shadow: rgba(217, 119, 6, 0.30) 0px 3px 6px, rgba(217, 119, 6, 0.50) 0px 3px 6px;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .blue-grid-box:hover{
	box-shadow: rgba(8, 145, 178, 0.30) 0px 3px 6px, rgba(8, 145, 178, 0.50) 0px 3px 6px;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .green-grid-box:hover{
	box-shadow: rgba(236, 72, 153, 0.30) 0px 3px 6px, rgba(236, 72, 153, 0.50) 0px 3px 6px;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .red-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #e17100, #bb4d00);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .blue-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #00b8db, #0092b8);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .green-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #fb64b6, #f6339a);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .red-grid-box:hover .grid-heading{
	color: #bb4d00;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .blue-grid-box:hover .grid-heading{
	color: #0092b8;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .green-grid-box:hover .grid-heading{
	color: #f6339a;
}

.home-features-sections .blue-grid-box .features-icons,
.powerful-features-sections .blue-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #2b7fff, #155dfc);
}
.home-features-sections .blue-grid-box:hover,
.powerful-features-sections .blue-grid-box:hover{
	box-shadow: rgba(43, 127, 255, 0.30) 0px 3px 6px, rgba(43, 127, 255, 0.50) 0px 3px 6px;
}
.home-features-sections .red-grid-box .features-icons,
.powerful-features-sections .red-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #E85746, #FF6B5A);
}
.home-features-sections .red-grid-box:hover,
.powerful-features-sections .red-grid-box:hover{
	box-shadow: rgba(232, 87, 70, 0.30) 0px 3px 6px, rgba(232, 87, 70, 0.50) 0px 3px 6px;
}
.home-features-sections .purple-grid-box .features-icons,
.powerful-features-sections .purple-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #ad46ff, #9810fa);
}
.home-features-sections .purple-grid-box:hover,
.powerful-features-sections .purple-grid-box:hover{
	box-shadow: rgba(173, 70, 255, 0.30) 0px 3px 6px, rgba(173, 70, 255, 0.50) 0px 3px 6px;
}
.home-features-sections .green-grid-box .features-icons,
.powerful-features-sections .green-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #00c951, #00a63e);
}
.home-features-sections .green-grid-box:hover,
.powerful-features-sections .green-grid-box:hover{
	box-shadow: rgba(0, 201, 81, 0.30) 0px 3px 6px, rgba(0, 201, 81, 0.50) 0px 3px 6px;
}
.powerful-features-sections .blue-grid-box:hover .grid-heading{
	color: #155dfc;
}
.powerful-features-sections .red-grid-box:hover .grid-heading{
	color: #FF6B5A;
}
.powerful-features-sections .purple-grid-box:hover .grid-heading{
	color: #9810fa;
}
.powerful-features-sections .green-grid-box:hover .grid-heading{
	color: #00a63e;
}
.explorer-powerful-columns .darkblue-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #615fff, #4f39f6);
}
.explorer-powerful-columns .darkblue-grid-box:hover{
	box-shadow: rgba(97, 95, 255, 0.30) 0px 3px 6px, rgba(97, 95, 255, 0.50) 0px 3px 6px;
}
.explorer-powerful-columns .darkblue-grid-box:hover .grid-heading{
	color: #4f39f6;
}
.explorer-powerful-columns .pink-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #f6339a, #e60076);
}
.explorer-powerful-columns .pink-grid-box:hover{
	box-shadow: rgba(230, 0, 118, 0.30) 0px 3px 6px, rgba(230, 0, 118, 0.50) 0px 3px 6px;
}
.explorer-powerful-columns .pink-grid-box:hover .grid-heading{
	color: #e60076;
}
.home-features-sections .grids-columns p{
	color: #4a5565;
    font-weight: 500;
	margin-bottom: 0px;
	line-height: 21px;
}
.home-features-sections .grids-columns .grid-heading{
	font-size: 1.5rem;
    font-weight: 700;
    color: #161e2e;
    margin-bottom: 0.5rem;
    margin-top: 0.4rem;
}
.powerful-features-sections .grid-heading{
	font-size: 1.3rem;
    font-weight: 700;
    color: #161e2e;
    margin-bottom: 0.5rem;
    margin-top: 0.4rem;	
}
.powerful-features-sections .word-rotator span{
	background: linear-gradient(
    to right,
    #111827,  
    #E85746,  
    #FF6B5A   
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.home-features-sections .grids-columns,
.powerful-features-sections .grids-columns{
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 1.5rem;
    padding: 30px;
	border: 1px solid #ede9ea;
	height: 100%;
}
.home-features-sections .grids-columns:hover .features-icons,
.powerful-features-sections .grids-columns:hover .features-icons{
	transform: scale(1.2);	
}
.home-features-sections{
	background-image: linear-gradient(to bottom right, #fbf9fa 60%, #fff7ed);
}
.customer-icons{
	display: flex;
    font-size: 13px;
    color: #f05e46;
    font-weight: 500;
    align-items: center;
    gap: 5px;
    justify-content: center;
    border: 1px solid;
    width: max-content;
    margin: 0 auto;
    line-height: normal;
    padding: 10px;
    border-radius: 20px;
	margin-bottom: 15px;
}
.customer-icons svg{
	fill: #f05e46;
}
.powerful-features-sections .grids-columns{
	text-align: left;
	background-image: linear-gradient(to bottom right, #fff, #f2f2f2);
	position: relative;
	box-shadow: none;
    border: 1px solid #ede9ea;
}
.powerful-features-sections .grids-columns:hover .features-icons{
	rotate: 10deg;
}
.powerful-features-sections .grids-columns p{
	font-size: 1rem;
	margin-bottom: 0px;
}
.powerful-features-sections .circle-box{
	width: 60px;
    height: 60px;
    position: absolute;
    right: 20px;    
    border-radius: 50%;
    opacity: 5%;
    top: 20px;
}
.powerful-features-sections .blue-grid-box .circle-box{
	background: #2373fe;
}
.powerful-features-sections .red-grid-box .circle-box{
	background: #FF6B5A;
}
.powerful-features-sections .purple-grid-box .circle-box{
	background: #9810fa;
}
.powerful-features-sections .green-grid-box .circle-box{
	background: #00a63e;
}
.powerful-btns .banner-btn{
	justify-content: center;
}
.powerful-btns .banner-btn .btn-round-two{
	color: #f05e46 !important;
	border: 1px solid #f05e46 !important;
}
.explorer-section-one .feature-box-info .tag-title svg,
.new-optimize-pg .optimize-new-left .tag-title svg{
	color: #ffb86a;
	margin-right: 3px;
}
.explorer-section-one .feature-box-info .tag-title,
.new-optimize-pg .optimize-new-left .tag-title{
	color: #ffb86a;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #ffb86a;
	margin-bottom: 20px;
	font-weight: 500;
}
.explorer-new-pg .light-orange-bg p,
.explorer-new-pg .real-time-rate .sub-txt,
.explorer-new-pg .real-time-rate .color-paragraph,
.new-optimize-pg .optimize-new-left p,
.new-optimize-pg .real-time-rate .color-paragraph,
.new-optimize-pg .real-time-rate .sub-txt{
	color: #ebe6e7;
}
.real-time-rate .sub-txt{
	margin-top: 5px;
}
.explorer-new-pg .real-time-rate,
.new-optimize-pg .optimize-new-left .real-time-rate{
	text-align: left;
}
.explorer-new-pg .vr,
.new-optimize-pg .vr{
	background: transparent;
    border-left: 1px solid #fff;
    opacity: 0.5;
}
.explorer-new-pg .feature-box-info p,
.new-optimize-pg .optimize-new-left p{
	font-size: 1.2rem;
}
.rounded-10{
	border-radius: 10px !important;
}
.explorer-features-sections .icon-with-headings{
	display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.explorer-features-sections .icon-with-headings .grid-heading{
	color: #0a0a0a;
    font-weight: 600;
    font-size: 18px;
}
.explorer-features-sections .grids-columns{
	text-align: left;
	border-radius: 0.625rem;
    padding: 20px;
	height: 100%;
	position: relative;
}
.explorer-features-sections .grids-columns:hover{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.explorer-features-sections .grids-columns ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 100px;
}
.explorer-features-sections .grids-columns ul li{
	color: #364153;
	display: flex;
    gap: 10px;
	margin-bottom: 10px;
}
.explorer-features-sections .grids-columns ul li:last-child{
	font-weight: 600;
}
.explorer-features-sections .grids-columns ul li::before{
	content: "";
	width: 20px;
  height: 20px;	
	background-repeat: no-repeat;
	display: flex;
	position: relative;
    top: 2px;
}
.explorer-features-sections .grids-columns.red-grid-border ul li::before{
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239810fa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='m9 12 2 2 4-4'/></svg>");
}
.explorer-features-sections .grids-columns.blue-grid-border ul li::before{
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23155dfc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='m9 12 2 2 4-4'/></svg>");
}
.explorer-features-sections .grids-columns.green-grid-border ul li::before{
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a63e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='10'/><path d='m9 12 2 2 4-4'/></svg>");
}
.explorer-features-sections .icon-with-headings .features-icons{
	padding: 9px 10px;
    border-radius: 0.625rem;	
}
.set-position{
	position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 20px;
}
.explorer-features-sections .grids-columns .order-btn{
	text-transform: none;
    font-weight: 500;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
}
.explorer-features-sections .grids-columns .order-btn .fa-solid{
	font-size: 12px;
    margin-left: 5px;
}
.explorer-features-sections .red-grid-border{
	border: 2px solid #d8b2ff;
}
.explorer-features-sections .red-grid-border:hover{
	border: 2px solid #9810fa;	
}
.explorer-features-sections .red-grid-border .features-icons{
	background: #e9d4ff;
}
.explorer-features-sections .red-grid-border .features-icons svg{
	color: #9810fa;
}
.explorer-features-sections .grids-columns.red-grid-border .order-btn{
	background: #9810fa;
}
.explorer-features-sections .blue-grid-border{
	border: 2px solid #8ec5ff;
}
.explorer-features-sections .blue-grid-border:hover{
	border: 2px solid #2b7fff;	
}
.explorer-features-sections .blue-grid-border .features-icons{
	background: #dbeafe;
}
.explorer-features-sections .blue-grid-border .features-icons svg{
	color: #155dfc;
}
.explorer-features-sections .grids-columns.blue-grid-border .order-btn{
	background: #155dfc;
}

.explorer-features-sections .green-grid-border{
	border: 2px solid #7bf1a8;
}
.explorer-features-sections .green-grid-border:hover{
	border: 2px solid #00c951;	
}
.explorer-features-sections .green-grid-border .features-icons{
	background: #dcfce7;
}
.explorer-features-sections .green-grid-border .features-icons svg{
	color: #00a63e;
}
.explorer-features-sections .grids-columns.green-grid-border .order-btn{
	background: #00a63e;
}
.explorer-powerful-columns .powerful-features-sections .grids-columns{
	border: 1px solid #cfcfcf;
	background-image: none;
}
.self-storage-pg{
	background-image: linear-gradient(to bottom, #eff6ff, #fff);
}
.self-storage-pg.vehicle-pg{
	background-image: linear-gradient(to bottom, #faf5ff, #fff);
}
.self-storage-pg.rvpark-pg{
	background-image: linear-gradient(to bottom, #f0fdf4, #fff);
}
.self-storage-pg .back-to-products a{
	color: #155dfc;
	text-decoration: none !important;
}
.self-storage-pg.vehicle-pg .back-to-products a{
	color: #9810fa;
}
.self-storage-pg.rvpark-pg .back-to-products a{
	color: #016630;
}
.self-storage-pg .title-with-icon{
	display: flex;
    align-items: self-start;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.self-storage-pg .title-with-icon .product-icon{
	background: #dbeafe;
    padding: 11px 12px;
    border-radius: 10px;
}
.self-storage-pg.vehicle-pg .title-with-icon .product-icon{
	background-color: #f3e8ff;
}
.self-storage-pg.rvpark-pg .title-with-icon .product-icon{
	background-color: #dcfce7;
}
.self-storage-pg .title-with-icon .product-icon svg{
	color: #155dfc;
}
.self-storage-pg.vehicle-pg .title-with-icon .product-icon svg{
	color: #9810fa;
}
.self-storage-pg.rvpark-pg .title-with-icon .product-icon svg{
	color: #00a63e;
}
.self-storage-pg .heading-with-para h3{
	margin-bottom: 5px;
    text-transform: none;
    font-weight: 600;
}
.self-storage-pg .heading-with-para p{
	margin-bottom: 0;
	color: #4a5565;
}
.self-storage-pg .important-messages-icon{
	display: flex;
    gap: 10px;
    background-color: #dbeafe;
    padding: 15px;
    border-radius: 10px;
    margin: 0px 15px;
    flex-shrink: unset;
	border: 1px solid #bedbff;
}
.self-storage-pg.vehicle-pg .important-messages-icon{
	background: #f3e8ff;
	border: 1px solid #e9d4ff;
}
.self-storage-pg.rvpark-pg .important-messages-icon{
	background: #dcfce7;
	border: 1px solid #b9f8cf;
}
.self-storage-pg .important-messages-icon svg{
	color: #155dfc;
    width: 20px;
    height: 20px;
}
.self-storage-pg.vehicle-pg .important-messages-icon svg{
	color: #9810fa;
}
.self-storage-pg.rvpark-pg .important-messages-icon svg{
	color: #00a63e;
}
.self-storage-pg .important-messages-icon h5{
	color: #1c398e;
    text-transform: none;
}
.self-storage-pg.vehicle-pg .important-messages-icon h5{
	color: #59168b;
}
.self-storage-pg.rvpark-pg .important-messages-icon h5{
	color: #0d542b;
}
.self-storage-pg .important-messages-icon p{
	color: #193cb8;
    margin-bottom: 0;
}
.self-storage-pg.vehicle-pg .important-messages-icon p{
	color: #6e11b0;
}
.self-storage-pg.rvpark-pg .important-messages-icon p{
	color: #016630;
}
.self-storage-pg .important-messages-icon p b{
	font-weight: 600;
}
.pricing-table table {
    width: 100%;
    border-collapse: collapse;
	text-align: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}
.pricing-table th, .pricing-table td {
    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
}
.pricing-table td{
	font-weight: 500;
	font-size: 13px;
    line-height: 1.5;
}
.pricing-table th:first-child, .pricing-table td:first-child {
    text-align: left;
    font-weight: 600;
    width: 28%;
	color: #181e1f;
	font-size: 14px;
}
.pricing-table .top-header th {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.pricing-table .on-demand.single {
    background: #3b82f6;
}
.pricing-table .explorer {
    background: #f97316;
}
.pricing-table .plan {
    background: #f9fafb;
}
.pricing-table .plan h3 {
    margin: 0;
    font-size: 18px;
	font-weight: 600;
	text-transform: none;
	margin-top: 15px;
}
.pricing-table .price {
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
	color: #181e1f;
}
.pricing-table .sub-text {
    font-size: 13px;
    color: #6b7280;
}
.pricing-table .plan-with-price .popular{
	background: #fdf3e7;
}
.pricing-table .popular {
    background: #fcf8f3;
    position: relative;
	border-left: 2px solid #ff8904;
	border-right: 2px solid #ff8904;
}
.pricing-table .popular-badge {
    background: #f97316;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px 4px 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 5px;
    font-weight: 600;
    position: absolute;
    line-height: normal;
    left: 0;
    right: 0;
    top: 3px;
}
.pricing-table .section {
    background: #334155;
    color: #fff;
    text-align: left;
    font-weight: bold;
}
.pricing-table .section td{
	color: #fff;
}
.pricing-table .check {
    color: green;
    font-size: 18px;
}
.pricing-table .cross {
    color: #cbd5f5;
    font-size: 18px;
}
.pricing-table .single .price{
	color: #155dfc;
}
.pricing-table .single{
	width: 250px;
	background: #eff6ff;
	border-left: 2px solid #8ec5ff;
	border-right: 2px solid #8ec5ff;
}
.plan-with-price th:first-child{
	font-weight: 600;
    font-size: 18px;
    color: #181e1f;
}
.pricing-table .top-header th:first-child{
	border-bottom: none;
}
.popular .price{
	color: #f54a00;
}
.self-storage-pg .legend-container .legend-title{
	font-weight: 500;
    color: #181e1f;
    padding-bottom: 5px;
}
.self-storage-pg .legend-container .legend-grid{
	margin-top: 10px;
}
.self-storage-pg .legend-container .legend-grid .legend-item{
	width: auto;
}
.self-storage-pg .legend-symbol{
	color: #f05e46;
	font-weight: 500;
}

.rvpark-pg .pricing {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
    }

.rvpark-pg .card {
        background: #fff;
        border-radius: 12px;
        max-width: 380px;
        padding: 25px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        position: relative;
		border: 2px solid #ebe6e7;
		width: 100%;
    }
.rvpark-pg .card:hover{
	border: 2px solid #7bf1a8;
}
.rvpark-pg .card li.mute{
	color: #99a1af;
}
.rvpark-pg .card li.mute::before{
	background-image: unset;
}
.rvpark-pg .card h2 {
        margin: 10px 0;
    text-align: center;
    color: #101828;
    font-weight: 500;
    font-size: 24px;
    }

.rvpark-pg .price, .rvpark-pg .pro .price #price {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin: 10px 0;
    }
.rvpark-pg .pro .price #price{
	color: #00a63e;
}
.rvpark-pg .price span {
        font-size: 14px;
        color: #4a5565;
        font-weight: normal;
    }

.rvpark-pg .btn {
        display: block;
        text-align: center;
        padding: 12px;
        border-radius: 8px;
        margin: 15px 0;
        text-decoration: none;
        font-weight: 600;
        border: 2px solid #16a34a;
        color: #16a34a;
		font-size: 14px;
    }

.rvpark-pg .btn.primary {
        background: #16a34a;
        color: #fff;
		border: 2px solid #16a34a;
    }

.rvpark-pg .features {
        margin-top: 20px;
    }

.rvpark-pg .features h3 {
        margin-bottom: 10px;
		font-size: 14px;
    text-transform: none;
    font-weight: 600;
    }

.rvpark-pg .features ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.rvpark-pg .features li {
        margin: 8px 0;
        color: #444;
    }

.rvpark-pg .features li::before {
        content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
position: relative;
    top: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a63e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
        color: #16a34a;
        margin-right: 8px;
    }

    /* Highlighted card */
.rvpark-pg .card.pro {
        border: 2px solid #16a34a;
		margin-top: -36px;
    }
.rvpark-pg .self-storage-section{
	margin-bottom: 50px;
}
.rvpark-pg .pro-card{
	margin-top: -75px;
}
.rvpark-pg .badge {
        position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #fdc700;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #101828;
    }

.rvpark-pg .dark-btn {
        background: #0f172a;
        color: #fff;
        border: none;
    }

.rvpark-pg .small-btns {
        display: flex;
        gap: 10px;
    }

.rvpark-pg .small-btns a {
        flex: 1;
        text-align: center;
        padding: 10px;
        border-radius: 8px;
        background: #16a34a;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }
.rvpark-pg .explorer-pricing .product-icon{
	background: #f6f3f4;
    padding: 11px 12px;
    display: flex;
    width: max-content;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
}	
.rvpark-pg .explorer-pricing .pro .product-icon{
	background-color: #dcfce7;
}
.rvpark-pg .explorer-pricing .product-icon svg{
	color: #4a5565;
}
.rvpark-pg .explorer-pricing .pro .product-icon svg{
	color: #00a63e;
}
.rvpark-pg .card p{
	text-align: center;
    color: #4a5565;
}
.preview-data-link{
	color: #00a63e;
    text-decoration: underline;
    display: flex;
    width: max-content;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 500;
}

.rvpark-pg .toggle span.active {
    background: #007bff;
    color: #fff;
}
.rvpark-pg .pricing-container{
	display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
	font-size: 13px;
}
.rvpark-pg .pricing-container .toggle{
	display: flex;
    margin: 0;
    cursor: pointer;
    background: #dbeafe;
    padding: 5px 5px;
    border: 1px solid #bedbff;
    border-radius: 30px;
}
.rvpark-pg .pricing-container .toggle span{
	padding: 1px 8px;
    border-radius: 30px;
	font-weight: 500;
}
.rvpark-pg .pricing-container .toggle-wrapper{
	display: flex;
    margin: 0 auto;
    width: max-content;
    margin-top: 10px;
}
.rvpark-pg .card.pro h2{
	margin-bottom: 0;
}
.self-storage-pg .common-modal-pricing .on-demand-col h5,
.self-storage-pg .common-modal-pricing .subscriptions-h5{
	background: #f0f7ff;
}
.vehicle-pg .common-modal-pricing .on-demand-col h5,
.vehicle-pg .common-modal-pricing .subscriptions-h5{
	background: #fbf7ff;
}
.new-optimize-pg .optimize-new-left .color-heading{
	color: #fff;
}
.new-optimize-pg .optimize-new-left .color-heading span{
	color: #f05e46;
}
.new-optimize-pg .optimize-new-left .btn-row{
	gap: 15px;
    padding-left: 15px;
}
.new-optimize-pg .optimize-new-left .banner-btn{
	width: auto;
    padding: 0;
	display: unset;
}
.new-optimize-pg .optimize-new-left .red-border-btn{
	border: 1px solid #f05e46;
}
.new-optimize-pg .powerful-features-sections .features-icons{
	padding: 12px;
}
.new-optimize-pg .powerful-features-sections .grids-columns .grid-heading{
	min-height: unset;
}
.new-optimize-pg .pricing-tiers .tabs.tabs-simple .price-right ul li,
.explorer-section-one .price-right ul li{
	margin-bottom: 10px;
}
.explorer-section-one .price-right ul li{
	text-align: left;
}
.new-optimize-pg .pricing-tiers .tabs.tabs-simple .price-right ul li::before,
.explorer-section-one .price-right ul li::before{
	content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23155dfc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
    top: 2px;
}

.sitelink-new-pg .sitelink-pricing .card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  transition: 0.3s;
  height: 100%;
}
.sitelink-new-pg .sitelink-pricing .card.blue {
  border: 2px solid #d6e4ff;
}
.sitelink-new-pg .sitelink-pricing .card.orange {
  border: 2px solid #ffd8b5;
}
.sitelink-new-pg .sitelink-pricing .badge {
  position: absolute;
    top: -2px;
    right: 0px;
    background: #ff5a00;
    color: #fff;
    font-size: 12px;
    padding: 8px 14px;
    border-radius: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: max-content;
}
.sitelink-new-pg .sitelink-pricing .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 0;
}
.sitelink-new-pg .sitelink-pricing .icon-box svg {
  width: 28px;
  height: 28px;
}
.sitelink-new-pg .sitelink-pricing .blue-bg {
  background: linear-gradient(135deg, #4c8cff, #1d4ed8);
}
.sitelink-new-pg .sitelink-pricing .orange-bg {
  background: linear-gradient(135deg, #ff6a00, #e64900);
}
.sitelink-new-pg .sitelink-pricing .price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  position: relative;
    margin-bottom: 20px;
}
.sitelink-new-pg .sitelink-pricing .amount {
  font-size: 34px;
  font-weight: bold;
}
.sitelink-new-pg .sitelink-pricing .blue .amount {
  color: #2563eb;
}
.sitelink-new-pg .sitelink-pricing .orange .amount {
  color: #ea580c;
}
.sitelink-new-pg .sitelink-pricing .duration {
  color: #6a7282;
    font-weight: 500;
    font-size: 16px;
}
.sitelink-new-pg .sitelink-pricing .subtext {
  color: #6a7282;
    display: block;
    position: absolute;
    bottom: -25px;
    font-size: 14px;
}
.sitelink-new-pg .sitelink-pricing .tag {
  margin: 20px 0px;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}
.sitelink-new-pg .sitelink-pricing .blue-light {
  background: #e6efff;
  color: #2563eb;
}
.sitelink-new-pg .sitelink-pricing .orange-light {
  background: #ffe8cc;
  color: #ea580c;
}
.sitelink-new-pg .sitelink-pricing .btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 12px;
  margin-top: 20px;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}
.sitelink-new-pg .sitelink-pricing .btn svg{
	width: 18px;
    height: 18px;
    margin-top: -1px;
}
.sitelink-new-pg .sitelink-pricing .blue-btn {
  background: linear-gradient(135deg, #4c8cff, #1d4ed8);
}
.sitelink-new-pg .sitelink-pricing .orange-btn {
  background: linear-gradient(135deg, #ff6a00, #e64900);
}
.sitelink-new-pg .sitelink-pricing .card h2{
	font-weight: 600;
	font-size: 2em;
	margin-bottom: 20px;
}
.sitelink-new-pg .sitelink-pricing .card p{
	font-size: 15px;
}
.sitelink-new-pg .sitelink-pricing .card.orange:hover{
	border: 2px solid #f35b00;
}
.sitelink-new-pg .sitelink-pricing .card.blue:hover{
	border: 2px solid #407df5;
}
.contact-sales-team{
	font-weight: 500;
}
.contact-sales-team a{
	display: table;
    margin: 0 auto;
    border: 1px solid #f05e46;
    color: #f05e46 !important;
    padding: 6px 30px;
    border-radius: 10px;
    margin-top: 15px;
	text-decoration: none !important;
	cursor: pointer;
}
.market-intelligence-section{
	background-color: #fff7ed;
}
.market-intelligence-section .icon-market,
.daily-rates-sitelink .icon-market{
	color: #ca3500;
    font-size: 16px;
    display: flex;
    max-width: max-content;
    margin: 0 auto;
    align-items: center;
    gap: 5px;
    border: 1px solid #ffd7a8;
    border-radius: 30px;
    padding: 6px 20px;
    background: #ffedd4;
    font-weight: 500;
	margin-bottom: 5px;
}
.market-intelligence-section .powerful-features-sections .red-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #ffedd4, #ffedd4);
	box-shadow: none;
}
.market-intelligence-section .powerful-features-sections .blue-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #dbeafe, #dbeafe);
	box-shadow: none;
}
.market-intelligence-section .powerful-features-sections .blue-grid-box .features-icons svg{
	color: #155dfc;
}
.market-intelligence-section .powerful-features-sections .purple-grid-box .features-icons{
	background-image: linear-gradient(to bottom right, #ecd3ff, #ecd3ff);
	box-shadow: none;
}
.market-intelligence-section .powerful-features-sections .purple-grid-box .features-icons svg{
	color: #9810fa;
}
.market-intelligence-section .powerful-features-sections .grids-columns{
	background: #fff;
}
.daily-rates-sitelink .dot-icon{
	width: 8px;
	height: 8px;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	background: #ca3500;
    border-radius: 10px;
    margin-right: 3px;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.4;
  }
}
body .stay-icon-box{
	background-image: linear-gradient(to bottom right, #eff6ff, #fff7ed);
	border: 1px solid #ffedd4;
    border-radius: 10px;
	padding: 20px;
}
.stay-icon-box .stay-icon-text{
	display: flex;
    gap: 15px;
}
.stay-icon-box .stay-icon{
	background: #f05e46;
    padding: 3px 7px;
    border-radius: 7px;
    width: max-content;
    height: max-content;
}
.stay-icon-box .stay-icon-text h4{
	margin-bottom: 10px;
}
.stay-icon-box .ex-btn-radius{
	padding: .8rem 0rem;
    border: 2px solid;
    font-size: 0.95rem;
    width: 100%;
}
.stay-icon-box .ex-btn-radius svg{
	margin-right: 3px;
}
.sitelink-pricing{
	background: #fbf9fa;
}

.sitelink-sync-background{	
	background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin: 0 auto;    
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  border: 1px solid #e1e1e1;
}
.sitelink-sync-wrapper{
	max-width: 500px;
    width: 100%;
	margin: 0 auto;
}
.sitelink-sync-wrapper .sitelink-overlay{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom right, #ff8904, #f54a00);
    max-width: 510px;
    left: 50%;
    transform: translate(-50%, 0%);
    rotate: 3deg;
    border-radius: 20px;
    margin-top: 15px;
	opacity: 10%;
}
.sitelink-sync-wrapper .price-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px 10px 22px;
  border-radius: 16px;
  margin-bottom: 18px;
  position: relative;
}

.sitelink-sync-wrapper .title {
  font-size: 14px;
  color: #555;
  margin-bottom: 0px;
  line-height: normal;
}

.sitelink-sync-wrapper h2 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}


/* Variants */
.sitelink-sync-wrapper .blue {
  background: #e8f0fe;
  border-left: 4px solid #2f6fed;
}
.sitelink-sync-wrapper .orange {
  background: #fbe9d7;
  border-left: 4px solid #ff6a00;
}
.sitelink-sync-wrapper .purple {
  background: #f1e9fb;
  border-left: 4px solid #9333ea;
}

/* Badge */
.sitelink-sync-wrapper .badge {
  font-size: 12px;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 500;
}

.sitelink-sync-wrapper .blue .badge {
  background: #2f6fed;
}

.sitelink-sync-wrapper .orange .badge {
  background: #ff6a00;
}

.sitelink-sync-wrapper .purple .badge {
  background: #9333ea;
}

/* Sync section */
.sitelink-sync-wrapper .sync {
  text-align: center;
  color: #16a34a;
  font-size: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.sitelink-sync-wrapper .loader svg{
  width: 16px;
  height: 16px;
  animation: sitelink-spin 1s linear infinite;
}
.new-api-pg .optimize-new-left .tag-title svg{
  animation: sitelink-spin 5s linear infinite;
}

@keyframes sitelink-spin {
  to {
    transform: rotate(360deg);
  }
}
.new-api-pg .premium-data .icon-market{
	font-size: 13px;
    background: #f05e46;
    width: max-content;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: 500;
    text-transform: uppercase;
}
.looking-custom-reports{
	background-image: linear-gradient(to bottom right, #101828, #1e2939);
    border-radius: 20px;
}
.looking-custom-reports .background-absolute{
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	opacity: 0.05;
	width: 100%;
    position: absolute;
    height: 100%;
}
.looking-custom-reports .overlay-content{
	position: relative;
	z-index: 1;
	padding: 30px;
	padding-top: 35px;
}
.looking-custom-reports .overlay-content h3{
	text-transform: none;
    color: #fff;
    font-weight: 600;
	margin-bottom: 25px;
}
.looking-custom-reports .overlay-content p{
	color: #d1d5dc;
}
.looking-custom-reports .overlay-content .banner-btn{
	justify-content: center;
}
.new-api-pg .power-your-section{
	background-image: radial-gradient(circle at 30% 20%, rgb(249 115 22 / 8%), rgb(0 0 0 / 0%) 50%), radial-gradient(circle at 70% 80%, rgb(59 130 246 / 8%), rgb(0 0 0 / 0%) 50%);
}
.new-optimize-pg.new-api-pg .grids-columns .grid-heading{
	font-size: 1.6em;
}
.new-api-pg .grids-columns .rounded-full{
	width: 64px;
	height: 4px;
	border-radius: 5px;
    margin-bottom: 20px;
}
.new-api-pg .grids-columns.red-grid-box .rounded-full{	
	background-image: linear-gradient(to right, #bb4d00, transparent);
}
.new-api-pg .grids-columns.red-grid-box{
	background-image: linear-gradient(to bottom right, #fff, #fceddf);
}
.new-api-pg .grids-columns.blue-grid-box .rounded-full{	
	background-image: linear-gradient(to right, #0092b8, transparent);
}
.new-api-pg .grids-columns.blue-grid-box{
	background-image: linear-gradient(to bottom right, #fff, #defcff);
}
.new-api-pg .grids-columns.green-grid-box .rounded-full{	
	background-image: linear-gradient(to right, #f6339a, transparent);
}
.new-api-pg .grids-columns.green-grid-box{
	background-image: linear-gradient(to bottom right, #fff, #fce7f3);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns.red-grid-box{
	border: 1px solid #ffedd4;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns.blue-grid-box{
	border: 1px solid #cefafe;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns.green-grid-box{
	border: 1px solid #fce7f3;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .grid-absolute{
	width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to bottom left, #ffe6d5, #fff8f8);
    border-radius: 0px 20px 0px 20px;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns.red-grid-box .grid-absolute{
	background-image: linear-gradient(to bottom left, #efd4ba, #fff8f8);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns.blue-grid-box .grid-absolute{
	background-image: linear-gradient(to bottom left, #b4e7f1, #f7f9ff);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns.green-grid-box .grid-absolute{
	background-image: linear-gradient(to bottom left, #fdb7dd, #f6fff9);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .btn{
	width: 100%;
    padding: 13px;
    border: none;
    border-radius: 12px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .btn.blue-btn{	
	background: linear-gradient(135deg, #00b8db, #0092b8);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .btn.red-btn{
	background: linear-gradient(135deg, #e17100, #bb4d00);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .btn.green-btn{
	background: linear-gradient(135deg, #fb64b6, #f6339a);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .btn.blue-btn:hover{	
	background: linear-gradient(135deg, #0092b8, #00b8db);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .btn.red-btn:hover{
	background: linear-gradient(135deg, #bb4d00, #e17100);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .btn.green-btn:hover{
	background: linear-gradient(135deg, #f6339a, #fb64b6);
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .btn svg{
	color: #fff;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 0px;
    padding: 0;
    margin-bottom: 0;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns .align-btn-bottom{
	position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0px 25px;
}
.new-api-pg .explorer-powerful-columns .powerful-features-sections .grids-columns p{
	margin-bottom: 80px;
}
.new-api-pg .banner-btn span{
	position: relative;
    top: 2px;
}
#header .header-nav-main nav>ul>li.dropdown-mega a:hover .dropdown-mega-sub-title,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus .dropdown-mega-sub-nav .dropdown-item.self-storage a:hover{
	color: #155dfc;
}
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li .sub-menu-heading.realestate-submenus .dropdown-mega-sub-nav .dropdown-item p{
	margin-top: -5px;
}
header#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content{
	padding: 0.5rem;
}
.self-storage-pg .common-modal-pricing .basic-market, .self-storage-pg .common-modal-pricing .basic-pro-market,
.self-storage-pg .common-modal-pricing .unlimited-market, .self-storage-pg .common-modal-pricing .on-demand-col .single-market{
	background: #fff;
}
.explorer-features-sections .view-compare-plans{
	color: #155dfc;
    margin: 0 auto;
    display: flex;
    max-width: max-content;
    margin-bottom: 10px;
    font-weight: 500;
    text-decoration: underline;
}
.new-api-pg .mobile-banner-section .optimize-new-left{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.api-card-img{
	position: relative;
  z-index: 1;
  border-radius: 20px;
  background: linear-gradient(145deg, #0b1020, #0d142a);
}
.api-card-img::before {
  content: "";
  position: absolute;
  inset: 20px; /* controls glow spread */
  z-index: -1;
  border-radius: 30px;

  background: radial-gradient(circle at 20% 30%, #ff7a00, transparent 40%),
              radial-gradient(circle at 80% 20%, #ff00c8, transparent 40%),
              radial-gradient(circle at 30% 80%, #00ff9c, transparent 40%),
              radial-gradient(circle at 80% 80%, #00c2ff, transparent 40%);

  filter: blur(80px);
  opacity: 0.9;
}
footer#footer .move-arrow-right{
	left: 15px;
}
@media (max-width: 991px){
	html #header .header-nav-main nav>ul li{
		border-bottom: none;
	}
}
.base-description{
	display: block;
    font-size: 13px;
    font-weight: 500;
    color: #777;
}
.table-svg svg{
	color: #155dfc;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: 3px;
}
.normal-td-text{
	font-size: 13px;
    color: #777;
}
.countries-covered{
	color: #432dd7;
    background: #eef2ff;
    border: 1px solid #c6d2ff;
    border-radius: 10px;
    padding: 10px 10px 12px;
	display: flex;
    gap: 10px;
    margin-top: 10px;
}
.countries-covered svg{
	color: #4f39f6;
    width: 20px;
    height: 20px;
}
.countries-covered b{
	color: #312c85;
}
.signin-box .welcomeback-icon{
	display: flex;
    background: #fbe9e7;
    margin: 0 auto;
    width: max-content;
    padding: 5px;
    border-radius: 20px;
}
.signin-box .form-group label{
	font-weight: 500;
    color: #101828;
    font-size: 13px;
}
.signin-box .reset-forgot{
	justify-content: space-between;
    white-space: nowrap;
}
.login-design .signin-box .text-color-blue{
	color: #009fc4;
}
.login-design .login-signin-btn{
	text-align: center;
}
.login-design .login-signin-btn button{
	width: 100%;
}
.signin-box .divider-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #666;
  width: 100%;
}
.signin-box .divider-with-text::before,
.signin-box .divider-with-text::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #d3d3d3;
}
.signin-box .divider-with-text span {
  padding: 0 20px;
}
.signin-box .customer-icon-text{
	display: flex;
    gap: 10px;
    line-height: 22px;
    align-items: center;
}
.signin-box .customer-icon-text .customer-icon{
	background: #e7f1f2;
    padding: 7px;
    border-radius: 20px;
    max-height: max-content;
}
.signin-box .customer-icon-text .customer-icon svg{
	width: 24px;
    height: 24px;
    color: #009fc4;
}
.login-design .signin-box .login-signin-btn svg{
	width: 16px;
    height: 16px;
    margin-right: 2px;
	margin-top: -1px;
}
.login-design .login-signin-btn button:hover,
.login-design .signin-box.forgotbox .btn-dark-loign:hover{
	color: #f15d47;
}
.signin-box{
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;
    padding: 30px;
}
.login-design .signin-box #emailerror, .login-design .signin-box #erroralert, .login-design .signin-box #pwderror, .login-design .signin-box #emailErroralert,
.login-design .signin-box #Signinerror, .login-design .signin-box #Signinerror1{
	position: absolute;
    font-size: 13px;
    margin-top: -3px;
}
.signin-box .field-icons{
	position: absolute;
    border-radius: 7px 0px 0px 7px;
    padding: 5px 10px;
    height: 37px;
}
.signin-box .text-icon-field{
	padding-left: 35px;
}
.signin-box .field-icons svg{
	opacity: 0.7;
}
.signin-box .field-icons.eye-icon{
	right: 13px;
    top: 26px;
    border-radius: 0px 7px 7px 0px;
}
.signin-box .signin-error-msg{
	border: none;
	background: #FEF2F2;
	border-radius: 0px 10px 10px 0px;
	border-left: 5px solid #f05e46;
}
.owl-carousel .card{
	border-radius: 1.5rem !important;
}
.owl-carousel .card::before{
	box-shadow: none;
	border-radius: 1.5rem !important;
}
.owl-carousel .card:hover::before{
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgb(240 94 70) 0px 2px 4px 5px;
}
.owl-carousel .testimonial.testimonial-style-4{
	box-shadow: none;
}
.owl-carousel .testimonial .color-paragraph{
	border-bottom: 1px solid #ccc;
}
body .owl-2-style .testimonial.testimonial-style-4 .testimonial-author img{
	padding-left: 25px;
}
.owl-carousel .testimonial .color-paragraph.text-4,
.owl-carousel .testimonial .name-desg{
	text-align: left;
}
.owl-carousel .testimonial .name-desg .color-main {
    color: #283149;
}
.owl-2-style .owl-dots{
	display: none;
}
body .owl-2-style .testimonial.testimonial-style-4 .testimonial-author{
	justify-content: start;
}
@media (min-width: 1200px){
	body .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom){
		max-width: 1240px;
	}
}
@media (min-width: 992px){
	.padding-right-50{
		padding-right: 50px;
	}
	.padding-right-100{
		padding-right: 100px;
	}
}
@media (min-width: 1050px){
	.stay-icon-box .row{
		gap: 10px;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
}
.lookings-for{
	margin-top: 5px;
}
.lookings-for a{
	color: #ebe6e7;
	text-decoration: underline;
}
.testimonial-info-txt{
	color: #505151;
}
header#header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open > .dropdown-menu{
	display: none;
}
header#header .header-nav.header-nav-line nav > ul > li.dropdown.accessibility-open:hover > .dropdown-menu{
	display: block;
}