@media screen and (max-width: 678px) {
    .dr-rm-page-body .hfcvd{
        display: none;
    }
    .dr-rm-page-body .mobgg{
        display: block !important;
    }
}

.dr-rm-page-body .mobgg{
    display: none;
}

.dr-rm-page-body .last-col{
    text-align: center;
}

.dr-rm-page-body .captchbox{
    border: 4px solid #a3a2a2;
    border-radius: 7px;
    padding: 15px;
    font-size: 17px;
}

.dr-rm-page-body button:disabled{
    opacity: .65;
}

.dr-rm-page-body \.dr-rm-page-body{
    font-family: system-ui !important;
}

.dr-rm-page-body h1, .dr-rm-page-body h2, .dr-rm-page-body h3, .dr-rm-page-body h4, .dr-rm-page-body h5, .dr-rm-page-body h6{
    font-family: system-ui !important;
}

.dr-rm-page-body a, .dr-rm-page-body span{
    font-family: system-ui !important;
}

.dr-rm-page-body .social-icons img{
    border-radius: 25%;
    padding: 9px;
    width: auto;
    background: var(--white-color);
    border: 1px solid var(--home3-main-color);
}

.dr-rm-page-body .testg{
    margin-top: -46px;
}

.dr-rm-page-body .home3-footer li img{
    width: auto;
}

.dr-rm-page-body .search-box-btn img{
    width: 20px;
    height: 20px;
}

.dr-rm-page-body .fgg{
    width: 30px;
}

.dr-rm-page-body .page-title h2{
    font-weight: 800;
    color: black !important;
    font-size: 34px !important;
}

.dr-rm-page-body .drimg img{
    animation: a-seven 10s infinite linear;
}

@-webkit-keyframes a-seven {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes a-seven {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.dr-rm-page-body .imgm{
    width: 100% !important;
    height: auto !important;
}

.dr-rm-page-body .imga{
    width: 275px !important;
    height: auto !important;
}

.dr-rm-page-body .imgb{
    width: 45px !important;
    height: auto !important;
}

.dr-rm-page-body .hrp{
    width: 256px !important;
}

.dr-rm-page-body .page-title{
    background-image: none !important;
}

.dr-rm-page-body .page-title .bread-crumb li{
    color: white !important;
}

.dr-rm-page-body .page-title .bread-crumb li a{
    color: #000000 !important;
}

.dr-rm-page-body .btn-style-two{
    position: relative;
    font-weight: 700;
    overflow: hidden;
    border: 2px solid white;
    box-shadow: rgb(57 57 57 / 67%) 0px 0px 20px 0px;
    text-align: center;
    padding: 14px 20px;
    margin-top: 5px;
    border-radius: 10px;
    letter-spacing: 1px;
    display: inline-block;
    color: var(--white-color);
    font-size: 13px;
    text-transform: uppercase;
    background-color: var(--main-color);
}

.dr-rm-page-body .btn-style-two:hover{
    background: #ff5800;
    color: white;
}

@media screen and (max-width:479px) {
    .dr-rm-page-body .mob-hide{
        display: none;
    }
    .dr-rm-page-body .page-title h2{
        margin-top: 13px;
        margin-bottom: -13px;
    }
    .dr-rm-page-body .mySlides img{
        width: auto !important;
        height: 100% !important;
    }
    .dr-rm-page-body .drimg img{
        animation: a-seven 10s infinite linear;
    }
    @-webkit-keyframes a-seven {
        0% {
            transform: scale(1);
        }
        20% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes a-seven {
        0% {
            transform: scale(1);
        }
        20% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    .dr-rm-page-body .mdropx:hover .mxdcon{
        display: block;
        position: sticky;
    }
    .dr-rm-page-body .mdropx{
        position: relative;
        display: inline-block;
    }
    .dr-rm-page-body .mxdcon{
        display: none;
    }
    .dr-rm-page-body .mobile-menu .menu-box{
        position: static !important;
    }
    .dr-rm-page-body .mxm{
        background: #fbfdff;
    }
    .dr-rm-page-body .dropbtn{
        border: 3px solid white !important;
    }
    .dr-rm-page-body .page-title{
        padding: 11px 9px 8px 7px !important;
        height: 110px;
    }
    .dr-rm-page-body .linos{
        line-height: 11px !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
        color: white !important;
        width: 96%;
        margin-left: 4px;
    }
    .dr-rm-page-body .dropdood:hover .dropdood-content{
        display: block;
        position: sticky;
        margin-top: 3px;
        width: 257px;
        margin-left: 9px;
    }
    .dr-rm-page-body .biou{
        float: right;
        background: black;
        color: white;
        padding: 6px 8px 7px 7px;
        border: 3px solid white;
        box-shadow: rgb(149 149 149 / 67%) 0px 0px 20px 0px;
        border-radius: 23px;
        margin-top: 2px;
    }
}

.dr-rm-page-body .dropbtn{
    background-color: #0744a5;
    color: white;
    padding: 6px 10px 6px 10px;
    font-size: 18px;
    margin-top: 7px;
    border-radius: 4px;
}

.dr-rm-page-body .dropdood{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.dr-rm-page-body .dropdood-content{
    display: none;
    position: sticky;
    background-color: #f1f1f1;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 4px;
}

.dr-rm-page-body .dropdood-content a{
    color: black;
    padding: 7px 5px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #b5b5b5;
}

.dr-rm-page-body .dropdood-content a:hover{
    background-color: #ddd;
}

.dr-rm-page-body .dropdood:hover .dropdood-content{
    display: block;
}

.dr-rm-page-body .dropdood:hover .dropbtn{
    background-color: red;
}

.dr-rm-page-body .text-center{
    text-align: center;
}

.dr-rm-page-body .dnishadow{
    border: 3px solid white;
    box-shadow: rgb(57 57 57 / 67%) 0px 0px 20px 0px;
    border-radius: 10px;
}

.dr-rm-page-body .dnishadowblog{
    border: 3px solid white;
    box-shadow: rgb(140 140 140 / 67%) 0px 0px 20px 0px;
    border-radius: 0px;
}

.dr-rm-page-body \.dr-rm-page-body{
    --main-color: #073b9e;
    --main-color-rgb: 18, 74, 148;
    --color-two: rgb(34, 34, 34);
    --color-two-rgb: 34, 34, 34;
    --color-three: rgb(109, 110, 115);
    --color-three-rgb: 109, 110, 115;
    --color-four: rgb(249, 49, 59);
    --color-four-rgb: 249, 49, 59;
    --color-five: rgb(238, 245, 255);
    --color-five-rgb: 238, 245, 255;
    --color-six: rgb(255, 192, 1);
    --color-six-rgb: 255, 192, 1;
    --color-seven: rgb(235, 235, 235);
    --color-seven-rgb: 235, 235, 235;
    --color-eight: rgb(11, 63, 131);
    --color-eight-rgb: 11, 63, 131;
    --color-nine: rgb(239, 243, 250);
    --color-nine-rgb: 239, 243, 250;
    --color-ten: rgb(64, 172, 236);
    --color-ten-rgb: 64, 172, 236;
    --color-eleven: rgb(239, 91, 63);
    --color-eleven-rgb: 239, 91, 63;
    --color-twelve: rgb(0, 145, 247);
    --color-twelve-rgb: 0, 145, 247;
    --color-thirteen: rgb(247, 167, 62);
    --color-thirteen-rgb: 247, 167, 62;
    --white-color: rgb(255, 255, 255);
    --white-color-rgb: 255, 255, 255;
    --black-color: rgb(0, 0, 0);
    --black-color-rgb: 0, 0, 0;
    --font-family-Manrope: "[bad string]

 --font-10: 10px;
    --font-12: 12px;
    --font-13: 13px;
    --font-14: 14px;
    --font-15: 15px;
    --font-16: 16px;
    --font-18: 18px;
    --font-20: 20px;
    --font-22: 22px;
    --font-24: 24px;
    --font-26: 26px;
    --font-28: 28px;
    --font-30: 30px;
    --font-34: 34px;
    --font-36: 36px;
    --font-40: 40px;
    --font-44: 44px;
    --font-48: 48px;
    --font-50: 50px;
    --font-52: 52px;
    --font-54: 54px;
    --font-56: 56px;
    --font-58: 58px;
    --font-60: 60px;
    --font-62: 62px;
    --font-64: 64px;
    --font-66: 66px;
    --font-68: 68px;
    --font-70: 70px;
    --font-72: 72px;
    --font-74: 74px;
    --font-76: 76px;
    --font-78: 78px;
    --font-80: 80px;
    --font-84: 84px;
    --font-90: 90px;
    --font-100: 100px;
    --font-110: 110px;
    --font-120: 120px;
    --font-150: 150px;
    --font-200: 200px;
    --margin-zero: 0px;
    --margin-left-5: 5px;
    --margin-left-10: 10px;
    --margin-left-15: 15px;
    --margin-left-20: 20px;
    --margin-left-25: 25px;
    --margin-left-30: 30px;
    --margin-left-35: 35px;
    --margin-left-40: 40px;
    --margin-left-45: 45px;
    --margin-left-50: 50px;
    --margin-left-55: 55px;
    --margin-left-60: 60px;
    --margin-left-65: 65px;
    --margin-left-70: 70px;
    --margin-left-75: 75px;
    --margin-left-80: 80px;
    --margin-left-85: 85px;
    --margin-left-90: 90px;
    --margin-left-95: 95px;
    --margin-left-100: 100px;
    --margin-left-120: 120px;
    --margin-top-5: 5px;
    --margin-top-10: 10px;
    --margin-top-15: 15px;
    --margin-top-20: 20px;
    --margin-top-25: 25px;
    --margin-top-30: 30px;
    --margin-top-35: 35px;
    --margin-top-40: 40px;
    --margin-top-45: 45px;
    --margin-top-50: 50px;
    --margin-top-55: 55px;
    --margin-top-60: 60px;
    --margin-top-65: 65px;
    --margin-top-70: 70px;
    --margin-top-75: 75px;
    --margin-top-80: 80px;
    --margin-top-85: 85px;
    --margin-top-90: 90px;
    --margin-top-95: 95px;
    --margin-top-100: 100px;
    --margin-top-120: 120px;
    --margin-right-5: 5px;
    --margin-right-10: 10px;
    --margin-right-15: 15px;
    --margin-right-20: 20px;
    --margin-right-25: 25px;
    --margin-right-30: 30px;
    --margin-right-35: 35px;
    --margin-right-40: 40px;
    --margin-right-45: 45px;
    --margin-right-50: 50px;
    --margin-right-55: 55px;
    --margin-right-60: 60px;
    --margin-right-65: 65px;
    --margin-right-70: 70px;
    --margin-right-75: 75px;
    --margin-right-80: 80px;
    --margin-right-85: 85px;
    --margin-right-90: 90px;
    --margin-right-95: 95px;
    --margin-right-100: 100px;
    --margin-bottom-5: 5px;
    --margin-bottom-10: 10px;
    --margin-bottom-15: 15px;
    --margin-bottom-20: 20px;
    --margin-bottom-25: 25px;
    --margin-bottom-30: 30px;
    --margin-bottom-35: 35px;
    --margin-bottom-40: 40px;
    --margin-bottom-45: 45px;
    --margin-bottom-50: 50px;
    --margin-bottom-55: 55px;
    --margin-bottom-60: 60px;
    --margin-bottom-65: 65px;
    --margin-bottom-70: 70px;
    --margin-bottom-75: 75px;
    --margin-bottom-80: 80px;
    --margin-bottom-85: 85px;
    --margin-bottom-90: 90px;
    --margin-bottom-95: 95px;
    --margin-bottom-100: 100px;
    --margin-bottom-150: 150px;
    --margin-bottom-200: 200px;
    --padding-zero: 0px;
    --padding-left-5: 5px;
    --padding-left-10: 10px;
    --padding-left-15: 15px;
    --padding-left-20: 20px;
    --padding-left-25: 25px;
    --padding-left-30: 30px;
    --padding-left-35: 35px;
    --padding-left-40: 40px;
    --padding-left-45: 45px;
    --padding-left-50: 50px;
    --padding-left-55: 55px;
    --padding-left-60: 60px;
    --padding-left-65: 65px;
    --padding-left-70: 70px;
    --padding-left-75: 75px;
    --padding-left-80: 80px;
    --padding-left-85: 85px;
    --padding-left-90: 90px;
    --padding-left-95: 95px;
    --padding-left-100: 100px;
    --padding-left-100: 110px;
    --padding-left-120: 120px;
    --padding-left-130: 130px;
    --padding-left-140: 140px;
    --padding-left-150: 150px;
    --padding-left-160: 160px;
    --padding-left-170: 170px;
    --padding-left-180: 180px;
    --padding-left-190: 190px;
    --padding-left-200: 200px;
    --padding-top-5: 5px;
    --padding-top-10: 10px;
    --padding-top-15: 15px;
    --padding-top-20: 20px;
    --padding-top-25: 25px;
    --padding-top-30: 30px;
    --padding-top-35: 35px;
    --padding-top-40: 40px;
    --padding-top-45: 45px;
    --padding-top-50: 50px;
    --padding-top-55: 55px;
    --padding-top-60: 60px;
    --padding-top-65: 65px;
    --padding-top-70: 70px;
    --padding-top-75: 75px;
    --padding-top-80: 80px;
    --padding-top-85: 85px;
    --padding-top-90: 90px;
    --padding-top-95: 95px;
    --padding-top-100: 100px;
    --padding-top-110: 110px;
    --padding-top-120: 120px;
    --padding-top-130: 130px;
    --padding-top-140: 140px;
    --padding-top-150: 150px;
    --padding-right-5: 5px;
    --padding-right-10: 10px;
    --padding-right-15: 15px;
    --padding-right-20: 20px;
    --padding-right-25: 25px;
    --padding-right-30: 30px;
    --padding-right-35: 35px;
    --padding-right-40: 40px;
    --padding-right-45: 45px;
    --padding-right-50: 50px;
    --padding-right-55: 55px;
    --padding-right-60: 60px;
    --padding-right-65: 65px;
    --padding-right-70: 70px;
    --padding-right-75: 75px;
    --padding-right-80: 80px;
    --padding-right-85: 85px;
    --padding-right-90: 90px;
    --padding-right-95: 95px;
    --padding-right-100: 100px;
    --padding-right-110: 110px;
    --padding-right-150: 150px;
    --padding-right-160: 160px;
    --padding-right-170: 170px;
    --padding-right-200: 200px;
    --padding-right-250: 250px;
    --padding-bottom-5: 5px;
    --padding-bottom-10: 10px;
    --padding-bottom-15: 15px;
    --padding-bottom-20: 20px;
    --padding-bottom-25: 25px;
    --padding-bottom-30: 30px;
    --padding-bottom-35: 35px;
    --padding-bottom-40: 40px;
    --padding-bottom-45: 45px;
    --padding-bottom-50: 50px;
    --padding-bottom-55: 55px;
    --padding-bottom-60: 60px;
    --padding-bottom-65: 65px;
    --padding-bottom-70: 70px;
    --padding-bottom-75: 75px;
    --padding-bottom-80: 80px;
    --padding-bottom-85: 85px;
    --padding-bottom-90: 90px;
    --padding-bottom-95: 95px;
    --padding-bottom-100: 100px;
    --padding-bottom-150: 150px;
    --padding-bottom-200: 200px;
    --padding-bottom-250: 250px;
}

.dr-rm-page-body \.dr-rm-page-body{
    font-family: system-ui !important;
}

.dr-rm-page-body p{
    color: black !important;
}

.dr-rm-page-body *, .dr-rm-page-body ::after, .dr-rm-page-body ::before{
    box-sizing: border-box;
}

.dr-rm-page-body header, .dr-rm-page-body nav{
    display: block;
}

.dr-rm-page-body ul{
    margin-top: 0;
    margin-bottom: 1rem;
}

.dr-rm-page-body ul ul{
    margin-bottom: 0;
}

.dr-rm-page-body strong{
    font-weight: 600;
    color: black;
}

.dr-rm-page-body a{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.dr-rm-page-body a:hover{
    color: #0056b3;
    text-decoration: underline;
}

.dr-rm-page-body img{
    vertical-align: middle;
    border-style: none;
}

.dr-rm-page-body button{
    border-radius: 0;
}

.dr-rm-page-body button:focus{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.dr-rm-page-body button{
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

.dr-rm-page-body button{
    overflow: visible;
}

.dr-rm-page-body button{
    text-transform: none;
}

.dr-rm-page-body button, .dr-rm-page-body \.dr-rm-page-body [type=button]{
    -webkit-appearance: button;
}

.dr-rm-page-body .collapse:not(.show){
    display: none;
}

.dr-rm-page-body .dropdown{
    position: relative;
}

.dr-rm-page-body .navbar-collapse{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.dr-rm-page-body .navbar-toggler{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.dr-rm-page-body .navbar-toggler:focus, .dr-rm-page-body .navbar-toggler:hover{
    text-decoration: none;
}

.dr-rm-page-body .navbar-toggler:not(:disabled):not(.disabled){
    cursor: pointer;
}

@media (min-width:768px) {
    .dr-rm-page-body .navbar-expand-md{
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .dr-rm-page-body .navbar-expand-md .navbar-collapse{
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .dr-rm-page-body .navbar-expand-md .navbar-toggler{
        display: none;
    }
}

.dr-rm-page-body .clearfix::after{
    display: block;
    clear: both;
    content: "";
}

.dr-rm-page-body .d-flex{
    display: -ms-flexbox !important;
    display: flex !important;
}

.dr-rm-page-body .flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.dr-rm-page-body .justify-content-between{
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.dr-rm-page-body .align-items-center{
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media print {
    .dr-rm-page-body *, .dr-rm-page-body ::after, .dr-rm-page-body ::before{
        text-shadow: none !important;
        box-shadow: none !important;
    }
    .dr-rm-page-body a:not(.btn){
        text-decoration: underline;
    }
    .dr-rm-page-body img{
        page-break-inside: avoid;
    }
}

/*! CSS Used from:  */

.dr-rm-page-body *{
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

.dr-rm-page-body a{
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: var(--main-color);
}

.dr-rm-page-body button, .dr-rm-page-body a:hover, .dr-rm-page-body a:focus, .dr-rm-page-body a:visited{
    text-decoration: none;
    outline: none !important;
}

.dr-rm-page-body .auto-container{
    position: static;
    max-width: 1280px;
    padding: 0px 14px;
    margin: 0 auto;
}

.dr-rm-page-body ul, .dr-rm-page-body li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dr-rm-page-body img{
    display: inline-block;
    max-width: 100%;
}

.dr-rm-page-body .theme-btn{
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dr-rm-page-body .btn-style-one{
    position: relative;
    font-weight: 700;
    overflow: hidden;
    border: 2px solid white;
    box-shadow: rgb(57 57 57 / 67%) 0px 0px 20px 0px;
    text-align: center;
    padding: 14px 20px;
    margin-top: 5px;
    border-radius: 10px;
    letter-spacing: 1px;
    display: inline-block;
    color: var(--white-color);
    font-size: 13px;
    text-transform: uppercase;
    background-color: var(--main-color);
}

.dr-rm-page-body .btn-style-one:hover{
    color: white !important;
}

.dr-rm-page-body .btn-style-one .btn-wrap{
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.dr-rm-page-body .btn-style-one .btn-wrap .text-one{
    position: relative;
    display: block;
    color: var(--white-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.dr-rm-page-body .btn-style-one:hover .btn-wrap .text-one:first-child{
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.dr-rm-page-body .btn-style-one .btn-wrap .text-two{
    position: absolute;
    top: 100%;
    display: block;
    color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dr-rm-page-body .btn-style-one:hover .btn-wrap .text-two{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dr-rm-page-body .btn-style-one:hover .btn-wrap .text-two{
    color: var(--white-color);
}

.dr-rm-page-body .btn-style-one:hover:before{
    top: -40%;
}

.dr-rm-page-body img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*! end @import */

.dr-rm-page-body .main-header{
    position: relative;
    z-index: 99;
    width: 100%;
    max-width: -webkit-fill-available !important;
    padding-left: 0px !important;
}

.dr-rm-page-body .sticky{
    position: fixed !important;
    top: 0;
    background: white !important;
    width: 100%;
}

.dr-rm-page-body .main-header .header-upper{
    position: relative;
    background-color: var(--white-color);
}

.dr-rm-page-body .main-header .header-upper .upper-right{
    position: relative;
}

.dr-rm-page-body .main-header .info-box:last-child{
    padding-right: var(--padding-right-30);
}

.dr-rm-page-body .main-header .info-box{
    position: relative;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: var(--font-16);
    margin-left: 8px;
    padding-left: 60px;
    border-left: 2px solid var(--color-five);
}

.dr-rm-page-body .main-header .info-box .icon-box{
    position: absolute;
    left: 4px;
    top: 14px;
    line-height: 1em;
    font-size: var(--font-40);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--color-four);
    line-height: 1em;
}

.dr-rm-page-body .main-header .info-box ul li{
    position: relative;
    line-height: 1.6em;
    font-weight: 600;
    margin: var(--margin-zero);
    color: var(--color-three);
    font-size: var(--font-14);
}

.dr-rm-page-body .main-header .info-box ul li a{
    position: relative;
    color: var(--color-three);
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.dr-rm-page-body .main-header .info-box ul li a:hover{
    color: var(--main-color);
}

.dr-rm-page-body .main-header .info-box strong{
    position: relative;
    font-weight: 700;
    font-size: var(--font-14);
    color: var(--color-two);
}

.dr-rm-page-body .main-header .header-lower{
    position: relative;
    border-bottom: 2px solid #eef5fe;
    background: white;
}

.dr-rm-page-body .main-header .header-lower .inner-container{
    position: relative;
    border-top: 2px solid var(--color-five);
}

.dr-rm-page-body .main-header .header-lower .nav-outer{
    position: relative;
    padding-right: 15px;
}

.dr-rm-page-body .main-header .header-upper .logo-box{
    position: relative;
    padding: 10px 0px 10px;
    margin-left: 100px;
}

.dr-rm-page-body .main-header .header-upper .logo-box .logo{
    position: relative;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:nth-child(7)>ul{
    left: 0px;
    right: auto !important;
}

.dr-rm-page-body .main-header .main-menu{
    position: relative;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.dr-rm-page-body .main-header .main-menu .navbar-collapse{
    padding: 0px;
    display: block;
}

.dr-rm-page-body .main-header .header-lower .main-menu .navigation{
    position: relative;
}

.dr-rm-page-body .main-header .main-menu .navigation>li{
    position: relative;
    margin-right: 8px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dr-rm-page-body .main-header .main-menu .navigation>li.dropdown>a{
    padding-right: 30px;
    padding: 12px 15px 12px 15px;
}

.dr-rm-page-body .main-header .sticky-header{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.dr-rm-page-body .main-header .sticky-header .mobile-nav-toggler{
    display: none;
    cursor: pointer;
}

.dr-rm-page-body .main-header .sticky-header .logo{
    position: relative;
    padding: 7px 0px;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>a{
    position: relative;
    display: block;
    font-weight: 500;
    padding: 15px 20px 15px;
    text-align: center;
    line-height: 6px;
    letter-spacing: 0px;
    color: #737373;
    font-size: 16px;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 3px solid white;
    box-shadow: rgb(174 172 172 / 67%) 0px 0px 20px 0px;
    border-radius: 8px;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:last-child{
    margin-right: var(--margin-zero);
}

.dr-rm-page-body .main-header .sticky-header .main-menu .navigation>li{
    position: relative;
}

.dr-rm-page-body .main-header .sticky-header .main-menu .navigation>li:last-child{
    margin-right: var(--margin-zero);
}

.dr-rm-page-body .main-header .main-menu .navigation>li:last-child ul{
    right: 0px;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>a:after{
    position: absolute;
    content: "";
    left: -14px;
    top: 32px;
    width: 83px;
    height: 30px;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>a::after, .dr-rm-page-body .main-header .main-menu .navigation>li.current>a::after{
    opacity: 1;
}

.dr-rm-page-body .main-header .sticky-header .main-menu .navigation>li>a:after{
    top: 22px;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>a, .dr-rm-page-body .main-header .main-menu .navigation>li.current>a{
    opacity: 1;
    background-color: var(--color-five);
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul{
    position: absolute;
    width: 16rem;
    padding: 25px 25px 30px 25px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    margin-top: 12px;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li{
    position: relative;
    width: 100%;
    opacity: 0;
    text-align: left;
    transform: translateY(11px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    margin-bottom: var(--margin-bottom-15);
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li:last-child{
    margin-bottom: var(--margin-zero);
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li{
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(2){
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(3){
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(4){
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(5){
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(6){
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(7){
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(8){
    -webkit-transition-delay: 560ms;
    -moz-transition-delay: 560ms;
    -ms-transition-delay: 560ms;
    -o-transition-delay: 560ms;
    transition-delay: 560ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(9){
    -webkit-transition-delay: 630ms;
    -moz-transition-delay: 630ms;
    -ms-transition-delay: 630ms;
    -o-transition-delay: 630ms;
    transition-delay: 630ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(10){
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(11){
    -webkit-transition-delay: 770ms;
    -moz-transition-delay: 770ms;
    -ms-transition-delay: 770ms;
    -o-transition-delay: 770ms;
    transition-delay: 770ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li:hover>ul>li:nth-child(12){
    -webkit-transition-delay: 840ms;
    -moz-transition-delay: 840ms;
    -ms-transition-delay: 840ms;
    -o-transition-delay: 840ms;
    transition-delay: 840ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li:last-child{
    border-bottom: none;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>a{
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 500;
    font-size: var(--font-15);
    text-transform: capitalize;
    color: var(--black-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>a:before{
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    width: 16px;
    height: 10px;
    opacity: 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: url(../img/local/right-arrow.png) no-repeat;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li:hover>a{
    color: var(--color-four);
    padding-left: var(--padding-left-20);
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li:hover>a::before{
    opacity: 1;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li.dropdown:hover>a:after{
    color: var(--color-four);
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul{
    position: absolute;
    left: 112%;
    top: -25px;
    width: 16rem;
    padding: 25px 25px 30px 25px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul>li{
    position: relative;
    width: 100%;
    text-align: left;
    opacity: 0;
    margin-bottom: var(--margin-bottom-15);
    transform: translateY(-8px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul>li:last-child{
    margin-bottom: var(--margin-zero);
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li{
    opacity: 1;
    transform: translateY(0px);
    -webkit-transition-delay: 70ms;
    -moz-transition-delay: 70ms;
    -ms-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    transition-delay: 70ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(2){
    -webkit-transition-delay: 140ms;
    -moz-transition-delay: 140ms;
    -ms-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    transition-delay: 140ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(3){
    -webkit-transition-delay: 210ms;
    -moz-transition-delay: 210ms;
    -ms-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    transition-delay: 210ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(4){
    -webkit-transition-delay: 280ms;
    -moz-transition-delay: 280ms;
    -ms-transition-delay: 280ms;
    -o-transition-delay: 280ms;
    transition-delay: 280ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(5){
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(6){
    -webkit-transition-delay: 420ms;
    -moz-transition-delay: 420ms;
    -ms-transition-delay: 420ms;
    -o-transition-delay: 420ms;
    transition-delay: 420ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li.dropdown:hover>ul>li:nth-child(7){
    -webkit-transition-delay: 490ms;
    -moz-transition-delay: 490ms;
    -ms-transition-delay: 490ms;
    -o-transition-delay: 490ms;
    transition-delay: 490ms;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul>li:last-child{
    border-bottom: none;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul>li>a{
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 500;
    font-size: var(--font-15);
    text-transform: capitalize;
    color: var(--black-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul>li>a:before{
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    width: 16px;
    height: 10px;
    opacity: 0;
    display: inline-block;
    transform: rotate(45deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: url(../img/local/right-arrow.png) no-repeat;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul>li>a:hover::before{
    opacity: 1;
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul>li:hover>a{
    color: var(--main-color);
}

.dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul>li:hover>a{
    color: var(--color-four);
    padding-left: var(--padding-left-20);
}

.dr-rm-page-body .main-header .main-menu .navigation>li.dropdown:hover>ul{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.dr-rm-page-body .main-header .main-menu .navigation li>ul>li.dropdown:hover>ul{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    margin-left: -22px;
}

.dr-rm-page-body .main-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn{
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--white-color);
    line-height: 28px;
    border: 1px solid var(--white-color-opicity-two);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.dr-rm-page-body .main-header .mobile-nav-toggler{
    position: relative;
    float: right;
    padding: 2px 0 0px;
    font-size: var(--font-24);
    line-height: 44px;
    cursor: pointer;
    color: var(--black-color);
    display: none;
}

.dr-rm-page-body .mobile-menu{
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 0px;
    max-width: 100%;
    height: 100%;
    z-index: 999999;
}

.dr-rm-page-body .mobile-menu .nav-logo{
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.dr-rm-page-body .mobile-menu .nav-logo img{
    max-width: 200px;
}

.dr-rm-page-body .mobile-menu .menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.dr-rm-page-body .mobile-menu .menu-box{
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.dr-rm-page-body .mobile-menu .close-btn{
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.dr-rm-page-body .mobile-menu .close-btn:hover{
    opacity: 0.50;
}

.dr-rm-page-body .mobile-menu .navigation{
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.dr-rm-page-body .mobile-menu .navigation li{
    position: relative;
    display: block;
}

.dr-rm-page-body .mobile-menu .navigation li>ul>li:last-child{
    border-bottom: none;
}

.dr-rm-page-body .mobile-menu .navigation li>ul>li:first-child{
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.dr-rm-page-body .mobile-menu .navigation li:hover>a{
    color: #111111;
}

.dr-rm-page-body .mobile-menu .navigation li.dropdown .dropdown-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.dr-rm-page-body .mobile-menu .navigation li.dropdown .dropdown-btn:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.dr-rm-page-body .mobile-menu .navigation li>ul>li>a{
    padding-left: 30px;
}

.dr-rm-page-body .mobile-menu .navigation li>ul>li>ul{
    padding-left: 0px;
}

.dr-rm-page-body .mobile-menu .navigation li>ul>li>ul>li>a{
    padding-left: 40px;
}

.dr-rm-page-body .main-header .mobile-menu .close-btn:hover{
    opacity: 0.50;
}

.dr-rm-page-body .main-header .mobile-menu .navigation{
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #dddddd;
}

.dr-rm-page-body .main-header .mobile-menu .navigation li{
    position: relative;
    display: block;
    width: 96%;
    margin-left: 4px;
    border-top: 1px solid #cfe6f4;
}

.dr-rm-page-body .main-header .mobile-menu .navigation li>ul>li:last-child{
    border-bottom: none;
}

.dr-rm-page-body .main-header .mobile-menu .navigation li>ul>li:first-child{
    border-top: 1px solid #dddddd;
}

.dr-rm-page-body .main-header .mobile-menu .navigation li>a{
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 20px;
    font-size: var(--font-14);
    color: var(--black-color);
    text-transform: capitalize;
}

.dr-rm-page-body .main-header .mobile-menu .navigation li:hover>a{
    color: var(--dark-text-color-two);
}

.dr-rm-page-body .main-header .mobile-menu .navigation li.dropdown .dropdown-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    color: var(--dark-color);
    font-size: var(--font-16);
    line-height: 44px;
    cursor: pointer;
    z-index: 5;
}

.dr-rm-page-body .main-header .mobile-menu .navigation li.dropdown .dropdown-btn:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid #dddddd;
}

.dr-rm-page-body .main-header .sticky-header .navbar-header{
    display: none;
}

.dr-rm-page-body .main-header .outer-box{
    position: relative;
}

.dr-rm-page-body .main-header .search-box-outer{
    position: relative;
}

.dr-rm-page-body .search-box-btn span{
    font-weight: 500;
}

.dr-rm-page-body .main-header .search-box-btn{
    position: relative;
    display: block;
    width: 210px;
    cursor: pointer;
    background: none;
    padding: 15px 0px;
    text-align: center;
    color: #0744a4;
    font-size: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-right: 2px solid var(--color-five);
}

.dr-rm-page-body .main-header .outer-box .nav-btn{
    position: relative;
    width: 60px;
    cursor: pointer;
    font-weight: 800;
    padding: 21px 0px;
    text-align: center;
    font-size: var(--font-18);
    color: var(--main-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-right: 2px solid var(--color-five);
}

.dr-rm-page-body .main-header .outer-box .nav-btn:hover{
    color: var(--color-four);
}

.dr-rm-page-body .header-social_box{
    position: relative;
    padding: 19px 18px;
}

.dr-rm-page-body .header-social_box li{
    position: relative;
    margin: 0px 2px;
    display: inline-block;
}

.dr-rm-page-body .header-social_box li a{
    position: relative;
    color: var(--color-three);
    font-size: var(--font-16);
}

.dr-rm-page-body .appointmeny_button-box{
    position: relative;
    height: 60px;
}

/*! end @import */

.dr-rm-page-body .fa{
    font-weight: var(--fa-style, 900);
}

.dr-rm-page-body .fa, .dr-rm-page-body .fa-regular, .dr-rm-page-body .fa-brands{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.dr-rm-page-body .fa-fw{
    text-align: center;
    width: 1.25em;
}

.dr-rm-page-body .fa-cart-shopping::before{
    content: "";
}

.dr-rm-page-body .fa-angle-down::before{
    content: "";
}

.dr-rm-page-body .fa-search::before{
    content: "";
}

.dr-rm-page-body .fa-brands{
    font-weight: 400;
}

.dr-rm-page-body .fa-facebook-f:before{
    content: "";
}

.dr-rm-page-body .fa-linkedin:before{
    content: "";
}

.dr-rm-page-body .fa-twitter:before{
    content: "";
}

.dr-rm-page-body .fa-dribbble:before{
    content: "";
}

.dr-rm-page-body .fa-regular{
    font-weight: 400;
}

/*! end @import */

.dr-rm-page-body .flaticon-close:before{
    content: "";
}

.dr-rm-page-body .flaticon-send-mail:before{
    content: "";
}

.dr-rm-page-body .flaticon-menu:before{
    content: "";
}

.dr-rm-page-body .flaticon-clock:before{
    content: "";
}

.dr-rm-page-body .flaticon-placeholder:before{
    content: "";
}

/*! end @import */

.dr-rm-page-body ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

/*! end @import */

/*! CSS Used from:  */

@media only screen and (max-width: 1400px) {
    .dr-rm-page-body .appointmeny_button-box{
        display: none;
    }
}

@media only screen and (max-width: 1240px) {
    .dr-rm-page-body .header-social_box{
        display: none;
    }
}

@media only screen and (max-width: 1140px) {
    .dr-rm-page-body .main-header .info-box{
        margin-left: var(--margin-left-20);
        padding-left: var(--padding-left-80);
    }
    .dr-rm-page-body .appointmeny_button-box{
        display: none;
    }
    .dr-rm-page-body .main-header .info-box{
        border: none;
        padding-left: var(--padding-left-60);
    }
    .dr-rm-page-body .main-header .info-box .icon-box{
        left: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .dr-rm-page-body .main-header .main-menu .navigation>li>ul, .dr-rm-page-body .main-header .main-menu .navigation>li>ul>li>ul{
        display: block !important;
        visibility: hidden;
        opacity: 0;
        width: 326px;
    }
}

@media only screen and (max-width: 1023px) {
    .dr-rm-page-body .main-header .outer-box{
        display: block;
    }
    .dr-rm-page-body .main-header .header-upper .logo-box{
        width: 100%;
        text-align: center;
    }
    .dr-rm-page-body .main-header .header-upper .upper-right{
        width: 100%;
        display: none !important;
        justify-content: center;
        padding-top: var(--padding-top-5);
    }
    .dr-rm-page-body .main-header{
        position: relative;
    }
    .dr-rm-page-body .main-header .nav-outer{
        width: 100%;
        text-align: center;
    }
    .dr-rm-page-body .main-header .info-box{
        float: none;
        display: inline-block;
        margin-left: var(--margin-zero);
        margin-right: var(--margin-right-25);
    }
    .dr-rm-page-body .main-header .info-box:last-child{
        border: none;
        margin-right: var(--margin-zero);
    }
    .dr-rm-page-body .main-header .mobile-nav-toggler{
        display: block;
        padding: 8px 0px;
    }
    .dr-rm-page-body .main-header .sticky-header .mobile-nav-toggler{
        display: block;
    }
    .dr-rm-page-body .main-header .nav-outer, .dr-rm-page-body .main-header .sticky-header .main-menu{
        display: none;
    }
    .dr-rm-page-body .main-header #navbarSupportedContent{
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .dr-rm-page-body .main-header .main-menu{
        width: 100%;
        display: none;
    }
    .dr-rm-page-body .main-header .main-menu .navbar-collapse>.navigation li.dropdown:after, .dr-rm-page-body .main-header .main-menu .navigation>li>ul:before{
        display: none !important;
    }
    .dr-rm-page-body .main-header .header-lower .outer-box{
        position: relative;
        z-index: 12;
        display: block;
    }
    .dr-rm-page-body .main-header .main-menu .navbar-header .navbar-toggler{
        display: inline-block;
        z-index: 12;
        width: 50px;
        height: 40px;
        float: none;
        padding: 0px;
        text-align: center;
        border-radius: 0px;
        background: none;
        border: 1px solid #ffffff;
    }
    .dr-rm-page-body .main-header .main-menu .navbar-header .navbar-toggler .icon-bar{
        position: relative;
        background: #ffffff;
        height: 2px;
        width: 26px;
        display: block;
        margin: 0 auto;
        margin: 5px 11px;
    }
    .dr-rm-page-body .main-header .nav-outer{
        width: 100%;
    }
    .dr-rm-page-body .main-header #navbarSupportedContent{
        display: block;
    }
    .dr-rm-page-body .main-header .outer-box{
        position: relative;
        left: 0px;
        margin-left: 0px;
        padding: 0px 0px;
    }
    .dr-rm-page-body .main-header .sticky-header .mobile-nav-toggler{
        display: block;
        padding: 15px 0px;
    }
    .dr-rm-page-body .main-header .mobile-nav-toggler{
        display: block;
        padding: 6px 12px !important;
        font-size: 13px;
        line-height: 20px;
        color: white;
        width: 82px;
        margin-left: 9px;
        margin-bottom: 3px;
    }
    .dr-rm-page-body .main-header .search-box-btn{
        display: block;
        font-size: 18px;
    }
    .dr-rm-page-body .main-header .outer-box .nav-btn{
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .dr-rm-page-body .main-header .header-upper .upper-right{
        display: none !important;
    }
}

.dr-rm-page-body *, .dr-rm-page-body ::after, .dr-rm-page-body ::before{
    box-sizing: border-box;
}

.dr-rm-page-body h3{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.dr-rm-page-body h3{
    font-size: 1.25rem;
}

.dr-rm-page-body p{
    margin-top: 0;
    margin-bottom: 1rem;
}

.dr-rm-page-body ul{
    padding-left: 2rem;
}

.dr-rm-page-body ul{
    margin-top: 0;
    margin-bottom: 1rem;
}

.dr-rm-page-body a{
    color: #0d6efd;
    text-decoration: underline;
}

.dr-rm-page-body img, .dr-rm-page-body svg{
    vertical-align: middle;
}

.dr-rm-page-body .container{
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .dr-rm-page-body .container{
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .dr-rm-page-body .container{
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .dr-rm-page-body .container{
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .dr-rm-page-body .container{
        max-width: 1140px;
    }
}

@media (min-width:1400px) {
    .dr-rm-page-body .container{
        max-width: 1320px;
    }
}

.dr-rm-page-body .row{
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.dr-rm-page-body .row>*{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.dr-rm-page-body .col-12{
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width:576px) {
    .dr-rm-page-body .col-sm-6{
        flex: 0 0 auto;
        width: 50%;
    }
    .dr-rm-page-body .col-sm-10{
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .dr-rm-page-body .col-sm-12{
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:768px) {
    .dr-rm-page-body .col-md-3{
        flex: 0 0 auto;
        width: 25%;
    }
    .dr-rm-page-body .col-md-6{
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width:992px) {
    .dr-rm-page-body .col-lg-2{
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .dr-rm-page-body .col-lg-3{
        flex: 0 0 auto;
        width: 25%;
    }
    .dr-rm-page-body .col-lg-4{
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

.dr-rm-page-body .card-title{
    margin-bottom: .5rem;
}

.dr-rm-page-body .justify-content-center{
    justify-content: center !important;
}

.dr-rm-page-body .fab, .dr-rm-page-body .far, .dr-rm-page-body .fas{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.dr-rm-page-body .fa-caret-right:before{
    content: "";
}

.dr-rm-page-body .fa-clock:before{
    content: "";
    color: white;
}

.dr-rm-page-body .fa-map-marker-alt:before{
    content: "";
}

.dr-rm-page-body .fa-phone-volume:before{
    content: "";
    color: white;
}

.dr-rm-page-body .fa-facebook-f:before{
    content: "";
}

.dr-rm-page-body .fa-google-plus-g:before{
    content: "";
}

.dr-rm-page-body .fa-twitter:before{
    content: "";
}

.dr-rm-page-body .fa-whatsapp:before{
    content: "";
}

.dr-rm-page-body img{
    max-width: 100%;
    height: auto;
}

.dr-rm-page-body h3{
    margin: 0;
    padding: 0;
    margin-top: -7px;
}

.dr-rm-page-body p{
    font-size: 16px !important;
    margin-bottom: 15px;
    line-height: 29px;
    color: var(--font-color);
}

.dr-rm-page-body p:last-child{
    margin-bottom: 0;
}

.dr-rm-page-body a{
    text-decoration: none;
    color: var(--blackColor);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.dr-rm-page-body a:hover{
    text-decoration: none;
    color: var(--blackColor);
}

.dr-rm-page-body .pt-100{
    padding-top: 100px;
}

.dr-rm-page-body .pb-100{
    padding-bottom: 41px;
}

.dr-rm-page-body .custom-card{
    -webkit-transition: all .7s;
    transition: all .7s;
}

.dr-rm-page-body .card-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.dr-rm-page-body ul{
    margin-bottom: 0;
    padding-left: 0;
}

.dr-rm-page-body ul li{
    list-style: none;
}

.dr-rm-page-body .paste-btn{
    position: relative;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    background: var(--home1-main-color);
    color: var(--white-color);
}

.dr-rm-page-body .paste-btn:hover{
    background: var(--home1-main-color-2);
    color: var(--white-color);
    border-radius: 30px 0 30px 0;
}

.dr-rm-page-body .home1-footer{
    background: #4b56af;
}

.dr-rm-page-body .home1-footer p, .dr-rm-page-body .home1-footer .card-title, .dr-rm-page-body .home1-footer i{
    color: #0c0c0c !important;
}

.dr-rm-page-body .home1-footer .row{
    margin-bottom: -6px;
}

.dr-rm-page-body .home1-footer .first-col{
    padding: 30px;
    background: #0aa1af;
    border: 3px solid #ffffff;
    box-shadow: rgb(22 22 22 / 67%) 0px 0px 20px 0px;
    border-radius: 10px;
}

.dr-rm-page-body .home1-footer .first-col p, .dr-rm-page-body .home1-footer .first-col h3{
    color: white !important;
    line-height: 19px;
}

.dr-rm-page-body .home1-footer .first-col h3{
    margin-bottom: 20px;
}

.dr-rm-page-body .home1-footer .first-col i{
    color: var(--home1-main-color);
}

.dr-rm-page-body .home1-footer .first-col li{
    margin-bottom: 10px;
    color: white;
}

.dr-rm-page-body .home1-footer .first-col li i{
    margin-right: 7px;
    color: white !important;
    font-size: 24px;
}

.dr-rm-page-body .home1-footer .first-col .social-icons{
    margin-top: 21px;
}

.dr-rm-page-body .home1-footer .first-col .social-icons i{
    margin-right: 0;
    color: var(--home1-main-color);
    background: var(--white-color);
    -webkit-transition: all .6s;
    transition: all .6s;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--home1-main-color);
    margin-right: 10px;
}

.dr-rm-page-body .home1-footer .first-col .social-icons i:hover{
    background: var(--home1-main-color);
    color: var(--white-color);
}

.dr-rm-page-body .home1-footer .second-col, .dr-rm-page-body .home1-footer .third-col{
    padding-left: 50px;
    padding-top: 5px;
}

.dr-rm-page-body .home1-footer .second-col i, .dr-rm-page-body .home1-footer .third-col i{
    margin-right: 5px;
}

.dr-rm-page-body .home1-footer .second-col .card-title, .dr-rm-page-body .home1-footer .third-col .card-title{
    margin-bottom: 30px;
}

.dr-rm-page-body .home1-footer .last-col .logo{
    margin-bottom: 30px;
    text-align: center !important;
}

.dr-rm-page-body .home1-footer .last-col p{
    margin-bottom: 30px;
}

.dr-rm-page-body .home3-footer{
    background: #eef5fe;
}

.dr-rm-page-body .home3-footer .first-col i{
    color: var(--home3-main-color);
}

.dr-rm-page-body .home3-footer .first-col .social-icons i{
    color: var(--home3-main-color);
    background: var(--white-color);
    border: 1px solid var(--home3-main-color);
}

.dr-rm-page-body .home3-footer .first-col .social-icons i:hover{
    background: var(--home3-main-color);
}

.dr-rm-page-body .home3-footer .paste-btn{
    background: #053ba0;
    color: white;
    border: 2px solid #ffffff;
    box-shadow: rgb(0 0 0 / 67%) 0px 0px 20px 0px;
}

@media only screen and (max-width:767px) {
    .dr-rm-page-body .pt-100{
        padding-top: 50px;
    }
    .dr-rm-page-body .pb-100{
        padding-bottom: 50px;
    }
    .dr-rm-page-body .card-title{
        font-size: 16px;
    }
    .dr-rm-page-body p{
        font-size: 15px;
    }
    .dr-rm-page-body .home1-footer .card-title{
        margin-bottom: 20px !important;
    }
    .dr-rm-page-body .home1-footer .second-col{
        padding-left: 0;
        margin-bottom: 30px;
    }
    .dr-rm-page-body .home1-footer .second-col p{
        margin-bottom: 10px;
    }
    .dr-rm-page-body .home1-footer .third-col{
        padding-left: 0;
    }
    .dr-rm-page-body .home1-footer .third-col p{
        margin-bottom: 10px;
    }
    .dr-rm-page-body .home1-footer .first-col{
        margin-bottom: 40px;
    }
    .dr-rm-page-body .home1-footer .first-col .social-icons{
        margin-top: 15px;
    }
    .dr-rm-page-body .home1-footer .first-col li{
        margin-bottom: 10px;
        font-size: 14px !important;
    }
    .dr-rm-page-body .home1-footer .last-col{
        margin-top: 20px;
    }
    .dr-rm-page-body .home1-footer .last-col .logo, .dr-rm-page-body .home1-footer .last-col p{
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .dr-rm-page-body .home1-footer .card-title{
        margin-bottom: 20px !important;
    }
    .dr-rm-page-body .home1-footer .second-col{
        text-align: left;
        padding-left: 30px;
    }
    .dr-rm-page-body .home1-footer .second-col p{
        margin-bottom: 10px;
    }
    .dr-rm-page-body .home1-footer .third-col{
        padding-left: 40px;
        text-align: left;
    }
    .dr-rm-page-body .home1-footer .third-col p{
        margin-bottom: 10px;
    }
    .dr-rm-page-body .home1-footer .first-col{
        text-align: center;
        margin-bottom: 40px;
    }
    .dr-rm-page-body .home1-footer .first-col .social-icons{
        margin-top: 15px;
    }
    .dr-rm-page-body .home1-footer .first-col li{
        margin-bottom: 10px;
        font-size: 14px !important;
        font-size: 4;
    }
    .dr-rm-page-body .home1-footer .last-col{
        margin-top: 30px;
        text-align: center;
    }
    .dr-rm-page-body .home1-footer .last-col .logo, .dr-rm-page-body .home1-footer .last-col p{
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dr-rm-page-body .pt-100{
        padding-top: 70px;
    }
    .dr-rm-page-body .pb-100{
        padding-bottom: 70px;
    }
    .dr-rm-page-body .home1-footer .second-col{
        padding-left: 30px;
    }
    .dr-rm-page-body .home1-footer .third-col{
        padding-left: 10px;
    }
    .dr-rm-page-body .home1-footer .first-col .social-icons{
        margin-top: 15px;
    }
    .dr-rm-page-body .home1-footer .first-col li{
        margin-bottom: 10px;
        font-size: 14px !important;
        font-size: 4;
    }
    .dr-rm-page-body .home1-footer .last-col{
        margin-top: 30px;
        text-align: center;
    }
    .dr-rm-page-body .home1-footer .last-col .logo, .dr-rm-page-body .home1-footer .last-col p{
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .dr-rm-page-body .card-title{
        font-size: 17px;
    }
    .dr-rm-page-body .home1-footer .second-col, .dr-rm-page-body .home1-footer .third-col{
        padding-left: 30px;
    }
    .dr-rm-page-body .home1-footer .first-col .social-icons{
        margin-top: 15px;
    }
    .dr-rm-page-body .home1-footer .first-col li{
        margin-bottom: 10px;
        font-size: 14px !important;
        font-size: 4;
    }
}

@media only screen and (min-width:1550px) {
    .dr-rm-page-body .card-title{
        font-size: 24px;
    }
    .dr-rm-page-body .home1-footer .first-col ul{
        margin-top: 26px;
    }
    .dr-rm-page-body .home1-footer .first-col .social-icons{
        margin-top: 25px;
    }
}

.dr-rm-page-body .home1-footer .last-col .logo img{
    border: 3px solid #ffffff;
    box-shadow: rgb(68 68 68 / 67%) 0px 0px 20px 0px;
    border-radius: 10px;
    background: white;
    width: 150px;
}

.dr-rm-page-body .copyright-3{
    background: #000000;
    padding: 7px;
}

.dr-rm-page-body .copyright-3 p{
    font-size: 14px;
    color: white !important;
}

@media all {
    .dr-rm-page-body ul, .dr-rm-page-body li{
        margin: 0px;
        padding: 0px;
    }
    .dr-rm-page-body ul li{
        list-style: none;
    }
    .dr-rm-page-body img{
        border: 0px;
        width: 100%;
        height: auto%;
        vertical-align: middle;
    }
    .dr-rm-page-body *, .dr-rm-page-body ::after, .dr-rm-page-body ::before{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media all {
    .dr-rm-page-body #Credibility-Container{
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: relative;
    }
    .dr-rm-page-body #Credibility-In{
        max-width: 1170px;
        min-width: 300px;
        margin: 0px auto;
        padding: 0px;
        position: relative;
    }
    .dr-rm-page-body #Credibility-Container{
        border-top: 1px solid #e7e7e7;
    }
    .dr-rm-page-body #Credibility-In{
        padding: 30px 0px 60px 0px;
    }
    .dr-rm-page-body .crd-logos{
        text-align: center;
        font-size: 0px;
    }
    .dr-rm-page-body .crd-logos li{
        display: inline-block;
        vertical-align: top;
        width: 292px;
        border-right: 1px solid #e7e7e7;
        text-align: center;
        padding: 16px 0px;
    }
    .dr-rm-page-body .crd-logos li:nth-child(4){
        border-right: 0px;
    }
    .dr-rm-page-body .crd-logos li:last-child{
        border-right: 0px;
    }
    .dr-rm-page-body .crd-logos li:nth-child(n/**/+1){
        border-bottom: 1px solid #e7e7e7;
    }
    .dr-rm-page-body .crd-logos li:nth-child(n/**/+5){
        border-bottom: 0px;
    }
    @media screen and (max-width:1023px) {
        .dr-rm-page-body .crd-logos li:nth-child(n/**/+1){
            border-bottom: 0px;
        }
        .dr-rm-page-body .crd-logos li{
            border-right: 0px;
        }
    }
}

@media all {
    .dr-rm-page-body a, .dr-rm-page-body a:hover{
        text-decoration: none;
        color: inherit;
    }
    .dr-rm-page-body *, .dr-rm-page-body ::after, .dr-rm-page-body ::before{
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .dr-rm-page-body a:focus{
        outline: 1px dotted #000;
    }
    .dr-rm-page-body .tel1{
        display: inline-block;
    }
}

@media all {
    .dr-rm-page-body .reach-us{
        background: #053ba1;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 482px;
        margin-top: -25px;
        border-radius: 50px;
        font: 400 25px/38px nunito;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
        border: 3px solid white;
        box-shadow: rgb(57 57 57 / 67%) 0px 0px 20px 0px;
        padding: 4px 0px;
    }
    .dr-rm-page-body .reach-us::before{
        left: 20px;
    }
    .dr-rm-page-body .reach-us::after{
        right: 20px;
    }
    .dr-rm-page-body .reach-us .tel1 a{
        display: inline-block;
        vertical-align: top;
        padding: 0px 0px 0px 50px;
        position: relative;
    }
    .dr-rm-page-body .reach-us .tel1 a::before{
        content: " ";
        position: absolute;
        width: 45px;
        height: 45px;
        background: url(../img/home/sprite-home.webp) no-repeat -95px -96px;
        left: 3px;
    }
    @media screen and (max-width:767px) {
        .dr-rm-page-body .reach-us{
            font: 400 28px/38px nunito;
        }
    }
    @media screen and (max-width: 640px) {
        .dr-rm-page-body .reach-us::before, .dr-rm-page-body .reach-us::after{
            content: none;
        }
        .dr-rm-page-body .reach-us{
            width: auto;
        }
    }
    @media screen and (max-width:479px) {
        .dr-rm-page-body .reach-us{
            padding: 8px 0px;
        }
        .dr-rm-page-body .reach-us{
            border-radius: 0px;
            font: 400 20px/36px nunito;
        }
    }
}

.dr-rm-page-body .faa-ring.animated{
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
}

/*! CSS Used keyframes */

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.dr-rm-page-body .mobile-fixed-sticky{
    display: none;
}

@media only screen and (max-width:767px) {
    .dr-rm-page-body .mobile-fixed-sticky{
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        left: 0;
        box-shadow: 0 0 8px 1px #ffffff82
    }
    .dr-rm-page-body .mobile-sticky-left{
        background: #063b9f;
        padding: 10px 15px;
        text-align: center
    }
    .dr-rm-page-body .mobile-sticky-right{
        background: #000000;
        padding: 14px 22px;
        text-align: right;
    }
    .dr-rm-page-body .mobile-sticky-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
    .dr-rm-page-body .WhatsappFixed-bottom{
        position: fixed;
        left: 50%;
        background: #64c02b;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 4px solid white;
        transform: translate(-50%);
        bottom: 10px;
        box-shadow: rgb(57 57 57 / 67%) 0px 0px 20px 0px;
    }
    .dr-rm-page-body .WhatsappFixed-bottom a{
        font-size: 36px;
        color: #ffffff;
    }
    .dr-rm-page-body .mobile-fixed-sticky .gto{
        font-size: 20px;
        font-family: system-ui;
    }
    .dr-rm-page-body .mobile-sticky-left a, .dr-rm-page-body .mobile-sticky-right a{
        font-size: 19px;
        color: #fff
    }
    .dr-rm-page-body .mobile-fixed-sticky{
        display: block;
    }
}
/* WordPress / Elementor editable content bridge */
.dr-rm-page-body .dr-rm-elementor-content {
    width: 100%;
}


/* Final contrast override for the light "Our Commitment to Patients" block.
   The source stylesheet intentionally used white text for a dark version of
   this component; this page uses a light background, so keep all body text
   readable here. */
.dr-rm-page-body .Find-a-Physician-In,
.dr-rm-page-body .Find-a-Physician-In h2,
.dr-rm-page-body .Find-a-Physician-In p,
.dr-rm-page-body .Find-a-Physician-In a,
.dr-rm-page-body .Find-a-Physician-In strong,
.dr-rm-page-body .Find-a-Physician-In span,
.dr-rm-page-body .Find-a-Physician-In li {
    color: #1f2937 !important;
}
.dr-rm-page-body .Find-a-Physician-In h2,
.dr-rm-page-body .Find-a-Physician-In h2 a {
    color: #063b9f !important;
}
.dr-rm-page-body .Find-a-Physician-In a:hover {
    color: #00a2e1 !important;
}

/* v5.1.1 — final responsive presentation overrides
 * one.css is loaded after home.css, so these rules intentionally live here
 * to win the old embedded/mobile rules without changing the content/SEO.
 */

/* Keep the plugin breadcrumb readable and prevent theme/nav typography from
   collapsing it on narrow screens. */
#dr-rm-page nav.dr-rm-breadcrumb {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    width: 100% !important;
    min-height: 40px !important;
    margin: 0 0 14px !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    line-height: 18px !important;
    visibility: visible !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
}
#dr-rm-page nav.dr-rm-breadcrumb a,
#dr-rm-page nav.dr-rm-breadcrumb span {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

/* The theme's global img rule sets width:100%.  Managed images must opt out
   where their original aspect ratio is part of the design. */
.dr-rm-page-body img.dr-rm-managed-image {
    height: auto !important;
    max-height: none;
}

/* Doctor block: make the portrait occupy a useful amount of the mobile
   column while retaining its natural aspect ratio. */
.dr-rm-page-body .Doctor-Section .dr-left {
    text-align: center !important;
}
.dr-rm-page-body .Doctor-Section .dr-left .drimg {
    display: block !important;
    width: 100% !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    text-align: center !important;
}
.dr-rm-page-body .Doctor-Section .dr-left .drimg img.dr-rm-managed-image {
    display: block !important;
    width: 100% !important;
    max-width: 360px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    animation: none !important;
}

/* Standalone editorial images: use their real ratio, not fixed-height
   contain boxes that make them look artificially small. */
.dr-rm-page-body .ortho > img.dr-rm-managed-image,
.dr-rm-page-body .Find-a-Physician-In > img.dr-rm-managed-image,
.dr-rm-page-body .dr-rm-where-image img.dr-rm-managed-image,
.dr-rm-page-body .news-section .content-column > img.dr-rm-managed-image {
    display: block !important;
    width: 100% !important;
    max-width: 720px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: initial !important;
    margin: 0 auto 18px !important;
}
.dr-rm-page-body .Find-a-Physician-In > img.dr-rm-managed-image {
    width: 100% !important;
    max-width: 480px !important;
}

/* Portfolio desktop: two equal columns, natural image ratio. */
.dr-rm-page-body .portfolio-sec .row {
    align-items: stretch !important;
}
.dr-rm-page-body .portfolio-sec .col-md-6 > img.dr-rm-managed-image {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    #dr-rm-page nav.dr-rm-breadcrumb {
        min-height: 36px !important;
        margin-bottom: 10px !important;
        padding: 7px 10px !important;
        font-size: 12px !important;
        line-height: 17px !important;
    }
    #dr-rm-page nav.dr-rm-breadcrumb a,
    #dr-rm-page nav.dr-rm-breadcrumb span {
        font-size: 12px !important;
        line-height: 17px !important;
    }

    .dr-rm-page-body .Doctor-Section .dr-left {
        display: block !important;
        width: 100% !important;
        padding: 24px 14px 0 !important;
    }
    .dr-rm-page-body .Doctor-Section .dr-left .drimg {
        width: min(100%, 320px) !important;
        max-width: 320px !important;
    }
    .dr-rm-page-body .Doctor-Section .dr-left .drimg img.dr-rm-managed-image {
        width: 100% !important;
        max-width: 320px !important;
        height: auto !important;
    }

    /* Stack the two portfolio images on phones. This avoids 50%-width
       contain boxes making the actual photographs look tiny. */
    .dr-rm-page-body .portfolio-sec .row {
        display: block !important;
        width: 100% !important;
    }
    .dr-rm-page-body .portfolio-sec .col-md-6 {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 12px !important;
    }
    .dr-rm-page-body .portfolio-sec .col-md-6 > img.dr-rm-managed-image {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
    }

    .dr-rm-page-body .ortho > img.dr-rm-managed-image,
    .dr-rm-page-body .dr-rm-where-image img.dr-rm-managed-image,
    .dr-rm-page-body .news-section .content-column > img.dr-rm-managed-image {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        height: auto !important;
        max-height: none !important;
    }
    .dr-rm-page-body .Find-a-Physician-In > img.dr-rm-managed-image {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        height: auto !important;
        max-height: none !important;
    }
}

/* v5.1.3 — visual breadcrumb cleanup
 * The theme also outputs its own breadcrumb outside the plugin template.
 * Keep only that compact navigation strip visually; plugin breadcrumb is
 * hidden to avoid duplicate bars. SEO/schema breadcrumb data is untouched.
 */
.dr-rm-page-body > nav.dr-rm-breadcrumb {
    display: none !important;
}

/* Theme breadcrumb rendered between the page hero and content. */
body.page-template-templates-page-dr-rajesh .breadcrumb-wrap,
body.page-template-page-dr-rajesh .breadcrumb-wrap,
body.page-template-templates-page-dr-rajesh .woocommerce-breadcrumb,
body.page-template-page-dr-rajesh .woocommerce-breadcrumb {
    background-image: none !important;
    background: #fff !important;
    background-color: #fff !important;
    min-height: 22px !important;
    height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
}

body.page-template-templates-page-dr-rajesh .breadcrumb-wrap a,
body.page-template-page-dr-rajesh .breadcrumb-wrap a,
body.page-template-templates-page-dr-rajesh .woocommerce-breadcrumb,
body.page-template-page-dr-rajesh .woocommerce-breadcrumb {
    font-size: 10px !important;
    line-height: 14px !important;
}

@media (max-width: 767px) {
    body.page-template-templates-page-dr-rajesh .breadcrumb-wrap,
    body.page-template-page-dr-rajesh .breadcrumb-wrap,
    body.page-template-templates-page-dr-rajesh .woocommerce-breadcrumb,
    body.page-template-page-dr-rajesh .woocommerce-breadcrumb {
        min-height: 18px !important;
        height: 18px !important;
        max-height: 18px !important;
        padding: 0 7px !important;
    }
    body.page-template-templates-page-dr-rajesh .breadcrumb-wrap a,
    body.page-template-page-dr-rajesh .breadcrumb-wrap a,
    body.page-template-templates-page-dr-rajesh .woocommerce-breadcrumb,
    body.page-template-page-dr-rajesh .woocommerce-breadcrumb {
        font-size: 8px !important;
        line-height: 12px !important;
    }
}


/* ===== v5.2.1: spacing, service-card symmetry, uncropped visual + CTA layout ===== */
.dr-rm-quick-services{background:#fff;padding:72px 28px 68px;overflow:hidden}
.dr-rm-quick-services .auto-container{max-width:1280px;margin:0 auto}
.dr-rm-quick-services-heading{text-align:center;margin-bottom:38px}
.dr-rm-quick-services-heading .dr-rm-eyebrow{font-size:15px;line-height:1.2;letter-spacing:2px;font-weight:700;color:#6b6b6b;margin-bottom:8px}
.dr-rm-quick-services-heading h2{margin:0;color:#0b48a8;font-size:44px;line-height:1.1;font-weight:700;text-transform:none}
.dr-rm-quick-services-grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,430px) minmax(280px,1fr);gap:46px;align-items:center}
.dr-rm-service-column{display:flex;flex-direction:column;gap:14px;position:relative;z-index:2}
.dr-rm-service-card{min-height:66px;background:#fff;border-radius:3px;box-shadow:0 7px 24px rgba(20,46,80,.11);display:flex;align-items:center;padding:18px 28px;border-left:5px solid #0b48a8;font-size:17px;line-height:1.3;font-weight:700;color:#202020}
.dr-rm-service-column-right .dr-rm-service-card{border-left:5px solid #0b48a8;border-right:0;justify-content:flex-start;text-align:left}
.dr-rm-service-doctor{align-self:end;display:flex;align-items:flex-end;justify-content:center;min-height:520px;position:relative;padding:0 10px}
.dr-rm-service-doctor:after{content:"";position:absolute;left:4%;right:4%;bottom:0;height:120px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff 88%);pointer-events:none}
.dr-rm-service-doctor img{display:block;width:100%;max-width:430px;height:auto;max-height:570px;object-fit:contain;object-position:center bottom;filter:none}

.dr-rm-commitment{background:#f5f8fc;padding:46px 20px}
.dr-rm-commitment .Find-a-Physician-In{max-width:1180px;margin:0 auto}
.dr-rm-commitment .Find-a-Physician-In h2{font-size:32px;line-height:1.25;color:#222;margin:0 0 18px}
.dr-rm-commitment .Find-a-Physician-In p{font-size:17px;line-height:1.75;color:#333;margin:0 0 14px}

.dr-rm-hurt-visual{background:#fff;padding:52px 28px 46px;border-top:4px solid #2c416d;overflow:hidden}
.dr-rm-hurt-inner{max-width:1440px;margin:0 auto;min-height:590px;display:grid;grid-template-columns:48% 52%;align-items:stretch}
.dr-rm-hurt-copy{padding:54px 7% 48px;text-align:center;z-index:2}
.dr-rm-hurt-copy h2{font-size:42px;line-height:1.15;margin:0;color:#111;font-weight:700}
.dr-rm-hurt-copy>h3{font-size:24px;line-height:1.25;margin:10px 0 16px;color:#111;font-weight:700}
.dr-rm-hurt-copy:after{content:"";display:block;width:430px;max-width:90%;height:3px;background:#0b48a8;margin:14px auto 0;position:absolute}
.dr-rm-hurt-intro{max-width:650px;margin:26px auto 26px;font-size:16px;line-height:1.55;color:#333}
.dr-rm-areas-title{margin-top:0!important;margin-bottom:18px!important;color:#5c6672!important;font-size:21px!important}
.dr-rm-hurt-list{max-width:560px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}
.dr-rm-hurt-item{background:#fff;border-radius:12px;box-shadow:0 6px 18px rgba(17,50,95,.10);padding:0 0 11px;overflow:hidden}
.dr-rm-hurt-button{display:flex;align-items:center;justify-content:center;background:#0b48a8;color:#fff;border:2px solid #fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.20);min-height:45px;padding:8px 15px;font-size:16px;line-height:1.2;font-weight:700}
.dr-rm-hurt-item p{font-size:12.5px;line-height:1.4;color:#464646;margin:9px 12px 0;text-align:left}
.dr-rm-hurt-image{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(110deg,#fff 5%,#eef2f8 48%,#b7c1d3 100%);min-height:590px}
.dr-rm-hurt-image img{width:100%;height:100%;max-height:590px;object-fit:contain;object-position:center;background:#eef2f8}

@media(max-width:991px){
 .dr-rm-quick-services{padding:48px 16px 36px}
 .dr-rm-quick-services-heading h2{font-size:36px}
 .dr-rm-quick-services-grid{grid-template-columns:1fr 260px 1fr;gap:18px}
 .dr-rm-service-card{font-size:14px;min-height:58px;padding:12px 14px}
 .dr-rm-service-doctor{min-height:430px}
 .dr-rm-hurt-inner{grid-template-columns:1fr;min-height:0}
 .dr-rm-hurt-copy{padding:48px 20px 38px}
 .dr-rm-hurt-image{min-height:360px}
 .dr-rm-hurt-image img{max-height:480px;object-fit:cover}
}
@media(max-width:767px){
 .dr-rm-quick-services-heading .dr-rm-eyebrow{font-size:12px}
 .dr-rm-quick-services-heading h2{font-size:30px}
 .dr-rm-quick-services-grid{display:flex;flex-direction:column;gap:18px}
 .dr-rm-service-column{width:100%;gap:10px}
 .dr-rm-service-column-right .dr-rm-service-card{border-right:0;border-left:5px solid #0b48a8;justify-content:flex-start;text-align:left}
 .dr-rm-service-doctor{order:-1;min-height:0;width:100%}
 .dr-rm-service-doctor img{max-width:285px;max-height:360px}
 .dr-rm-service-doctor:after{height:70px}
 .dr-rm-commitment{padding:34px 16px}
 .dr-rm-commitment .Find-a-Physician-In h2{font-size:27px}
 .dr-rm-commitment .Find-a-Physician-In p{font-size:16px;line-height:1.65}
 .dr-rm-hurt-copy h2{font-size:32px}
 .dr-rm-hurt-copy>h3{font-size:21px}
 .dr-rm-hurt-list{grid-template-columns:1fr}
 .dr-rm-hurt-image{min-height:270px}
 .dr-rm-hurt-image img{min-height:270px;object-fit:cover}
}

/* v5.2.1 CTA: phone centered above appointment label */
.call-to-action-section .inner-container .d-flex{justify-content:center!important;flex-direction:column!important;gap:8px!important;text-align:center!important;padding:16px 20px!important}
.call-to-action-section .phone{order:1!important;display:block!important;margin:0 auto!important;text-align:center!important}
.call-to-action-section .appointment{order:2!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;text-align:center!important}
@media(max-width:767px){.dr-rm-quick-services{padding:42px 18px 44px}.dr-rm-quick-services-heading{margin-bottom:24px}.dr-rm-service-card{padding:16px 20px}.dr-rm-hurt-visual{padding:36px 16px}.dr-rm-hurt-copy{padding:36px 10px 30px}.dr-rm-hurt-image img{object-fit:contain!important;min-height:0!important;height:auto!important}.call-to-action-section .inner-container .d-flex{padding:14px 10px!important}}


/* ===== v5.2.3 layout polish: no overlaps, contained visuals, symmetric service accents, review slider ===== */
.dr-rm-quick-services{position:relative;z-index:1;padding-top:64px!important;padding-bottom:76px!important;overflow:visible!important;clear:both}
.dr-rm-quick-services .auto-container{padding-left:22px;padding-right:22px}
.dr-rm-quick-services-grid{align-items:stretch!important;gap:42px!important}
.dr-rm-service-column{justify-content:center!important;gap:16px!important}
.dr-rm-service-card{box-sizing:border-box!important;min-height:72px!important;padding:20px 26px!important;border-left:5px solid #0b48a8!important;border-right:0!important;text-align:left!important;justify-content:flex-start!important;overflow:hidden}
.dr-rm-service-card span{display:block;padding-left:2px;line-height:1.4}
.dr-rm-service-doctor{align-self:stretch!important;min-height:0!important;height:auto!important;padding:24px 8px 0!important;overflow:hidden!important}
.dr-rm-service-doctor:after{display:none!important}
.dr-rm-service-doctor img{width:100%!important;height:100%!important;max-height:580px!important;object-fit:contain!important;object-position:center bottom!important}
.dr-rm-page-body .Doctor-Container{position:relative!important;z-index:0!important;clear:both!important;margin-top:0!important;padding-top:48px!important}
.dr-rm-page-body .Doctor-Section{overflow:hidden!important}
.dr-rm-page-body .Doctor-Section .table-div{align-items:center!important}

/* Family / editorial visual: show the complete source image rather than cropping it. */
.dr-rm-page-body .ortho>img.dr-rm-managed-image{width:min(100%,900px)!important;max-width:calc(100% - 32px)!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;margin:24px auto 30px!important;background:#fff}

/* Orthopedic conditions image: center the whole image and never use cover. */
.dr-rm-page-body .dr-rm-condition-visual{padding:36px 20px!important;overflow:visible!important;background:#eef6fd}
.dr-rm-page-body .dr-rm-condition-visual .auto-container,.dr-rm-page-body .dr-rm-condition-visual .content-column{max-width:1240px!important;margin:0 auto!important;overflow:visible!important;text-align:center!important}
.dr-rm-page-body .dr-rm-condition-visual img.dr-rm-managed-image{display:block!important;width:100%!important;max-width:1200px!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;margin:0 auto!important;border-radius:10px}

/* Where-does-it-hurt visual must remain entirely visible on every breakpoint. */
.dr-rm-hurt-image{overflow:hidden!important;padding:20px!important}
.dr-rm-hurt-image img{width:100%!important;height:auto!important;max-height:560px!important;min-height:0!important;object-fit:contain!important;object-position:center center!important;background:transparent!important}

/* SEO-friendly patient feedback carousel: text remains in the DOM and visible to crawlers. */
.dr-rm-testimonials{background:#fff;padding:72px 22px 78px;clear:both;overflow:hidden}
.dr-rm-testimonials .auto-container{max-width:1320px;margin:0 auto}
.dr-rm-testimonials-head{text-align:center;max-width:760px;margin:0 auto 34px}
.dr-rm-testimonials-head .dr-rm-eyebrow{font-size:14px;font-weight:800;letter-spacing:1.7px;color:#667085;margin-bottom:7px}
.dr-rm-testimonials-head h2{margin:0;color:#0b48a8;font-size:40px;line-height:1.15;font-weight:800}
.dr-rm-testimonials-head p{margin:12px auto 0;font-size:16px;line-height:1.6;color:#555}
.dr-rm-review-slider{position:relative;padding:0 54px}
.dr-rm-review-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:8px 2px 14px}
.dr-rm-review-track::-webkit-scrollbar{display:none}
.dr-rm-review-card{flex:0 0 calc(25% - 14px);scroll-snap-align:start;background:#fff;border:1px solid #e8edf4;border-radius:14px;box-shadow:0 8px 28px rgba(21,51,92,.09);padding:28px 24px;min-height:220px;display:flex;flex-direction:column;justify-content:flex-start}
.dr-rm-stars{color:#f5b400;font-size:20px;letter-spacing:2px;margin-bottom:14px}
.dr-rm-review-card p{font-size:15px;line-height:1.7;color:#333;margin:0 0 18px}
.dr-rm-review-card h3{font-size:15px;line-height:1.3;margin:auto 0 0;color:#0b48a8;font-weight:800}
.dr-rm-review-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:#eaf2ff;color:#0b48a8;font-size:32px;line-height:1;cursor:pointer;box-shadow:0 5px 15px rgba(11,72,168,.12)}
.dr-rm-review-prev{left:0}.dr-rm-review-next{right:0}

@media(max-width:1100px){.dr-rm-review-card{flex-basis:calc(50% - 9px)}.dr-rm-quick-services-grid{gap:22px!important}.dr-rm-service-card{padding:17px 18px!important}.dr-rm-page-body .Doctor-Container{padding-top:36px!important}}
@media(max-width:767px){.dr-rm-quick-services{padding:42px 16px 50px!important}.dr-rm-quick-services .auto-container{padding:0!important}.dr-rm-service-doctor{order:-1!important;padding-top:0!important}.dr-rm-service-doctor img{height:auto!important;max-height:390px!important}.dr-rm-service-card{min-height:60px!important;padding:16px 18px!important}.dr-rm-page-body .Doctor-Container{padding-top:30px!important}.dr-rm-page-body .ortho>img.dr-rm-managed-image{max-width:100%!important;margin:14px auto 22px!important}.dr-rm-hurt-image{min-height:0!important;padding:12px!important}.dr-rm-hurt-image img{height:auto!important;max-height:none!important;object-fit:contain!important}.dr-rm-condition-visual{padding:24px 12px!important}.dr-rm-testimonials{padding:52px 14px 58px}.dr-rm-testimonials-head h2{font-size:31px}.dr-rm-review-slider{padding:0 42px}.dr-rm-review-card{flex-basis:100%;min-height:210px;padding:24px 20px}.dr-rm-review-nav{width:36px;height:36px;font-size:27px}}

/* ===== v5.2.3 image replacements + static testimonial grid ===== */
.dr-rm-page-body .ortho>img.dr-rm-managed-image{
  display:block!important;
  width:min(100%,980px)!important;
  max-width:calc(100% - 32px)!important;
  aspect-ratio:613/294!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:24px auto 32px!important;
  border-radius:10px!important;
}
.dr-rm-page-body .dr-rm-condition-visual img.dr-rm-managed-image{
  display:block!important;
  width:min(100%,1100px)!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
}
.dr-rm-review-slider{padding:0!important;overflow:visible!important}
.dr-rm-review-track{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:20px!important;
  overflow:visible!important;
  padding:8px 2px 14px!important;
  scroll-snap-type:none!important;
}
.dr-rm-review-card{width:auto!important;min-width:0!important;flex:none!important;min-height:220px!important}
.dr-rm-review-nav{display:none!important}
@media(max-width:1100px){.dr-rm-review-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:767px){
  .dr-rm-review-track{grid-template-columns:1fr!important;gap:16px!important}
  .dr-rm-page-body .ortho>img.dr-rm-managed-image{max-width:100%!important;aspect-ratio:auto!important;margin:14px auto 24px!important}
}


/* ===== v5.2.4 visual cleanup: no cropped graphics, stronger type, no surgery-side image ===== */
.dr-rm-page-body .hfcvd .mySlides img,
.dr-rm-page-body .mobgg .mySlides2 img{
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
}

/* Give major content blocks room to breathe and avoid the miniature desktop look. */
.dr-rm-page-body .Procedures-Container{padding-top:44px!important;padding-bottom:54px!important}
.dr-rm-page-body .Procedures-Container h1{font-size:42px!important;line-height:1.15!important;margin-bottom:10px!important}
.dr-rm-page-body .Procedures-Container h2{font-size:23px!important;line-height:1.35!important}
.dr-rm-page-body .Procedures-Container .text-intr{max-width:1180px!important;margin:14px auto!important;font-size:16px!important;line-height:1.75!important}

.dr-rm-quick-services{padding-top:70px!important;padding-bottom:82px!important}
.dr-rm-quick-services-grid{gap:48px!important}
.dr-rm-service-card{font-size:17px!important;min-height:72px!important;padding:20px 28px!important}
.dr-rm-service-column-left .dr-rm-service-card,
.dr-rm-service-column-right .dr-rm-service-card{border-left:5px solid #0b48a8!important;border-right:0!important}
.dr-rm-service-doctor img{max-width:410px!important;max-height:520px!important;object-fit:contain!important}

/* Keep the full family photo visible, including every head. */
.dr-rm-page-body .ortho>img.dr-rm-managed-image{
  width:min(100%,980px)!important;
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
}
.dr-rm-page-body .ortho{padding-left:24px!important;padding-right:24px!important}
.dr-rm-page-body .ortho h2{font-size:30px!important;line-height:1.25!important;margin-top:20px!important}
.dr-rm-page-body .ortho h3{font-size:22px!important;line-height:1.35!important}
.dr-rm-page-body .ortho .tyix,.dr-rm-page-body .ortho li{font-size:16px!important;line-height:1.7!important}

/* Where Does It Hurt is now text/cards only: no right-hand surgery artwork. */
.dr-rm-hurt-visual{padding:64px 28px 68px!important;background:#fff!important}
.dr-rm-hurt-inner{display:block!important;max-width:1240px!important;min-height:0!important;margin:0 auto!important}
.dr-rm-hurt-copy{padding:0!important;max-width:1180px!important;margin:0 auto!important}
.dr-rm-hurt-copy:after{position:static!important;margin:18px auto 0!important;width:120px!important}
.dr-rm-hurt-copy h2{font-size:42px!important}
.dr-rm-hurt-copy>h3{font-size:25px!important}
.dr-rm-hurt-intro{font-size:17px!important;line-height:1.7!important;max-width:900px!important;margin:28px auto 30px!important}
.dr-rm-areas-title{font-size:23px!important;margin-bottom:22px!important}
.dr-rm-hurt-list{max-width:1120px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}
.dr-rm-hurt-item{padding-bottom:16px!important;min-height:170px!important}
.dr-rm-hurt-button{font-size:17px!important;min-height:50px!important}
.dr-rm-hurt-item p{font-size:14px!important;line-height:1.55!important;margin:13px 16px 0!important}
.dr-rm-hurt-image{display:none!important}

/* Replacement image after CTA: complete image, centered, no clipping. */
.dr-rm-page-body .dr-rm-condition-visual{padding:46px 24px!important;background:#eef6fd!important}
.dr-rm-page-body .dr-rm-condition-visual .auto-container,
.dr-rm-page-body .dr-rm-condition-visual .content-column{max-width:1050px!important;margin:0 auto!important;padding:0!important;overflow:visible!important}
.dr-rm-page-body .dr-rm-condition-visual img,
.dr-rm-page-body .dr-rm-condition-visual img.dr-rm-managed-image{
  display:block!important;
  width:100%!important;
  max-width:900px!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:0 auto!important;
  border-radius:14px!important;
  box-shadow:0 10px 30px rgba(21,51,92,.10)!important;
}

/* Static patient cards — no slider arrows or horizontal clipping. */
.dr-rm-testimonials{padding:72px 24px 82px!important}
.dr-rm-testimonials .auto-container{max-width:1240px!important}
.dr-rm-testimonials-head h2{font-size:42px!important}
.dr-rm-testimonials-head p{font-size:17px!important}
.dr-rm-review-slider{padding:0!important;overflow:visible!important}
.dr-rm-review-track{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;overflow:visible!important}
.dr-rm-review-card{min-height:245px!important;padding:30px 24px!important}
.dr-rm-review-card p{font-size:15.5px!important;line-height:1.7!important}
.dr-rm-review-card h3{font-size:16px!important}
.dr-rm-review-nav{display:none!important}

@media(max-width:991px){
  .dr-rm-page-body .Procedures-Container h1{font-size:34px!important}
  .dr-rm-hurt-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .dr-rm-review-track{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .dr-rm-page-body .Procedures-Container{padding:30px 16px 38px!important}
  .dr-rm-page-body .Procedures-Container h1{font-size:29px!important}
  .dr-rm-page-body .Procedures-Container h2{font-size:20px!important}
  .dr-rm-page-body .Procedures-Container .text-intr{font-size:15px!important;line-height:1.65!important}
  .dr-rm-hurt-visual{padding:46px 16px 50px!important}
  .dr-rm-hurt-copy h2{font-size:32px!important}
  .dr-rm-hurt-list{grid-template-columns:1fr!important;gap:14px!important}
  .dr-rm-hurt-item{min-height:0!important}
  .dr-rm-page-body .dr-rm-condition-visual{padding:30px 14px!important}
  .dr-rm-review-track{grid-template-columns:1fr!important;gap:16px!important}
  .dr-rm-testimonials-head h2{font-size:31px!important}
}


/* ===== v5.2.5 requested corrections ===== */
/* single hero image: slider removed, full image visible */
.dr-rm-page-body .dr-rm-single-hero{display:block!important;overflow:hidden!important;background:#eef6fd!important}
.dr-rm-page-body .dr-rm-single-hero img{display:block!important;width:100%!important;height:auto!important;max-height:560px!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important;image-rendering:auto!important}
.dr-rm-page-body .dr-rm-single-hero~.mySlides,.dr-rm-page-body .dr-rm-single-hero .mySlides{display:none!important}
/* mirror blue accent: left column gets blue on right, right column stays blue on left */
.dr-rm-service-column-left .dr-rm-service-card{border-left:0!important;border-right:5px solid #0b48a8!important;text-align:left!important;padding-left:28px!important;padding-right:32px!important}
.dr-rm-service-column-right .dr-rm-service-card{border-left:5px solid #0b48a8!important;border-right:0!important;text-align:left!important;padding-left:32px!important;padding-right:28px!important}
/* restore Where Does It Hurt services with visual reference */
.dr-rm-hurt-reference{padding:58px 28px 64px!important;background:#fff!important}
.dr-rm-hurt-reference .dr-rm-hurt-inner{display:grid!important;grid-template-columns:minmax(430px,.9fr) minmax(520px,1.1fr)!important;align-items:center!important;gap:36px!important;max-width:1440px!important;margin:0 auto!important}
.dr-rm-hurt-reference .dr-rm-hurt-copy{max-width:620px!important;margin:0 auto!important;text-align:center!important}
.dr-rm-hurt-reference .dr-rm-hurt-copy h2{font-size:38px!important;color:#111!important}
.dr-rm-hurt-reference .dr-rm-hurt-copy>h3{font-size:24px!important}
.dr-rm-hurt-reference .dr-rm-hurt-intro{font-size:15px!important;line-height:1.6!important;margin:18px auto 20px!important}
.dr-rm-hurt-reference .dr-rm-areas-title{font-size:20px!important;margin:12px 0 14px!important}
.dr-rm-hurt-reference .dr-rm-hurt-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;max-width:600px!important}
.dr-rm-hurt-reference .dr-rm-hurt-item{min-height:0!important;padding:0!important;background:transparent!important;box-shadow:none!important}
.dr-rm-hurt-reference .dr-rm-hurt-button{min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;font-size:15px!important}
.dr-rm-hurt-reference .dr-rm-hurt-item p{font-size:12.5px!important;line-height:1.45!important;margin:8px 8px 0!important}
.dr-rm-hurt-reference .dr-rm-hurt-image{display:block!important;overflow:hidden!important}
.dr-rm-hurt-reference .dr-rm-hurt-image img{display:block!important;width:100%!important;height:auto!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important}
/* standalone clinic/condition image removed by seed; guard old cached markup too */
.dr-rm-page-body .dr-rm-condition-visual{display:none!important}
@media(max-width:900px){.dr-rm-hurt-reference .dr-rm-hurt-inner{grid-template-columns:1fr!important}.dr-rm-hurt-reference .dr-rm-hurt-image{max-width:760px!important;margin:10px auto 0!important}}
@media(max-width:600px){.dr-rm-hurt-reference{padding:38px 14px 44px!important}.dr-rm-hurt-reference .dr-rm-hurt-list{grid-template-columns:1fr!important}.dr-rm-service-column-left .dr-rm-service-card,.dr-rm-service-column-right .dr-rm-service-card{padding:18px 22px!important}}
\n\n/* ===== v5.2.6 layout corrections ===== */
/* Exactly one breadcrumb/hero image on every viewport. */
.dr-rm-page-body .dr-rm-one-hero{display:block!important;width:100%!important;max-width:none!important;margin:0!important;overflow:hidden!important;background:#eef6fd!important}
.dr-rm-page-body .dr-rm-one-hero img{display:block!important;width:100%!important;max-width:none!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin:0 auto!important}
.dr-rm-page-body .mobgg{display:none!important}
@media(max-width:678px){.dr-rm-page-body .hfcvd.dr-rm-one-hero{display:block!important}.dr-rm-page-body .mobgg{display:none!important}}

/* Services accents: left cards mirror to the right edge; right cards stay left edge. */
.dr-rm-page-body .dr-rm-service-column-left .dr-rm-service-card{border-left:0!important;border-right:5px solid #0b48a8!important;padding:19px 34px 19px 28px!important}
.dr-rm-page-body .dr-rm-service-column-right .dr-rm-service-card{border-left:5px solid #0b48a8!important;border-right:0!important;padding:19px 28px 19px 34px!important}

/* Family visual: one wide image, no duplicate/crop, larger usable width. */
.dr-rm-page-body .dr-rm-family-section>img{display:block!important;width:min(94vw,1500px)!important;max-width:1500px!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin:22px auto 30px!important;border-radius:12px!important}

/* Where Does It Hurt is now its own text/cards section, not side-by-side with artwork. */
.dr-rm-page-body .dr-rm-hurt-copy-only{padding:64px 24px 58px!important;background:#fff!important}
.dr-rm-page-body .dr-rm-hurt-copy-only .dr-rm-hurt-inner{display:block!important;max-width:1280px!important;margin:0 auto!important}
.dr-rm-page-body .dr-rm-hurt-copy-only .dr-rm-hurt-copy{max-width:1180px!important;margin:0 auto!important;text-align:center!important;padding:0!important}
.dr-rm-page-body .dr-rm-hurt-copy-only .dr-rm-hurt-list{max-width:1120px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin:24px auto 0!important}
.dr-rm-page-body .dr-rm-hurt-copy-only .dr-rm-hurt-item{min-height:160px!important;background:#fff!important;box-shadow:0 6px 18px rgba(17,50,95,.10)!important;border-radius:12px!important;padding:0 0 14px!important}
.dr-rm-page-body .dr-rm-hurt-copy-only .dr-rm-hurt-item p{font-size:14px!important;line-height:1.55!important;margin:12px 16px 0!important}

/* Separate visual reference section below the services/cards. */
.dr-rm-page-body .dr-rm-hurt-image-section{display:block!important;width:100%!important;background:#eaf3fb!important;padding:34px 24px 44px!important}
.dr-rm-page-body .dr-rm-hurt-image-wide{width:min(96vw,1600px)!important;max-width:1600px!important;margin:0 auto!important;background:#fff!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 10px 30px rgba(17,50,95,.08)!important}
.dr-rm-page-body .dr-rm-hurt-image-wide img{display:block!important;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center!important;margin:0!important}

/* Defensive: this plugin does not render YouTube/video popups on managed pages. */
.dr-rm-page-body iframe[src*="youtube.com"],.dr-rm-page-body iframe[src*="youtu.be"],.dr-rm-page-body .youtube-popup,.dr-rm-page-body .video-popup{display:none!important}

@media(max-width:900px){
 .dr-rm-page-body .dr-rm-hurt-copy-only .dr-rm-hurt-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
 .dr-rm-page-body .dr-rm-family-section>img{width:96%!important}
 .dr-rm-page-body .dr-rm-hurt-image-section{padding:24px 14px 32px!important}
}
@media(max-width:600px){
 .dr-rm-page-body .dr-rm-hurt-copy-only{padding:42px 14px 44px!important}
 .dr-rm-page-body .dr-rm-hurt-copy-only .dr-rm-hurt-list{grid-template-columns:1fr!important;gap:14px!important}
 .dr-rm-page-body .dr-rm-hurt-copy-only .dr-rm-hurt-item{min-height:0!important}
 .dr-rm-page-body .dr-rm-hurt-image-wide{width:100%!important;border-radius:10px!important}
}


/* v5.2.7 layout corrections */
.dr-rm-page-body .dr-rm-one-hero{
  height:260px!important;
  min-height:0!important;
  max-height:260px!important;
  overflow:hidden!important;
  background:#eef6fd!important;
}
.dr-rm-page-body .dr-rm-one-hero img{
  width:100%!important;
  height:260px!important;
  max-height:260px!important;
  object-fit:cover!important;
  object-position:center center!important;
}
.dr-rm-page-body .Doctor-Container{
  margin-top:0!important;
  padding-top:56px!important;
  padding-bottom:56px!important;
}
.dr-rm-page-body .dr-rm-quick-services{
  clear:both!important;
  padding-top:64px!important;
  padding-bottom:72px!important;
}
/* Replacement for the removed Where Does It Hurt visual/reference block. */
.dr-rm-page-body .dr-rm-our-services{
  background:#fff!important;
  padding:64px 24px 70px!important;
  border-top:1px solid #eef2f7!important;
  border-bottom:1px solid #eef2f7!important;
}
.dr-rm-page-body .dr-rm-our-services .auto-container{
  max-width:1280px!important;
  margin:0 auto!important;
}
.dr-rm-page-body .dr-rm-our-services-head{
  max-width:900px!important;
  margin:0 auto 34px!important;
  text-align:center!important;
}
.dr-rm-page-body .dr-rm-our-services-head .dr-rm-eyebrow{
  color:#6c737d!important;
  font-weight:700!important;
  letter-spacing:1.8px!important;
  font-size:13px!important;
  margin-bottom:8px!important;
}
.dr-rm-page-body .dr-rm-our-services-head h2{
  margin:0 0 16px!important;
  color:#0b48a8!important;
  font-size:40px!important;
  line-height:1.15!important;
  font-weight:700!important;
}
.dr-rm-page-body .dr-rm-our-services-head p{
  margin:0!important;
  color:#333!important;
  font-size:16px!important;
  line-height:1.7!important;
}
.dr-rm-page-body .dr-rm-area-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
}
.dr-rm-page-body .dr-rm-area-card{
  background:#fff!important;
  border:1px solid #e7edf5!important;
  border-radius:12px!important;
  padding:22px 22px 24px!important;
  box-shadow:0 8px 24px rgba(16,56,108,.08)!important;
  min-height:170px!important;
}
.dr-rm-page-body .dr-rm-area-card h3{
  margin:0 0 12px!important;
  padding:13px 16px!important;
  border-radius:9px!important;
  background:#0b48a8!important;
  color:#fff!important;
  font-size:18px!important;
  line-height:1.25!important;
  text-align:center!important;
}
.dr-rm-page-body .dr-rm-area-card p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.6!important;
  color:#3f4650!important;
}
@media(max-width:900px){
  .dr-rm-page-body .dr-rm-one-hero,.dr-rm-page-body .dr-rm-one-hero img{height:210px!important;max-height:210px!important}
  .dr-rm-page-body .dr-rm-area-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:600px){
  .dr-rm-page-body .dr-rm-one-hero,.dr-rm-page-body .dr-rm-one-hero img{height:160px!important;max-height:160px!important}
  .dr-rm-page-body .dr-rm-our-services{padding:44px 14px 50px!important}
  .dr-rm-page-body .dr-rm-our-services-head h2{font-size:31px!important}
  .dr-rm-page-body .dr-rm-area-grid{grid-template-columns:1fr!important;gap:14px!important}
  .dr-rm-page-body .dr-rm-area-card{min-height:0!important;padding:18px!important}
}


/* ===== v5.3.0 — final patient feedback / FAQ / hero presentation ===== */
/* Patient feedback heading is intentionally centered across the full section. */
.dr-rm-page-body .dr-rm-testimonials .dr-rm-testimonials-head,
.dr-rm-page-body .dr-rm-testimonials .dr-rm-testimonials-head h2,
.dr-rm-page-body .dr-rm-testimonials .dr-rm-testimonials-head p,
.dr-rm-page-body .dr-rm-testimonials .dr-rm-testimonials-head .dr-rm-eyebrow {
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.dr-rm-page-body .dr-rm-testimonials .dr-rm-testimonials-head {
  width:100%!important;
  max-width:900px!important;
}

/* FAQ: left 6/12, high-resolution generic orthopedic image on the right 6/12. */
.dr-rm-page-body .faq-page .dr-rm-faq-layout {
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:28px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.dr-rm-page-body .faq-page .dr-rm-faq-column,
.dr-rm-page-body .faq-page .dr-rm-faq-image-column {
  position:relative!important;
  float:none!important;
  width:calc(50% - 14px)!important;
  max-width:calc(50% - 14px)!important;
  min-width:0!important;
  flex:0 0 calc(50% - 14px)!important;
  margin:0!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.dr-rm-page-body .faq-page .dr-rm-faq-column .accordion-box {
  width:100%!important;
  margin:0!important;
}
.dr-rm-page-body .faq-page .dr-rm-faq-image-column {
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
}
.dr-rm-page-body .faq-page .dr-rm-faq-image {
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:14px!important;
  background:#eef6fd!important;
  box-shadow:0 10px 30px rgba(17,50,95,.10)!important;
}
.dr-rm-page-body .faq-page .dr-rm-faq-image img.dr-rm-managed-image {
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  max-height:560px!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  image-rendering:auto!important;
}

/* +125px desktop hero height from the previous 260px presentation. */
.dr-rm-page-body .dr-rm-one-hero,
.dr-rm-page-body .dr-rm-one-hero img {
  height:385px!important;
  max-height:385px!important;
}

@media(max-width:900px){
  .dr-rm-page-body .dr-rm-one-hero,
  .dr-rm-page-body .dr-rm-one-hero img {
    height:335px!important;
    max-height:335px!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-layout {
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    gap:24px!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-column,
  .dr-rm-page-body .faq-page .dr-rm-faq-image-column {
    width:calc(50% - 12px)!important;
    max-width:calc(50% - 12px)!important;
    flex:0 0 calc(50% - 12px)!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-image-column {
    order:2!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-image {
    max-width:100%!important;
  }
}

@media(max-width:600px){
  .dr-rm-page-body .dr-rm-one-hero,
  .dr-rm-page-body .dr-rm-one-hero img {
    height:285px!important;
    max-height:285px!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-layout {
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    gap:20px!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-column,
  .dr-rm-page-body .faq-page .dr-rm-faq-image-column {
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-image-column {
    order:2!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-image {
    width:100%!important;
    max-width:100%!important;
    border-radius:10px!important;
  }
  .dr-rm-page-body .faq-page .dr-rm-faq-image img.dr-rm-managed-image {
    max-height:none!important;
    object-fit:contain!important;
  }
}
