/*roboto fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
#video_whizzq {
    margin-top: 20px !important;
}
/*header stye*/
.wraper_header.floating-header {
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.25); */
    /* position: fixed; */
    top: 0;
}
.wraper_header.style-five .wraper_header_main {
	/* background: #fff!important; */
    background: #fdfcfc17!important;
    
}
.header_main .brand-logo {
    margin: 0;
    height: 46px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.header_main .brand-logo img {
    max-width: 150px;
}
.wraper_header.style-five .nav {
    margin: 0;
    padding: 9px 0;
}
.wraper_header.style-five .nav > [class*='menu-'] > ul.menu > li{
    margin-right: 14px;
}
.wraper_header.style-five .nav > [class*="menu-"] > ul.menu > li > a {
    padding: 0;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}
.wraper_header.style-five .nav > [class*="menu-"] > ul.menu > li:hover > a,
.wraper_header.style-five .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a {
    color: #E63946;
}
.wraper_header.style-five .nav > [class*="menu-"] > ul.menu > li > a:after {
    content: '';
    width:100%;
    display: block;
    height: 2px;
    background: #E63946;
    transition:all 0.4s ease;
    transform: scaleX(0);
    transform-origin:right;
}
.wraper_header.style-five .nav > [class*="menu-"] > ul.menu > li:hover > a:after,
.wraper_header.style-five .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a:after{
    transform: scaleX(1);
    transform-origin:left;
}
.wraper_header.style-five .nav > [class*='menu-'] > ul.menu > li.schedmad_login {
    background: #1D3557;
    padding: 4px 30px;
    margin: -4px 0;
    border-radius: 6px;
}

.wraper_header.style-five .nav > [class*='menu-'] > ul.menu > li.schedmad_login > a {
    color: #fff;
}
.wraper_header.style-five .nav > [class*='menu-'] > ul.menu > li.schedmad_login > a:after{
	display: none;
}

/*Banner section */
.schedmad_home .wpb_single_image {
    margin: 0;
}
.schedmad_home  h2.vc_custom_heading {
    font-size: 42px !important;
    font-family: Poppins !important;
    font-weight: 600 !important;
}

/*button style */
.radiantthemes-button .radiantthemes-button-main {
    background: #1d3557;
    border-radius: 6px;
}

/*why schedmad section */
.section_why_schedmad .wpb_content_element {
    margin: 0;
}
.section_why_schedmad .section_why_schedmad_inner {
    width: auto !important;
    left:0 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.section_why_schedmad_inner >.vc_column_container>.vc_column-inner{
    padding-top: 0 ;
}
.section_why_schedmad .vc_row.vc_row-o-full-height{
    min-height: unset !important;
}


/*single image / Feature section*/
.section-features .wpb_content_element {
    margin:0
}
.section-features>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.buiseness_feature .vc_custom_heading,
.customer_feature .vc_custom_heading {
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}
.buiseness_feature .wpb_single_image img,
.customer_feature .wpb_single_image img {
    max-height: 400px;
}
.buiseness_feature .wpb_content_element,
.customer_feature .wpb_content_element{
    margin-bottom: 0;
}
.buiseness_feature .vc_inner.vc_row-fluid,
.customer_feature .vc_inner.vc_row-fluid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

/* feature tab content */
.rt-tab.element-two {
    text-align: center;
}
.rt-tab.element-two > ul.nav-tabs {
    border: 0;
    display: inline-block;
    background: #EBEBEB;
    border-radius: 25px;
    margin: 0;
}
.rt-tab.element-two > ul.nav-tabs > li {
    margin: 0;
    border: 0;
}
.rt-tab.element-two > ul.nav-tabs > li > a {
    border: 0;
    text-transform:capitalize;
    background: none;
    border-radius: 25px;
    font-weight: 600;
}
.rt-tab.element-two > ul.nav-tabs > li.active > a {
    color: #E63946;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}
.rt-tab.element-two > ul.nav-tabs > li.active > a:before {
    display: none;
}

/*how to use section */
.c-slide{
  /*width: 33.3333%;*/
  /*max-width: 380px;*/
  max-width: 33.3333%;
  display: inline-block;
}
.c-slide img {
  max-height: 350px;
  width:auto;
  margin: auto;
}
.c-slide h5,
.c-slide p { opacity: 0; text-align: center;}

.slick-initialized .slick-slide {
  transform: scale(0.7);
  filter: blur(4px);
}
.slick-initialized .slick-active.slick-center {
  transform: scale(1);
  filter: blur(0);
  transition: all 0.4s ease;
}
.slick-initialized .slick-active.slick-center h5,
.slick-initialized .slick-active.slick-center p { opacity: 1; transition: all 0.8s ease; transition-delay: 300ms; }
.slick-prev:before,
.slick-next:before{color: rgba(0,0,0,0.8)}
.c-slider-wraper { position: relative; }
.custom-arrow {     
  max-width: 33.3333%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  display: inline-block;
 }
.custom-arrow li { list-style: none; color: #e63946; font-size: 24px; cursor: pointer;}
.custom-arrow li.prev.slick-arrow {
  float: left;
}
.custom-arrow li.next.slick-arrow {
  float: right;
}
.slick-dots li button:before {
    content: '';
    height: 10px;
    width: 10px;
    background: #1d3557;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.how_to_use_two .vc_column-inner {
    padding: 0 !important;
}
#schemad_HowToUse .wpb_content_element{
    margin-bottom: 0;
}
.c-slide h5 {
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0px 10px;
    color: #E63946;
}
.c-slide p {
    font-size: 18px;
    padding: 10px 0px 10px;
    color: #1D3557;
}

/* heading */
.main_heading {
    font-size: 42px;
    font-family: Poppins !important;
    font-weight: 600 !important;
    padding-bottom:30px;
    text-align: center !important;
    color: #1D3557;
}
.main_heading > span {
    position: relative;
}
.main_heading > span:after{
    content:'';
    display: inline-block;
    width: 80px;
    height:6px;
    background: #E63946;
    position: absolute;
    bottom: 4px;
    left: -12px;
}


/*contact form */
#schedmad_contactUs .vc_row.wpb_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0 !important;
}
#schedmad_contactUs .wpb_content_element{
    margin-bottom: 0;
}
#schedmad_contactUs .radiant-contact-form.element-one .form-row input[type=submit] {
    background: #1d3557;
    border-radius: 6px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#schedmad_contactUs .radiant-contact-form .form-row input[type=text],
#schedmad_contactUs .radiant-contact-form .form-row input[type=email],
#schedmad_contactUs .radiant-contact-form .form-row input[type=url],
#schedmad_contactUs .radiant-contact-form .form-row input[type=tel],
#schedmad_contactUs .radiant-contact-form .form-row input[type=number],
#schedmad_contactUs .radiant-contact-form .form-row input[type=password], 
#schedmad_contactUs .radiant-contact-form .form-row input[type=date], 
#schedmad_contactUs .radiant-contact-form .form-row input[type=time], 
#schedmad_contactUs .radiant-contact-form .form-row input[type=file], 
#schedmad_contactUs .radiant-contact-form .form-row select, 
#schedmad_contactUs .radiant-contact-form .form-row textarea {
    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid #BDBDBD !important;
}

/* Social Site */
#section_social_media {
    text-align: center;
}
#section_social_media .vc_icon_element {
    display: inline-block;
    margin: 0 8px 40px;
}
#section_social_media .vc_icon_element .vc_icon_element-icon {
    font-size: 18px !important;
    line-height: 40px !important;
}
#section_social_media .vc_icon_element .vc_icon_element-inner {
    width:40px!important;
    height:40px !important;
    line-height: 40px !important;
}

/*Download app */
.section_download {
    /*padding-bottom: 40px;*/
    padding-left: 15px;
    padding-right: 15px;
}
.section_download.vc_row-has-fill>.vc_column_container>.vc_column-inner{
    padding-top: 0;
}
.section_download .wpb_content_element {
    margin: 0;
}
.section_download .wpb_text_column.wpb_content_element p:last-child {
    max-width: 700px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px !important;
}
.download_rectangle_bottom{
    background: #f5f5f5;
}
.section_download .wpb_single_image.vc_align_right,
.section_download .wpb_single_image.vc_align_left{
    padding-left: 15px;
    padding-right: 15px;
}
.section_download .wpb_single_image.vc_align_right img,
.section_download .wpb_single_image.vc_align_left img {
    max-height: 60px;
    width: auto;
}

/* Footer */
.wraper_footer.style-two {
    /*background: #EBEBEB;*/
    border-top: 1px solid #EBEBEB
}
.wraper_footer.style-two .wraper_footer_copyright{
    background: none;
}
.footer_copyright_item p {
    color: #1D3557;
    font-weight: 500;
}

/* tab and mob nav bar */
.sidr > .sidr-inner > [class*='menu-'] > ul.menu > li > a {
    color: #222;
    border-color: rgba(0,0,0,0.1);
}
.sidr{
    /* background: #fff; */
    background: #ffffff1c!important;
    backdrop-filter: blur(25pt);
    box-shadow: 14px 14px 20px 8px #ece7e2e3!important;
    text-align: center;
}

.sidr > .sidr-inner > [class*='menu-'] > ul.menu > li.schedmad_login > a {
    background: #1D3557;
    color: #fff;
    border: 0;
    max-width: 200px;
    border-radius: 4px;
    text-align: center;
    margin-top: 16px;
}

@media screen and (max-width: 991px) {
    .header_main .responsive-nav {
        margin: 9px 0;
    }
    .schedmad_home .vc_column_container>.vc_column-inner{
        padding-top: 20px !important
    }
}

@media screen and (max-width: 991px){
     /* to fix responsive nav bar */
    /* sidr custom changes */
    body{
        right:0 !important;
    }
/* --------------- */
    .sidr{
        border-top-style: outset;
        display:block;
        position:fixed;
        top: 80px;;
        height:100%;
        z-index:999999;
        /* width:260px; */
        width:100vw;
        overflow-x:hidden;
        overflow-y:auto;
    }
    /* 
    .sidr.right{
        left:auto;
        right:-260px;
    }
    
    .sidr.left{
        left:-260px;
        right:auto;
    }
    
    .sidr.right .sidr-close{
        float:right;
        margin-right:15px;
    }
    
    .sidr.left .sidr-close{
        float:left;
        margin-left:15px;
    }
    
    .sidr-close{
        margin-top:10px;
        margin-bottom:10px;
        font-size:25px;
        line-height:25px;
        cursor:pointer;
    } */
    /* ------------- */

    /* .sidr{
        display:block;
        position:absolute;
        top:80px;
        height:100vh;
        z-index:1045;
        width:260px;
        overflow-x:hidden;
        overflow-y:auto;
    }

    .sidr.right{
        left:auto;
        right:-260px;
    }

    .sidr.left{
        left:-260px;
        right:auto;
    }

    .sidr.right .sidr-close{
        float:right;
        margin-right:15px;
    }

    .sidr.left .sidr-close{
        float:left;
        margin-left:15px;
    }

    .sidr-close{
        margin-top:10px;
        margin-bottom:10px;
        font-size:25px;
        line-height:25px;
        cursor:pointer;
    } */

}

@media screen and (max-width: 767px){
      
    /* .featured-image-wrapper{
        margin-top: 80px !important;
    } */

} 
@media screen and (max-width: 767px) {
    /*mobile nav bar */
    .header_main .brand-logo{
        width: auto !important;
    }
    

    /*banenr section */
    .schedmad_home h2.vc_custom_heading{
        font-size: 30px !important;
    }
    .schedmad_home .vc_column_container > .vc_column-inner {
        padding-top: 24px !important;
    }
    /*why schedmad */
    .section_why_schedmad .wpb_content_element{
        margin-bottom: 24px;
    }
    /*feature section */
    .buiseness_feature .vc_inner.vc_row-fluid.vc_row:nth-child(odd),
    .customer_feature .vc_inner.vc_row-fluid.vc_row:nth-child(odd){
        flex-wrap: wrap-reverse !important;
    }
    .buiseness_feature .wpb_single_image img, 
    .customer_feature .wpb_single_image img{
        margin-bottom: 20px !important;
        max-height: 350px;
    }
    .buiseness_feature p,
    .customer_feature p{
        margin-bottom:  20px !important
    }
    .buiseness_feature .wpb_content_element.wpb_single_image,
    .customer_feature .wpb_content_element.wpb_single_image {
        text-align: center;
    }

    /*how to use */
    .custom-arrow  {
        display: none;
    }
    .c-slide{
        max-width: 280px;
    }
    
    /*title */
    .main_heading {
        font-size: 30px;
        padding-bottom: 24px;
    }
    .main_heading > span:after{
        height: 4px;
        width: 60px;
    }
    /*button */
    .radiantthemes-button[data-button-direction=left]{
        text-align: center;
    }
    .section_download .wpb_single_image.vc_align_right,
    .section_download .wpb_single_image.vc_align_left {
        text-align: center;
        margin-top: 20px;
    }
}


.home-page-video{
    margin-top: 20px;
}

html {
    scroll-behavior: smooth;
  }
  


.vc_custom_1528692809901{margin-top: 20px !important;margin-bottom: 0px !important;}

.pricing-plans {
    display: flex;
    justify-content: space-around;
}
  
.pricing-plan {
    flex: 1;
    margin: 0 10px;
}

.cat-item {
    border: 1px solid #e0e0e0;
    padding: 15px 5px;
    margin-bottom: 10px;
    height: 120px;
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    transition: ease-out 0.3s;
}
.cat-img {
    width: 50px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.cat-img img {
 width: 35px;   
}

.cat-name {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #777777;
}

.cat-item:hover {
    background-color: #1D3557;
    color: #fff !important;
}
.cat-item:hover .cat-name {
    color: #fff !important;
}
.close-btn{
    color: #E63946!important;
    opacity: 1;
    display: block;
    width: 30px !important;
    position: absolute;
    /* top: -26px;
    right: -15px; */
    top: 3px;
    right: 8px;
    height: 30px;
    padding: 5px 5px;
    border-radius: 50%!important;
}
.row-content{
 color:#1D3557;
}


.featured-image-wrapper {
    margin-top: 0; /* Adjust the margin as needed */
}
.entry-title{
    text-align: center;
    padding: 20px 0px;
    border-bottom: 2px solid #1d3557;
    display: inline-block;
    /* font-size:2.5em !important; */
}

.page-content {
    text-align: center;
    color: #1d3557;
    font-weight: 450;
}

/* price and plan popup  layout in mobile */
@media screen and (max-width: 991px){
    /* .m_layout_c{
        display:flex;
        flex-wrap: wrap;
    } */

    .modal_body_c{
        height:95vh;
        overflow:auto;
       }

}

/* Subscription PLans */

.plans {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.plan {
    background-color: #ffffff;
    /* border: 1px solid #1d3557; */
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 25px -25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.plan h3 {
    margin-top: 0;
}
.plan p {
    margin-bottom: 0;
    font-size: 44px;
    font-weight: bold;
    line-height: 65px;
}

.free-plan {
    /* padding: 30px; */
    /* background-color: #1d3557; */
    margin-bottom: 15px;
    color: rgb(65, 65, 65);
    padding-left: 30px !important;
    padding-top: 50px;
    text-align: left;
}
.free-plan h4{
    color: rgb(65, 65, 65);
}

.features-list{
    font-family: Poppins;
    padding: 20px 40px;
    text-align: left;
}
.show-paid-plan, .plan-start {
    background-color: #1d3557 !important;
    /* color: red !important; */
}
.show-paid-plan, .plan-start{
    /* background-color: #1d3557 !important; */
    color: #ffffff !important;
    padding: 9px 32px;
    margin-bottom: 10px;
}

.plans_container{
    display: flex;
    /* flex-direction: row; */
    flex-wrap: wrap;
    width:100%;
}

.plan_box{
    min-width:300px;
    max-width:350px;
}

.blog_single{
    margin-top: 40px;
}

.contact-us-enterprise-btn{
    color: #ffffff !important;
    background-color: #1d3557 !important;
    padding: 9px 32px;
    margin-bottom: 10px;
    width: 200px !important;
    border-radius: 0px !important;

}
.bg-theme {
    color: #222222;
    background-color: #e5e5e5;
}
.plan-title strong {
    font-family: Poppins;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;
    /* color: #ffffff; */
    font-size: 18px;
}
.plan-title{
    position: relative;
    padding: 20px 0px;
    width: 100%;
}
li.feature_list {
    font-size: 12px;
    padding: 2px 0;
    border-bottom: 1px solid #eee;
}
.list-icon {
    color: #e73744;
    margin-right: 5px;
}
.plan-title span {
    font-size: 16px;
    font-weight: 300;
}
.feature_list{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.feature_title{
    margin: 0!important;
}

.joinchat--left .joinchat__button {
    right: auto;
    left: 0px !important;
}
.plan-valid {
    /* position: absolute;
    top: 120px; */
    position: relative;
    top: -20px;
    background-color: #fff;
    color: #222222;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0px 0px 20px -10px;
}
.show-paid-plan .plan-start {
    width: 200px !important;
    border-radius: 0px !important;
}
.bg-theme{
    background-color: #1D3557;
    color: #fff !important;
}
.free-trial-btn {
    padding-top: 55px;
    padding-right: 300px !important;
}

/* plan and price pop up */
/* 
@media screen and (max-width: 768px){
    
    #dialog-modal-plans{
        position:absolute !important;
    }
    .modal.app-link-popup:before {
        display: ""!important;    
        content: " "!important;
        height: unset !important ;
    }
} */

@media screen and (max-width: 768px){
    #dialog-modal-plans{
        position:absolute !important;
    
    }
}

#dialog-modal-plans{
    display: none;
}


/* .signup-form {
    max-width: 350px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
} */

.form-group {
    position: relative;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

/* .toggle-password::after {
     content: "\1F441"; Default eye icon */
    /* font-size: 1.2em;
} */

input[type="password"] {
    padding-right: 30px; /* Ensure the text doesn't overlap with the toggle icon */
}

input[type="password"]:focus + .toggle-password::after {
    color: blue; /* Change color on focus if desired */
}

/* .show-password::after {
    content: "\1F441"; /* Changed eye icon when password is visible */
    /* font-size: 1.2em; */
/* } */ 

.form-group label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.form-group label {
    z-index: 2;
}
label {
    font-weight: normal;
}

.form-group .form-control {
    position: relative;
    background: transparent;
}
.signup-form input {
    -webkit-filter: none;
    filter: none;
    height: 40px;
}

.form-group .form-control {
    position: relative;
    background: transparent;
}
.form-group label.active {
    top: 0px;
    font-size: 10px;
    background-color: #fff;
    padding: 0 10px;
} 

/* .modal_body_cstm_style{
    overflow-y: auto !important;
    height: 100vh !important;
}   */

.required_symbol{
    color:#E63946 !important;
}

.close-signup {
    color: #E63946 !important;
    opacity: 1;
    display: block;
    width: 30px !important;
    position: absolute;
    /* position: fixed; */
    /* top: -26px;
    right: -15px; */
    top: 3px;
    right: 8px;
    height: 30px;
    padding: 5px 5px;
    border-radius: 50% !important;
}

.enterprice-plan{
    text-align: center;
    background-color: #e0e0e0;
    color: #1d3557;
    margin-bottom: 15px;
}
.register-btn{
    background-color: #1D3557 !important;
    color: #fff !important;
}
.register-btn:hover{
    background-color: transparent;
    border-color: #1D3557;
    color: #1D3557;
}

.close-quick-signup{
    color: #E63946 !important;
    opacity: 1;
    display: block;
    width: 30px !important;
    position: absolute;
    /* position: fixed; */
    /* top: -26px;
    right: -15px; */
    top: 3px;
    right: 8px;
    height: 30px;
    padding: 5px 5px;
    border-radius: 50% !important; 
}
strong.section-head {
    font-family: Poppins;
    line-height: 100px;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    color: #0f192d;
    font-size: 34px;
}

.head_ch{
    line-height: 42px!important;
    display:block !important;
    margin: 18px 0 !important;
    font-size: 26px!important;

}

.my-icn {
    display: inline-flex;
    width: 45px;
    height: 45px;
    font-size: 18px;
    background-color: #e03a44;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.plan-content p span{
    font-weight: 600;
}
.plan-content {
    padding: 45px;
    background-color: #f1f1f1;
}
.plan-img img{
    width: 360px;
}
.start-trial {
    background-color: #977777;
    color: #1e334b !important;
    padding: 15px 32px;
}
.trial-content {
    padding: 30px;
    color: #fff;
}

.trial-plan {
    background-color: #1e334b;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.error {
    color: red;
}
.errormsg {
    color: red;
}

.close-email {
    color: #E63946 !important;
    opacity: 1;
    display: block;
    width: 30px !important;
    position: absolute;
    top: 5px;
    right: 8px;
    height: 30px;
    padding: 5px 5px;
    border-radius: 50% !important;
}

.quick-register-btn{
    background-color: #1D3557 !important;
    color: #fff !important;
}
.quick-register-btn:hover{
    background-color: transparent;
    border-color: #1D3557;
    color: #1D3557;
}
/* Loader Container */
#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 57, 57, 0.705); /* semi-transparent background */
    z-index: 9999; /* ensure it's above everything else */
  }
  
  /* Loader */
  .loader {
      position: relative;
      top: 0%;
      left: 0%;
      /* transform: translate(-50%, -50%); */
      border: 16px solid #f3f3f3;
      border-top: 16px solid #e8505b;
      border-right: 16px solid #1d3557;
      border-bottom: 16px solid #e8505b;
      border-left: 16px solid #1d3557;
      width: 55px;
      height: 55px;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
      margin: auto;
  }
  #loader {
      display: block;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }

  .loader_whizzq_img {
      display: block;
      max-width: 175px;
      margin: 15px auto;
  }
  
  /* .loader_wizzq { */
    /* // border: 16px solid #f3f3f3;
    // border-radius: 50%;
    // border-top: 16px solid blue;
    // border-right: 16px solid green;
    // border-bottom: 16px solid red;
    // border-left: 16px solid pink;
    // width: 120px;
    // height: 120px;
    // -webkit-animation: spin 2s linear infinite;
    // animation: spin 2s linear infinite; */
    /* border: 16px solid #f3f3f3;
    border-top: 16px solid #e8505b;
    border-right: 16px solid #1d3557;
    border-bottom: 16px solid #e8505b;
    border-left: 16px solid #1d3557;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 40% auto 5% auto; */
  /* } */

  .free-plan-show{
    display: none;
  }
  /* .show-paid-plan{
    margin: 0 auto;
    display: none;
  } */
  .start-trial.plan-start{
    background-color: #fff !important;
  }
/* responsive nav hamburger icon size */
.header_main .responsive-nav i {
    font-size: 26px!important;
}

  /* styling email verification popup */
.icon_info_email_var_popup .fa-info{
    border: 2px solid #1D3557;
    padding: 10px 25px;
    margin: 25px;
    border-radius: 50%;
    font-size: 50px;
    color: #1D3557;
}
.btn_ok_email_var_popup{
    max-width: max-content;
    margin: auto;
    color: #ffffff !important;
    background-color: #1D3557 !important;

}
.h2_email_var_popup{
    font-size:30px;
}