/*
Theme Name: Compare Your Business Costs Child
Description: Compare Your Business Costs
Author: Compare Your Business Costs 
Template: compare-your-business-costs-parent  
Text Domain: compare-your-business-costs-child
*/


/*@import url("https://use.typekit.net/mup1wbr.css"); */
section.home-table {
    padding-top: 0;
	padding-bottom:50px;
}
.home-table h4 {
    margin-bottom: 30px;
}
body {
    line-height: 1;
    font-family: 'proxima-nova', sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    color: #111;
    overflow-x: hidden;
    background-color: #fff;
}
h1,h2,h3,h4,h5,h6 {
    color: #131f25;
    margin: 0;
    font-family: 'proxima-nova', sans-serif !important;
    letter-spacing: normal;
}
h5, .h5{
    line-height: 1.4;
}
p, a{
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: 'proxima-nova', sans-serif !important;
}
a:focus,a:hover {
    color: #0e75b9;
    text-decoration: none;
}
ol,ul,li {
    list-style: none;
    margin: 0;
    padding: 0; 
}
div{
    outline: none;
}
img{
	max-width: 100%;
    height: auto;
}
.center-col {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.align-items{
    align-items: center;
    display: flex !important;
}
.display-flex{
    display: flex !important;
}
.p-r{
    position: relative;
}
section {
    padding: 80px 0; 
}
::selection {
    color: #fff;
    background: #ca3535;
}
.fw-6{
    font-weight: 600 !important;
}
/* ::-webkit-scrollbar {
    width: 14px;
    background: #eee
}
::-webkit-scrollbar-thumb {
    background: #272822;
} */

.bg-color{
    background: #f7f7f7 !important;
}
input::placeholder,
textarea::placeholder{
    color: #272822;
}
*{
    outline: none
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}

.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mt-5 {
    margin-top: 50px !important;
}
.mt-6 {
    margin-top: 60px !important;
}
.mt-7 {
    margin-top: 70px !important;
}


.mb-1 {
    margin-bottom: 10px !important;
}
.mb-2 {
    margin-bottom: 20px !important;
}
.mb-3 {
    margin-bottom: 30px !important;
}
.mb-4 {
    margin-bottom: 40px !important;
}
.mb-5 {
    margin-bottom: 50px !important;
}
.mb-6 {
    margin-bottom: 60px !important;
}
.mb-7 {
    margin-bottom: 70px !important;
}
.mb-8 {
    margin-bottom: 80px !important;
}

.pt-3 {
    padding-top: 30px !important;
}
.pt-4 {
    padding-top: 40px !important;
}
.pt-5 {
    padding-top: 50px !important;
}
.pt-3 {
    padding-bottom: 30px !important;
}
.pt-4 {
    padding-bottom: 40px !important;
}
.pt-5 {
    padding-bottom: 50px !important;
}
.pt-9 {
    padding-top: 90px !important;
}



.pr-3 {
    padding-right: 30px !important;
}
.pr-4 {
    padding-right: 40px !important;
}
.pr-5 {
    padding-right: 50px !important;
}


.pl-2 {
    padding-left: 20px !important;
}
.pl-3 {
    padding-left: 30px !important;
}
.pl-4 {
    padding-left: 40px !important;
}
.pl-5 {
    padding-left: 50px !important;
}
.pl-6{
    padding-left: 60px !important; 
}




/*************** start css *****************/



nav.navbar.navbar-expand-lg {
    background: transparent !important;
    position: relative;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400;
    margin: 0 0px 0 36px;
    padding: 14px 0;
    color: #000;
    float: left;
    font-size: 16px;
    letter-spacing: 0.2px;
    transition: all 0.3s ease 0s;
    position: relative;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link::before{
    position: absolute;
    bottom: 16px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background: #ca3535;
    transition: all 0.3s ease 0s;
}
.navbar.navbar-expand-lg .navbar-nav .header-btn .nav-link::before{
    display: none
}
.navbar.navbar-expand-lg .navbar-nav .header-btn .nav-link:hover{
    background: #fff;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link:hover::before{
    width: 100%;
}
.navbar.navbar-expand-lg .navbar-nav .header-btn .nav-link{
    border: 1px solid #fff;
    padding: 6px 20px 5px;
}
.navbar.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #ca3535 !important;
    opacity: 1;
}
.navbar.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link{
    margin: 0 0px 0;
}
.main-header {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 99999;
    transition: all 0.3s ease 0s;
    background: #FFF;    
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-sticky {
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.109);
}
.main-header .navbar .navbar-brand.dark-logo {
    transition: all 0.3s ease 0s;
    width: 230px;
    padding: 0;
}
.nav-item{
    position: relative;
    transition: 0.3s ease 0s;
}  
.collapse.navbar-collapse .navbar-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    transition: all 0.3s ease 0s;
    position: relative;
}
.navbar-sticky nav.navbar.navbar-expand-lg{
    border: none;
    padding: 8px 15px;
}
.navbar .navbar-brand.logo-dark{
    display: block;
    transition: all 0.3s ease 0s;
    width: 138px;
    margin: 0 !important;
}
.navbar .navbar-brand.logo-white{
    transition: all 0.3s ease 0s;
    display: none;
}
.navbar-sticky .navbar .navbar-brand.logo-dark {
    display: none;
}
.navbar-sticky .navbar .navbar-brand.logo-white {
    display: block;
    width: 130px;
    /* margin: 0 !important; */
}

.inner-header{
    position: absolute!important;
    z-index: 9;
    width: 100%;
}
.navbar-sticky .navbar.navbar-expand-lg .navbar-nav .nav-link{
    color: #242424;    
    padding: 10px 0;
}
.navbar-sticky .navbar.navbar-expand-lg .navbar-nav .header-btn .nav-link {
    border: 1px solid #333;
    padding: 6px 20px 5px !important;
}

/************** start-banner ******************/



.banner{ 
    padding: 60px 0 90px;
    background-position: center;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #09151B;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}
.hero-text h2{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
}
.hero-main{
    padding: 0 30px 0 0;
}
.fa-button{
    background: #ca3535;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.3px;
    margin-top: 24px;
    transition: all 0.3s ease 0s;
}
.fa-button:hover{
    background: #333;
    color: #fff;
}
.banner-icon ul li span{
    display: block;
    line-height: normal;
    margin-top: 15px;
    color: #fff;
    font-size: 13px;
}
.banner-icon ul{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.banner-icon ul li{
    margin-left: 65px;
    margin-bottom: 30px;
}
.banner-icon ul li:nth-child(n+4) {
    margin-bottom: 0px; 
}
.banner-icon ul li:first-child{
    margin-left: 0;
}
.banner-icon ul li a{
    display: inline-block;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    padding: 30px 6px;
    transition: all 0.3s ease 0s;
}
.banner-icon{
    margin-top: 40px;
    margin-left: 50px;
}
.banner-icon ul li a:hover{
    border: 2px solid #c04040;
    background: #c04040;
}






/*************** about ***************/




.title h1{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    color: #131f25;
}
.title:first-child{
    margin-top: 0;
}
.title{
    margin-top: 40px;
}
.about-main h3{
    font-size: 24px;
    color: #131f25;
    margin: 40px 0 14px;
}
.line-pro ul li {
    padding: 0;
}
.line-pro .title-check li i{
    position: relative
}
.about-main{
    padding: 50px 60px;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
}
.about-main:hover{
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.12);
}
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white ul li,
.color-white span{
    color: #fff !important;
}
.color-white p,
.color-white ul li{
    font-weight: 300;
}
.about-main img{
    width: 140px;
}

/********** review ************/


.review{
    position: relative;
    background-size: cover;
    background-position: center;
}

.review-cup{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    color: #ca3535;
    width: 42px;
    height: 42px;
    margin-top: -20px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.review::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.85;
    height: 100%;
    background: linear-gradient(to right, rgba(1,167,156,1) 0%, rgba(0,120,114,1) 100%) ;;
}
.review-cup::before{
    position: absolute;
    top: -7px;
    left: -7px;
    border: 1px solid hsla(0, 0%, 100%, 0.4);
    border-radius: 50%;
    content: "";
    bottom: -7px;
    right: -7px;
}
.review-cup::after{
    position: absolute;
    top: -13px;
    left: -13px;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 50%;
    content: "";
    bottom: -13px;
    right: -13px;
}
.review-cup span{
    border: 1px solid hsla(0, 0%, 100%, 0.08);
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}





/**************** slick **************/



.review-slider .slick-list{
    padding: 0 280px 15px 280px !important;
}
.review-slider .slick-slide{
    background: #fff;
    margin: 0 15px;
    padding: 54px 64px;
    border-radius: 10px;
    box-shadow: 0px 2px 24px 0px hsla(0, 0%, 0%, 0.2);
    border: 1px solid #ca3535;
    transform: scale(0.92);
    transition: all 0.3s ease 0s;
}
.review-slider .slick-slide.slick-active{
    transform: scale(1);
}
.slick-slide .review-main{
    opacity: 0.6;
}
.slick-slide.slick-active .review-main{
    opacity: 1;
}
.review-main{
    position: relative
}
.review-main a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-text p{
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.review-image img{
    border-radius: 50%;
    border: 1px solid #ca3535;
    width: 70px;
}
.review-name{
        margin-top: 50px;
    display: flex;
    align-items: center;
}
.review-user{
    margin-left: 20px;
}
.review-user h4{
    font-size: 18px;
    color: #01A79D;
    margin-bottom: 5px;
}
.review-user p{
    font-size: 14px;
    line-height: normal
}

.review-wrap{
    margin-top: -100px;
}


.slick-prev, .slick-next{
    width: 34px;
    height: 74px;
    line-height: initial;
    padding: 0;
    right: 0;
    margin-top: -37px;
    border-radius: 0;
    border: none;
    background: #ca3535;
}
.slick-prev:hover, .slick-next:hover,
.slick-prev:focus, .slick-next:focus{
    background: #333;
}
.review-slider .slick-next {
    right: 295px;
}
.review-slider .slick-prev {
    left: 295px;
    z-index: 9;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ca3535;
}
.slick-dots li button:before {
    font-size: 56px;
}
.slick-dots li{
    margin: 0 3px;
}




/*************** compare **************/


.compare{
    background: url('images/review-bg.jpg');
    position: relative
}
.compare::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.85;
    height: 100%;
/*    background: linear-gradient(to right, rgba(1,167,156,1) 0%, rgba(0,120,114,1) 100%);*/
    /*background: linear-gradient(to right, rgba(188,60,60,1) 0%, rgba(188,60,60,1) 100%);*/
    background:linear-gradient(to right, rgb(193, 66, 66) 0%, rgb(115, 92, 92) 100%);
}
.compare-info{
    text-align: center;
    /*border-right: 1px solid #fff;*/
    padding: 20px 36px;
}
.compare-main {
    border-right: 1px solid #fff;
}
.compare-main:nth-child(3) .compare-info,
.compare-main:nth-child(6) .compare-info{
    border-right: 0px solid #fff;
}
/* .compare-main:nth-child(-n+3){
    margin-bottom: 40px;
    position: relative;
}
.compare-main:nth-child(-n+3)::before{
    content: "";
    position: absolute;
    width: calc(100% - 88px);
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 44px;
}
.compare-main:nth-child(-n+3) .compare-info{
    margin-bottom: 40px;
} */
.compare-info h4{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 18px;
    text-align: center
}
.compare-info p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}



/************* compare-logo ***************/



.compare-logo{
    background: url('images/bg-left-shape.png');
}
.logo-over{
    background: url('images/bg-shape-red.png');
}
.logo-bg{
    background: url(images/bg1.jpg);
    background-size: cover;
}
.logo-bg .title h1{
    color: #fff;
}
.compare-logo-bc{
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.08);
    padding: 18px 0;
}
.compare-logo .col-md-3{
    margin-bottom: 30px;
}
.compare-logo .col-md-3:nth-child(n+9){
    margin-bottom: 0;
}
.compare-logo.brand-logo .col-md-3 {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}



/***************** footer ***********/



footer{
    background: #333;
    padding: 60px 0 40px;
}
.footer-btn{
        border: 2px solid #5A6367;
    color: #fff;
    padding: 8px 20px;
    font-weight: 400;
    margin-top: 22px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.footer-btn i{
        padding-left: 5px;
    font-size: 18px;
    vertical-align: -1px;
}
.footer-btn:hover{
    border: 2px solid #fff;
    background: #fff;
    color: #333;
}
.footer-logo img{
    margin-bottom: 28px;
}
.footer-wrap{
    margin-right: 0px;
}
.footer-wrap h4{
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
}
.footer-wrap form .form-group{
    position: relative
}
.footer-wrap form .form-group button{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    color: #fff;
    background: transparent;
    border: none;
    opacity: 0.5;
    cursor: pointer;
    padding: 0 10px;
}
.footer-wrap form .form-group input{
    color: #fff;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    height: 40px;
    font-family: 'proxima-nova', sans-serif;
    opacity: 0.5;
    padding: 0;
}
.footer-wrap form ::placeholder {
    color: #fff !important;
    opacity: 1 !important; /* Firefox */
}

.footer-wrap form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff !important;
}

.footer-wrap form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff !important;
}

.footer-social{
    display: flex;
    justify-content : space-between;
    margin: 30px 0 40px !important;
}
.footer-social li{
    margin-right: 10px;
}
.footer-social li a{
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.footer-social li a i{
    font-size: 28px;
    margin-right: 12px;
}
.footer-product ul li{
    width: 50%;
    float: left;
   /* margin-bottom: 28px;*/
}
.footer-product ul li a , .widget_text .textwidget a{
    color: #fff;
    font-weight: 400;
}
.footer-product{
  /*  margin-left: 20px;*/
    display: inline-block;
    width: 100%;
}
.widget_text .textwidget ul, .widget_text .textwidget ol {
    padding-left: 0px; 
}
.widget_text .textwidget a:hover {
    color: #ca3535;
}
.widget_categories ul > li a:hover, .widget_nav_menu ul > li a:hover, .widget_meta ul > li a:hover, .widget_pages ul > li a:hover, .woocommerce.widget_product_categories ul > li a:hover {
    color: #ca3535;
}
footer .nav-link {
    display: block;
    padding: 0.5rem 0;
}
.footer-product ul li:first-child a, .footer-product ul li:nth-child(2) a {
    padding-top: 0 !important;
}

/************ contact-banner *************/


.form-row{
    margin: 0;
}
.banner-inner{
    background: url('images/contact-banner.jpg');    
    padding: 60px 0 90px;
    background-position: center;
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-banner{
    background: url('images/contact-banner.jpg');
    padding: 180px 0 90px;
}

.banner-inner-text h1,
.banner-inner-text h2{
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-banner form{
    margin-top: 54px;
}
.contact-banner form .form-row .form-group label{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
}
.form-group {
    margin-bottom: 0rem;
}
.contact-banner form .form-row{
    margin-bottom: 30px;
    flex-wrap: nowrap
}
.contact-banner form .form-row:last-child{
    margin-bottom: 0;
}
.contact-banner form .form-group{
    width: 100%;
}
.contact-banner form .form-group:nth-child(2){
    margin-left: 30px;
}
.contact-banner form .form-group input,
.contact-banner form .form-group textarea{
    width: 100%;
    height: 42px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 0px 14px;
    color: #fff;
}
.contact-banner form .form-group textarea{
    padding-top: 15px;
    height: 110px;
}

.contact-banner form .form-group input.btn-color{
    width: auto;
    background: #01A79D;
    border: none;
    color: #fff;
    padding: 0 34px;
    margin-top: -10px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.contact-banner form .form-group input.btn-color:hover{
    background: #fff;
    color: #000;
}
.contact-banner form ::placeholder {
    color: #fff !important;
    opacity: 1 !important; /* Firefox */
}

.contact-banner form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff !important;
}

.contact-banner form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #fff !important;
}




/************ contact-map-main *******************/



.contact-map-main{
    background: linear-gradient(to bottom, rgba(230,255,252,1) 0%,rgba(255,255,255,1) 100%)
}
.contact-info{
    padding-left: 50px;
}
.contact-info:nth-child(2){
    margin-top: 40px
}
.contact-info h4{
    font-size: 28px;
    font-weight: 600;
    color: #131f25;
    margin-bottom: 14px;
}
.contact-info span{
        display: flex;
    font-size: 16px;
    align-items: center;
    font-weight: 400;
    margin-top: 20px;
}
.contact-info span img{
    margin-right: 10px;
}



.leased-banner .banner-inner-text{
    /* margin-right: 70px; */
    /* margin-top: 50px; */
}
.leased-banner .banner-inner-text h1{
    font-size: 40px;
}
.leased-banner .banner-inner-text p{
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
.banner-inner-text{
    margin-top: 0px;
}

.product-main{
    margin: 0px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    position: relative; 
    width: 100%;
}
.product-main .load-wifi{
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    background: url('images/wifi.gif') #fff;
    color: #ca3535;
    z-index: -1;
    transition: all 0.3s ease 0s;
    opacity: 0;
    background-size: 410px;
    background-position: center;
    background-repeat: no-repeat;
}/* 
.product-main .load-wifi::before{
    position: absolute;
    content: "";
} */
.product-main .load-wifi.active {
    opacity: 1;
    z-index: 1;
}
.product-main .load-wifi i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 365px;
    display: none;
}
.product-form h5{
    /*background: #BC3C3C;*/
    background: #ca3535;
    color: #fff;
    text-align: center;
    padding: 18px 54px;
    font-size: 18px;
    font-weight: 300; 
}
.product-main form{
    padding: 40px 40px 50px;
}
.product-main form label{
    font-size: 14px;
    color: #111;
    display: block;
    font-weight: 600;
    line-height: 1;
    font-family: 'proxima-nova', sans-serif !important;
    text-transform: none;
}
.product-main form input,
.product-main form select{
    border: 1px solid #E2E2E2;
    height: 42px;
    padding: 0 16px 0;
    font-size: 14px;
    width: 100%;
}
.product-main form ::placeholder {
    color: #757575 !important;
    opacity: 1 !important; /* Firefox */
}

.product-main form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #757575 !important;
}

.product-main form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #757575 !important;
}

.product-main form .form-row{
    margin-bottom: 30px;
}
.product-main form .radio-btn .radio-inline{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #757575;
}
.product-main form .radio-btn .radio-inline:last-child{
    margin-bottom: 0;
}
.product-main form .radio-btn .radio-inline input{
    height: 14px;
    margin-right: 8px;
}
.radio-btn{
    margin-top: 15px;
}



/********* check-box ************/




[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after{
    content: '';
    width: 11px;
    height: 11px;
    background: #bf1529;
    /*background: #ca3535;*/
    position: absolute;
    top: 3px;
    left: 3px;
    transform: scale(0);
    border-radius: 50%;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after,
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after,
[type="checkbox"]:checked + label:after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio-btn p{
    margin-bottom: 6px;
}
.product-main form .form-row:nth-child(2) .form-group{
    width: 100%;
}
.radio-btn{
    margin-top: 0px;
    width: 100%;
    float: left;
}
.radio-btn.btn-dubble p{
    width: 50%;
    float: left;
}
.radio-btn p{
    width: 100%;
    float: left;
}
.product-main form input.btn-color{
    background: #ca3535;
    color: #fff;
    padding: 2px 30px;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.product-main form input.btn-color:hover{
    background: #333;
    color: #fff;
}
.product-main form .form-row:nth-child(2){
    margin-bottom: 20px;
}
.product-main form .form-group span{
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin: 24px 0 0px 50px;
}
.review-tg{
    position: absolute;
    right: -40px;
    z-index: 9;
    bottom: -10px;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(195,195,195,.3);
    background: #fff;
    width: 150px;
    height: 150px;
}
.review-tg > div {
    margin: 32px auto auto 14px !important;
}
.review-tg a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.review-tg img{
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(195, 195, 195, 0.3);
}
.leased-banner{
    background: url('images/leased-line-banner.jpg')
}
.leased-banner::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.6;
}
.product-main form .form-row:last-child{
    /* margin-bottom: 0; */
}
.product-main form .form-row .msg-box p{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border: 2px solid #ca3535;
    padding: 8px 20px;
    width: 80%;
    margin-top: 10px !important;
}
#regForm .form-group{
        width: 100%;
}
#regForm .form-group input{
    width: 100%
}
#regForm .tab:nth-child(3) .form-row{
    margin-bottom: 20px;
}
.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.progress .bar {
    width: 0%;
    height: 18px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: linear-gradient(top, #149bdf, #0480be);
    background-repeat: repeat-x;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    transition: width 0.6s ease;
}
.progress-striped .bar {
    background-color: #89949B;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .bar {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
    background-color: #89949B;
    background-image: linear-gradient(top, #89949B, #c43c35);
    background-repeat: repeat-x;
}
.progress-danger.progress-striped .bar {
    /*background: #BC3C3C;*/
    background: #ca3535;
    line-height: 18px;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress{
    height: 18px;
}
@-webkit-keyframes progress-bar-stripes { 
    from { background-position: 0 0 }

    to { background-position: 40px 0 }
}

@-moz-keyframes progress-bar-stripes { 
    from { background-position: 0 0 }

    to { background-position: 40px 0 }
}

@keyframes progress-bar-stripes { 
    from { background-position: 0 0 }

    to { background-position: 40px 0 }
}

.progress_container{
        padding: 40px 30px 0px 30px;
}




.client-slider .compare-logo-bc {
    margin: 15px;
}
.compare-logo-bc img{
    margin: auto;
    width: 153px;
}


/*********** product-compare *************/


.product-compare{
    background: url('images/bg-left-shape.png');
    background-size: cover;
}



/********* product-fill ***********/



.product-fill{
    background: url('images/product-banner.jpg');
    position: relative;
    background-attachment: fixed;
}
.product-fill::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(12,144,137,1) 0%, rgba(26,30,76,1) 100%);
    top: 0;
    left: 0;
    opacity: 0.9;  
}
.bg-image{
    background-size: cover !important;
    background-position: center !important;
}

.color-white h2,
.color-white h6,
.color-white p{
    color: #fff !important;
}
.color-white p{
    font-weight: 300;

}

/* .title h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 4px;
} */
.title h2{
        font-size: 40px;
    font-weight: 700;
    margin-bottom: 14px;
}
.title h6{
    font-size: 17px;
    font-weight: 400;
    color: #f4f4f4;
}

.title-check{
    margin-top: 26px;
}
.title-check li{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 24px;
}
.title-check li i{
    position: absolute;
    left: 0px;
    line-height: 26px;
}
.title-check li:last-child{
    margin-bottom: 0;
}
.title-check h4{
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
}
.title h6{
    color: #666;
}

.contact-white li{
    margin-bottom: 5px;
}
.contact-white li i{
    color: #ca3535;
}
.contact-white{
    margin-bottom: 10px;
}
.top-border{
    border-top: 1px solid #E1E1E1;
}
.bg-right-pattern{
    background: url('images/bg-shape-red.png');
}
.simple-image img{
    width: 100%;
}
.progressive img.preview {
    filter: blur(2vw);
    transform: scale(1.05);
}







/************** accordion *****************/



.accordion-title h2{
    font-size: 34px;
    font-weight: 600;
    color: #E93E2A;
    line-height: 46px;
    margin-bottom: 50px;
}
.bg-white{
    background: #fff !important; 
}
#accordion .card .card-header button.btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
    border: none;
    border-radius: 0;
}
#accordion .card .card-header button.btn.btn-link:hover,
#accordion .card .card-header button.btn.btn-link:focus{
    text-decoration: none;
}
#accordion .card .card-header button.btn.btn-link .accordion-icon .accordion-open{
    display: none;
}
#accordion .card .card-header button.btn.btn-link.collapsed .accordion-icon .accordion-close{
    display: none;
}
#accordion .card .card-header button.btn.btn-link.collapsed .accordion-icon .accordion-open{
    display: block;
}
#accordion .card .card-header button.btn.btn-link .accordion-icon .accordion-close{
    display: block;
}
#accordion .card .card-header button.btn.btn-link .accordion-icon {
    position: absolute;
    right: 20px;
    top: 0;
}
#accordion .card{
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
#accordion .card:last-child{
    border-bottom: none;
}
#accordion .card .card-header {
    padding: 0px;
    border: none;
    border-radius: 0;
}

#accordion .card .card-header button.btn.btn-link{
    background: linear-gradient(to right, rgba(12,144,137,1) 0%, rgba(26,30,76,1) 100%);
    color: #fff;
    padding: 18px 20px;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#accordion .card .card-header button.btn.btn-link.collapsed{
    background: linear-gradient(to right, #f7f7f7 0%, #f7f7f7 100%);
    transition: all 0.4s ease 0s;
    color: #333;
}
#accordion .card .card-header button.btn.btn-link .accordion-icon h4{
    color: #fff;
    line-height: 60px;
}
#accordion .card .card-header button.btn.btn-link.collapsed .accordion-icon h4{
    color: #333;
}
#accordion .card .card-body p{
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}

#accordion .card .card-header button.btn.btn-link .title h4 {
    font-size: 15px;
    transition: all 0.3s ease 0s;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}
#accordion .card .card-header button.btn.btn-link.collapsed .title h4{
    color: #333;
}
.show .card-body{
    transition: all 0s ease 0s;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
}
.accordion-text {
    margin-left: 30px;
    background: #fff;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    padding:30px;
}
.accordion-text h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 22px;
}
.accordion-text p strong{
    font-weight: 700;
    color: #333;
}
.accordion-text p {
    font-weight: 400;
    color: #777;
    line-height: 24px;
}
.accordion-text p:last-child{
    margin-bottom: 0;
}
#accordion{
    margin-top: 30px;
}

.about-left::before{
    position: absolute;
    /*background: linear-gradient(to right, rgba(12,144,137,1) 0%, rgba(26,30,76,1) 100%);*/
    /*background: linear-gradient(to right, rgb(21, 101, 192, 0.8) 0%, rgba(188, 60, 60) 100%);*/
    background:linear-gradient(to right, rgb(68, 13, 13) 0%, rgb(191, 61, 61) 100%);
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.9;
    right: 0;
    z-index: -1;
    top: 0;
}
.about-left.about-right::before{
    right: 100%;
    left: 0;
}
.about-1{
    background: url('images/product-banner.jpg');
}
.title p:last-child{
    margin-bottom: 0;
}
.title.about-left{
    padding: 70px 50px !important;
}

.contact-white li strong{
    font-weight: 600;
}
.title-check li span{
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.line-pro .col-lg-6{ 
    margin-top: 20px;
    padding-right: 40px;
}



/****************** step-form ****************/





#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    padding: 10px 30px 20px 30px;
    width: 100%;
}


/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffd4d4;
  border: 1px solid #00a89e !important;
}

/* Hide all steps by default: */
.tab {
  display: none;
}


#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
#regForm #nextBtn{
    /*background: #BC3C3C;*/
    background: #ca3535;
    color: #fff;
    padding: 2px 30px;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    height: 42px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

#regForm .time-btn{
    display: block;
    font-weight: 500;
    font-size: 15px;
    margin: 24px 0 0px 5px;
}


.title h3{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 14px;
}

.title h4{
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}
.title-step{
    margin-top: 40px;
}
.title-step-3 li{
    width: 33%;
    float: left;
    margin-bottom: 8px;
}
.title-step .title:first-child {
    margin-top: 0;
}
.title-step .title{
    margin-top: 60px;
    position: relative;
}
.title-step .title::before,
.title-step .title::after{
    position: absolute;
    top: -53px;
    left: 8px;
    content: "";
    border: 1px dashed #00a89e;
    height: 45px;
    width: 1px;
}
.title-step .title:first-child::before,
.title-step .title:first-child::after{
    display: none;
}
.title-step .title::after{
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    top: -22px;
    height: 0px;
    color: #00a89e;
    font-size: 22px;
    left: 2px;
    width: 0px;
    border: none;
}

.title-step-2 li{
    width: 50%;
    float: left;
}
.fa-button.white-btn {
    background: #ffffff;
    color: #000000;
}


/********* table ***********/



table thead tr th,
table tbody tr td{
    font-size: 16px;
    font-weight: 400;
}
table thead tr th{
    font-weight: 600;
}




/************** accordion *****************/



.accordion-title h2{
    font-size: 34px;
    font-weight: 600;
    color: #E93E2A;
    line-height: 46px;
    margin-bottom: 50px;
}
.bg-white{
    background: #fff !important; 
}
#accordion .card .card-header button.btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
    border: none;
    border-radius: 0;
}
#accordion .card .card-header button.btn.btn-link:hover,
#accordion .card .card-header button.btn.btn-link:focus{
    text-decoration: none;
}
#accordion .card .card-header button.btn.btn-link .accordion-icon .accordion-open{
    display: none;
}
#accordion .card .card-header button.btn.btn-link.collapsed .accordion-icon .accordion-close{
    display: none;
}
#accordion .card .card-header button.btn.btn-link.collapsed .accordion-icon .accordion-open{
    display: block;
}
#accordion .card .card-header button.btn.btn-link .accordion-icon .accordion-close{
    display: block;
}
#accordion .card .card-header button.btn.btn-link .accordion-icon {
    position: absolute;
    right: 20px;
    top: 0;
}
#accordion .card {
    border-radius: 0;
    border: none;
    border-bottom: 0;
    margin-bottom: 15px;
}
#accordion .card:last-child{
    border-bottom: none;
}
#accordion .card .card-header {
    padding: 0px;
    border: none;
    border-radius: 0;
}

#accordion .card .card-header button.btn.btn-link {
    /*background: linear-gradient(to right, #c34646 0%, #580808 100%);*/
    background: #ca3535;
    color: #fff;
    padding: 15px 22px;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#accordion .card .card-header button.btn.btn-link.collapsed{
    background: #efefef;
    transition: all 0.4s ease 0s;
    color: #333;
}
#accordion .card .card-header button.btn.btn-link .accordion-icon h4{
    color: #fff;
    line-height: 68px;
}
#accordion .card .card-header button.btn.btn-link.collapsed .accordion-icon h4{
    color: #333;
}
#accordion .card .card-body p{
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    color: #333;
    line-height: 26px;
}
.show .card-body{
    transition: all 0s ease 0s;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
}
.accordion-text {
    margin-left: 30px;
    background: #fff;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    padding:30px;
}
.accordion-text h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 22px;
}
.accordion-text p strong{
    font-weight: 700;
    color: #333;
}
.accordion-text p {
    font-weight: 400;
    color: #777;
    line-height: 24px;
}
.accordion-text p:last-child{
    margin-bottom: 0;
}


.color-theme{
    color: #ca3535;
}

.thankyou-inner{
    padding: 60px 30px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.2);
    margin-top: 50px !important;
}
.thankyou-inner img{
    width: 70px;
    margin-bottom: 30px;
}
/* Thank You Page */
.page-template-thankyou-page img {
    border-radius: 0;
    box-shadow: none !important;
}
.thank-wrap {
    background-size: cover;
    background-repeat: no-repeat;
}
.thankyou-main .row.justify-content-right {
    justify-content: flex-end;
}
.col-md-7.thank-block {
    margin: 0 25px;
}
.thankyou-inner {
    padding: 15px;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 20%);
    margin-top: 30px !important;
    background-color: #fff;
}
.thankyou-inner img {
    width: 70px;
    margin-bottom: 30px;
}
.thankyou-main .title h4 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}
.thankyou-main p.more-text {
    color: #ca3535;
    max-width: 70%;
    margin: 0 auto !important;
    text-align: justify;
}
ul.thank-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 70%;
    margin: 15px auto 15px;
    padding-left: 55px;
}
.thank-list li {
    flex: 0 0 50%;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    list-style: initial;
}
.thankyou-main h4.new-title {
    color: #ca3535;
    margin-bottom: 20px;
}
ul.new-services {
    display: flex;
    flex-wrap: wrap;
}
.new-services li:first-child {
    margin-left: 0;
}
.new-services li {
    max-width: 32.5%;
    flex: 0 0 32%;
    margin-left: 15px;
    margin-bottom: 15px;
}
.new-services a {
    background-color: #ca3535;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
}
.new-services li:nth-child(4n) {
    margin-left: 0;
}
.col-sm-12.find-our {
    display: flex;
    flex-wrap: wrap;
}
.title .find-our p {
    text-align: justify;
    margin-left: 50px !important;
    font-weight: 600;
	margin-bottom: 0 !important;
}
.review-thank {
    display: flex;
    border: 1px solid;
    padding: 10px;
    margin-right: 15px;
}
.title .find-our .review-thank p {
    text-align: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
}
.trustpilot-img {
    width: 100%;
}
.trustpilot-img img {
    margin-bottom: 0;
    margin-top: -6px;
}
.rebranding .wrapper-reviews , .navbar.navbar-expand-lg .navbar-nav .nav-link::before{
    display: none !important;
}
.mail_error {
    color: #dc3545!important;
    font-size: 20px;
    text-align: center;
}
.product-main form .form-row + div {
    overflow: hidden !important;
}
.success_text {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: bold; 
}

.center_text{
    text-align: center;
}
.searching_text{
    position: absolute;
    width: 100%;
    top: 10%;
    font-size: 25px;
    text-transform: capitalize;
    text-align:center;
}
.loading_text {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
}
.title li i + br {
    display: none;
}
.offer_container {
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
    background-position: center top;
    padding: 40px 30px;
    background: rgba(191, 21, 31, 0.7);
    border-radius: 36px;
    margin-right: 20px;
    margin-top: 200px;
}
.offer_container::before {
    top: 80%;
    content: "";
    border-top: 12px solid transparent;
    border-left: 14px solid rgba(191, 21, 31, 0.7);
    border-bottom: 12px solid transparent;
    transform: translate(-50%, -50%);
    right: 14px;
    position: absolute;
}
.offer_container ul li {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 29px;
    padding-left: 26px;
    color: #fff;
    letter-spacing: 0.5px;
}
.offer_container ul li:last-child{
    margin: 0;
}
.offer_container ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    content: "\f05d";
    color: #fff;
    font-weight: 500;
}

.offer_container h4 { 
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    line-height: 26px;
    color: #ca3535;
    font-style: italic;
    margin: 50px 0 40px;
}

.offer_container h5 {
    font-size: 18px;
}
html { 
    scroll-behavior: smooth;
}
/*MPLS*/
ul.title-check.mt-5.what-ul {
    margin-bottom: 50px;
}

/*as seen header*/
.header-logos .as-seen {
    position: absolute;
    top: 10px;
    left: 13%;
}
.header-logos .as-seen p {
    font-size: 12px;
    color: #131f25;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}
.header-logos .as-seen p:before{
  position: absolute;
  content: "";
  top: 12px;
  left: -80px;
  background: #ca3535;
  height: 2px;
  width: 70px;
}
.header-logos .as-seen p:after{
  position: absolute;
  content: "";
  top: 12px;
  right: -80px;
  background: #ca3535;
  height: 2px;
  width: 70px;
}
.header-logos{
  position: relative;
}
.header-logos .logo-wrap{
    margin-top: 5px;
}
.copy-right p{
	text-align: center;
    width: 100%;
    font-size: 14px;
    padding-top: 30px;
    letter-spacing: .4px;
}
.single-post .entry-content li {
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: 'proxima-nova', sans-serif !important;
    margin-bottom: 10px;
}

label.error {
    color: red !important;
}

/***********  Responsive *****************/

@media screen and (max-width: 1199px) {
    
}
@media(max-width: 1900px){
section.thankyou-main {
    padding: 0px 0 200px !important;
}
	.thankyou-main .row > .thank-block > .title.thankyou-inner.text-center {
    margin-top: 0 !important;
    margin-bottom: 30px;
}
	.thankyou-inner img {
    margin-bottom: 0;
}
}
@media(max-width: 1365px){

.new-services li:nth-child(2n+1) {
    margin-left: 0;
    padding-left: 0;
}
.new-services li {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-left: 0;
}
.review-thank p {
    margin-left: 0;
    text-align: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
}
.review-thank .trustpilot-widget {
    width: 75% !important;
}
.title .find-our p {
    margin-left: 15px !important;
}
}
@media(max-width: 991px){
section.thankyou-main {
    padding: 80px 0 200px !important;
}
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .review-slider .slick-list {
        padding: 0 240px 20px 240px !important;
    }
    .review-slider .slick-prev {
        left: 255px;
    }
    .review-slider .slick-next {
        right: 255px;
    }
    .footer-product ul li {
        width: 100%;
        margin-bottom: 14px;
    }
    .footer-product ul li:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
.home-table td {
    display: block;
}
section.home-table {
    padding-top: 0;
    padding: 0 15px 50px;
}
 ul.thank-list {
    max-width: 100%;
}
.thankyou-main p.more-text {
    color: #ca3535;
    max-width: 90%;
    }
    .navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link{
        padding: 16px 0;
    }
    .navbar-toggler.collapsed .icon-bar, .navbar-toggler .icon-bar {
        display: block;
        background-color: #ca3535;
        width: 24px;
        height: 2px;
        border-radius: 1px;
    }
    .navbar .navbar-brand {
        width: 120px;
    }
    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    header .navbar-light .navbar-toggler.collapsed {
        color: transparent;
        border: none;
        border-radius: 0;
        transition: all 0.3s;
        padding: 10px 12px;
    }

    header .navbar-light .navbar-toggler{
        padding: 10px 12px;
        color: transparent;
        transition: all 0.3s;
        border: none;
        outline: none;
    }
    .navbar-toggler .icon-bar:first-child {
        transform: rotate(-45deg) translate(1px, 0px);
        transition: all 0.3s;
        position: relative;
        top: 4px;
    }
    .navbar-toggler .icon-bar:nth-child(2){
        transition: all 0.3s;
        display: none;
    }
    .navbar-toggler .icon-bar:last-child {
        transform: rotate(45deg) translate(0px, -1px);
        transition: all 0.3s;
        position: relative;
        top: -4px;
    }
    .navbar-toggler.collapsed .icon-bar{
        transform: rotate(0deg);
        transition: all 0.3s;
        position: relative;
        top: 0;
        display: block;
    }
    .collapse.navbar-collapse .navbar-nav {
        display: flex;
        align-items: self-start;
    }
    .navbar-nav{
        padding: 20px 0 10px;
    }
    .navbar .navbar-collapse.col-auto.collapse{
        top: 0;
    }
    .navbar.navbar-expand-lg.navbar-light .navbar-nav .nav-link{
        margin: 0;
        width: fit-content;
        padding: 12px 0;
    }     
    section {
        padding: 70px 0;
    }
    .navbar.navbar-expand-lg .navbar-nav .nav-link,
    .navbar-sticky .navbar.navbar-expand-lg .navbar-nav .nav-link{
            margin: 0;
    padding: 4px 0;
    color: #333;
    }
    .navbar.navbar-expand-lg .navbar-nav .header-btn .nav-link{
        border: 1px solid #333; 
    }
    .bottom{
        margin-top: 40px;
    }
    .navbar .navbar-brand.logo-white {
        display: block;
    }
    .navbar .navbar-brand.logo-dark {
        display: none;
    }
    nav.navbar.navbar-expand-lg{
        padding: 10px 0;
    }
    .main-header{
        background: #fff;
    }
    .navbar-toggler:not(:disabled):not(.disabled){
        outline: none;
    }
    .about-main{
        padding: 30px;
    }
    .about-main img{
        width: 100px;
    }
    .review-slider .slick-list {
        padding: 0 120px 15px 120px !important;
    }
    .review-slider .slick-next {
        right: 130px;
    }
    .review-slider .slick-prev {
        left: 130px;
    }
    .review-slider .slick-slide {
        margin: 0 10px;
    }
    .compare-main:nth-child(-n+3) .compare-info {
        margin-bottom: 30px;
    }
    .compare-info {
        padding: 20px 15px;
    }
    .compare-main:nth-child(-n+3) {
        margin-bottom: 30px;
    }
    .compare-main:nth-child(-n+3)::before {
        width: calc(100% - 60px);
        left: 30px;
    }
    .footer-wrap {
        margin-right: 10px;
    }
    .footer-product {
        margin-left: 0px;
    }
    .footer-product ul li{
        width: 100%;
            margin-bottom: 12px;
    }
    .navbar-toggler{
        padding: 10px 0;
    }
    .contact-banner{
        padding: 140px 0 80px;
    }
    .contact-banner form {
        margin-top: 50px;
    }
    .contact-info {
        padding-left: 20px;
    }
    .leased-banner {
        padding: 140px 0 80px;
    }
    /*.product-main{*/
    /*    margin: 0 0 0 20px;*/
    /*}*/
    .product-form h5{
        padding: 14px 24px;
    }
    .leased-banner .banner-inner-text {
        margin-right: 0px;
        margin-top: 30px;
    }
    .review-tg {
        right: 0;
        left: -80px;
    }
    .about-fill .bottom .contact-info.pl-2{
        padding: 0 !important;
    }
    
    .review-tg {
        right: -10px;
        left: auto;
        bottom: -50px;
    }
	.find-our .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 10px;
    padding: 0;
}
.find-our .col-sm-8 {
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
        padding: 0;
}
.title .find-our p {
    text-align: center;
    margin-left: 0 !important;    
}
    .review-thank p {
    font-size: 16px !important;
}
.review-thank .trustpilot-widget {
    width: 100% !important;
}
.review-thank {
    margin-right: 0;
}
}


@media screen and (max-width: 767px){
	    .thank-list li {
    flex: 0 0 100%;
}

p.more-text {
    max-width: 100%;
}
ul.thank-list {
    padding-left: 30px;
}

.new-services a {
    font-size: 16px;
}
    .topbar-link ul {
        float: left;
        margin-top: 4px;
    }
    .banner{
        padding: 120px 0 70px;
    }
    section {
        padding: 70px 0;
    }
    .hero-text h2 {
       font-size: 28px;
        text-align: center;
    }
    .hero-main {
        padding: 0 20px 0 0;
    }
    .banner-icon {
        margin-top: 30px;
        margin-left: 20px;
    }
    .banner-icon ul li {
        margin-left: 24px;
        margin-bottom: 24px;
    }
    .banner-icon ul li a {
        height: 150px;
        width: 150px;
        padding: 24px 4px;
    }
    .title h1{
            font-size: 30px;
    margin-bottom: 30px;
    }
    .about-main {
        box-shadow: 0 0 34px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
    .review-slider .slick-list {
        padding: 0 50px 15px 50px !important;
    }
    .review-slider .slick-prev {
        left: 60px;
    }
    .review-slider .slick-next {
        right: 60px;
    }
    .review-slider .slick-slide{
           padding: 44px 60px;
    }
    .review-text p {
        font-size: 20px;
        line-height: 26px;
    }
    .compare-info {
        border-right: 0px solid #fff;
    }
    .compare-main:nth-child(-n+3) .compare-info{
        margin-bottom: 0;
    }
    .compare-info {
        padding: 30px 50px;
    }
    .compare-main:nth-child(-n+5)::before {
        content: "";
        position: absolute;
        width: calc(100% - 88px);
        height: 1px;
        background: #fff;
        bottom: 0;
        left: 44px;
    }
    .compare-main:nth-child(-n+3)::before {
        width: calc(100% - 100px);
        left: 50px;
    }
    .compare-logo .col-md-3:nth-child(n+10) {
        margin-bottom: 0;
    }   
    .compare-logo .col-md-3:nth-child(n+9) {
        margin-bottom: 30px;
    }
    .footer-product ul li:last-child{
        margin-bottom: 0
    }
    .footer-wrap{
        margin: 40px 0;
    }
    .footer-wrap h4{
        margin-bottom: 20px;
    }
    .contact-banner {
        padding: 120px 0 70px;
    }
    .contact-info {
        padding-left: 0px;
    }
    .contact-banner form .form-row {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .contact-banner form .form-group:nth-child(2) {
        margin-left: 0px;
        margin-top: 20px;
    }
    .compare-main:nth-child(-n+3) {
        margin-bottom: 10px;
    }
    .product-main {
        margin: 40px 0 0 0px;
    }
    .review-tg {
        right: 10px;
        box-shadow: 0 0 1px black;
        border-radius: 50%;
        left: auto;
    }
    .leased-banner .banner-inner-text{
        margin-top: 0;
    }
    .leased-banner .banner-inner-text h1 {
        font-size: 32px;
    }
    .offer_container {
        padding: 30px;
        margin: 0;
    }
    
    .offer_container h4 {
        font-weight: 600;
        font-size: 15px;
    }
    .radio-btn.btn-dubble p {
        width: 100%;
        float: left;
    }
    #regForm .time-btn { 
        font-size: 15px;
        margin: 20px 0 0px 0px;
    }
    .review-tg {
        bottom: auto;
        position: relative;
        margin: 0 auto;
        left: 0;
        right: auto;
        top: -15px;
    }
    #regForm { 
        padding: 40px 25px; 
    }
    .product-main form .form-row .msg-box p { 
        width: 100%; 
    }
    .banner-icon ul { justify-content: center; }
    .page-template-cloud-page section:first-child .row .col-md-4 , 
    .page-template-leased-line section:first-child .row .col-md-4 , 
    .page-template-business-phone-page section:first-child .row .col-md-4, 
    .page-template-broadband-page section:first-child .row .col-md-4, 
    .page-template-energy-page section:first-child .row .col-md-4,
    .page-template-finance-page section:first-child .row .col-md-4 {
        order: 2;
    }
    .loading_text { 
        top: 25%; 
    }
    .offer_container::before {
        left: 50%;
        right: auto;
        bottom: 5px;
        top: auto;
        transform: translate(-50%, 100%) rotate(90deg);
    }
    .banner-inner .col-md-5.d-flex {
        order: 2;
        margin-top: 65px;
    }
    .offer_container::before {
        left: 50%;
        right: auto;
        top: -43px;
        transform: translate(-50%, 100%) rotate(270deg);
        bottom: auto;
    }

}
@media screen and (max-width: 689px){
    .banner-icon ul li:first-child, .banner-icon ul li:nth-child(4n) {
        margin-left: 0;
    }
} 
@media screen and (max-width: 575px){
.new-services li {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
}
    .banner {
        padding: 100px 0 60px;
    }
    .review-slider .slick-list {
        padding: 0 20px 15px 20px !important;
    }
    .review-slider .slick-slide {
        margin: 0 0px;
            transform: scale(0.88);
    }
    .review-slider .slick-prev {
        left: 20px;
    }
    .review-slider .slick-next {
        right: 20px;
    }
    .review-slider .slick-slide {
        padding: 34px 50px;
    }
    .review-text p {
        font-size: 18px;
        line-height: 24px;
    }
    .review-name{
        margin-top: 30px;
    }
    .compare-logo .col-md-3:nth-child(n+9) {
        margin-bottom: 30px;
    }
    .compare-logo .col-md-3:nth-child(n+9){
        margin-bottom: 30px;
    }
    .compare-logo .col-md-3:last-child{
        margin-bottom: 0;
    }
    .navbar-sticky nav.navbar.navbar-expand-lg {
        padding: 8px 0;
    }
    .review-tg {
        bottom: -40px;
    }
    .product-main form .form-group span{
        margin: 24px 0 0px 0;
    }
    .leased-banner {
        padding: 130px 0 100px;
    }
}

@media screen and (max-width: 414px){
    .footer-social li a{
        font-size: 12px;
    }
    .footer-social li a i {
        font-size: 22px;
        margin-right: 8px;
    }
    .footer-social {
        margin: 30px 0 20px;
    }
    footer{
        padding: 40px 0;
    }
    .footer-btn{
        margin-top: 2px;
    }
    .banner-icon ul li a {
        height: 138px;
        width: 138px;
        padding: 22px 4px;
    }
    .banner-icon ul li span{
            margin-top: 6px;
    }
    .hero-main {
        padding: 0 15px 0 0;
    }
    .banner-icon {
        margin-top: 15px;
        margin-left: 15px;
    }
    .banner-icon ul li {
        margin-left: 12px;
        margin-bottom: 12px;
    }
    .banner-icon ul li:nth-child(3),
    .banner-icon ul li:nth-child(5){
        margin-left: 0;
    }
}
@media (min-width: 992px){
    /*.navbar-expand-lg .navbar-toggler {
        display: block;
        padding: 15px 0 0;
        position: relative;
        left: 20px;
    }*/
    .navbar-toggler .icon-bar:first-child {
        transform: rotate(-45deg) translate(1px, 0px);
        transition: all 0.3s;
        position: relative;
        top: 4px;
    }
    .navbar-toggler .icon-bar:nth-child(2) {
        transition: all 0.3s;
        display: none;
    }
    .navbar-toggler .icon-bar:last-child {
        transform: rotate(45deg) translate(0px, -1px);
        transition: all 0.3s;
        position: relative;
        top: -4px;
    }
    .navbar-toggler.collapsed .icon-bar {
        display: block;
        background-color: #bf1529;
        width: 24px;
        height: 2px;
        border-radius: 1px;
        transform: rotate(0deg);
        transition: all 0.3s;
        position: relative;
        top: 0;
    }
    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 6px;
    }
    .navbar-toggler .icon-bar {
        display: block;
        background-color: #bf1529;
        width: 24px;
        height: 2px;
        border-radius: 1px;
    }
    .header-menu.collapse{
        display: none !important;
        position: absolute;
        top: 71px;
        left: 160px;
        width: 100%;
    }
    .header-menu.collapse.show{
        display: block !important;
        position: absolute;
        top: 47px;
        left: 160px;
        width:100%;
    }
    .collapse.navbar-collapse .navbar-nav {
        margin-left: auto;
        display: block !important;
    width: 210px;
    position: absolute;
    background: #fff;
        flex-direction: column !important;
    }
    .collapsing{
        position: absolute !important;
        display: none !important;
        visibility: hidden !important;
    }
    .navbar.navbar-expand-lg .navbar-nav .nav-link{
        float: none;
    }
    /*.navbar.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link{
        margin: 0 0 0 36px;
    }*/
}
button:focus{
    outline: none;
}




/*************** 18-06-2019 (Atib) ********************/

nav.navbar.navbar-expand-lg.custom-navbar {
    justify-content: space-between;
}
.collapse.navbar-collapse .navbar-nav {
    margin-left: auto;
    display: block !important;
    width: 210px;
    background: #fff;
    flex-direction: column !important;
}
.custom-menu {
    position: relative;
}
.header-menu.collapse.show {
    display: block !important;
    position: absolute;
    top: 40px;
    left: -80px;
    width: 100%;
}
.navbar-expand-lg .navbar-toggler {
    display: inline-block;
    padding: 0;
    position: relative;
    left: 0;
}
.custom-logo{
    flex-basis: 10%;
}
.custom-menu {
    text-align: right;
}
.navbar.navbar-expand-lg .navbar-nav .nav-item:first-child .nav-link,
.navbar.navbar-expand-lg .navbar-nav .nav-link{
    margin: 0;
}
ul#menu-header-menu li {
    text-align: left;
    padding: 0 25px;
}
.navbar-collapse.header-menu.collapse{

}

.navbar-toggler.collapsed .icon-bar {
    display: block;
    background-color: #bf1529;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    transform: rotate(0deg);
    transition: all 0.3s;
    position: relative;
    top: 0;
}
.navbar-expand-lg .navbar-toggler {
    display: inline-block !important;
    padding: 0;
    position: relative;
    left: 0;
}
.navbar-collapse.header-menu.collapse{
    display: none !important;
    transition: all 0.4s ease 0s;
}
.navbar-collapse.header-menu.collapseshow{
    display: block;
}

.navbar-collapse.header-menu.collapse.show {
        display:block !important;
    }

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 6px;
}
.header-logos {
    flex-basis: 80%;
    text-align: right;
}
.logo-wrap img {
    max-width: 115px;
    margin: 0 10px;
}
section.custom-cta {
    text-align: center;
   /* background: #bc3c3c;*/
   /* color: #fff;*/
    padding: 0px 0 80px;
}
/*section.custom-cta h2{
    color: #fff;
}*/
section.cta-second{
    padding-top: 80px;
}
section.custom-cta .cta-wrapper{
    background-color: #FBF4F4;
    padding: 40px;
    box-shadow: 0 0 12px 1px #ddd;
}
.custom-button a{
    background: #ca3535;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.3px;
    margin-top: 24px;
    transition: all 0.3s ease 0s;
}
.custom-button a:hover{
    background: #333;
    color: #fff;
}

.editorText ul li{
    font-size: 16px;
    line-height: 26px;
}
.work-text{
    min-height: 75px;
}
.tnp-subscription {
    max-width: 100%;
    margin: 0 auto;
}
/* .tnp-field.tnp-field-email {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 0 !important;
} */
/* .tnp-subscription label {
    padding: 0;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    line-height: 30px;
    text-transform: capitalize;
} */
/* .tnp-subscription input[type=email] {
    max-width: 680px;
    background-color: transparent;
    border: 2px solid #ddd;
    border-radius: 0;
    height: 50px;
    margin-left: 20px;
    color: #fff;
} */
.tnp-field.tnp-field-email {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex: 0 0 100%;
    position: relative;
    margin-bottom: 0 !important;
    flex-wrap: wrap;
}

.tnp-subscription label {
    padding: 0;
    color: #fff;
    font-size: 15px;
    display: flex;
    line-height: 30px;
    text-transform: capitalize;
    max-width: 100%;
    flex: 0 0 100%;
}
.tnp-subscription input[type=email] {
    background-color: transparent;
    border: 2px solid #ddd;
    border-radius: 0;
    height: 45px;
    margin-left: 0;
    color: #fff;
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
}
/* .tnp-field input[type="submit"] {
    position: absolute;
    right: 0;
    background: #fff;
    color:#ca3535;
    padding: 11px 50px;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    height: 50px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
} */
.tnp-field input[type="submit"] {
    position: absolute;
    right: 3%;
    background: #fff;
    color: #ca3535;
    padding: 0px 29px;
    border: none;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    height: 44px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    top: 15%;
}
section.newsletter-section {
    box-shadow: -3px -7px 4px -6px #ddd;
}
.notepad{
    background-image: url(images/notebook.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.rJ_you {
    height: 0;
    margin: 0 auto;
    max-width: 790px;
    padding-bottom: 43.55%;
    padding-top: 0;
    position: relative;
}
.rJ_you iframe {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    height: 82% !important;
    right: auto;
    margin: 0 auto;
}
.how-much h1{
    line-height: 45px;
}
.faq-section #accordion {
    width: 100%;
    padding: 0 100px;
    margin-top: 0;
}
.faq-section ul, 
.faq-section ol{
    margin-top: 10px;
}
.faq-section ul li,
.faq-section ol li{
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    list-style: inside;
}
.how-secure a{
    color: #fff;
}
section.get_quote {
    padding:50px 0;
    text-align: center;
}
.get_quote a.fa-button {
    margin: 0;
}
.common-about h1 {
    margin-bottom: 30px;
    color: #fff;
    line-height: 45px;
}
.benefit-head{
    margin-bottom: 20px;
}
section.about-fill.common-about {
    padding-bottom: 40px;
}
.compare-info img {
    max-width: 95px;
    margin-bottom: 20px;
}
.how-much .compare-info h4{
    font-weight: 700;
}
.compare-main:nth-child(3) {
    border-right: none;
}
section.custom-cta.price-second .cta-wrapper {
    background: transparent;
    box-shadow: none;
}

.leased-box {
    background: #FBF4F4;
}
section.compare.common-about {
    background-repeat: no-repeat;
    background-size: cover;
}
.common-about .contact-info{
    text-align: center;
}
.common-about .contact-info h4,
.common-about .contact-info p{
    color: #fff;
}
.common-about .contact-info p a{
    font-weight: 700;
    color: #fff;
}
.based-content{
    margin: 0 auto;
}
.last-info h4 {
    font-size: 25px;
}
.last-info li {
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: 'proxima-nova', sans-serif !important;
    list-style: outside;
}

/* The Hub */
.banner-hub{
  background: url(../images/banner.jpg);
  background-size: cover;
  padding: 100px 0;
}
.banner-hub.hub{
  padding: 60px 0;
}

section.main-banner{
  background: #f3f7f9;
}
.banner-text p {
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 0;
}
.banner h4{
  font-size: 16px;
  font-weight: 600;
  color: #00b7d7;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.banner-text .btn-danger{
  margin-top: 20px;
}
.btn-danger {
    border: 0;
    background: #ee8b21;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.feel-test .about-main{
    padding: 0;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}
.feel-test .about-main:hover {
    box-shadow: none;
}
.feel-test .about-main h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    color: #2d2d2d;
    margin: 20px 0;
}
.feel-test .about-main p{
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #7f7f7f;
    margin: 0;
    min-height: 100px;
}
.feel-test .about-main .btn-danger{
  background: transparent;
    padding: 0;
    color: #ca3535;
    display: inline-block;
    letter-spacing: 0.3px;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.feel-test .about-main .btn-danger i{
  padding-left: 5px;
    transition: all 0.3s ease 0s;
}
.feel-test .about-main .btn-danger:hover i{
  padding-left: 15px;
}
.title h2{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    color: #131f25;
}
.title p{
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 0 0 25px !important;
}
.blog-box{
    background: #efefef;
    margin: 0 0 30px;
}
.blog-img{
  width: 165px;
  float: left;
}
.blog-text{
  width: 375px;
  float: left;
  padding:15px;
}
.blog-text h3 {
    font-size: 16px;
    font-weight: 500;
    color:#ca3535;
    margin: 0 0 10px;
    line-height: 16px;
}
.blog-text h5 {
    font-size: 12px;
    font-weight: 400;
    color: #131f25;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.blog-text h5 span{
	padding-left:30px;
}
.blog-text p {
    font-size: 14px;
    color: #333;
    margin: 0 0 3px;
    line-height: 17px;
}
.blog-text a{
  color: #ca3535;
  font-size: 15px;
  font-weight: 500;
}

.expert{
  background: url(../images/1.jpg);
  background-size: cover;
  padding: 0;
  position: relative;
}
.expert.library-part{
  background: url(../images/2.jpg);
  background-size: cover;
  padding: 0;
  position: relative;
}
.library{
  padding: 40px 30px 40px 60px;
  background: linear-gradient(to right, rgb(68, 13, 13) 0%, rgb(191, 61, 61) 100%);
  opacity: 0.9;
}
.library h2 {
   font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
	line-height:25px;
}
.library p{
  font-size: 16px;
  margin: 0 0 10px;
  color: #fff;
}
.library ul {
    margin-top: 15px;
}
.library ul li{
  padding: 10px 0;
}
.library ul li a{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s ease;
  display: block;
}
.library ul li a i{
  float: right;
}
.library ul li a:hover{
  opacity: 0.6;
}
.library ul li a img{
  width: 23px;
  margin-right:10px;
}
.ask-expert{
  padding: 40px 30px 40px 60px;
  background: linear-gradient(to right, rgb(68, 13, 13) 0%, rgb(191, 61, 61) 100%);
  opacity: 0.9;
}
.ask-expert .form-froup{
	margin-bottom:10px !important;
}
.ask-expert h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
	line-height:25px;
}
.ask-expert p{
  font-size: 16px;
  margin: 0 0 10px;
  color: #fff;
}
.ask-expert .form-control {
    background: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    outline: 0;
    box-shadow: none;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
.ask-expert .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ask-expert .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ask-expert .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ask-expert .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ask-expert .wpcf7 .wpcf7-form input.wpcf7-submit.btn-danger{
  background: #fff;
    padding: 8px 30px;
    color: #ca3535;
    display: inline-block;
    letter-spacing: 0.3px;
    transition: all 0.3s ease 0s;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 20px;
	font-weight:600;
}

.accrodian #accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: -6px;
}
.accrodian #accordion .panel-heading{
    padding: 0;
    border: none;
}
.accrodian #accordion .panel-title a{
    display: block;
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    font-weight: 600;
    color: #ca3535;
    background: #fff;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}
.accrodian #accordion .panel-title a:hover{
    background: #fff;
}
.accrodian #accordion .panel-title a:after,
.accrodian #accordion .panel-title a.collapsed:after{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #ca3535;
    position: absolute;
    top: 15px;
    left: 20px;
    transition: all 0.2s ease-in-out 0s;
}
.accrodian #accordion .panel-title a.collapsed:after{
    transform: rotate(360deg);
}
.accrodian #accordion .panel-title a.collapsed{
  margin-bottom: 12px;
}
.accrodian #accordion .panel-body{
    padding: 10px 70px 10px 20px;
    background: #fff;
    border: none;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}
.accrodian #accordion .panel-body p{
  color: #333;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
}
.twitter-feed{
	border: 17px solid #efefef;
    border-right: 0;
}
span.cookie-text {
    font-size: 9px;
    line-height: 15px !important;
    margin-top: 16px;
    display: block;
    text-align: center;
}
/* Responsive css */
@media only screen and (max-width:1279px){
	.header-menu.collapse.show{
		right:-410px;
	}
	.rJ_you iframe {
		position: absolute;
		top: 7%;
		left: 8%;
		width: 87%;
		height: 82% !important;
	}
	.about-1 .col-md-10.col-sm-12.wow.fadeInLeft.animated,
	.about-1 .col-md-10.col-sm-12.wow.fadeInRight.animated{
		max-width:50%;
	}
	.widget_nav_menu ul > li a{
		line-height:10px;
	}
	.header-logos .as-seen {
		top: -20px;
		left: 56%;
	}
}
@media only screen and (max-width:1023px){
	.header-logos {
		flex-basis: 70%;
		text-align: right;
	}
	.logo-wrap img {
		max-width: 85px;
		margin: 0 10px;
	}
	.header-menu.collapse.show {
		right: -425px;
		width:40% !important;
	}
	ul#menu-header-menu li {
		float: left;
		width: 100%;
	}
	.about-main {
		padding: 20px 15px;
	}
	.faq-section #accordion{
		padding:0;
	}
	.offer_container ul li{
		font-size:17px;
	}
	.rJ_you iframe {
		position: absolute;
		top: 7%;
		left: 14%;
		width: 521px;
		height: 82% !important;
	}
	.widget_nav_menu ul > li a{
		line-height:6px;
	}
	.title.about-left {
		padding: 20px 15px !important;
	}
	.sidebar-right .fw-content-area, .sidebar-left .fw-content-area{
		max-width:100%;
	}
	.header-logos .as-seen {
		left: 48%;
	}
}
@media only screen and (max-width:767px){
	.logo-wrap img {
		max-width: 45px;
		margin: 0 10px;
	}
	.header-logos {
		flex-basis: 60%;
		text-align: center;
	}
	.header-menu.collapse.show {
		right: -400px;
		width: 50% !important;
	}
	.banner .col-md-5.d-flex{
		order:2;
	}
	.offer_container{
		margin-top:30px;
	}
	.banner{
		background-position:left;
	}
	.rJ_you iframe {
        width: 370px;
        left: 16%;
    }
	.about-1 .col-md-10.col-sm-12.wow.fadeInLeft.animated, 
	.about-1 .col-md-10.col-sm-12.wow.fadeInRight.animated {
		max-width: 100%;
	}
	.compare-main{
		border-right:0;
	}
	.radio-btn.btn-dubble p {
		width: 50%;
		float: left;
	}
	.banner {
		padding: 0px 0 50px;
	}
	.header-logos .as-seen {
		left: 39%;
	}
	
}
@media only screen and (max-width:575px){
	
}
@media(max-width:600px){
    .rJ_you iframe {
        width: 350px;
        left: 16%;
    }
}
@media(max-width:540px){
    .rJ_you iframe {
    width: 220px;
    margin: 0 auto;
    left: 0;
    right: 0;
        
    }
}

@media only screen and (max-width:481px){
	.main-header{
		padding-top:0;
		padding-bottom:0;
	}
	.header-logos {
		flex-basis: 63%;
		text-align: center;
		margin-top: 0;
	}
	.logo-wrap img {
		max-width: 55px;
		margin: 0 10px;
	}
	.header-logos .logo-wrap {
		margin-top: 5px;
		text-align: left;
	}
	.logo-wrap img {
		max-width: 41px;
		margin: 0 0px;
	}
	.custom-menu {
		position: absolute;
		top: 27px;
		right: 10px;
	}
	.navbar-collapse.header-menu.collapse.show {
    -webkit-font-smoothing: antialiased;
		transform-origin: 0% 0%;
		transform: translate(0%, 0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	.header-menu.collapse.show {
		left: inherit !important;
		width: 100% !important;
		right: 0;
		top: 110px !important;
	}
	ul#menu-header-menu li {
		float: left;
		width: 100%;
	}
	.banner-inner{
		background-position:left !important;
	}
	.title.about-left {
		padding: 50px 0px !important;
	}
	.banner, .banner-inner{
		padding:15px 0 15px !important;
		background-position: left;
	}
	.rJ_you iframe {
        width: 220px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
	.single .post.post-details .entry-header, .single .post.post-details .entry-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-main{
		margin:0;
	}
	.product-form h5 {
		padding: 10px 15px;
		font-size:14px;
	}
	.progress_container {
		padding: 20px 30px 0px 30px;
	}
	.progress{
		margin-bottom:0;
	}
	#regForm {
		padding: 20px 25px;
	}
	.product-main form .form-row {
		margin-bottom: 10px;
	}
	.product-main form .form-row:nth-child(2) {
		margin-bottom: 0;
	}
	#regForm .time-btn {
		margin: 10px 0 0px 0px;
	}
	.radio-btn.btn-dubble p{
		margin-bottom:0;
	}
	.header-logos .as-seen {
		left: 48%;
		transform: translate(-50%);
		top: -16px;
	}
	.navbar .navbar-brand {
		width: 90px;
	}
	.navbar-sticky .navbar .navbar-brand.logo-white {
		width: 100px;
	}
	.navbar .navbar-brand.logo-dark {
		transition: all 0.3s ease 0s;
		width: 128px;
		margin: 0 !important;
	}
	.header-logos .as-seen p{
		font-size:10px;
	}
	
}
@media only screen and (max-width:320px){
	.logo-wrap img{
		margin:0 5px;
	}
	.rJ_you iframe {
		width: 200px;
	}
	.progress_container {
		padding: 10px 15px 0px 15px;
	}
	#regForm {
		padding: 10px 15px;
	}
	.product-form h5 {
		padding: 5px 10px;
	}
}

#smush-image-bar {
    display: none;
}