body{
    padding:0;
    font-family: 'poppinsregular';
}

/* common */
b{
    font-family: 'poppinsbold';
}
.border-left {
    border-left: 1px solid #000000!important;
}
.dark{
    color: #0c1823;
}
.blue{
   color: #c2a064;
   font-weight: 600;
}
.parah-clr{
    color: #101c29;
}
.theme-clr{
    color:#c2a064;
}
.gray{
    color: #9b9b9b;
}
.border-right{
    border-color: #000000 !important;
}
.green{
    color: #000000;
}
.white{
    color: #ffffff;
}
a,a:hover{
    text-decoration: none;
}
.get-bg{
    background-color: #03afef;
}
.br-7{
    border-radius: 7px;
}
a{
    transition: all 0.3s linear;
}
.heading{
    line-height: 1.4;
}
.list-none{
    list-style: none;
}
.fw-400{
    font-weight: 400;
}
h1 {
    font-size: 55px;
    line-height: 1.2;
}
p {
    line-height: 1.9;
    font-weight: 400;
}
.font-13{
    font-size: 13px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size:15px;
}
.font-16{
    font-size:16px;
}
.font-17{
    font-size:17px;
}
.font-11{
    font-size: 11px;
}
.font-23{
    font-size:23px;
}
.font-30{
    font-size: 30px;
}
 .font-32{
     font-size: 32.5px;
}
.font-45{
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 2px;
}
.font-28{
    font-size: 28px;
    line-height: 1.4;
}
button:focus{
    outline:0;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.border-right {
    border-color: #d6d6d6 !important;
}
a.part_link {
    background-color: #c2a064;
    color: #ffffff;
    border-radius: 7px;
    font-size: 14px;
    padding: 11px 22px;
}
.bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bubble a {
    width: 51%;
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    overflow: hidden;
}
.bubble img {
    width: 100%;
}
.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #c2a064;
}
.mobile-fixed ul {
    padding: 4px 2px 0 !important;
}
.mobile-fixed li {
    width: 33.33%;
    background-color: #c2a064;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 11px 0 7px;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}
.mobile-fixed li a img {
    width: 20%;
    margin: 0 2px 3px;
}
@media only screen and (max-width: 500px) {
.bubble {
    display: none !important;
}
}
@media only screen and (max-width: 500px) {
.mobile-fixed {
    display: block !important;
}
}

/* header */
/* top-header */
.top-header {
    padding: 7px 0;
}
.top-header ul li {
    margin-left: 15px;
    border-left: 1px solid #d7d8da;
    padding-left: 20px;
    margin-left: 20px;
}
.top-header ul li:first-child{
    border:none;
}
.top-header h5.font-15{
    height:18px;
}
/* .navbar-brand img{
    width:55%;
} */
.top-header a{
    line-height: 1.5;
    display: block;
}
.top-header a:hover{
    color: #000000;
}
/* navbar */
.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
}

.navbar-dark {
    background-color: #c2a064 !important;
    padding: 4px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
nav .navbar-nav li.nav-item a {
    color: #ffffff !important;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s linear;
    position: relative;
    padding: 14px 0;
}
nav .navbar-nav li.nav-item a:hover,nav .navbar-nav li.nav-item a.active{
    color: #000000  !important;
}
nav .navbar-nav .nav-item a.active:after,nav .navbar-nav li.nav-item a:hover:after{
    content: '';
    background-color: #000000;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
nav .dropdown .nav-link.dropdown-toggle:after{
    display: none;
}
.theme_link a,.btn-theme{
       color: #ffffff !important;
    background-color: #000000;
    border-radius: 7px;
    padding: 9px 24px 6px !important;
    transition: all 0.3s linear;
    background: linear-gradient(to right,#463525 50%, #000000 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-size: 14px;
}
.btn-submit{
    color: #ffffff !important;
    background-color: #000000;
    border-radius: 7px;
    padding: 9px 35px 7px !important;
    transition: all 0.3s linear;
    background: linear-gradient(to right, #463525 50%, #000000 50%);
    display: block;
    background-size: 200% 100%;
    background-position: right bottom;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid;
}
.btn-submit:hover{
    background-position: left bottom !important;
}
.search input {
    font-size: 14px;
    padding: 0;
    background-color: transparent !important;
    border: none;
    outline: 0;
    box-shadow: none !important;
}
.search form {
    background-color: #ffffff;
    border-radius: 7px;
    padding: 9px 24px !important;
    width: 200px;
}
.enquiry {
    background-color: #ffffff99;
    padding: 25px 18px;
    border-radius: 7px;
    position: absolute;
    top: 80px;
    margin: 0 auto;
}
.enquiry .form-group .form-control {
    font-size: 14px;
}
.search img{
    width: 85%;
}
.search input::-webkit-input-placeholder { /* Edge */
    color: #000000;
}

.search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}

.search input::placeholder {
    color: #000000;
}
.btn-transparent {
    margin: 0;
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 9%;
}
.theme_link a:hover:after{
    display: none;
}
.theme_link a:hover,.theme_link a.active,.btn-theme:hover{
    background-position: left bottom !important;
}
li.nav-item {
    margin-right: 30px;
}
.navbar-expand-lg .navbar-nav .nav-item a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.theme_link {
    margin-left: 12px;
}

/* banner */
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
}
.banner-text h5 {
    line-height: 1.7;
    color:#ffffff;
}
.border-txt{
    color: white;
    -webkit-text-stroke: 2px #688228;
}
.know_btn a.theme-bg {
    color: #463525 !important;
    background-color: #ffffff;
    padding: 12px 28px;
    font-size: 14px;
    border-radius: 7px;
    transition: all 0.4s linear;
    background: linear-gradient(to right, #463525 50%, #ffffff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.know_btn a.theme-bg:hover{
    background-position: left bottom !important;
    color:#ffffff !important;
}

/* medicines */
.medicine-inner {
    padding: 0 22px;
    text-align: center;
}
.col-md-2:last-child .medicine-inner{
    padding-right: 0;
}
.col-md-2:first-child .medicine-inner{
    padding-left: 0;
}
.medicine-inner img {
    width: 82px;
    height: 82px;
    margin-bottom: 10px;
}
.medicine h5{
    line-height: 1.4;
}

/* about */
.about ul li img{
    width:57px;
}
.about .form-control {
    padding: 0.59rem .75rem;
    font-size: 13px;
    color: #495057;
    border: 1px solid #ededed;
    border-radius: 7px;
    box-shadow: 1px 1px 5px 0px #e2e2e2;
}
.about .form-control::-webkit-input-placeholder { /* Edge */
    color: #afafaf;
}

.about .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #afafaf;
}
.about .form-group {
    margin-bottom: 0.8rem;
}
.about .form-control::placeholder {
    color: #afafaf;
}

/* therapy */
.therapy{
    background-image: url("../images/product_range_bg.png");
    background-size: cover;
    background-position:center ;
}
.therapy_img {
    width: 11%;
    margin-right:13px;
}
.therapy_img img{
    width: 100%;
}
.therapy_title {
    padding: 5px 13px;
    border-radius: 7px;
    width: 62%;
    background-color: #002e69;
    transition: all 0.3s linear;
}
.therapy ul li:hover .therapy_title{
    background-color: #000000;
}

 /* testimonial  */
 .testimonial .carousel {
    background-color: #1e2326;
    border-radius: 7px;
    padding: 35px 17px 90px;
}
.testimonial .cstmr_img {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.cstmr_img  img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity:0.7;
}
.carousel-indicators {
    bottom: 25px;
}
.carousel-indicators .active {
    background-color: #000000;
    opacity: 1;
}
.testimonial .points_list li:before {
    background-color: #ffffff;
}
.testimonial {
    padding: 50px 0 !important;
}

/* media */
.media-img {
    width: 100%;
    height: 420px;
    background-color: gray;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 18px;
}
.media-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.media a.read:hover{
    text-decoration: underline !important;
}
.media .inner_img {
    width: 67%;
    height: 88px;
    border-radius: 7px;
    overflow: hidden;
    background-color: grey;
}
.media h5{
    line-height: 1.4;
}
.media_inner {
    padding: 6px;
    transition: all 0.3s linear;
    margin-bottom:12px;
    border-radius: 7px;
}
.media_inner:hover{
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 20%);
}

/* product */
.product{
    overflow: hidden;
}
.product-slider .inner-img{
    height:300px;
    background-color: #f8f9fb;
}
.product-slider .product-inner {
    padding:0 15px;
}
.product-slider .product-inner img{
    width:100%;
    height:100%;
    object-fit: contain;
}
.slick-dots li.slick-active button:before {
    color: #000000;
}
.slick-dots li button:before{
    font-size: 11px;
    color: #000000;
}
.slick-dots li button{
    padding:0;
}
.slick-dots li {
    margin: 0;
}
.slick-dots {
    bottom: -22%;
}

/* awards */
.bg-grn{
    background-color: #000000;
}
.awards li {
    width: 33.33%;
}
.awards li h6{
    line-height: 1.4;
}

/* about */
.about {
    padding: 80px 0;
}
.about h3 {
    color: #000000;
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    margin: 20px 0 52px 0;
    position: relative;
    text-transform: capitalize;
}
.about h3:before {
    background: #ccc none repeat scroll 0 0;
    bottom: -30px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    right: 0;
}
.about h3::after {
    bottom: -37px;
    color: #6bc513;
    content: "";
    left: 0;
    padding: 0 5px;
    position: absolute;
    background: #fff url(../images/shape-2.png) no-repeat;
    height: 20px;
    width: 40px;
    background-position: center;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.boost {
    background-color: #f1faff;
}
.points_list li{
    padding-left: 17px;
    position: relative;
    margin-bottom: 4px;
}
.points_list li:before{
   content:'';
   position: absolute;
   left: 0;
   top:0;
   bottom:0;
   margin:auto;
   width:7px;
   height: 7px;
   background-color: #000000;
   border-radius: 50%;
}
.franchise_btn a{
    color: #ffffff !important;
    background-color: #463525;
    padding: 13px 32px;
    font-size: 14px;
    border-radius: 22px;
    transition: all 0.4s linear;
    border: 1px solid #c2a064;
    background: linear-gradient(to right, #ffffff 49%, #463525 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.franchise_btn a:hover{
    background-position: left bottom !important;
    color:#463525 !important;
}
.dwnld_btn a{
    color: #000000 !important;
    background-color: #f4fbe9;
    padding: 11px 32px;
    font-size: 14px;
    border-radius: 22px;
    transition: all 0.4s linear;
    border: 1px solid #000000;
    background: linear-gradient(to right, #000000 50%, #f4fbe9 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.dwnld_btn a:hover{
    background-position: left bottom !important;
    color:#ffffff !important;
}

/* partners */
.partners{
    background-color: #faffeb;
}
.partners img{
    width:85%;
}

/* footer */ 
.top_footer{
    background-color: #c2a064;
}
.top_footer ul li a{
 transition: all 0.3s linear;
}
.top_footer ul li a:hover{
    color: #96b857;
    margin-left: 3px;
}
footer .address a{
    line-height: 1.7;
    display: block;
}
footer .social li{
    margin-right: 8px;
    margin-top:4px;
}
footer .links li{
    margin-bottom: 5px;
    width:50%;
}
.bottom_footer {
    background-color: #463525;
}
footer .social img{
    width:18px;
    transition:all 0.3s linear;
}
footer .social img:hover{
    transform: translateY(-5px);
}
.ftr_logo{
    width: 50%;
    margin-bottom: 20px;
}
/* hero */
.hero{
    height: 280px;
    overflow: hidden;
}
.hero .banner-text{
    top:0;
}
.banner{
    overflow: hidden;
}

/* facility */
.facility-img {
    border-radius: 50%;
    overflow: hidden;
    width: 255px;
    height: 255px;
    margin-bottom:20px;
}
.facility-img img{
    height: 100%;
    object-fit: cover;
}

/* contact */
.contact{
    overflow: hidden;
}
.contact .form-control {
    font-size: 13px;
    color: #c2a064;
    background-color: #ffffff;
    border: 1px solid #aad045;
    border-radius: 7px;
}
.contact ul li a:hover,.contact ul li:hover a {
    color: #ffffff;
}
.info-bg {
    background-color: #aad045;
    position: relative;
}
.info-bg:after {
    position: absolute;
    height: 465px;
    width: 240px;
    background-color: #c2a064;
    right: 0;
    top: 0;
    content: '';
    bottom: 0;
    margin: auto;
    z-index: -1;
}
.contact .social img{
    width:18px;
    transition: all 0.3s linear;
}
.contact .social li{
    margin-left: 10px;
}
.contact .social img:hover{
    transform: translateY(-5px);
}
select.form-control:not([size]):not([multiple]) {
    height: 33px;
}

/* services */
.services .nav-tabs {
    border: none;
    background-color: #c2a064;
    border-radius: 22px;
    overflow: hidden;
    padding: 3px 2px 4px;
    align-items: center;
}
.services .nav-tabs .nav-item.show .nav-link,.services .nav-tabs .nav-link.active {
    background-color: #71a238;
}
.services .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
    margin-right: 0;
}
.services .nav-tabs .nav-item a{
    text-align: center;
    color: #ffffff;
    border-color: transparent;
    border-radius: 22px;
    text-transform: capitalize;
}

/* blog */
.blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.blog-img img{
    width:100%;
    height:100%;
    object-fit: cover;
    background-color: grey;
}
.blog-sctn a {
    height: 100%;
    width: 100%;
    display: block;
}
.blog-sctn{
    transition: all 0.3s linear;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.blog-sctn:hover{
    transform: translateY(-4px);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.4);
}



/* media */
@media only screen and (min-width:1601px){
    .container {
        max-width: 1400px;
    }
}
@media only screen and (min-width:1201px){
    .navbar .navbar-brand{
        display: none !important;
    }
}
@media only screen and (max-width:1200px) and (min-width:1024px){
    .facility-img {
        width: 200px;
        height: 200px;
    }
    .therapy_title {
        padding: 10px 13px;
    }
    .product-slider .inner-img {
        min-height: 250px;
        height: 100%;
    }
    .social {
        margin-top: -3px !important;
    }
    .navbar .navbar-brand{
        display: none !important;
    }
    li.nav-item {
        margin-right: 17px !important;
    }
    .top-header ul li {
        margin-left: 15px;
        border-left: 1px solid #d7d8da;
        padding-left: 10px;
        margin-left: 10px;
    }
    .testimonial .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .media .inner_img {
        height: 65px;
    }
}
@media only screen and (max-width:1023px){
    .navbar-toggler {
        margin-right: 16px;
        display: flex;
        margin-left: auto;
    }
    ul.navbar-nav {
        align-items: flex-start !important;
        padding: 0 25px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .theme_link {
        margin-left: 0;
        margin-top: 10px;
        width: 42%;
    }
    li.search {
        margin: 4px 0 0;
        width: 54%;
    }
    .search form{
        width:100%;
    }
    nav .navbar-nav li.nav-item a {
        padding: 10px 0;
    }
    li.nav-item {
        width: 100%;
    }
    nav .navbar-nav .nav-item a.active:after, nav .navbar-nav li.nav-item a:hover:after {
        bottom: 4px;
        left: 18px;
        margin:0;
    }
    .about ul li img{
        width:55px;
    }
    .product-slider .inner-img {
        min-height: 220px;
        height: 100%;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .blog-img {
        height: 140px;
    }
    .media .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .media .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .media .inner_img {
        height: 150px;
    }
    .font-32 {
        font-size: 21.5px;
    }
    .theme_link,li.search {
        width: auto !important;
    }
    header .ml-md-auto {
        margin-left: 0 !important;
    }
}
@media only screen and (min-width:768px) and (max-width:1023px){
    .facility-img {
        width: 150px;
        height: 150px;
    }
   .top-header .navbar-brand{
       display: none;
   }
   .therapy .col-md-6,.product .col-md-6  {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .awards h4 {
        font-size: 16px;
    }
    .font-45 {
        font-size: 30px !important;
    }
    .about .col-md-6{
        padding:0 !important;
    }
    .about p{
        padding:0 !important;
        margin-right: 0 !important;
    }
    .about .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }
    .testimonial .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .awards li {
        padding: 10px 11px !important;
    }
    .awards .pl-md-5 {
        padding-left: 0rem!important;
    }    
   .top-header ul li {
        padding: 0 11px !important;
        margin: 0px 5px !important;
    }
   .top-header ul {
        flex-wrap: nowrap !important;
        padding: 20px 0 0 !important;
        margin: 0 !important;
        width: 100%;
    }
   .top-header .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .navbar-brand img {
        width: 100%;
    }
    .top-header ul{
        justify-content: start !important;
        flex-wrap:wrap;
    }
    .top-header ul li{
        border-left:none;
        margin-bottom: 15px;
    }
    h1 {
        font-size: 36px;
    }
    br{
        display: none;
    }
    .banner-text {
        top: 0;
    }
    .medicine-inner img {
        width: 67px;
        height: auto;
    }
    .medicine-inner {
        padding: 0 0;
    }
    .pr-md-5 {
        padding-right:0 !important;
    }
    .font-30 {
        font-size: 24px;
    }
    .awards li {
        padding: 10px 15px;
    }
    .social {
        margin-top: -1px !important;
        margin-right: 38px !important;
    }
}
@media only screen and (min-width:500px) and (max-width:767px){
    h1 {
        font-size: 40px !important;
    }
    .font-30 {
        font-size: 26px;
    }
    .info-bg:after {
        height: 290px !important;
    }
}
@media only screen and (max-width:767px){ 
    .facility-img {
        margin: 0 auto;
    }
    ol li {
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
    padding-top: 5px;
    
}
    .top-header{
        display: none;
    }
    .mobile-logo{
        display: block !important;
    }
    .therapy_title {
        width: 100%;
    }
    iframe{
        height: auto;
    }
    .hero {
        height: auto;
    }
    .hero .banner-text {
        top: 37%;
    }
    .info-bg:after {
        height: 320px;
    }
    .border-right {
        border-color: transparent !important;
    }
    .font-17 {
        font-size: 14px;
    }
    br{
        display: none;
    }
    .font-30 {
        font-size: 23px;
    }
    .navbar-brand img {
        width: 60%;
    }
    .navbar-dark .navbar-brand{
        margin-left: 16px;
    }
    .font-32 {
        font-size: 23.5px;
    }
    .font-23 {
        font-size: 17px;
    }
    .font-28 {
        font-size: 19px;
    }    
    .testimonial_text {
        padding-left: 0;
    }
    .font-45 {
        font-size: 30px !important;
    }
    .awards h4 {
        font-size: 16px;
    }
    ul.navbar-nav {
        background-color: #007fc6;
    }
    .navbar-toggler {
        background-color: #007fc6;
    }
    .navbar-dark {
        background-color: #ffffff !important;
        z-index: 9;
        box-shadow: 1px 1px 9px 0px rgb(0 0 0 / 22%);
    }
    .top-header ul{
        display: none;
    }
    section.banner {
        height: 300px;
    }
    .banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    h1 {
        font-size: 29px;
    }
    .font-15 {
        font-size: 14px;
    }
    .banner-text {
        top: 30px;
    }
    .medicine-inner img {
        width: 46px;
        height: auto;
    }
    .medicine-inner {
        padding: 0 0 20px;
    }
    .about ul li{
        margin-bottom: 25px;
    }
    .product-slider .inner-img {
        height: auto;
    }
    .awards ul img {
        width: 63px;
        margin-bottom: 10px;
    }
    .awards li {
        width: 33.33%;
        padding: 10px 5px;
        border-left: none;
    }
    .boost ul li{
        margin-bottom: 8px !important;
    }
    
    .partners ul{
        margin-left: 0;
        padding-left:0;
    }
    .border-left {
    border-left: none !important;
    }
    .media .inner_img {
        width: 38%;
        height: 110px;
        margin-right: 13px;
    }
    .therapy {
        background-position: right;
    }
}
@media(max-width:480px)
{
   .banner-text h1 {
    font-size: 17px !important;
   }
    .enquiry
    {
      top:29px !important;
    }
    .h-100 {
    height: auto !important;
    }
    section.banner {
    height: 700px;
}
}
@media only screen and (max-width:500px){
    .media .inner_img {
        width: 72% !important;
        margin-right: 13px;
        height: 88px !important;
    }
    .media-img {
        height: auto;
    }
}
.mobile-logo{
    display: none;
}
@media (min-width:768px) {
    
}
ol {
    padding-left: 15px;
}
#thank-you-img {
    width: 100%;
}