/*
Theme Name:   bedwetting
Description:  bedwetting trial
Author:       admin
Author URL:   vakilspremedia
Template:     understrap
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  bedwetting
*/

/* Write here your own personal stylesheet */

/* ------------------- General Styling --------------------- */

.entry-footer{
    display:none;
}

.container{
    width:100%;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto}
    
@media (min-width:576px){
    .container{max-width:540px}
}

@media (min-width:768px){
    .container{max-width:720px}
    .child-swimming-img.vc_row[data-vc-full-width].vc_col-sm-3 {
        width: 50% !important;
    }
}

@media (min-width:992px){
    .container{
        max-width:960px
        
    }
    .navbar-collapse {
       display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-toggler {
    display: none;
}
    .vc_col-sm-3 {
        width: 25% !important;
    }
    
    #navbarNavDropdown{
        position:relative;
        top:12px;
    }
    
    .doctors_login_form .card, .orange_darker.card, .doctors_form.card{
        width:635px;
        margin:0 auto;
    }
    
    #doctor_banner{
        padding-top:46.99%;
    }
    
}

@media (min-width:1200px){
    .container{max-width:1140px}
    
    .full-width-left-padding{
    padding-right: 174.4px !important;
}
    
    .doctors_login_form .form-control{
        /*width:95%;*/
    }
}

@media (min-width:1800px){
    .full-width-left-padding{
    padding-right: 315px !important;

    }
    
    .vc_row.vc_row-o-full-height {
        min-height: auto !important;
    }
    
    .offset-umbrella{
        padding-top:90px !important;
    }
}
body {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
    margin:0;
    color: #212529;
    font-size:16px;
    line-height:24px;
    overflow-x:hidden;
}

#page-wrapper{
    overflow:hidden;
}

h1, h2, h3, h4, h5, h6, .nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 0;
}

.h1, h1 {
    font-size: 2.5rem;
}

h5, h5 {
    font-size: 1.25rem;
}

p, a, span {
    /* font-family: 'Lobster', cursive; */
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
}

#footer_section_4{
    padding-left:55px;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

#doctors_login_row a{
    color:#212529;
}


b {
    font-weight: 700;
}

.bg-primary, .bg-blue {
    background-color: #2A5B7D;
}

.offset-boots-four-col .causes-col .wpb_wrapper{
    background-color: #2A5B7D;
    border-radius:30px;
}

.offset-boots-four-col .wpb_wrapper{
    background-color: #2A5B7D;
    border-radius:30px;
}

.offset-boots-four-col .about-col .wpb_wrapper{
    background-color:transparent;
    border-radius:none;
}

.skip-link{
    display:none;
}

.card-img-top{
    margin-bottom:20px;
}

.card-img-top img, .card-img-top .vc_figure, .card-img-top .vc_single_image-wrapper{
    width:100%;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    float: right;
    padding-top: 30px;
}

.navbar-toggler {
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.collapse:not(.show) {
    display: none;
}

.navbar li a{
    color:#fff;
    padding-left:2rem!important;
    text-decoration: none;
    text-transform: uppercase;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.entry-header{
    display:none;
}

.navbar-brand {
    display: inline-block;
    float:left;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-nav {
    display: -ms-flexbox;
    display: inherit;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

::-moz-focus-inner {border:0;}

.bg-blue-trans{
    background-color: rgb(42,91,125,0.5);
}

.bg-light-blue a{
    background-color: #B5E0F5 !important;
    border-color: #B5E0F5 !important;
    color: #2A5B7D !important;
    font-size: 16px !important;
    font-weight: 700;
    padding: 6px 20px !important;
    border-radius: 30px !important;
    margin-bottom: 15px!important;
}

.bg-dark-blue {
    background-color: #274D67;
}

.bg-orange {
    background-color: #EC7321;
}

.bg-green {
    background-color: #6FBE44;
}

.bg-pink {
    background-color: #E50C80;
}

.bg-grey {
    background-color: #F8F8F8;
}

.bg-lavender {
    background-color: #9AB6F9;
}

.bg-trans-white {
    border-radius: 30px;
    background-color: rgb(255,255,255,0.7);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#home_column4{
    display:flex;
}

#home_column4 .vc_col-sm-3{
    display:flex;
}

#home_column4 .vc_col-sm-3 .vc_column-inner > .wpb_wrapper{
    flex: 1;
    position: relative;
    height: calc(100% + 50px);
}

#home_column4 .vc_col-sm-3 .vc_column-inner > .wpb_wrapper .vc_btn3-container.vc_btn3-center{
        height: 35px;
}


#home_column4 .vc_col-sm-3 .vc_column-inner > .wpb_wrapper .vc_btn3-container.vc_btn3-center .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    position: absolute;
    width: 126px;
    left: 50%;
    top: calc(100% - 75px);
    transform: translateX(-50%);
}

.umbrella-boots-img .bg-none .wpb_wrapper{
        background-color: transparent;
    }
    
.btn {
    border-radius: 500px;
    border: 0;
    font-weight: 700;
}

.text-blue {
    color: #2A5B7D;
}

.text-orange {
    color: #EC7321;
}

.offset-heading {
    position: relative;
    top: -19rem;
    width:100%;
    font-size: 30px !important;
    padding: 25px 0 0 0 !important;
}

.about-us-swimming .offset-heading {
    position: relative;
    top:0;
    width:100%;
    font-size: 30px !important;
    
}

.about-us-swimming .wpb_content_element{
    margin-bottom:0;
}

.section-heading {
    font-weight: 700;
    font-size: 30px;
}

.pl-4, .px-4 {
    padding-left: 1.5rem!important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}

/* slider styling */

.flexslider{
    width:46%;
    border-radius: 30px !important;
    background-color: rgb(42,91,125,0.5) !important;
    border: 4px transparent !important;
    color: #fff;
}

.understrap-read-more-link, .flex-control-nav{
    display:none !important;
}

.wpb_posts_slider .flex-caption, .wpb_posts_slider .nivo-caption{
    background-color:transparent !important;
}

/* ------------------- Navbar Styling --------------------- */

.navbar-toggler {
    border: 0;
    padding: 0;
}

.fa-bars {
    color: #ffffff;
    font-size: 30px;
}

.navbar-collapse {
    text-align: right;
    justify-content: flex-end;
}

.error{
    font-size:14px;
    color:red;
}

.result{
    margin-bottom:16px;
}

/* ------------------- Slider Styling --------------------- */

.carousel-img {
    background-image: url('../images/carousel/child_in_puddle.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-row {
    height: 600px;
}

.carousel-card {
    border-radius: 30px;
}

.carousel .bg-orange:hover {
    background-color: #6FBE44;
}

/* ------------------- Pages CTA Styling --------------------- */

.offset-boots {
    background-image: url('../images/cartoons/boots.png');
    background-position:top left;
    background-repeat: no-repeat;
    background-size:285px;
}

.card {
    border: 0;
    border-radius: 30px;
}

.card-body{
   padding:0 30px; 
   color:#fff;
   min-height:161px;
}

.card-body-content{
   padding:0 15px 0 0; 
   min-height:161px;
   margin-right:80px;
}

.card-body-content p, .card-text{
    font-weight:400;
}

.card-body-1{
    padding:23px 36px;
    text-align:center;
    line-height:24px;
}

.card-body-1 h5{
    font-size:20px;
    text-transform:uppercase;
}

.card-body-1 .card-title-1{
    text-transform:capitalize;
    margin-top:45px;
}

.card-body h2{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.bg-light-blue{
    border-radius: 0px 0px 30px 30px;
}

.card .bg-light-blue:hover {
    background-color: #9AB6F9;
}

.min-h {
    min-height: 144px;
}

/* ------------------- Beat or Treat Styling --------------------- */

.offset-umbrella {
    background-position:center right;
    background-repeat: no-repeat;
    background-size:230px;
}

.offset-umbrella .vc_column-inner{
    padding-top:0 !important;
}

.offset-umbrella .bg-green{
    width:100%;
    font-size: 30px;
    font-weight: 700;
    padding: 23px 0 20px 0 !important;
}

.card-icon-top {
    width: auto;
    min-height: 120px;
    max-width: 120px;
}

.card-icon-top-1{
    margin-bottom:15px !important;
}

.card-icon-top-1 img {
    width: auto;
    min-height: 120px;
    max-width: 120px !important;
}

.eq-height {
    display: flex;
    align-items: center;
    align-self: center;
}

.child-swimming-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px !important;
}

.child-swimming-img.vc_row[data-vc-full-width]{
    overflow:visible;
}

/* ------------------- Success Stories Styling --------------------- */

.umbrella-boots-img {
    background-image: url('../images/cartoons/umbrella-and-boots.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}

.umbrella-boots-img .bg-pink{
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    padding: 23px 0 10px 0;
}

.umbrella-boots-img .m-auto{
    width:80%;
    margin:0 auto;
}
/* ------------------- Footer Styling --------------------- */

.footer-links {
    font-size: 15px;
}

.ferring-logo {
    height: auto;
    width: 150px;
}

/* ------------------- Copyright Styling --------------------- */

.copyright-text {
    font-size: 12px;
}

/* ------------------- Causes Page --------------------- */

.umbrella-left {
    background-image: url('https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/172/2020/08/11100813/umbrella-left.png'), url('https://d1h46iqc2qmkh4.cloudfront.net/wp-content/uploads/sites/172/2020/08/11100808/shapes.png');
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: 300px, 165px;
}

.shapes-right {
    background-image: url('../images/cartoons/shapes.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-position-x: 98%;
}

.shapes-left {
    background-image: url('../images/cartoons/shapes-left.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-position-x: 2%;
}

/* ------------------- Causes Page --------------------- */

.shapes-left-top {
    background-position: top left;
    background-repeat: no-repeat;
    background-position-x:1%;
    background-position-y:4%;
}

/* ------------------- Solutions Page --------------------- */

.animation-img img{
    max-height: 500px !important;
    width: auto !important;
}

.animation-img{
    margin-bottom:0 !important;
}

/* ------------------- Solutions Page --------------------- */

.shapes-and-globe {
   
    background-position: top left;
    background-repeat: no-repeat;
    background-position-x:-1.4%;
    background-size: contain;
}

.umbrella-right-img {
    background-image: url('../images/cartoons/umbrella-right-no-shapes.png');
    background-position: right 45%;
    background-repeat: no-repeat;
    background-size: 320px;
}

/* ------------------- Doctor Login Page --------------------- */

.form-control {
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.bg-lavender:hover {
    background-color: #EC7321;
}

#doctors_login_row{
    background-position: top left;
    background-repeat: no-repeat;
    background-position-x: -3%;
    background-size: contain;
    margin-top:65px;
    margin-bottom:50px;
}

.logged_doctor_row{
    padding-bottom:150px;    
    margin-bottom:0px;
}

#doctor_banner{
    background-repeat:no-repeat;
    background-size:contain;
    width: 100%;
    height: 0;
}

.wpb_content_element.doctors_login_form{
    margin-top:116px;
    margin-bottom:100px;
}

/* ------------------- Doctor Login Page --------------------- */

.doc-btn {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.lg-icon {
    float: right;
    font-size: 54px;
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /*border: 1px solid #ced4da;*/
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-lg {
    height: calc(1.5em + 18px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    width:100%;
    margin:0 auto;
    box-sizing: border-box;
}

.form-group {
    margin-bottom: 1rem;
}

.btn-primary {
    color: #fff;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance:inherit;
}


div#apply_form_btn button{
    padding-top:17.5px !important;
    padding-bottom:17.5px !important;
}

/*--------------------Doctors login home-------------------*/

.orange_darker.card .vc_btn3-color-orange{
    background-color:#EC7321;
    border-radius: 500px;
    border: 0;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 16px 24px !important;
    font-family: 'Nunito', sans-serif;
}

#doctors_login_row .orange_darker a{
    color:#ffffff;
}

.orange_darker.card .vc_btn3.vc_btn3-color-orange:hover, .orange_darker.card .vc_btn3.vc_btn3-color-orange:focus {
    background-color: #EC7321;
    border: none;
}

.orange_darker.card .vc_btn3-color-orange .vc_btn3-icon{
    font-size: 54px;
    right:4px !important;
}

.doctors_login_form .card, .orange_darker.card, .doctors_form.card{
    padding-left:3rem;
    padding-right:3rem;
}

.orange_darker.card:nth-child(3){
    margin-top:150px;
    margin-bottom:16px;
}

.orange_darker.card:last-child{
    margin-bottom:150px;
}

.card.doctors_form{
    display:none;
}
/*--------------------Doctors login home-------------------*/

.doctors_form.card{
    margin-top:100px;
    /*margin-bottom:100px;*/
}


.doctors_form.card .row6{
    font-size:75%;
    padding-left: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    line-height: 22px;
}



/* ------------------- Media Queries --------------------- */

@media (min-width: 1700px) {
    .boots-right {
        background-image: url('../images/cartoons/boots-right.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 400px;
    }
    
    .vc_row.vc_row-o-full-height {
        min-height: auto !important ;
}
    
    .shapes-right {
        background-position-x: 95%;
    }

    .shapes-left {
        background-position-x: 5%;
    }
    
    #doctor_banner{
        background-size:cover;
    }

}

@media (max-width: 1400px) {
    .shapes-right {
        background-image: unset;
    }

    .shapes-left, .vc_row.shapes-left{
        background-image: unset !important;
    }
    .shapes-left-top, .vc_row.shapes-left-top{
        background-image: unset !important;
    }
    

    .shapes-and-globe, .vc_row.shapes-and-globe{
        background-image: unset !important;
    }

    .umbrella-right-img, .vc_row.umbrella-right-img{
        background-image: unset !important;
    }

}

@media (max-width: 1200px) {
    
    .umbrella-boots-img {
        background-size: cover;
    }
    
    .offset-boots, .vc_row.offset-boots{
        background-image:unset !important;
    }
    
    .offset-umbrella, .vc_row.offset-umbrella {
        background-image: unset !important;
    }

    .boots-right {
        background-image: unset;
    }

    .umbrella-left, .vc_row.umbrella-left{
        background-image: unset !important;
    }

}

@media (max-width:992px){
    .navbar-collapse {
        width:100%;
        right:0px;
        position:relative;
        top:-15px;
    }
    
    .navbar li a{
        padding-right:0px;
    }
    
    #main-menu{
        margin-top:0px;
    }
    
    .form-control-lg{
        width:100%;
    }
    
    #doctors_login_row{
        background-image:none !important;
    }
    
    #doctor_banner{
        padding-top: 35.99%;
    }
    
    #doctors_apply .error, #login_check, .error{
        margin-left:16px;
    }
    
    .doctors_form.card .row6{
        /*padding-left:32px;*/
    }
}

@media (max-width: 768px){
    .about-col.vc_col-sm-9 {
    width: 100% !important;
}

    .bathroom-animation{
        margin-bottom:50px !important;
    }
}

@media (max-width: 767px) {
    .about-us-swimming .offset-heading {
        position: relative;
        top: 57 !important;
    }

    .umbrella-boots-img .bg-none .wpb_wrapper{
        background-color: #ffffff;
        border: 0;
    border-radius: 30px;
    }

    .footer-align {
        text-align: center;
    }
    
    #register_user{
        /*margin-left:32px;*/
    }
    
    .doctors_form.card .row6{
        /*padding-left:48px;*/
        /*padding-right:48px;*/
    }
    
    .form-control-lg{
        width:100%;
    }
    
    .orange_darker.card .vc_btn3-color-orange{
        padding-left:0px !important;
        padding-right:35px !important;
    }

}

@media (max-width: 768px) {

    .offset-umbrella, .vc_row.offset-umbrella{
        background-image: unset !important;
    }

    .umbrella-boots-img, .vc_row.umbrella-boots-img{
        background-image: unset !important;
    }
    
    .vc_row.vc_row-o-full-height {
        min-height: auto !important;
    }
    .card-body-content{
        padding: 0;
        margin-right:0;
    }
    
    .about-us-swimming .offset-heading {
        position: relative;
        top: 0;
    }

}

@media (max-width: 610px){
    .container{
        
        flex-wrap: nowrap;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .row{
        margin-right: 0 !important;
    margin-left: 0 !important;
    }
}

@media (max-width: 576px) {
    
    #rev_slider_1_1_wrapper .uranus.tparrows:before{
        font-size: 20px !important;
    }
    
    
    h1 {
        font-size: 2.3rem;
    }

    .section-heading {
        font-size: 1.5rem;
    }
    
    .offset-umbrella .bg-green{
        font-size: 1.5rem;
        padding-left: 20px !important;
        padding-right: 20px !important;
        width:auto;
        }
        
    .umbrella-boots-img .bg-pink{
        font-size:20px;
    }   
    
    .about-us-swimming .offset-heading{
        font-size:20px !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
        width:auto !important;
    }
    
   .umbrella-right-img.about-us-swimming .offset-heading, .about-cause.about-us-swimming .offset-heading{
        margin-bottom:25px !important;
    }

    .home .offset-heading {
     top: -5.1rem !important;
    width: auto !important;
    font-size: 16px !important;
    padding: 15px 45px 15px 45px !important;
}

.offset-heading {
     top:0rem !important;
    width: auto !important;
    font-size: 16px !important;
    padding: 15px 45px 15px 45px !important;
}

    .offset-umbrella {
        background-image: unset;
    }

    .umbrella-boots-img .bg-none .wpb_wrapper{
        background-color: #ffffff;
        border: 0;
    border-radius: 30px;
    }
    
    

    .umbrella-boots-img {
        background-image: unset;
    }

    .footer-align {
        text-align: center;
    }
    
    #register_user{
        
    }
    
    .doctors_form.card .row6{
        /*margin-left:32px;*/
    }

}

@media (max-width: 479px){
    rs-module rs-layer h1, rs-module .rs-layer h1{
        font-size:20px !important;
    }
    .rs-layer p {
        margin-top: 7px !important;
    }
    .tparrows{
        top:60% !important;
    }
}



@media (min-width: 768px) and (max-width: 991px){
    .about_col_3{
        width:32% !important;
    }
    
    
    
    .vc_row.vc_row-o-full-height.child-swimming-img{
        min-height: 50vh !important;
    }
    
    .home .offset-heading{
        top: -16rem !important; 
        left:-5px;
    }
    
    .vc_row.offset-boots{
        padding-left:0px !important;
    }
    
    .offset-heading{
        top: 0rem !important; 
        left:-5px;
    }
    
    .offset-boots .vc_col-sm-3 {
        width: 50%;
    }
    #footer_section_4 {
        padding-left: 0 !important;
    }
    
    .right_sidebar_col{
        position:relative;
        left:50%;
        transform:translateX(-50%);
        width:50% !important;
    }
}

/**----Tablet Ipad 7 --------****/

@media (min-width: 1025px) and (max-width: 1080px){
    #doctors_login_row{
        background-image:none !important;
    }
}

/**----------Tablet landscape mode**/

@media (min-width: 992px) and (max-width: 1024px) {
    #doctor_banner{
        padding-top: 35.99%;
    }
    
    .vc_row.offset-boots, .vc_row.child-swimming-img {
        padding-left: 0px !important;
    }
    
    #doctors_login_row{
        background-image:none !important;
    }
    
    #footer_section_4 {
        padding-left: 0 !important;
    }
    
    .card-body-1 h5{
        min-height:45px;
    }
    
    .container {
    flex-wrap: nowrap;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

    .vc_row.offset-boots{
        background-image:unset !important;
    }
    
    rs-module rs-layer, rs-module .rs-layer{
        margin-left:20px !important;
    }
}

@media (min-width: 480px) and (max-width: 610px){
    rs-module-wrap h1{
        font-size:30px !important;
    }
   
}

@media (max-width: 375px){
    
}


/**----------internet explore**/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer-align, #footer_section_3 {
        margin-top:15px;
   }
   
   #footer_section_4{
       padding-left:18px;
   }
   
   .about-us-swimming .offset-heading{
        margin-top:50px;       
   }
}