.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: 800px;
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 1px;
    margin-top: 1px;
    border-top: none !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#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%;
}
.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); 
    -webkit-transform: scale(1.5); 
    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;
}
.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 .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;
}
.new-optimize-btn.float-shadow:before {
    opacity: .6;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.see-act-save .card{
	height: 100%;
	border-radius: 10px;
}
.see-act-save .testimonial .name-desg,
.see-act-save .testimonial .color-paragraph{
	min-height: auto;
	text-align: left;	
}
.see-act-save .testimonial .color-paragraph{
	color: #5a6e82;
}
.see-act-save .testimonial .name-desg .color-main{
	color: #5a6e82;
	color: var(--dark);
}
.see-act-save .testimonial{
	box-shadow: none;
}
.see-act-save .testimonial .name-desg{
	margin-bottom: 10px;
}
.new-opt-form.stortrack-form h1{
	margin-bottom: 0px;
	padding-top: 10px;
}
.new-opt-form.stortrack-form h1 span{
	color: #181e1f !important;
    font-size: 1.1em !important;
    font-weight: 700 !important;
}
.new-opt-form.stortrack-form .inputs-list{
	list-style: none;
	padding-left: 10px;
}
.new-opt-form.stortrack-form p{
	font-size: 1.1em;
}
.download-ft .what-you-get{
	padding: 50px;
}
.download-ft .what-you-get h3{
	text-transform: none;
    font-weight: 700;
}
.download-ft .what-you-get ul li{
	font-size: 1.1em;
	margin-bottom: 10px;
}
@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{
	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{
	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: 20px;
    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: 15px;
}
.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{
	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{
	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{
	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{
	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{
	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{
	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{
	font-size: 1.4rem;
    text-align: center;
    color: #101828;
    font-weight: 700;
}
.pricing-tiers .tabs.tabs-simple .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{
	color: #4a5565;
    text-align: center;
}
.pricing-tiers .tabs.tabs-simple .price-right .blue-txt{
	color: #155dfc;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}
.pricing-tiers .tabs.tabs-simple .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{
	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{
	margin-bottom: 5px;
	display: flex;
    line-height: 20px;
	color: #4a5565;
}
.pricing-tiers .tabs.tabs-simple .price-right ul{
	padding-left: 0px;
}
.pricing-tiers .tabs.tabs-simple .price-right .add-plan-btn{
	background: #2b7fff;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 50px;
    text-decoration: none;
}
.pricing-tiers .tabs.tabs-simple .price-right .add-plan-btn:hover{
	background-color: #155dfc;
}
.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;
	}
	.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;
  position: relative;
  z-index: 1;
}
.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;
}