body{
    font-family: 'Raleway', sans-serif;
}
.status-bar{
    width:108px;
    overflow-wrap: break-word;
}
.first-column{
    height:80px;
}
@media (min-width: 1200px) {
    .container{
        width: 1200px;
    }
}
.text-brand{ color: #D5232E; }
.navbar-brand {
    height: 50px;
    line-height: 22px;
    padding: 12px 15px;
    opacity: 0.8;
}
@media (min-width:992px) {
    .navbar-brand {
        height: 60px;
        line-height: 22px;
    }
    .home-map-content,
    .landing-page-title-section {
        pointer-events: auto;
    }
}
.navbar-brand img {
    height: 35px;
}
header .navbar {
    min-height: 50px;
}
.navbar-nav {
    margin: 5px 0px 0px;
}
.navbar-inverse .navbar-toggle{
    border-color: transparent;
}
.navbar-nav.clsphnbse{
    margin-left: 23px;
}
header .primary-navbar  li > a{ 
    padding-left: 22px;
    padding-right: 22px;
}

header .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 500;
}
header .navbar-default .navbar-nav > li > a.sign-in-btn{
    padding: 11px 12px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
}
header .navbar-default .navbar-nav > li > a.sign-in-btn:hover{
    background: #d5232e;
}
.navbar-custom {
    background: #272627;
    border: none;
}
.navbar-custom a.active {
    font-weight: bold !important;
}
.clsphn span {
    font-family: "Nunito Sans", sans-serif;
    text-decoration: underline;
}
.sign-in-btn{
    width: 135px;
    height: 44px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 1px;
    margin-top: 48px;
    margin-bottom: 37px;
}
.sign-in-btn,.sign-in-btn:hover {
    background: #d5232e;
    color: #ffffff;
}

.home-map-content .register-your-area-widget,
.home-map-content .play-video,
.home-map-content .app-store-icons a,
.landing-page-title-section button,
.landing-page-title-section a {
    pointer-events: auto;
}
/*These styles are for showing mobile menu in ipad resolutions.*/
@media (min-width: 768px) and (max-width: 991px) {
    .app-store-icons .footer-img-link .footer-img{
        width: 170px;
        height: 54px;
    }
    .navbar-header { 
        float: none; 
    }
    header .navbar-custom .container:first-child {
        width: 100%;
        padding: 0px 0px 0px 15px !important;
    }
    .navbar-left,.navbar-right { 
        float: none !important; 
    } 
    .navbar-toggle { 
        display: block; 
    } 
    .navbar-collapse { 
        border-top: 1px solid transparent; 
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); 
    } 
    .navbar-fixed-top { 
        top: 0; 
        border-width: 0 0 1px; 
    }
    .navbar-collapse.collapse { 
        display: none!important; 
    } 
    .navbar-nav { 
        float: none!important; 
        margin-top: 7.5px; 
    } 
    .navbar-nav>li {
        float: none; 
    } 
    .navbar-nav>li>a { 
        padding-top: 10px; 
        padding-bottom: 10px; 
    } 
    .collapse.in{ 
        display:block !important; 
    }
    #navbar {
        padding-right: 15px;
    }
    .navbar-nav.clsphnbse {
        margin-left: 0px;
    }
}
/*These styles are for showing mobile menu in ipad resolutions.*/
@media screen and (max-width: 991px) {
    .dropzone-register-multiple {
        text-align: center;
    }
    .register_mutliple_devices .reglist_content .regcontent_text {
        padding: 0 5px;
    }
    body .register_mutliple_devices .reglist_content .regcontent_text{
        margin-top: 45px;
    }
    body .register_mutliple_devices .register_button_container {
        margin-bottom: 45px
    }
    body .register_mutliple_devices .section-title {
        margin-bottom: 15px;
    }
    .navbar-brand img {
        height: 23px;
    }
    body .register_mutliple_devices .register-your-device-block {
        margin-top: 50px;
    }
    body  .register_mutliple_devices .input-elements {
        margin-bottom: 40px;
    }
    header .navbar-default .navbar-nav {
        width: 100%;
        text-align: center;
    }
    .clsphnbse {
        width: 100%;
        float: right;
        text-align: center;
        margin-bottom: 20px;
    }
    header .navbar-default .navbar-nav > li > a {
        font-size: 20px;
        padding: 23px 15px;
    }
    .primary-navbar {
        margin-top: 9px;
        overflow: auto;
        height: calc(100vh - 60px);
    }
}
.navbar-toggle span.icon-bar {
    display: none;
}
.navbar-toggle .material-icons {
    display: block;
    color: #ffffff;
    line-height: 0.6;
}
.navbar-toggle.collapsed span.icon-bar {
    display: block;
}
.navbar-toggle.collapsed .material-icons {
    display: none;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
    border: 0;
}
.navbar-fixed-top .navbar-collapse{
    max-height: unset;
}

/**/
.bootstrap-select.form-control{
    height: auto;
}
.bootstrap-select > .dropdown-toggle {
    background: #fff;
    font-size: 14px;
    color: #272627;
    letter-spacing: 0.41px;
    border-radius: 0px;
    padding: 2px 12px;
}
.bootstrap-select > .dropdown-menu {
    font-size: 18px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: #f5f5f5 !important;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #666 !important;
}

.map-overlay {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0px;
    right: 0;
    width: 100%;
    height: 780px;
    background: radial-gradient(
        ellipse farthest-corner at center center,
        rgba(0, 0, 0, 0.5) 20%,
        rgba(0, 0, 0, 0.48) 100%
        )
        repeat scroll 0 0;
}
.map-content {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    margin-top: 60px;
    color: #ffffff;
}
.map-title {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 5px;
    text-align: center;
}

.map-subheading {
    font-family: Raleway;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0.32px;
    font-weight: 500;
    margin-bottom: 36px;
    text-align: center;
}

.home_page_map {
    height: 780px;
}
.homePageContainer {
    width: 100%;
    height: 780px;
    position: relative;
}
.registry_bg_image {
    height: 100%;
}
.register-your-area-widget {
    max-width: 400px;
    margin: auto auto 20px;
}
.register-your-area-widget {
    background: rgba(47, 47, 47, 0.51);
    padding: 22px;
    font-family: Raleway;
    font-weight: 500;
}
.register-your-area-widget .title {
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.register-your-area-widget .form-group:last-child {
    margin-bottom: 0;
}
.register-your-area-widget .form-group > *:first-child{
    margin-bottom: 5px;
    height: auto;
}
.register-your-area-widget  .form-group:last-child  > *:first-child {
    margin-bottom: 0;
}
.bootstrap-select.home-select-custom .bs-caret i {
    line-height: unset;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    margin-top: 5px;
}
.map-content .play-video,.video-icon-block .play-video{
    background: rgba(47, 47, 47, 0.7);
}
.desktop-contact-form .app-store-icons img {
    float: left;
}
.map-content .app-store-icons a:last-child .footer-img {
    margin-left: 26px;
}	
.map-content .play-video a,.video-icon-block .play-video a {
    color: #fff;
    text-decoration: none;
}
.map-content .play-video a span, .video-icon-block .play-video a span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
}
.play-video a span:last-child,.video-icon-block .play-video a span:last-child{
    padding: 10px 12px 10px 10px;
}
.map-content .play-icon,.video-icon-block .play-icon{
    background: #069667;
    width: 52px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #fff;
}
.map-content .play-icon i,.video-icon-block .play-icon i{
    line-height: unset;
}

@media (min-width: 992px) {
    .desktop-contact-form {
        display: flex;
        align-items: center;
    }
    .register_mutliple_devices .register_button_container {
     margin-top: 50px; 
    }
}

.register_button,
.view-aeds-button {
    background-color: #d2232d;
    border-radius: 0;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 11px 0;
    text-decoration: none;
    width: 100%;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
}
.register_button:hover,
.view-aeds-button:hover,
.register_button:focus,
.view-aeds-button:focus {
    color: #fff;
}
.reglist_content .register_button.box1{
    width: 220px;
}
.regnow_content .register_button.box1{
    width: 220px;
}
.section2icons {
    width: 98px;
    height: 31px;
}

.live_content {
    background: rgb(47, 47, 47);
    padding: 19px 16px 19px;
    font-size: 24px;
    color: #ffffff;
    font-family: Raleway;
    text-align: center;
    font-weight: 900;
}
.live_content .count {
    color: #d2232d;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

.reglist_content,.regnow_content {
    width: 100%;
    color: #ffffff;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.41px;
    line-height: 25px;
    background-size: cover;
    background-attachment: fixed;
}
.reglist_content{
    background: url("../../images/section_1.jpg") no-repeat center;
}
.regnow_content {
    background: url("../../images/section_2.jpg") no-repeat center;
}
.reglist_content .regcontent_text,
.regnow_content .regcontent_text{
    margin-top: 18px;
}
.regcontent_text {
    float: left;
    width: 100%;
}
.reglist_content .section-title,
.regnow_content .section-title,
.aed-makes-trustful-product .section-title{
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 29px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 800;
}
.aed-makes-trustful-product{
    margin-bottom: -64px;
}
.reglist_content .section-list,
.regnow_content .section-list {
    margin-left: 0px;
    padding-left: 25px;
}

.reglist_content .section-list li,
.regnow_content .section-list li {
    list-style-type: disc;
    margin-left: 0px;
    padding-left: 20px;
}
.register_button_container {
    margin-top: 20px;
}

/**New chain code start here**/
.chain-items-container ul {
    list-style: none;
    display: table;
    padding: 0;
    margin: auto;
}
.chain-items-container ul li {
    width: 128px;
    height: 128px;
    border: 9px solid #D5232E;
    border-radius: 100%;
    text-align: center;
    margin-top: -9px;
    position: relative;
    cursor: pointer;
}
@media(min-width: 992px){
    .chain-items-container ul li {
        margin-left: -9px;
        margin-top: initial;
        float: left;
    }
}
.chain-items-container ul li:first-child {
    margin-left: 0;
}
.chain-items-container ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    width: 14px;
    height: 36px;
    bottom: -17px;
    left: 29px;
    -webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
    background: #ffffff;
}
@media(min-width: 992px){
    .chain-items-container ul li:not(:last-of-type):after{
        left: initial;
        bottom: 18px;
        right: -7px;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}
.chain-items-container ul li:not(:first-child):before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -4px;
    right: 15px;
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    background: #ffffff;
}
@media(min-width: 992px){
    .chain-items-container ul li:not(:first-child):before {    
        top: 16px;
        left: -4px;    
        right: initial;   
        -webkit-transform: rotate(34deg);    
        transform: rotate(34deg);    
        height: 14px;
    }
}
.chain-items-container ul li:not(:first-child) a:before {
    content: '';
    position: absolute;
    right: 20px;
    top: -5px;
    width: 17px;
    height: 17px;
    background: #ffffff;
    -webkit-transform: rotate(-21.5deg);
    transform: rotate(-21.5deg);
}
@media(min-width: 992px){
    .chain-items-container ul li:not(:first-child) a:before{
        left: -4.5px;
        top: 21px;
        right: initial;
    }
}
.chain-items-container ul li:not(:first-child) a:after {
    content: '';
    position: absolute;
    right: 35px;
    top: -1px;
    width: 15px;
    height: 16px;
    background: #ffffff;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
@media(min-width: 992px){
    .chain-items-container ul li:not(:first-child) a:after {
        left: -1px;
        top: 36px;
        right: initial;
    }
}
.chain-items-container ul li a{
    margin-top: 30px;
    display: block;
    color: #272627;
    text-decoration: none;
}
.chain-items-container ul li:hover a {
    color: #d5232e;
}
.chain-items-container ul li a .material-icons{
    font-size: 30px;
    display: block;
}
.chain-items-container ul li a span{
    font-size: 18px;
    display: block;
    font-family: Raleway;
    font-weight: 900;
}
/**New chain code ends here**/
.circle_content {
    padding: 33px 16px 34px;
    text-align: center;
}
@media(min-width: 992px){
    .circle_content {
        height: 415px;
        overflow: hidden;
    }
}
.chain-aed-heading,.sponser-title {
    font-size: 24px;
    text-align: center;
    color: #2b2c2c;
    line-height: 1.5;
    margin: 27px 0 0;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 800;
}
.chain-aed-heading .chain-supertext,.sponser-title .chain-supertext {
    font-size: 14px;
}
.aed-makes-trustful-product .section-title{
    margin-top: 54px;
    margin-bottom: 54px;
}
.aed-makes-trustful-product .aed-description{
    font-family: Raleway;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.41px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

footer{
    background: #272627;
    padding-top: 30px;
    color: #ffffff;
    font-family: Raleway;
    z-index: 1;
    position: relative;
}
footer .contact-information .title{
    font-family: Raleway;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.41px;
    line-height: 22px;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
}
footer .contact-information ul {
    padding: 0;
    list-style: none;
    margin-bottom: 36px;
}
footer .contact-information ul li {
    margin-bottom: 18px;
    font-family: Raleway;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.34px;
    line-height: 22px;
    font-weight: 500;
    display: flex;
}
footer .contact-information ul li span {
    margin-left: 10px;
}
footer .contact-information ul li a{
    color: #ffffff;
    text-decoration: underline;
}
.social-network-block .footer-logo{
    margin: 0 auto 16px;
}
.social-icons {
    margin: auto;
    display: table;
}
.social-icons img:last-child {
    margin-right: 24px;
}
footer .count {
    color: #d2232d;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    font-size: 42px;
    letter-spacing: 0.96px;
}
footer .aed_contact {
    font-family: Raleway;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0.41px;
    font-weight: 500;
    margin-bottom: 30px;
}
.footer_copyright {
    padding: 24px 0 30px;
    text-align: center;
    border-top: 1px solid #403E40;
    color: #8C888C;
    font-size: 13px;
    font-family: Raleway;
}

.landing_page_map,
.landing-page-container,
.landing-map-overlay {
    height: 480px;
}

@media(max-width: 991px){
    .desktop-contact-form .app-store-icons{
        display: table;
        margin: auto;
    }
    .map-content .play-video,.video-icon-block .play-video{
        display: table;
        margin: 0 auto 20px;
    }
    .register-your-area-widget{
        margin-bottom: 20px;
    }
    .live_content span{
        display: block;
        text-align: center;
    }
    .navbar-nav.clsphnbse > li > .clsphn{
        font-size: 15px;
    }
    .circle_content {
        padding-bottom: 50px;
    }
    .register_button_container{
        text-align: center;
        margin-bottom: 26px;
    }
    .app-store-icons .footer-img{
        margin-bottom: 30px;
    }
    .aed-makes-trustful-product .row{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .social-network-block {
        margin-bottom: 45px;
    }
}
@media(min-width: 992px){
    .map-content .play-video ,.video-icon-block .play-video{
        float: left;
    }
    .desktop-contact-form img {
        margin-left: 26px;
    }
    .col-sm-pull-right{
        float: right;
    }
    .register-your-area-widget .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .bootstrap-select > .dropdown-toggle {
        font-size: 14px;
        padding: 7px 12px;
    }
    .register_button,
    .view-aeds-button {
        font-size: 16px;
        padding: 12px 0;
    }
    .register-your-area-widget .form-group > *:first-child{
        margin-bottom: 11px;
    }
    .home_page_map,.landing_page_map,
    .homePageContainer,.landing-page-container,
    .map-overlay,.landin-gmap-overlay {
        height: 700px;
    }
    .live_content span:last-child{
        margin-left: 35px;
    }
    .live_content {
        padding: 33px 16px 34px;
    }
    .chain-aed-heading,.sponser-title {
        margin: 60px 0 30px;
    }
    .chain-aed-heading .chain-supertext ,.sponser-title .chain-supertext{
        font-size: 22px;
        line-height: 1.75;
        margin: 50px 0 0;
    }
    .sign-in-btn{
        margin-top: 8px;
        margin-bottom: 0px;
        height: 34px;
    }
    .reglist_content .regcontent_text,
    .regnow_content .regcontent_text {
        margin-top: 104px;
    }
    .reglist_content .section-title,
    .regnow_content .section-title,
    .aed-makes-trustful-product .section-title{
        text-align: left;
    }
    header .navbar-default .navbar-nav > li > a.sign-in-btn{
        padding: 6px 12px;
    }

    .aed-makes-trustful-product .app-store-icons img{
        float: left;
    }
    .app-store-icons .footer-img-link:last-child {
        margin-left: 40px;
        display: inline-block;
    }
    .reglist_content,.regnow_content {
        height: 700px;
    }
    .aed-makes-trustful-product {
        margin-top: 126px;
    }
    .aed-makes-trustful-product .section-title{
        margin-bottom: 30px;
    }
    .aed-makes-trustful-product .aed-description{
        font-size: 16px;
    }
    .app-store-icons .footer-img {
        height: 51px;
    }
    footer{
        padding-top: 65px;
    }
    footer .contact-information .title{
        text-align: left;
    }
}
@media(min-width: 992px){
    .col-md-pull-right {
        float: right;
    }
    .map-content {
        margin-top: 9.45%;   
    }
    .map-title {
        font-size: 40px;
        line-height: 60px;
        text-align: left;
        margin-bottom: 20px;
    }
    .map-subheading {
        font-size: 20px;
        line-height: 33px;
        text-align: left;
        margin-bottom: 40px;
        letter-spacing: 0.64px;
    }
    .chain-aed-heading,
    .sponser-title
    {
        font-size: 32px;
    }
    .live_content {
        font-size: 36px;
    }
    .reglist_content .section-title,
    .regnow_content .section-title,
    .aed-makes-trustful-product .section-title {
        font-size: 32px;
        line-height: 48px;
    }
    .chain-aed-heading .chain-supertext,
    .aed-makes-trustful-product .chain-supertext {
        line-height: 1.75;

    }

    .reglist_content,
    .regnow_content {
        font-size: 16px;
    }
    .aed-makes-trustful-product .section-title {
        margin-top: 0px;
    }
    .aed-makes-trustful-product {
        margin-bottom: -104px;
    }
}
@media(min-width: 992px)and (max-width: 1200px){
    .chain-aed-heading .chain-supertext,
    .aed-makes-trustful-product .chain-supertext {
        font-size: 22px;
        font-weight: normal;
    }
}
@media(min-width: 1200px){
    .register_button,
    .view-aeds-button {
        font-size: 18px;
    }
    .live_content {
        font-size: 42px
    }
    .map-title {
        font-size: 56px;
        line-height: 78px;
    }
    .map-subheading {
        font-size: 28px;
    }
    .map-content {
        margin-top: 9.45%;
    }
    .chain-aed-heading,.sponser-title {
        font-size: 48px;
    }
    .reglist_content .register_button.box1{
        width: 296px;
    }
    .regnow_content .register_button.box1{
        width: 270px;
    }
    .aed-makes-trustful-product .aed-description{
        font-size: 18px;
    }
    .chain-aed-heading .chain-supertext, .sponser-title .chain-supertext {
        font-weight: 800;
    }
    .reglist_content .section-title,
    .regnow_content .section-title,
    .aed-makes-trustful-product .section-title{
        font-size: 42px;
        line-height: 59px;
    }
    .reglist_content,.regnow_content {
        font-size: 18px;
    }
    .aed-makes-trustful-product .section-title{
        margin-top: 150px;
    }
    .aed-makes-trustful-product {
        margin-bottom: -124px;
    }
    .chain-aed-heading .chain-supertext, .aed-makes-trustful-product .chain-supertext {
        line-height: 0;
    }
}
.tooltip-inner {
    min-width: 260px;
}

/******landing page css******/
.landing-page-title-section {
    max-width: 1016px;
    margin: auto;
}
.map-content .landing-page-title-section .map-title{
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
    margin-top: 60px;
}
.landing-page-title-section .register_button{
    max-width: 300px;
    margin: auto;
    display: block;
    margin-bottom: 90px;
}
.city-select-block{
    text-align: center;
    font-weight: 700;
}
.city-select-block a {
    color: #ffffff;
    margin-left: 25px;
    text-decoration: underline;
}
.premedics-logo {
    max-width: 380px;
    margin: auto;
}
.register-widget-type-1 .section-list{
    margin-bottom: 44px;
}

.register-your-device-block {
    max-width: 972px;
    margin: auto;
}
.register-your-device-block .register_button{
    max-width: 297px;
    margin: auto auto 50px;
    display: block;
}
.input-elements{
    margin-bottom: 10px;
}
.landing-page-input input.form-control {
    border-radius: 0;
    height: 40px;
}
.landing-page-input{
    margin-bottom: 25px;
}
.required-field-message{
    margin-bottom: 35px;
    font-weight: 500;
}
.required-field-message i {
    width: 10px;
    display: inline-block;
    margin-right: 5px;
}
@media(max-width: 991px){
    .video-icon-block .play-video{
        margin-bottom: 20px;
    }
    .mobile-block{
        display: block;
    }
    .video-icon-block .register_button{
        margin: auto auto 30px;
        display: block;
    }
    .premedics-logo {
        max-width: 219px;
    }
}
@media(min-width: 992px){
    .register-widget-type-1 .register_button {
        margin-left: 30px;
    }
    .input-elements{
        margin-bottom: 60px;
    }
    .landing-page-input input.form-control {
        height: 50px;
    }
    .required-field-message{
        margin-bottom: 45px;
    }
    .landing-page-input{
        margin-bottom: 35px;
    }
    .register-your-device-block .register_button{
        margin-bottom: 100px;
    }
}
@media(min-width: 1200px){
    .register-widget-type-1 .register_button {
        margin-left: 60px;
    }
    .register-widget-type-1 .section-list{
        margin-bottom: 50px;
    }
    .map-content .landing-page-title-section .map-title{
        margin-bottom: 100px;
    }

}
select {
    -webkit-appearance: none; 
}
label.error, span.error {
    color: #df2f32;
}
label.icon_place:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 15px;
    color: #aaa;
    right: 8px;
    top: 26px;
    padding: 0 0 2px;
    position: absolute;
}
select.landing-form-input {
    border: 0;
    border-bottom: 1px solid #2b2c2c!important;
    border-radius: 0;
    resize: vertical;
    box-shadow: none;
}
label.icon_place {
    position: relative;
    width: 100%;
}
h4.select_heading {
    margin: 40px 0;
    margin-bottom: 15px;
    color: #2b2c2c;
}
.landing-form-input, .select2-search__field {
    background-color: #f6f8fa!important;
    height: 80px;
    font-size: 20px;
    text-align: left;
}
.map-content {
    pointer-events: none;
}
/******landing page ends css******/

/*Video modal styles*/
@media (min-width: 768px) {
    #youtubeVideoModal .modal-dialog.container {
        width: 725px;
    }
    .register_mutliple_devices .reglist_content .register_button.box1 {
        width: 370px;
    }
}
.register_mutliple_devices {
    margin-top: 50px;
}
@media (min-width: 992px) {
    #youtubeVideoModal .modal-dialog.container {
        width: 970px;
    }
    .register_mutliple_devices {
        margin-top: 60px;
    }
}
@media (min-width: 1200px){
    #youtubeVideoModal .modal-dialog.container {
        width: 1200px;
    }
}
@media (min-width: 1366px) and (max-width: 1505px){
    #youtubeVideoModal .modal-dialog.container {
        width: 1100px;
    }
}
@media (max-width: 767px) {
    button.home-video-close{
        top: -26px;
        right: -21px;
    }
    #youtubeVideoModal .embed-responsive {
        height: 350px;
    }
}
#youtubeVideoModal .modal-body {
    padding: 0px;
}
button.home-video-close,
button.home-video-close:hover
{
    position: absolute;
    top: -24px;
    z-index: 10;
    right: -23px;
    border: 10px;
    border-radius: 50%;
    background: #2A2A2B;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    padding-top: 2px;
    opacity: 1;
}
.home-video-close .material-icons {
    color: #fff;
}
#youtubeVideoModal .modal-dialog {
    margin-top: 105px;
}
body.modal-open {
    overflow-y: inherit;
    padding-right: 0 !important;
}
#youtubeVideoModal {
    padding-right: 1px !important;
}
.modal-backdrop.in {
    opacity: 0.7;
}
.youtube-loading {
    display: table;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    text-align: center;
}
/*Video modal styles*/
/*Register multiple devices*/
.register_mutliple_devices .regcontent_text{
    margin-left: auto;
    margin-right: auto;
    display: table;
    float: none;
    max-width: 470px;

}
.register_mutliple_devices .regcontent_text ol {
    padding-left: 0px;
    list-style: none;
}
.register_mutliple_devices .section-title,
.register_mutliple_devices .register_button_container{
    text-align: center;
}
.register_mutliple_devices .register-your-device-block {
    margin-top: 75px;
}
.register_mutliple_devices .reglist_content{
    display: flex;
    align-items: center;
}
.register_mutliple_devices .reglist_content li:not(:first-child) {
    margin-top: 7px;
}
.register_mutliple_devices .section-title {
    margin-bottom: 40px;
    margin-top: 0px;
    line-height: 41px;
}
.register_mutliple_devices .reglist_content .regcontent_text{
    margin-top: 0px;
}
.register_mutliple_devices .reglist_content .register_button.box1 {
    max-width: 370px;
}
.landing-page-input.upload-file-container {
    margin-bottom: 0px;
}
.map-data,
.map-data:hover,
.browse-register-images{
    color: #D5232E;
    text-decoration: underline;
    cursor: pointer;
}
.register_mutliple_devices .input-elements {
    margin-bottom: 60px;
}
.register_mutliple_devices .upload-images {
    height: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-style: dashed;
    background: #fafafa;
    border-radius: 0;
    border-width: 2px;
    color: #DFDFDF;
    cursor: pointer;
}
.register_mutliple_devices .upload-images p {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 15px;
    color: #c9c7c9;
}
.register_mutliple_devices .how-to-create{
    display: block;
    border: 1px solid #ccc;
    background: #fafafa;
    height: auto;
    border-radius: 0px;
    margin-top: 35px;
    margin-bottom: 0px;
}
.dropzone-register-multiple .dz-remove {
    background: #fafafa;
    color: #747474;
    font-weight: bold;
    text-decoration: none;
}
.register_mutliple_devices .upload-images .material-icons {
    font-size: 40px;
}
.register_mutliple_devices .reglist_content {
    background-image: url(../../images/register_header.jpg)
}
.register_mutliple_devices .reglist_content ol span.number {
    font-family: "Nunito Sans", sans-serif;
}
.register_mutliple_devices label {
    margin-bottom: 15px;
}
.register_mutliple_devices .form-control {
    border-color: #DFDFDF
}
.register_mutliple_devices .dropbox .dz-preview .dz-image {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 7px 7px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.wrapper{
margin-bottom: -112px;
    height: 100%;
}
.push_div
{
height: 335px;
}
.wrapper_subscription{
margin-bottom: -365px;
    height: 100%;
}
.push_divsub
{
height:713px;
}
.wrapper_login{
margin-bottom: -180px;
    height: 100%;
}
.push_divlogin
{
height: 300px;
}