.top-ads-section1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin: 10px 85px 10px 85px;
    background: #f0f0f0;
    position: relative;
    z-index: 1024;
}

.ads {
    width: 728px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    display: flex;
    text-align: center;
    padding: 8px 0px;
}

.ads h2 {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #666;
    text-align: center;
}

.ads_mobile {
    display: none;
    /*width: 300px;
    height: 250px;*/
    background: #f0f0f0;
    margin: auto;
}

.ads_mobile h2 {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #666;
    text-align: center;
}

.header {
    height: 100px;
    padding: 0px 26px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    background-color: #fff;
    line-height: 100px;
    position: relative;
    z-index: 99;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1024;
}

#myHeader {
    z-index: 1024;
}

.header-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    align-items: center;
    /*padding-top: 10px;*/
}
.header-menu{
	width: 21px;
}
.header-menu.header_menu_date {
    width: auto;
}
.header-logo {
    width: calc(100% - 251px);
    text-align: center;
}
.header-logo.header-logo-date {
    width:auto;
    text-align: center;
}
/*.header-date {
    width: 18%;
}*/
.header-logo h1{
    margin-bottom:0px;
}
.header-date {
    width: auto;
    display: inline-block;
    margin-left: 25px;
}
.header-date ul li #spnDate{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    position:relative;
    padding-right: 16px;
}
.header-date ul li #spnDate::after{
   
    position: absolute;
    right: 0px;
    background-color: #55555559;
    height: 20px;
    width: 2px;
    content: "";
    bottom: -3px;
}
.header-date ul li #span_Edition{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding-left: 5px;
}
.list_one > li {
    display: inline-flex;
    /*border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #606060;*/
}

.header-menu span{
  font-size: 25px;
  color: #000;
}
.header-logo img{
  width: 337.1px;
  height: 40.2px;
}
.header-logo span{
    width: 51.3px;
    height: 50.6px;
    /*background-color: #00b1cd;
    border-radius: 50%;*/
    color: #fff;
    display: inline-block;
    line-height: 50.6px;
    margin-right: 10px;
}
.header-logo span img{
    width: 100% !important;
    height: 100% !important;
    vertical-align:text-bottom;
}
.header-details{
	width: 230px;
	text-align: right;
}
.header-details ul li a.subscribe{
  width: 145px;
  height: 32px;
  padding: 6px 20px 7px 22px;
  border-radius: 5px;
  background-color: #00b1cd;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-right: 50px;
  display: none;
}
.header-details ul li a img{
	width: 29px;
    height: 33px;
}
/*responsive css start*/
@media only screen and (max-width: 1366px) {
    /*.header-menu {
        width: 18%;
    }*/
    /*.header-logo {
        width: 57%;
        text-align: center;
    }*/
}
@media only screen and (max-width: 1205px) {
    .header-menu.header_menu_date {
        width: auto;
    }
    .header-date {
        width: auto;
        display: inline-block;
        margin-left: 15px;
    }
    .header-logo.header-logo-date {
        width: auto;
        text-align: center;
    }
    .header-date ul li #spnDate {
        font-size: 13px;
    }
    .header-date ul li #span_Edition {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1075px) {
    .header-details ul li a.subscribe {
        margin-right: 30px;
    }
    .header-logo.header-logo-date {
        width: auto;
        text-align: center;
    }
    .header-details {
        width: 210px;
    }
    .header-logo img {
        width: 275.1px;
        height: 40.2px;
    }
}
@media only screen and (max-width: 1023px) {
    /*.header-menu {
        width: 12%;
    }*/
    /*.header-date {
        width: 12%;
    }*/
    /*.header-logo {
        width: 62%;
        text-align: center;
    }*/
}
@media only screen and (max-width: 991px) {
    /*.header-menu {
        width: 8%;
    }*/
    /*.header-date {
        width: 10%;
    }
    .header-logo {
        width: 60%;
        text-align: center;
    }
    .header-details {
        width: 30%;
        text-align: right;
    }*/
}
@media only screen and (max-width: 992px) {
    /*.header-menu {
        width: 4%;
    }*/

    /*.header-date {
        width: 4%;
    }*/
    .header {
        height: 100px;
        padding: 0px 15px;
    }
    .header-logo img {
        width: 200px;
        height: 30.2px;
    }
    .header-logo span {
        width: 40px;
        height: 40px;
        color: #fff;
        display: inline-block;
        line-height: 40px;
        margin-right: 7px;
    }

    /*.header-logo img {
        width: 300px;
        height: 40px;
    }*/

    .header-details ul li a.subscribe {
        margin-right: 20px;
    }
    .header-details {
        width: 200px;
    }
    .header-logo {
        width: calc(100% - 222px);
        text-align: center;
    }

}
@media only screen and (max-width: 835px) {
    /*.header-menu {
        width: 4%;
    }*/

    /*.header-date {
        width: 4%;
    }*/
    /*.header-logo {
        width: 60%;
        text-align: center;
    }*/
    /*.header-details {
        width: 35%;
        text-align: right;
    }*/
    .header-menu.header_menu_date {
        width: auto;
    }
    .header-date {
        width: auto;
        margin-left: 10px;
    }
    .header-date ul li #spnDate {
        font-size: 12px;
    }
    .header-date ul li #span_Edition {
        font-size: 12px;
    }
    .header-logo.header-logo-date {
        width: auto;
        text-align: center;
    }
    .header-logo img {
        width: 150px;
        height: 30.2px;
    }
}
@media only screen and (max-width: 768px) {
    .header {
        padding: 0px 15px;
    }
    .header-menu {
        width: 21px;
    }
    /*.header-date {
        display:none;
    }*/
        .header-logo {
        width: calc(100% - 175px);
        text-align: center;
    }
    .header-details {
        width: 152px;
        text-align: right;
    }
    .header-details ul li a.subscribe {
        padding: 6px 20px 7px 0px;
    }

    .header-details ul li a.subscribe {
        margin-right: 30px;
    }

        .header-details ul li a.subscribe span {
            display: none;
        }

    .header-details ul li a.subscribe {
        background-color: transparent;
        color: #00b1cd;
    }

    .ads_mobile {
        display: block;
    }
}
    @media only screen and (max-width: 767px) {

        /*.header-menu {
            width: 4%;
        }*/

    
        /*.header-logo {
            width: 58%;
            text-align: center;
        }*/

        /*.header-details {
            width: 35%;
            text-align: right;
        }*/

    }

   

    @media (max-width: 720px) {
        .header {
            padding: 0px 15px;
            height: 75px;
            line-height: 75px;
        }

        .header-logo span {
            width: 40px;
            height: 40px;
            /*background-color: #00b1cd;
            border-radius: 50%;*/
            color: #fff;
            display: inline-block;
            line-height: 40px;
            margin-right: 10px;
        }

        /*.header-details {
            width: 40% !important;
            text-align: right;
        }*/

        /*.header-logo {
            width: 55% !important;
            text-align: center;
        }*/

            .header-logo img {
                width: 180px;
                height: 40px;
            }

        .header-details ul li a.subscribe {
            margin-right: 15px;
        }
        .header-details {
            width: 137px;
            text-align: right;
        }
        .header-logo {
            width: calc(100% - 158px);
            text-align: center;
        }
    }

    @media only screen and (max-width: 499px) {
        .header {
            height: 50px;
            padding: 0px 12px;
            box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
            background-color: #fff;
            line-height: 50px;
            position: relative;
            z-index: 99;
        }

        /*.header-menu {
            width: 4%;
        }*/

        /*.header-logo {
            width: 40%;
            text-align: center;
        }*/

        /*.header-details {
            width: 50%;
            text-align: right;
        }*/
        .header-details {
            width: 105px;
            text-align: right;
        }
        .header-logo {
            width: calc(100% - 126px);
            text-align: center;
        }
        .header-menu span {
            font-size: 18px;
            color: #000;
        }

        .header-logo span {
            width: 21.6px !important;
            height: 21.6px !important;
            line-height: 21.6px !important;
            margin-right: 4px !important;
            font-size: 12px;
        }

        .header-logo img {
            width: 142.4px !important;
            height: 17px !important;
        }

        .header-details ul li a.subscribe {
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #00b1cd;
            background: transparent;
            width: auto;
            height: auto;
            padding: 0px;
            border: none;
            margin-right: 16px;
        }
        .header-details ul li a img {
            width: 21px;
            height: 24px;
        }
       

        /*.owl-theme .owl-nav [class*=owl-] {
            width: 34px !important;
            height: 34px !important;
            z-index: 1 !important;
        }*/
    }

    @media only screen and (max-width: 375px) {
        .header {
            height: 50px !important;
            line-height: 50px !important;
            padding: 0px 12px !important;
        }

        .header-menu span {
            width: 18px !important;
            color: #000;
            height: 18px !important;
            font-size: 18px !important;
        }

        .header-content {
            justify-content: space-between;
        }

        .header-logo span {
            text-align: center
        }

        /*.header-menu {
            width: 5%;
        }*/

        /*.header-logo {
            width: 54% !important;
            text-align: left;
            margin-left: 15.8px;
        }*/

        /*.header-details {
            width: 34% !important;
        }*/
        .header-logo {
            width: calc(100% - 115px);
            text-align: center;
        }
        .header-details {
            width: 94px;
            text-align: right;
        }

        .header-details ul li a.subscribe {
            margin-right: 5px;
        }

        .header-details ul li a img {
            width: 21px;
            height: 24px;
            }
    }

    @media only screen and (max-width: 360px) {
        /*.header-logo {
            margin-left: 10.8px;
        }*/

        /*.header-details ul li a.subscribe {
            margin-right: 8px !important;
        }*/

        .header {
            padding: 0px 12px !important;
        }

        .header-details ul li a span {
            color: #000;
            font-size: 25px;
        }

        /*.header-details {
            width: 36% !important;
        }*/
        .header-logo img {
            width: 130.4px !important;
        }
    }

    @media only screen and (max-width: 340px) {
        .header-logo img {
            width: 100.4px !important;
            height: 17px !important;
        }

        /*.header-logo {
            margin-left: 7.8px;
        }

        .header-details {
            width: 43% !important;
        }

        .header-logo {
            width: 47% !important;
        }*/
    }

    @media only screen and (max-width: 300px) {
        .header-logo img {
            width: 88.4px !important;
            height: 17px !important;
        }

        .header-details ul li a span {
            color: #000;
            font-size: 22px;
        }

        .header-details ul li a.subscribe {
            margin-right: 0px !important;
        }
    }
.left-header input {
    /* width: 347px; */
    width: 100%;
    height: 38px;
    /* padding: 10px 15px; */
    background-color: rgba(0, 177, 205, 0.1);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: normal;
    text-align: left;
    color: #a0a0a0;
    border: none;
    padding-right: 42px;
}

.offcanvas {
    width: 382px;
    height: 100%;
    background-color: #fff;
}

    .offcanvas .accordion .accordion-item:last-child {
        position: absolute;
        bottom: 30px;
        width: 100%;
        z-index: 99;
    }

.leftHeader {
    justify-content: space-between !important;
    padding: 30px 17px !important;
}

.left-header {
    position: relative;
}

    .left-header span {
        position: absolute;
        top: 24px;
        right: 15px;
        font-size: 25px;
        font-weight: 500;
        color: #a0a0a0;
        padding: 0px 10px;
        cursor: pointer;
    }

.side-menu ul li {
    display: block;
    position: relative;
}

    .side-menu ul li:before {
        width: 100%;
        height: 1px;
        background: #707070;
        opacity: 0.24;
        content: "";
        position: absolute;
        bottom: 0px;
    }

    .side-menu ul li:last-child:before {
        display: none;
    }

    .side-menu ul li a {
        font-family: Montserrat;
        font-size: 17px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        text-transform: uppercase;
        padding: 21.5px 17px 21.5px 23px;
        display: block;
    }

        .side-menu ul li a:hover {
            color: #00b1cd;
        }

        .side-menu ul li a > img {
            max-width: 103px;
        }


.left-header form {
    padding: 1rem 1rem 0px 1rem;
}

.offcanvas-header {
    position: relative;
    padding: 0px;
}

.header-lr {
    padding: 30px;
    justify-content: center;
    text-align: center;
}

.offcanvas-header:before {
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0.24;
    content: "";
    position: absolute;
    bottom: 0px;
}

.offcanvas-header a img {
    width: 218.7px;
    height: 26.1px;
}

.offcanvas-header a span {
    width: 33.3px;
    height: 32.8px;
    margin: 0 5.5px 0 0;
    display: inline-block;
    margin-right: 7px;
    text-align: center;
}

    .offcanvas-header a span img {
        width: 100%;
    }

.offcanvas-body {
    padding: 0px;
}

.offcanvas-header .btn-close {
    width: 24px;
    height: 24px;
    padding: 0px;
    border: solid 2.5px #434343;
    border-radius: 50%;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    margin: 0px;
    opacity: 1;
}
/*right sidebar section start*/
.logo-circle img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}

.logo-circle span {
    color: white;
}

.user-name p:first-child {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #333;
}

.user-name p:last-child {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.user-detail {
    position: relative;
}

    .user-detail:before {
        width: 100%;
        height: 1px;
        background: #707070;
        opacity: 0.24;
        content: "";
        position: absolute;
        bottom: 0px;
    }

    .user-detail ul li {
        padding: 30px 0px 34.5px 30px;
    }

.footer-lr {
    position: absolute;
    bottom: 0px;
    padding: 46px 30px 29px 30px;
    width: 100%;
}

    .footer-lr a {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #333;
    }

        .footer-lr a img {
            width: 20.1px;
            height: 25px;
            margin: 0 20.9px 0 0;
        }

.subscribe table {
    width: 100%;
}

    .subscribe table tr td {
        width: 50%;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #646464;
    }

.renewbtn {
    width: 132px;
    height: 32px;
    margin: 29px 158px 0 0px;
    padding: 7px 16px 6px 17px;
    border-radius: 16px;
    background-color: #00b1cd;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: block;
}

.plan ul li {
    position: relative;
    display: block;
}
    /*.plan ul li:before {
width: 100%;
height: 1px;
background: #707070;
opacity: 0.24;
content: "";
position: absolute;
bottom: 0px;
}*/
    .plan ul li a {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: left;
        color: #333;
        padding: 46px 30px 0px 30px;
        display: flex;
        position: relative;
    }

        .plan ul li a img {
            width: 20.1px;
            height: 25px;
            margin: 0 20.9px 0 0;
        }

        .plan ul li a::after {
            flex-shrink: 0;
            width: 1.25rem;
            height: 1.25rem;
            margin-left: auto;
            content: "";
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-size: 1.25rem;
            transition: transform .2s ease-in-out;
            transform: rotate( -90deg);
        }

.accordion-button {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    padding: 46px 30px 0px 30px;
}

    .accordion-button img {
        width: 20.1px;
        height: 25px;
        margin: 0 20.9px 0 0;
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
        transform: rotate(-90deg);
    }

#lastSub {
    display: none;
}

.subplan {
    display: none;
}

.accordion-body {
    padding: 23px 0px 20px 73px;
}

.accordion-item {
    background-color: #fff;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.subscribe tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 0px 0px 20px;
}

.cancel-subs {
    width: auto;
    height: 18px;
    margin: 26px 139px 0 0px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #646464;
    text-decoration: underline;
}

.rightPre {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 25px;
    cursor: pointer;
}

.header-lr h3 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0px;
}

.redcross {
    display: none;
}

.btncross {
    display: block;
}

@media only screen and (max-width:767px) {
    .leftHeader {
        justify-content: space-between !important;
        padding: 13px 24px !important;
    }

    .offcanvas-header a img {
        width: 192px;
        height: 22.9px;
    }

    .offcanvas-header a span {
        width: 29.2px;
        height: 28.8px;
        margin: 0 4.8px 0 0;
        background-color: #00b1cd;
        display: inline-block;
        color: #fff;
        margin-right: 7px;
        border-radius: 50%;
        line-height: 28.8px;
        text-align: center;
    }

    .left-header form {
        padding: 10px 10px 0px 10px;
    }

    .left-header input {
        width: 100%;
        padding-right: 48px;
    }

    .left-header span {
        position: absolute;
        top: 20px;
        right: 18px;
        font-size: 22px;
        font-weight: 500;
        color: #a0a0a0;
    }

    .side-menu ul li a {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        text-transform: uppercase;
        padding: 15.5px 17px 14.5px 24px;
        display: block;
    }

    .plan ul li a {
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #333;
        padding: 29px 30px 0px 26px;
        display: flex;
        position: relative;
    }

    .footer-lr {
        position: absolute;
        bottom: 0px;
        padding: 29px 30px 29px 26px;
        width: 100%;
    }

        .footer-lr a {
            font-family: Montserrat;
            font-size: 13px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            text-align: left;
            color: #333;
        }

    .plan ul li a img {
        width: 20.1px;
        height: 25px;
        margin: 0px 14px 0 0;
    }

    .header-lr {
        padding: 20px 26px 20px 24px;
        justify-content: center;
        text-align: center;
    }

    .user-detail ul li {
        padding: 25px 0px 25px 26px;
    }

    .accordion-body {
        padding: 17px 0px 15px 58px;
    }

    .accordion-button {
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #333;
        padding: 30px 26px 0px 26px;
    }

    .subscribe table tr td {
        width: 50%;
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: left;
        color: #646464;
    }

    .renewbtn {
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        margin: 5px 0px 0 0px;
    }

    .redcross {
        font-size: 20px;
        display: block;
        color: #e22222;
        margin-left: 13.7px;
    }

    .btncross {
        display: none;
    }

    .cancel-subs {
        width: 144px;
        height: 18px;
        margin: 26px 0px 0 0px;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: left;
        color: #646464;
        text-decoration: underline;
    }

    .offcanvas {
        width: 382px;
        /*height: 664px;*/
        height: 100%;
        background-color: #fff;
    }
}

@media only screen and (max-width:375px) {
    .offcanvas {
        width: 315px;
        /*height:666px;*/
        background-color: #fff;
    }

    .offcanvas-backdrop {
        height: 666px;
    }

    .footer-lr {
        position: absolute;
        bottom: 0px;
        padding: 29px 30px 22px 26px;
        width: 100%;
    }
}

@media only screen and (max-width:360px) {
    .offcanvas {
        width: 315px;
        /*height: 570px;*/
        background-color: #fff;
    }
}

@media only screen and (max-width:320px) {
    .offcanvas {
        width: 315px;
        /*height: 502px;*/
        background-color: #fff;
    }

    .leftHeader {
        justify-content: space-between !important;
        padding: 13px 15px !important;
    }
}

/* server message modal css */

.server_message_modal .btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    background: #40a3d3 url("");
    width: 15px;
    height: 15px;
}

    .server_message_modal .btn-close .si {
        vertical-align: top;
        font-size: 14px;
    }

.server_message_modal .modal-dialog {
    max-width: 300px;
}

.server_message_modal .modal-body {
    padding: 0;
}

.server_message_modal .message {
    text-align: center;
    padding: 1rem 1rem 0 1rem;
}

.server_message_modal .modal-body .message h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto 10px;
    display: block;
}
.server_message_modal .modal-body .message h3:hover{
    color:#00b1cd;
}

.server_message_modal .modal-body .message span {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #707070;
}

.server_message_modal .btn-action {
    background-color: #40a3d3;
    border-color: #40a3d3;
    color: #fff;
    border-radius: 0 0 .25rem .25rem;
}

    .server_message_modal .btn-action:hover, .server_message_modal .btn-action:focus {
        background-color: #40a3d3;
        border-color: #40a3d3;
    }

    /* zoom popup */

.modal-zoom .btn-close {
    position: absolute;
    right: 20px;
    top: 6px;
    z-index: 1000;
}
.modal-zoom .modal-fullscreen .modal-body {
    overflow-x: auto;
}
.modal-dialog {
    margin: 0.5rem auto;
}
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    position: relative;
}

ul {
    padding: 0px;
    margin: 0px;
}

    ul li {
        list-style: none;
        display: inline-block;
    }

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin-bottom: 0px;
}

:focus-visible {
    outline: none;
}

.accordion-button:focus {
    z-index: 0;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

section {
    width: 100%;
    position: relative;
}

.pt-40px {
    padding-top: 40px;
}
/*.main-box{
  width: 100%;
  max-width: 100%;
  padding: 0px 85px;
}*/
/*.mb-100px{
  margin-bottom: 100px;
}*/

.bg {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    align-items: center;
}



#myBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right:21px;
    z-index: 1000;
    border: none;
    outline: none;
    background-color: transparent;
    padding:0px;
}
#myBtn img{
    width: 44px;
    height: 44px;
}

    #myBtn span {
        transform: rotate(90deg);
        font-size: 30px;
    }
@media only screen and (max-width: 768px) {
    #myBtn img{
    width: 28px;
    height: 28px;
   }
}

