/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 12, 2019, 10:15:16 AM
    Author     : Arun Kumar
*/
html,
body,
p {
    font-family: 'Montserrat', sans-serif;
}
header .fast .navbar-brand {
    margin: 0;
    padding: 0;
}
header .fast #navb .form-inline {
    position: relative;
}
header .fast #navb .form-inline .img-top {
    position: absolute;
    left: -87px;
    width: 96px;
}
header .fast #navb .form-inline .small {
    position: relative;
    margin: 0 0 6px 0;
    font-size: 11px;
    font-weight: 500;
}
header .fast #navb .form-inline .small-text p {
    font-weight: 500;
    display: inline-block;
}
header .fast #navb .form-inline .small-text .apply-online {
    border: 1px solid #c11c1c;
    border-radius: 3px;
    font-size: 13px;
    padding: 2px 5px 4px 5px;
    color: #c11c1c;
    font-weight: 500;
    margin: 0 0 0 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
header .fast #navb .form-inline .small-text .apply-online:hover {
    text-decoration: none;
    background: #c11c1c;
    color: white;
}
.btn-theme {
    background: #f11c00;
    box-shadow: inset 0px 1px 0px #ff614c, inset 0 -1px 2px #be1600;
    border-color: #e41b00;
    color: #fff !important;
    font-weight: 500 !important;
    padding-top: 9px !important;
}
.bg-topslide {
    background: url(../img/omc-homepage/banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0px;
    height: 540px;
    position: relative;
    padding: 50px 0 0 0;
}
.bg-topslide:before {
    content: "";
    background: rgba(182, 255, 248, 0.23);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 0;
}
.bg-topslide .h1 {
    color: #2f2b2b;
    font-size: 45px;
    font-weight: 100;
}
.bg-topslide .h1 strong {
    font-weight: bold;
}
.bg-topslide p {
    font-size: 24px;
}
.bg-topslide .money-back {
    font-size: 18px;
}
.bg-topslide .accepted {
    font-size: 22px;
    color: #c11c1c;
}
.yelp {
    text-align: center;
    padding: 40px 0;
}
.yelp .h1 {
    font-size: 38px;
    color: #313131;
    font-weight: 500;
}
.yelp .threebxyelp a {
    width: 100%;
    color: #d61a01;
    font-weight: 400;
    font-size: 18px;
}
.yelp .threebxyelp p {
    padding-top: 0.375rem;
}
.yelp .bx {
    position: relative;
}
.yelp .bx:before {
    content: "";
    position: absolute;
    background: url("../img/omc-homepage/1.png");
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    height: 72px;
    width: 67px;
}
.yelp .bx:last-child:before {
    content: unset !important;
}
.reviews {
    background: #f6f6f6;
    text-align: center;
    padding: 40px 0;
}
.reviews .h1 {
    font-size: 38px;
    color: #313131;
    font-weight: 500;
}

.thinkmedmarijuana {
    background: #f6fffe;
    padding: 40px 0;
    text-align: center;
}
.thinkmedmarijuana .h1 {
    font-size: 32px;
    padding: 0 22%;
    line-height: 41px;
    position: relative;
    color: #01233f;
}
.thinkmedmarijuana .h1:before {
    content: "";
    position: absolute;
    background: url(../img/omc-homepage/2.png);
    background-repeat: no-repeat;
    bottom: -13px;
    right: 0;
    height: 9px;
    width: 40%;
    left: 0;
    margin: auto;
    line-height: 33px;
}
.thinkmedmarijuana p {
    font-size: 23px;
    color: #19b684;
    font-weight: 600;
    padding: 20px 18% 0;
    line-height: 33px;
    margin-bottom: 2px;
}
.thinkmedmarijuana span {
    color: #4c4c4c !important;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 1% 0;
    line-height: 33px;
    margin-bottom: 2px;
}
.thinkmedmarijuana .threebxyelp .tmjbx {
    position: relative;
}
.thinkmedmarijuana .threebxyelp .tmjbx .tmjbxinner {
    position: absolute;
    right: 0;
    width: 60%;
    top: 54px;
    bottom: 0;
    margin: 0;
    height: fit-content;
}
.thinkmedmarijuana .threebxyelp .tmjbx .tmjbxinner:after {
    content: "";
    position: absolute;
    background: url(../img/omc-homepage/arrow-up-grey.png);
    background-repeat: no-repeat;
    right: 0;
    top: -20px;
    width: 20%;
    height: 34px;
}
.thinkmedmarijuana .threebxyelp .tmjbx img {
    float: left;
}
.thinkmedmarijuana .threebxyelp .tmjbx:nth-child(2) img {
    float: right;
}
.thinkmedmarijuana .threebxyelp .tmjbx:nth-child(2) .tmjbxinner {
    position: absolute;
    right: unset !important;
    width: 60%;
    top: 54px;
    left: 5%;
    margin: 0;
    height: fit-content;
}
.thinkmedmarijuana .threebxyelp .tmjbx:nth-child(2) .tmjbxinner:after {
    content: "";
    position: absolute;
    background: url(../img/omc-homepage/arrow-up-grey2.png);
    background-repeat: no-repeat;
    right: 26%;
    top: unset;
    width: 15%;
    height: 94px;
    bottom: -64px;
}
.thinkmedmarijuana .threebxyelp .tmjbx:nth-child(3) {
    margin-top: -12%;
}
.thinkmedmarijuana .threebxyelp .tmjbx:nth-child(3) img {
    width: 200px;
    margin-left: 20px;
}
.thinkmedmarijuana .threebxyelp .tmjbx:nth-child(3) .tmjbxinner {
    position: absolute;
    left: 130px;
    width: 50%;
    right: 0;
    top: 0px;
    margin: auto;
    height: fit-content;
}
.thinkmedmarijuana .threebxyelp .tmjbx:nth-child(3) .tmjbxinner:after {
    content: "";
    position: absolute;
    background: url(../img/omc-homepage/arrow-up-grey3.png);
    background-repeat: no-repeat;
    right: 54px;
    top: unset;
    width: 20%;
    height: 91px;
    bottom: -70px;
}
.thinkmedmarijuana .threebxyelp .tmjbx:nth-child(4) img {
    float: right;
}
.thinkmedmarijuana .threebxyelp .tmjbx .lastpic {
    float: right;
    width: 28%;
}
.thinkmedmarijuana .threebxyelp .tmjbx .lastpic img {
    width: 55%;
    float: right;
    margin-top: 128px;
}
.thinkmedmarijuana .threebxyelp h4 {
    font-size: 18px;
    padding: 0;
    line-height: 27px;
    position: relative;
    color: #000000;
    font-weight: 800;
    text-align: left;
}
.thinkmedmarijuana .threebxyelp ul {
    float: left;
    width: 95%;
    padding-left: 20px;
}
.thinkmedmarijuana .threebxyelp ul li {
    float: left;
    text-align: left;
    color: #1d1c1c;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 8px;
}
.thinkmedmarijuana .threebxyelp ul li a {
    color: #d61a01;
}
.mission-vision {
    background: #dcf7f5;
    padding: 80px 0 80px 0;
}
.mission-vision .box {
    background: #b8e6e3;
    padding: 40px 50px 0 50px;
    border-radius: 9px;
    text-align: center;
    font-weight: 500;
    color: #002b28;
}
.mission-vision .box img {
    position: relative;
    bottom: -60px;
}
.mission-vision .box .h4 {
    position: relative;
    bottom: -70px;
}
.smartchoice {
    background-image: url(../img/omc-homepage/medical-card-benefits-bg.jpg);
    padding: 60px 0;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.smartchoice:before {
    content: "";
    background: rgba(182, 255, 248, 0.28);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
}
.smartchoice .h1 {
    font-size: 30px;
    padding: 0 22%;
    line-height: 41px;
    position: relative;
    color: #01233f;
}
.smartchoice .h1:before {
    content: "";
    position: absolute;
    background: url(../img/omc-homepage/2.png);
    background-repeat: no-repeat;
    bottom: -13px;
    right: 0;
    height: 9px;
    width: 40%;
    left: 0;
    margin: auto;
    line-height: 33px;
}
.smartchoice .h4 {
    margin-top: 40px;
    font-weight: 600;
    color: #1a867f;
}
.smartchoice .h5 {
    margin-top: 40px;
    font-weight: 600;
    color: #242727;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}
.smartchoice .text-black {
    color: #171616;
    font-size: 13px;
}
.smartchoice p {
    font-size: 16px;
    color: #19b684;
    font-weight: 500;
    padding: 15px 18% 0;
    line-height: 20px;
    margin-bottom: 2px;
}
.smartchoice h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.smartchoice .row {
    position: relative;
    z-index: 2;
}
.smartchoice .advantagesbx {
    height: 280px;
    position: relative;
}
.smartchoice .advantagesbx:nth-child(odd) {
    background-color: #ffffff;
    color: #000;
}
.smartchoice .advantagesbx:nth-child(2) {
    background: url(../img/omc-homepage/Cannabis1.jpg);
    background-size: 100%;
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(2) h4 {
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(2) p {
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(2):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(3, 0, 0, 0.53);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.smartchoice .advantagesbx:nth-child(4) {
    background: url(../img/omc-homepage/Cannabis2.jpg);
    background-size: 100%;
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(4) h4 {
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(4) p {
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(4):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(3, 0, 0, 0.53);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.smartchoice .advantagesbx:nth-child(6) {
    background: url(../img/omc-homepage/Cannabis3.jpg);
    background-size: 100%;
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(6) h4 {
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(6) p {
    color: #ffffff;
}
.smartchoice .advantagesbx:nth-child(6):after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(3, 0, 0, 0.53);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.smartchoice .advantagesbx .advantagesbxinner {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: 90%;
    left: 0;
    right: 0;
    z-index: 99;
}

.marijuanaclinic {
    background: #f9f9f9;
    position: relative;
    padding: 3rem 0;
}
.marijuanaclinic:before {
    content: "";
    position: absolute;
    background: url(../img/omc-homepage/2.png);
    background-repeat: no-repeat;
    bottom: -13px;
    right: 0;
    height: 9px;
    width: 23%;
    left: 0;
    margin: auto;
    line-height: 33px;
}
.marijuanaclinic h1 {
    font-size: 28px;
    padding: 0;
    line-height: 36px;
    color: #01233f;
    text-align: center;
    letter-spacing: 0.5px;
}
.marijuanaclinic p {
    font-size: 23px;
    color: #19b684;
    font-weight: 600;
    padding: 0;
    line-height: 33px;
    margin-bottom: 2px;
    text-align: center;
}
.marijuanaclinic span {
    color: #4c4c4c !important;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0;
    line-height: 21px;
    margin-bottom: 2px;
    width: 70%;
    float: left;
    margin: 0 15%;
}
.marijuanaclinic .row .bx {
    background: url(../img/omc-homepage/bg-guarantee-chevroned.png);
    padding: 40px 40px;
    border-style: outset;
    border-width: 3px;
    border-color: #f0b810;
    border-radius: 4px;
}
.marijuanaclinic .row img {
    width: 100%;
}
.map-section {
    background: url(../img/omc-homepage/back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 60px 0;
}
.map-section .detail-box {
    background-color: #ffffffe8;
    display: inline-block;
    padding: 20px 30px 30px 30px;
    border-radius: 8px;
}
.map-section .detail-box .h2 {
    text-align: left;
    line-height: 30px;
    position: relative;
    font-size: 24px;
    text-transform: capitalize;
    color: #01233f;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
.map-section .detail-box .h3 {
    font-size: 21px;
    font-weight: 600!important;
    padding: 0;
    line-height: 33px;
    margin-bottom: 2px;
    color: #19b684;
}
.map-section .detail-box .h5 {
    font-size: 16px;
    color: #434343;
    font-weight: 600!important;
    margin-top: 10px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.map-section .detail-box .h5:after {
    content: '';
    width: 51px;
    height: 3px;
    background-color: #eb2634;
    display: block;
    margin: 3px 0 4px;
}
.map-section .detail-box p {
    font-weight: 500;
    text-align: left;
    margin: -11px 0 0;
    padding: 0 0 8px;
    font-size: 15px;
}
.footercentr {
    background: #fff;
    padding-top: 3rem;
}
.footercentr .fbtm .h1 {
    font-size: 1.5rem;
}
.footercentr .fbtm p {
    padding: 0;
}
.footercentr .fbtm a {
    font-size: 16px;
    padding: 10px 23px;
}
.footercentr .fbtm .fbtm2 {
    text-align: center;
    margin-top: 25px;
}
.footercentr .fbtm .fbtm2 a {
    padding: 0;
    color: #d61a01;
}
.footercentr .fbtm .fbtm2 p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    float: left;
    padding-left: 7px;
    margin-top: -7px;
}
.footercentr .fbtm .fbtm2 div {
    width: 76%;
    margin: auto;
    font-size: 11px;
}
.footerbtm {
    padding: 1rem 0;
    background: #e5f5f4;
}
.footerbtm p {
    margin: 20px 0 0 0;
}
.footerbtm a {
    padding: 0;
    color: #d61a01;
}
#my_appointment_modal .modal-content {
    background-image: url('../img/modal-1.jpg');
    background-size: 170%;
    background-position: 0;
    background-repeat: no-repeat;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#my_appointment_modal .modal-content .close {
    position: absolute;
    top: -23px;
    right: -17px;
    background: #000;
    opacity: 1;
    color: #fff;
    padding: 0px 7px 6px 7px;
    border: 5px solid #fff;
    border-radius: 100px;
}
#my_appointment_modal .modal-content .modal-body {
    padding: 0;
}
#my_appointment_modal .modal-content .modal-body h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bold;
}
#my_appointment_modal .modal-content .modal-body .fo_rm {
    padding: 25px 45px;
}
.wpcf7-mail-sent-ok {
    color: #fff !important;
    padding: 14px !important;
    font-size: 14px;
    text-align: center;
}
#my_appointment_modal .modal-content .modal-body .fo_rm form label {
    color: #fff;
}
#my_appointment_modal .modal-content .modal-body .fo_rm form .form-control {
    border: none;
    border-radius: 5px;
    height: 45px;
}
#my_appointment_modal .modal-content .modal-body .fo_rm .btn_submit {
    border-style: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #f11c00;
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
    line-height: 43px;
    width: 100%;
    font-weight: 400;
    text-align: center;
    padding: 0px 16px;
    text-transform: uppercase;
}
#my_appointment_modal .modal-content .modal-body .fo_rm p {
    color: #fff;
    text-align: center;
    margin-top: 22px;
    font-weight: 500;
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {
    header .fast .navbar-brand {
        width: 100%;
    }
    header .fast .navbar-brand img {
        display: block;
        margin: 0 auto;
    }
    header .fast #navb .form-inline .small {
        display: none;
    }
    header .fast #navb .form-inline .img-top {
        display: none;
    }
    header .fast #navb .small-text p {
        font-size: 14px;
    }
    .bg-topslide {
        background-size: 352%;
        background-position: -610px 0;
        height: 550px;
        position: relative;
        padding: 30px 0 0 0;
    }
    .bg-topslide .h1 {
        font-size: 22px;
        font-weight: 400;
    }
    .bg-topslide .h1 br {
        display: none;
    }
    .bg-topslide p {
        font-size: 16px;
        padding-right: 90px;
    }
    .bg-topslide .money-back {
        font-size: 17px;
        font-weight: 700;
        padding-right: 76px;
        display: flex;
        padding-top: 2px !important;
    }
    .bg-topslide .accepted {
        font-size: 20px;
    }
    .yelp .h1 {
        font-size: 29px;
    }
    .yelp .bx {
        position: relative;
        margin-bottom: 30px;
    }
    .yelp .bx:before {
        display: none;
    }
    .reviews .h1 {
        font-size: 32px;
    }
    .reviews .mt-5,
    .reviews .my-5 {
        margin-top: 1rem!important;
    }

    .thinkmedmarijuana .h1 {
        font-size: 18px;
        padding: 0 0%;
        line-height: 24px;
    }
    .thinkmedmarijuana p {
        font-size: 20px;
        padding: 15px 0% 0;
        line-height: 27px;
        margin-bottom: 2px;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx .tmjbxinner {
        position: static;
        right: 0;
        width: 100%;
        top: 114px;
        bottom: 0;
        margin: 0;
        height: fit-content;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx .tmjbxinner:after {
        content: unset;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx:nth-child(2) .tmjbxinner {
        position: static;
        right: 0;
        width: 100%;
        top: 114px;
        bottom: 0;
        margin: 0;
        height: fit-content;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx:nth-child(2) .tmjbxinner:after {
        content: unset;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx:nth-child(3) .tmjbxinner {
        position: static;
        right: 0;
        width: 100%;
        top: 114px;
        bottom: 0;
        margin: 0;
        height: fit-content;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx:nth-child(3) .tmjbxinner:after {
        content: unset;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx img {
        float: left;
        width: 50% !important;
        margin: 10px 25% 40px 25% !important;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx .lastpic {
        float: none;
        width: 54%;
        margin: auto;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx .lastpic img {
        width: 100%;
        float: right;
        margin-top: 16px;
    }
    .mission-vision .box {
        padding: 29px 30px 0 30px;
        margin-bottom: 100px;
    }
    .smartchoice .h1 {
        font-size: 22px;
        padding: 0 0%;
        line-height: 28px;
        position: relative;
        color: #01233f;
    }

    .map-section .detail-box {
        margin-top: 70px;
    }
    #my_appointment_modal .modal-content {
        background-size: 440%;
        background-position: 0;
    }
    #my_appointment_modal .modal-content .modal-body .details {
        text-align: center;
        padding: 20px 50px 0px 30px;
        margin: 0 0 40px 0;
        position: relative;
    }
    #my_appointment_modal .modal-content .modal-body .details:after {
        content: '';
        border-color: white #ffffff00 #ffffff00 #ffffff00;
        border-style: solid;
        border-width: 50px;
        bottom: -98px;
        position: absolute;
        z-index: 0;
        left: 140px;
    }
    #my_appointment_modal .modal-content .modal-body .details h2 {
        font-size: 21px;
    }
    #my_appointment_modal .modal-content .modal-body .details h3 {
        font-size: 19px;
    }
    #my_appointment_modal .modal-content .modal-body .details ul {
        list-style: none;
    }
    #my_appointment_modal .modal-content .modal-body .details ul li {
        font-size: 11px;
    }
    #my_appointment_modal .modal-content .modal-body .details p,
    #my_appointment_modal .modal-content .modal-body .details img {
        display: none;
    }
}
@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) {
    header .fast .navbar-brand {
        width: 100%;
    }
    header .fast .navbar-brand img {
        display: block;
        margin: 0 auto;
    }
    header .fast #navb {
        display: none;
    }
    .bg-topslide {
        background-size: 122%;
        background-position: 0 0;
        height: 320px;
        position: relative;
        padding: 30px 0 0 0;
    }
    .bg-topslide .h1 {
        font-size: 22px;
        font-weight: 400;
    }
    .bg-topslide p {
        font-size: 16px;
        padding-right: 90px;
    }
    .bg-topslide .money-back {
        font-size: 17px;
        font-weight: 700;
        padding-right: 76px;
        display: flex;
        padding-top: 2px !important;
    }
    .bg-topslide .accepted {
        font-size: 20px;
    }
    .yelp .h1 {
        font-size: 29px;
    }
    .yelp .bx {
        position: relative;
        margin-bottom: 30px;
    }
    .yelp .bx:before {
        display: none;
    }
    .reviews .h1 {
        font-size: 32px;
    }
    .reviews .mt-5,
    .reviews .my-5 {
        margin-top: 1rem!important;
    }

    .thinkmedmarijuana .h1 {
        font-size: 18px;
        padding: 0 0%;
        line-height: 24px;
    }
    .thinkmedmarijuana p {
        font-size: 20px;
        padding: 15px 0% 0;
        line-height: 27px;
        margin-bottom: 2px;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx .tmjbxinner {
        position: static;
        right: 0;
        width: 100%;
        top: 114px;
        bottom: 0;
        margin: 0;
        height: fit-content;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx .tmjbxinner:after {
        content: unset;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx:nth-child(2) .tmjbxinner {
        position: static;
        right: 0;
        width: 100%;
        top: 114px;
        bottom: 0;
        margin: 0;
        height: fit-content;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx:nth-child(2) .tmjbxinner:after {
        content: unset;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx:nth-child(3) .tmjbxinner {
        position: static;
        right: 0;
        width: 100%;
        top: 114px;
        bottom: 0;
        margin: 0;
        height: fit-content;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx:nth-child(3) .tmjbxinner:after {
        content: unset;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx img {
        float: left;
        width: 50% !important;
        margin: 10px 25% 40px 25% !important;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx .lastpic {
        float: none;
        width: 54%;
        margin: auto;
    }
    .thinkmedmarijuana .threebxyelp .tmjbx .lastpic img {
        width: 100%;
        float: right;
        margin-top: 16px;
    }
    .mission-vision .box {
        padding: 29px 30px 0 30px;
        margin-bottom: 100px;
    }
    .smartchoice .h1 {
        font-size: 22px;
        padding: 0 0%;
        line-height: 28px;
        position: relative;
        color: #01233f;
    }

    .map-section .detail-box {
        margin-top: 70px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    header .fast .navbar-brand {
        width: 100%;
    }
    header .fast .navbar-brand img {
        display: block;
        margin: 0 auto;
    }
    header .fast #navb {
        display: none;
    }
    .bg-topslide {
        background-size: 122%;
        background-position: 0 0;
        height: 320px;
        position: relative;
        padding: 30px 0 0 0;
    }
    .bg-topslide .h1 {
        font-size: 22px;
        font-weight: 400;
    }
    .bg-topslide p {
        font-size: 16px;
        padding-right: 90px;
    }
    .bg-topslide .money-back {
        font-size: 17px;
        font-weight: 700;
        padding-right: 76px;
        display: flex;
        padding-top: 2px !important;
    }
    .bg-topslide .accepted {
        font-size: 20px;
    }
    .yelp .h1 {
        font-size: 29px;
    }
    .yelp .bx {
        position: relative;
        margin-bottom: 30px;
        padding: 0!important;
    }
    .yelp .threebxyelp p {
        padding: 13px 10px 0 10px !important;
    }
    .reviews .h1 {
        font-size: 32px;
    }
    .reviews .mt-5,
    .reviews .my-5 {
        margin-top: 1rem!important;
    }

    .thinkmedmarijuana .h1 {
        font-size: 18px;
        padding: 0 0%;
        line-height: 24px;
    }
    .thinkmedmarijuana p {
        font-size: 20px;
        padding: 15px 0% 0;
        line-height: 27px;
        margin-bottom: 2px;
    }
    .mission-vision .box {
        padding: 29px 30px 0 30px;
        margin-bottom: 100px;
    }
    .smartchoice .h1 {
        font-size: 22px;
        padding: 0 0%;
        line-height: 28px;
        position: relative;
        color: #01233f;
    }

}

@media (min-width: 576px){
    .modal-sm {
        max-width: 370px !important;
    }
}