/**************************************************************
/* GENERAL CLASSES
/*************************************************************/

.bts5 .responsive-modal .modal-content {
	background-color: white;
	padding: 20px;
}

.btn-max { max-width: 100% !important; }
.no-padding{
    padding:0px;
}
.bg-none{
    background: none!important;
}
.bg-white{
    background: #FFF!important;
}
.bg-blue{
    background: #0066B3;
}
.bg-lightgray{
    background: #F5F5F5;
}
.full-width{
    width: 100%;
    padding: 40px 0;
}
.lightgray-divider-big{
    background: #F5F5F5;
    height: 20px;
    width: 100%;
    margin:10px 0;
}
.lightgray-divider-small{
    background: #F5F5F5;
    height: 1px;
    width: 100%;
    margin:10px 0;
}
.padding-5{
    padding:5px;
}
.padding-10{
    padding:10px;
}
.padding-15{
    padding:15px;
}
.padding-20{
    padding:20px;
}
.padding-40{
    padding:40px;
}
.shadow-box{
    background: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.50);
    border-radius: 7px;
    text-align: center;
}
.form-icon svg{
    color:#38A4FF;
    margin-top:10px;
}
.show-password-btn{
    font-size: 12px;
    background: white;
    position: absolute;
    right: 20px;
    top: 8px;
    color: #999999;
    cursor: pointer;
}
/*To remove button from IE11, thank you Matt */
select::-ms-expand {
    display: none;
}
.arrow-select{
    position: relative;
}
.arrow-select:after{
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    top: 7px;
}
.p-home-v4 .arrow-select{
    position: relative;
}
.p-home-v4 .arrow-select:after{
    content: '>';
    font: 17px "Consolas", monospace;
    color: rgba(117, 117, 117, 1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 5px;
    top: 7px;
}

.p-home-v4 .arrow-select.open:after {
    color: rgba(37, 55, 226, 1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/**************************************************************
/* TOOLTIP
/*************************************************************/
.has-tooltip {
    position: relative;
}
.has-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.has-tooltip .tooltiptext {
    /* visibility: hidden;
    opacity: 0; */
    transition: opacity 0.3s;
    width: 200px;
    background-color: #003366;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
}


/**************************************************************
/* Header Stepper
/*************************************************************/

.header-stepper .line-separator-stepper{
    display: inline-flex;
    width: 200px;
    align-items: center;
}
.header-stepper .line-separator-stepper::before{
    content: '';
    flex: 1;
    border-top: 1px solid #cccccc;
}
.header-stepper{
    display : inline-flex;
}
.header-stepper .ball-step{
    width: 12px;
    height: 12px;
    border:solid 1px #cccccc;
    border-radius: 50%;
}
.header-stepper .ball-step label{
    position: absolute;
    font-size: 12px;
    margin-top: 12px;
    margin-left:-10px;
}
.header-stepper .ball-step.active{
    background-color: #0066B3;
}
.header-stepper .stepper-welcome{
    margin-left:-25px!important;
}
/**************************************************************
/* INSIDE MODAL
/*************************************************************/
.responsive-modal{
    font-size:14px;
}
.responsive-modal .white-box {   
    min-height: 305px;
    background: #fff;   
    margin: 0px auto;
}
.responsive-modal .gray-box{
    width: 350px;
    min-height: 300px;
    background: #F5F5F5;
    border-radius: 5px;
    padding:20px;
}
.responsive-modal .options-container{
    max-width:240px;
    margin: auto;
}
.responsive-modal .options-container button{
    margin:15px auto;
}
.responsive-modal .user-login-content h2,
.responsive-modal .member-registration-content h2,
.responsive-modal .forgot-password-content h2{
    font-size: 20px;
    margin-bottom: 25px;
}
.responsive-modal .shadow-box{
    width: 150px;
    font-size:12px;
    padding:20px 0;
    margin:20px 0;
}
.shadow-box h4{
    font-size:15px;
}
.p-home-v4.responsive-modal a,
.p-home-v4.responsive-modal {
    color: #333;
}
.p-home-v4 .bold {
    font-weight: 700
}
.p-home-v4.responsive-modal h2 {
    font-size: 22px;
    line-height: 26px;
    padding: 0.6em 0.75em 0em 0.75em;
}
.p-home-v4.responsive-modal h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 0.6em 0.75em 0em 0.75em;
}
.p-home-v4.responsive-modal .btn {
    padding: 0.45rem 2rem !important;
    font-weight: 700;
}
.p-home-v4.responsive-modal .white-box .form-group .input-group-append .btn {
    padding: 0.375rem 0rem 0.375rem 0.75rem !important;
    border-bottom: 1px solid #333;
}
.p-home-v4.responsive-modal .white-box .input-group-append .btn:focus {
    box-shadow: none;
    outline: none;
}
.p-home-v4.responsive-modal .user-login-content {
    padding: 1.7rem 1rem;
}
.p-home-v4.responsive-modal .user-login-content h2 {
    margin-bottom: 0px;
}
.p-home-v4.responsive-modal .modal-dialog {
    margin-top: 4%;
}
.p-home-v4.responsive-modal .modal-body-form-container {
    padding: 1rem 0rem;
}
.p-home-v4.responsive-modal .input-group-append .fa.fa-pencil {
    font-size: 16px;
}
.p-home-v4.responsive-modal .input-group-append .fa,
.p-home-v4.responsive-modal .input-group-append .bi {
    color: #757575;
}
.p-home-v4.responsive-modal .non-us-user-label,
.p-home-v4.responsive-modal .disclaimer a,
.p-home-v4.responsive-modal .disclaimer {
    font-size: 12px;    
}
.p-home-v4.responsive-modal .non-us-user-switch-container .form-switch {
    display: flex;
    justify-content: space-between;
}
.p-home-v4.responsive-modal .non-us-user-switch-container .form-check-input {
    flex-grow: 0.15;
}
.p-home-v4.responsive-modal span.close {
    position: absolute;
    z-index: 10;
    font-size: 30px;
    right: 3%;
    top: 2%;
    cursor: pointer;
    color: #333;
    opacity: 1;
    font-weight: normal;
}
.p-home-v4.responsive-modal .modal-content {
    width: fit-content;
    max-width: 360px;
}
.p-home-v4.responsive-modal span.close span {
    padding: 2px;
}
.p-home-v4 .small-form-label {
    font-size: 12px;    
    visibility: hidden;
}
.p-home-v4 .bts4 .form-group {
   margin-top: 15px;
   margin-bottom: 15px;
}
.p-home-v4 .form-group input.is-invalid {
    background: none;
}
.p-home-v4.responsive-modal .form-group.companycode-content {
    position: relative;
}
.p-home-v4 #verify_email {
    font-size: 15px;
}
#sister_site_redirect_modal.p-home-v4.responsive-modal .white-box {
    min-height:  unset;
}
/**************************************************************
/* CSS
/*************************************************************/
#topnav{
    height:75px;
}
#topnav .topnav-fixtop{
    position: fixed;
    float: left;
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid #333;
    z-index: 10;
}
#topnav .topnav-fixtop .right-container {
    line-height: 25px;
}
#topnav .topnav-fixtop .right-container .need-help {
    font-size: 16px;
    color: #0066B3;
}
#topnav .img-logo{
    margin: -10px 0 0 0;
    max-width: 236px;
    width: 100%;
    height: auto;
}
#topnav span.vertical-separator{
    border-right: 1px solid #333;
    margin: 0 20px;
}
#section-welcome .bts4{
    padding:40px 0;
}
#section-welcome .btn-a,
#section-welcome .btn-b{
    width:260px;
}
#section-welcome .bg-blue{
    height: 10px;
}
#section-welcome p{
    font-size: 16px;
    margin-top:40px;
    color: #151515;
    letter-spacing: 0;
    line-height: 25px;
}
#section-welcome .welcome-login{
    line-height: 32px;
    color: #333;
    margin-left:20px;
}
#section-welcome .welcome-login h1{
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top:50px;
}
#section-welcome .welcome-login p{
    margin-top:25px;
    font-weight: 600;
    font-size: 24px;
    margin-bottom:40px;
}
#section-welcome .welcome-login button{
    margin-top:30px;
}
#section-preferred-partners h2,
#section-current-deals h2{
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 35px;
    text-transform: uppercase;
}
#section-preferred-partners img{
    margin: 0 12px;
}
#section-preferred-partners .top-atractions > .row{
    overflow-x: hidden;
    white-space: nowrap;
}
#section-preferred-partners .top-atractions > .row > img{
    display: inline-block;
    float: none;
}
#section-current-deals a img{
    width: 100%!important;
    height: auto!important;
}


#section-multiple p{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
    vertical-align: middle;
}
#section-multiple .pull-right p{
    text-align: right;
}
#section-company-registration .shadow-box{
    max-width: 390px;
    padding: 40px 0;
    margin:10px;
}
#section-company-registration .shadow-box h3{
    font-size: 21px;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 40px;
}
#section-backtop .btn-b{
    margin-top:70px;
}
.p-home-v4 #member_registration_form .non-us-user-switch-container .form-check-input {
    width: 2em;
}
.p-home-v4 #member_registration_form .read-only {
    background-color: #FFF;
    color: rgba(51, 51, 51, 0.5) !important;
}
.p-home-v4 #member_verify_form input[type="text"],
.p-home-v4 #member_login_form input[type="email"],
.p-home-v4 #member_login_form input[type="password"],
.p-home-v4 #member_registration_form input[type="password"],
.p-home-v4 #member_registration_form input[type="email"],
.p-home-v4 #member_registration_form input[type="text"],
.p-home-v4 #member_registration_form .select-box,
.p-home-v4 #member_registration_form select {
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    box-shadow: none;
    color: #333;
}
.p-home-v4 #member_registration_form .province-list center {
    text-align: left;
    margin-top: 0px;
}
.p-home-v4#section-get-started {
    margin: 3em 0em 0em 0em;
}
.p-home-v4#section-get-started .login-register {   
    padding: 3rem 0.6rem 0 0.6rem;
}
.p-home-v4 .login-register h2 {
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 1rem;
    margin: 0px;
    text-align: center;
}
.p-home-v4#section-get-started .login-register p {
    font-size: 24px;
    line-height: 28px;
    padding: 0rem 1rem;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
}
.p-home-v4 .info-tooltip {
    background: #FFF;
    color: #333;
    border: 1px solid #333;
    border-radius: 10px !important;
    padding: 1em;
    margin-top: 3px;
    z-index: 10;
    position: absolute;  
    word-wrap: break-word;
    font-size: 12px;
    display: none;
}
.p-home-v4 .info-tooltip .info-tooltip-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #FFF;
    right: 5%;
    top: -4%;
}
.p-home-v4 .info-tooltip .info-tooltip-close {
    position: absolute;
    right: 2%;
    top: 2%;
    line-height: 12px;
}
#member_registration_modal .modal-back-btn{
    position: absolute;
    font-size: 16px;
    font-weight: normal;
    color: gray;
    cursor: pointer;
    right: auto!important;
}
#member_registration_modal .registration-title{
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    margin: 25px 0;
}
#member_registration_modal .registration-middle-info{
    font-size: 14px;
    color: #333333;
}
#member_registration_modal .form-group.row .col-form-label{
    text-align: right;
    padding-right:5px;
}
#member_registration_modal .province-list center{
    color:#999999;
    margin-top:10px;
}
#member_registration_modal .country-content{
    display: none;
}
#member_registration_modal form{
    margin:20px 0;
}
#registration_welcome_modal h1{
    font-size: 22px;
    color: #333333;
    margin:25px 0;
}
#registration_welcome_modal p{
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin:25px 0;
}
#registration_welcome_modal .btn{
    text-align: center;
    margin:25px 0;
}
#registration_welcome_modal .featured-products{
    margin:25px 0;
}
#registration_welcome_modal .featured-products a img{
    width: 100%!important;
    height: auto!important;
}
#registration_welcome_modal .featured-products .dynamic_adzerk_banner{
    margin-bottom:30px;
}
.line-separator{
    width: 100%;
    height: 1px;
    background: #cccccc;
    margin:25px 0;
    box-sizing:border-box;
}
.line-separator-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 40px;
}
.line-separator-text::before,
.line-separator-text::after {
    content: '';
    flex: 1;
    margin-right: 1em;
    border-bottom: 1px solid #cccccc;
}

.adzk-title{
    text-align: center;
    margin-top:20px;
    font-weight: 600;
}
.select-company-content div.description{
    text-align: left;
    font-size: 11px;
    color: #666666;
}

.bts4 .invalid-feedback{
    display: block !important;
}

.home_registration_carousel,.home_registration_carousel .slick-list,.home_registration_carousel .slick-track.home_registration_carousel .slick-track .item {
    min-height: 100%;
    width: 100%;
}

.home_registration_carousel {
    max-width: 650px;
    max-height: 433px;
}

.home_registration_carousel .withgradient:before, .responsive-modal .withgradient:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /*background: linear-gradient(transparent, #353535  100%);*/
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(53,53,53,0.26) 51%, rgba(53,53,53,0.45) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(53,53,53,0.26) 51%,rgba(53,53,53,0.45) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(53,53,53,0.26) 51%,rgba(53,53,53,0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#73353535',GradientType=0 );
}

.home_registration_carousel .item.image{
    width: 100%;
    min-height: 100% !important;
}

.home_registration_carousel .item.video{
    width: 100%;
    min-height: 100% !important;
}

.home_registration_carousel.slider .sl-arrow.slick-disabled {
    display: none;
    visibility: hidden;
}

.home_registration_carousel.slider .sl-arrow {
    position: absolute;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    opacity: 0.8;
}
.home_registration_carousel.slider .sl-arrow.next {
    /*background: url('/img/right_arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    right: 8px;*/
    /* Arrow */
    position: absolute;
    right: 5%;
    top: 50%;
    border-right: 4px solid #FFFFFF;
    border-top: 4px solid #FFFFFF;
    transform: rotate(45deg);


}
.home_registration_carousel.slider .sl-arrow.prev {
    /*background: url('/img/left_arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;*/
    z-index: 2;
    position: absolute;
    left: 5%;
    top: 50%;
    border-left: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    transform: rotate(45deg);
}
.home_registration_carousel.slider .sl-arrow:hover {
    cursor: pointer;
}


.home_registration_carousel.slider .slick-dots{
    text-align: center !important;
    width: 100%;
    margin-top: -25px;
}
.home_registration_carousel.slider .slick-dots ul{
    text-align: center;
    margin: 0px auto;
}

.home_registration_carousel.slider .slick-dots li{
    display: inline-block;
    
}

.home_registration_carousel.slider .slick-dots button {
    background: url('/img/registration_home_carousel_dot.png');
    text-indent: -9999px;
    overflow:hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    margin-top: 3px;
    outline: none !important;
    /* more CSS */
}
.home_registration_carousel.slider .slick-dots .slick-active button {
    background: url('/img/registration_home_carousel_dot_active.png');
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    width: 15px;
    height: 15px;
}

.home_registration_carousel  .carousel.headline{
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 36px;
  color: #FFF;
  top: 70%;
}

.home_registration_carousel  .carousel.subtext{
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: #FFF;
  top: 80%;
}

.item.slick-slide{
  position: relative;
  outline: none;
}

.slick-dots {
    position: absolute;
    /*top: 92%;*/
}


.sel-radio {
  display: none;
}

#select-op-btn {
  width: inherit;
}

ul#options {
  cursor: pointer;
  list-style-type: none;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}

ul#options li h3 {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 10px 0px 10px;
    margin-bottom: 0;
    margin-top: 0;
}
ul#options li h5 {
    font-size: 12px;
    line-height: 16px;
    padding: 0px 10px 10px 10px;
    margin-bottom: 0;
    margin-top: 0;
}

ul#options li:hover {
  background-color: #E8F0FE;
}

.js-drop {
  display: none;
}

.js-option {
  display: inline-block;
}

.p-home-v4 .home-logo-limit {
    max-width: 163px;
    max-height: 66px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.p-home-v4 .home-header-line {
    width: 100%;
    display: flex;
    height: 35px;
}
.p-home-v4 .home-logo-name-tagline h3 {
    font: 16px/18px Lato;
}
.p-home-v4 .home-logo-name-tagline p {
    font: 14px/16px Lato;
}
.p-home-v4 .home-logo-name-tagline h3 {
    font: 16px/18px Lato;
    letter-spacing: .1px;
    font-weight: 900;
}
.p-home-v4 .home-logo-name-tagline p {
    font: 14px/16px Lato;
    letter-spacing: .1px;
    font-weight: 700;
    margin: 5px 5px 5px 0;
}
.p-home-v4 .home-affiliate-logo {
    margin-top: -10px;
    display: flex;
    align-items: center;
}
.p-home-v4 .right-container {
    display: flex;
}
.p-home-v4 .home-header-line .home-help-login {
    display: flex;
    width: 100%;
}
.p-home-v4 .home-header-line .need-help {
    margin-top: -10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

/**************************************************************
                  LG? SIZE
/*************************************************************/
@media (max-width: 1259px) {
    #section-preferred-partners .top-atractions > .row{
        overflow-x: auto;
    }
    #section-welcome .welcome-login p{
        margin-top:25px;
        font-weight: 600;
        font-size: 17px;
        margin-bottom:20px;
    }
}
/**************************************************************
 				  MD SIZE
/*************************************************************/
@media (max-width: 992px) {
    #section-welcome .welcome-login h1{
        font-size: 28px;
        font-weight: 800;
        text-transform: uppercase;
        margin-top:0px;
    }
    #section-welcome .welcome-login p{
        margin-top:25px;
        font-weight: 600;
        font-size: 18px;
        margin-bottom:20px;
    }
    #section-welcome .welcome-login button{
        margin-top:20px;
    }
    #section-preferred-partners .top-atractions > .row{
        overflow-x: auto;
    }
    #section-company-registration .shadow-box{
        min-height: 190px;
    }
    .p-home-v4 .home-header-line {
        width: 100%;
        display: flex;
        height: auto;
        max-height: 35px;
    }
    .p-home-v4 .home-logo-name-tagline {
        display: flex;
        flex-direction: column;
        min-width: 40%;
    }
    .p-home-v4 .home-logo-name-tagline h3 {
        font: 12px/14px Lato;
        letter-spacing: .1px;
        font-weight: 900;
        margin-top: 0;
    }
    .p-home-v4 .home-logo-name-tagline p {
        font: 10px/12px Lato;
        letter-spacing: .1px;
        font-weight: 700;
        margin: 2px 2px 2px 0;
    }
    #topnav .img-logo {
        max-width: 200px;
    }
}
/**************************************************************
 				  SM SIZE
/*************************************************************/
@media (max-width: 767px) {
    .responsive-modal .gray-box{
        width: 100% !important;
    }
    #topnav .bts4 .btn{
        padding: .375rem .75rem!important;
        font-size: 10px!important;
    }
    .bts4 .btn{
        padding: .375rem .75rem!important;
        font-size: 14px!important;
    }
    #section-welcome p {
        font-size: 14px;
        margin-top: 0px;
        color: #151515;
        letter-spacing: 0;
        line-height: 25px;
    }
    .bts4 h2{
        text-align: center;
    }
    #member_registration_modal .form-group.row .col-form-label{
        text-align: left;
    }
    #section-welcome .welcome-login{
        text-align: center;
        margin:25px 0;
        margin-left: 0px;
    }
    #section-welcome .welcome-login button {
        width: 80%!important;
        padding: 10px!important;
        margin:10px 0!important;
    }
    #section-company-registration .shadow-box{
        min-height: unset;
    }
    
    .carousel.subtext{
        font-size: 16px !important;
    }
    .carousel.headline{
        font-size: 20px !important;
    }
    .home_registration_carousel.slider .slick-dots button {
        background-size: 10px 10px;
    }
    .home_registration_carousel.slider .slick-dots .slick-active button {
        background-size: 10px 10px;
    }
    .slick-arrow {
        /*display: none !important;*/
    }
    .slick-list { position: relative !important; } .slick-track { position: relative !important; height: 100%; }
    .slick-list iframe{
        min-height: 275px;
    }
    .ui-dialog-content iframe, .ui-dialog-content embed{
        max-width: 300px;
        max-height: 400px;
    }
    .p-home-v4 .home-header-line {
        width: 100%;
        display: flex;
        height: auto;
        max-height: 35px;
    }
    .p-home-v4 .home-logo-name-tagline {
        display: flex;
        flex-direction: column;
        min-width: 40%;
    }
    .p-home-v4 .home-logo-name-tagline h3 {
        font: 12px/14px Lato;
        letter-spacing: .1px;
        font-weight: 900;
        margin-top: 0;
    }
    .p-home-v4 .home-logo-name-tagline p {
        font: 10px/12px Lato;
        letter-spacing: .1px;
        font-weight: 700;
        margin: 2px 2px 2px 0;
    }
    #topnav .img-logo {
        max-width: 200px;
    }
}
/**************************************************************
 				  XS SIZE
/*************************************************************/
@media (max-width: 575px) {
    #topnav .topnav-fixtop {
        min-height: 35px;
    }
    #topnav span.vertical-separator {
        margin: 0 15px;
    }
    .row.no-padding-xs{
        --grid-gutter-x: 2rem!important;
    }
    .row .no-padding-xs{
        padding:0!important;
    }
    #section-company-registration .shadow-box{
        font-size: 12px;
        padding: 20px 0;
    }
    #section-company-registration .shadow-box h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .responsive-modal .modal-body{
        padding:20px 0!important
    }
    .p-home-v4.responsive-modal {
        background-color: #FFF;
    }
    .p-home-v4.responsive-modal h2 {
        padding-right: 1em;
        padding-left: 1em;
    }
    .p-home-v4.responsive-modal h3 {
        padding-right: 1em;
        padding-left: 1em;
    }
    .p-home-v4.responsive-modal .modal-body {
        padding: 0px !important;
    }
    .p-home-v4.responsive-modal .modal-dialog {
        margin-top: 0;
    }
    .p-home-v4#section-get-started {
        margin: 5px 0px 0px 0px;
    }
    .p-home-v4#section-get-started .login-register {
        padding: 0px;
    }
    .p-home-v4 .login-register h2 {
        font-size: 26px;
        line-height: 30px;
        text-transform: uppercase;
        padding: 2rem 0rem 1rem 0rem;
        margin: 0px;
        text-align: left;
    }
    .p-home-v4#section-get-started .login-register p {
        font-size: 14px;
        line-height: 23px;
        padding: 0;
        margin: 0px 0px 10px 0px;
        text-align: left;        
    }
    .p-home-v4.responsive-modal .non-us-user-switch-container .form-check-input {
        flex-grow: 0.2;
    }
    .p-home-v4 #verify_email {
        font-size: 14px;
    }
    .p-home-v4 .home-header-line {
        width: 100%;
        display: flex;
        height: auto;
    }
    .p-home-v4 .home-logo-name-tagline {
        display: flex;
        flex-direction: column;
        max-width: 40%;
    }
    .p-home-v4 .home-logo-name-tagline h3 {
        font: 12px/14px Lato;
        letter-spacing: .1px;
        font-weight: 900;
        margin-top: 0;
    }
    .p-home-v4 .home-logo-name-tagline p {
        font: 10px/12px Lato;
        letter-spacing: .1px;
        font-weight: 700;
        margin: 2px 2px 2px 0;
    }
    #topnav .img-logo {
        max-width: 195px;
    }
}
/**************************************************************
                  ALMOST PHONE SIZE
/*************************************************************/
@media (max-width: 440px) {
    #topnav span.vertical-separator {
        border-right: none;
        margin: 3px;
    }
    #topnav .img-logo {
        width: 110px;
        max-width: 110p
    }
}
/**************************************************************
 				  PHONE SIZE
/*************************************************************/
@media (max-width: 390px) {
    #topnav .img-logo {
        width: 80;
        max-width: 80px;
        margin: 5px 0;
    }
    .no-padding-xs{
        padding:0;
    }
}
