h1,
h2,
h3,
h4,
h5,
a,
p,
ul,
li,
span {
    font-family: 'Roboto', sans-serif;
}

.line-bottom:after {
    content: '';
    display: block;
    width: 75px;
    height: 6px;
    background: #5cb85c;
    border-radius: 3px;
    margin: 14px 0 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    bottom: 0;
}

.inst_list {
    list-style: none;
    margin-top: 20px;
}

.mt-0 {
    margin-top: 0px!important;
}

.p-30 {
    padding: 30px !important;
}

#commentform input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    height: 38px;
    margin-bottom: 12px;
}

.bg-theme-colored {
    background-color: #202C45 !important;
}

.icons {
    width: 8%;
    margin-right: 5px;
}

.mt-0 {
    margin-top: 0px!important;
}

.pb-60 {
    padding-bottom: 60px!important;
}

.mt-40 {
    margin-top: 40px!important;
}

.p-30 {
    padding: 30px !important
}

.bg-theme-colored {
    background-color: #202C45 !important;
}

.mt-20 {
    margin-top: 20px!important;
}

.text-white {
    color: white;
}

.text-theme-color-2,
.widget .twitter-feed li::after,
.work-gallery .gallery-bottom-part .title {
    color: #18BA60;
}

.hover-text-theme-color-2:hover {
    color: #18BA60;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.error {
    color: #ff2d2d !important;
}

.nineonebox {
    position: relative
}

.nineone {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    top: 1px;
    background: #e6e6e6;
    padding: 7px 4px 9px 6px;
    left: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.nineonebox input {
    padding: 0 0 0 60px;
}

.meet-doctors {
    margin: 10px 0 20px;
}

.meet-doctors h2 {
    text-align: center
}

ul#menu-bottom {
    margin: 0;
}

.certificate {
    padding: 26px 0 32px;
}

.certificate .title {
    padding: 75px 0;
}

.certificate .title h2 {
    font-size: 45px;
}

.certificate .title p {
    font-size: 28px;
}

.all_teachers {
    padding: 0px 0 50px;
}

.all_teachers h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.teachers_prf {
    float: left;
    padding: 10px;
    width: 100%;
    transition: transform .3s ease-out;
    cursor: pointer;
}

.teachers_prf img {
    float: left;
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 100%;
    border: 2px dashed #0873b6;
    margin-top: 17px;
    transition: transform .3s ease-out;
    padding: 2px;
}

.teachers_prf:hover img {
    transform: scale(1.15);
}

.teachers_prf .text {
    float: left;
    background: #fff;
    box-shadow: 0 2px 5px #ccc;
    width: 72%;
    margin-left: 15px;
    padding: 17px;
    border-radius: 10px;
    position: relative;
    transition: transform .3s ease-out;
    min-height: 152px;
}

.teachers_prf .text:hover {
    box-shadow: 0 2px 5px #a3a3a3;
}

.teachers_prf .text h4 {
    font-size: 18px;
    font-weight: 600;
}

.teachers_prf:hover .text h4 {
    color: #03a84e;
}

.teachers_prf:hover .text {
    transform: translate3d(10px, 0, 0) scaleX(.98);
}

.teachers_prf .text p {
    color: #8b8b8b;
    margin: 2px;
    font-weight: 600;
}

.teachers_prf .text .qualification {
    font-size: 13px;
    margin: 0;
    color: #a5a5a5;
    font-weight: 500;
}

.teachers_prf .text:before {
    content: '';
    position: absolute;
    top: calc(50% - 15px);
    left: -14px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    z-index: 2;
}

.teachers_prf .text h4 {
    font-size: 17px;
}

.many_more img {
    float: left;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    margin-top: 17px;
    transition: transform .3s ease-out;
    padding: 2px;
    margin-right: 14px;
    position: relative;
    filter: blur(1px);
}

.many_more img::before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px dashed #0873b6;
}

.many_more p {
    float: left;
    width: 100%;
    margin-top: 17px;
    font-size: 17px;
    font-weight: 600;
    color: #03a84e;
}

@media screen and (max-width: 768px) {
    .line-height-1 {
        font-size: 20px;
    }
    .certificate .title {
        padding: 0 0;
        text-align: center;
    }
    .certificate .title h2 {
        font-size: 26px;
    }
    .certificate .title p {
        font-size: 17px;
        margin-bottom: 27px;
    }
    .all_teachers h2 {
        font-size: 23px;
    }
    .many_more img {
        margin-right: 6px;
    }
}


/*Asia Popup Start*/

.asia_brand_box .modal-content {
    background: none;
    box-shadow: none;
    border: none;
}

.asia_brand {
    margin: 0 auto;
    display: table;
}

.asia_brand_box .close {
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 44px;
    position: absolute;
    top: 21px;
    right: -5px;
}

.asia_brand_box {}

.modal-body {
    background: none !important
}

.modal-dialog {
    width: 472px;
    margin: 10px auto;
}

.modal {
    z-index: 999991;
}

.modal-backdrop {
    z-index: 99999;
}

@media screen and (max-width:768px) {
    #asia .modal-dialog {
        width: 100%;
        margin: 10px auto;
    }
}


/*Asia Popup End*/


/*Common Section for all pages*/


/* Home page banner start */

.home_banner {
    background-image: url(../../images/fastinfobanner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: -1;
}

.textheader {
    margin-top: 6vw;
}

.textheader h1 {
    color: #233a61;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.textheader h1 span {
    color: #0a1f40;
    font-size: 34px;
    font-weight: 500;
}

.textheader p {
    color: #233a61;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

@media screen and (max-width: 600px) {
    .textheader {
        margin-top: 51vw;
        display: table;
        position: absolute;
        z-index: 2;
    }
    .home_banner {
        background-position: 64% center;
    }
    .home_banner:after {
        content: '';
        width: 100%;
        height: 78%;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 101px;
        z-index: 0;
    }
    .textheader h1 {
        color: #233a61;
        font-size: 33px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .textheader h1 span {
        color: #0a1f40;
        font-size: 25px;
        font-weight: 500;
    }
}


/* Home page banner End */


/* Common Buttons Strat */

button,
input[type=button],
input[type=reset],
input[type=submit] {
    height: 45px;
    background-color: #18ba60;
}


/* Common Buttons End */


/*Header start*/

#topheader {
    width: 100%;
    float: left;
    background-color: #09456b;
}

#topheader img {
    height: 16px;
    width: 16px;
    margin-top: 1px;
    margin-left: 7px;
}

#topheader .top-mobile img {
    height: 17px;
    width: 17px;
    margin-top: 0;
}

#topheader .top-mobile i {
    margin-right: 6px;
}

#topheader .top-mobile {
    color: #fff;
    line-height: 40px;
    font-weight: normal;
    font-size: 13px;
    margin-right: 0px;
}

#topheader .top-mobile a {
    color: #fff;
    transition: all linear 200ms
}

#topheader .top-mobile a:hover {
    text-decoration: none;
    color: #76c13e;
}

#myHeader {
    border-bottom: 1px solid #c6c6c6;
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 99999;
    top: 0;
    float: left;
    transition: all linear 100ms;
    top: 0px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.iso {
    margin-right: 13px;
    margin-top: 7px;
}

.contact {}

#topheader .contact a {
    color: #fff;
    margin-right: 9px;
}

#topheader .contact a b {
    font-style: normal;
    font-weight: normal
}

.socila {
    padding: 10px 0 0 0;
}

.socila a {
    font-size: 19px;
    color: #fff;
    margin-left: 7px;
    transition: all linear 200ms
}

.socila a:hover {
    color: #76c13e;
}

#myHeader .nav>li>a {
    padding: 22px 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2d3133;
    float: left;
}

#myHeader .nav>.pN>a b {
    display: none
}

#myHeader .navbar {
    margin-bottom: 0px;
    padding: 0;
    height: auto;
}

#myHeader .navbar-collapse {
    padding: 0 15px;
    position: relative;
}

.navbar-header {
    padding: 0 15px;
}

#myHeader .nav>.pN {
    border-bottom: none;
}

.login_logo {
    display: none !important;
}

.feedbacklink {}

.feedbacklink img {
    width: 80%;
    margin: 0 auto;
    display: block;
}


/* Nav bar Animation*/

#myHeader .nav-icon4 {
    width: 28px;
    height: 25px;
    position: relative;
    margin: 14px 10px 0 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#myHeader .nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d3531a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#myHeader .nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#myHeader .nav-icon4 span:nth-child(2) {
    top: 4px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#myHeader .nav-icon4 span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#myHeader .nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px;
    background-color: #d3531a !important;
}

#myHeader .nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#myHeader .nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
    left: 4px;
    background-color: #d3531a !important;
}

.logo-img-class {
    width: 248px;
    float: left;
    padding: 12px 0 5px 0;
}

.logo-img-class img {
    width: 100%;
}

.extra_menu {
    float: right;
    position: absolute;
    right: -34px;
    top: 6px;
    display: block;
}

.extra_menu i {
    padding: 6px 1px 0 0px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    color: #757575;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    transition: all linear 200ms;
    cursor: pointer;
}

.extra_menu i:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #ffab6d;
}

.outside_nav {
    transition: all linear 500ms;
    position: relative;
    left: 0px;
    float: left;
    display: block;
}

.innersite_nav {
    transition: all linear 300ms;
    position: absolute;
    right: -290px;
    display: none;
}

.myH_eff::after {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}

.top-header {
    background-color: #385067;
    height: auto;
}

.nav-link a {
    color: black;
    font-weight: 600;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #f1ecec;
    text-decoration: none;
    background-color: #385067;
}

#myHeader .dropdown-menu {
    margin-top: 1px !important;
    width: 670px;
    min-height: 250px;
    transform: translate(-57%, 0);
    left: -267%;
    padding: 15px;
    border-radius: 6px !important;
    background-image: url(https://www.onlinelegalindia.com/services/include/image/submenu_bg.svg);
    background-repeat: no-repeat;
    background-position: right 8px;
    border: 1px solid #ccc;
}

#myHeader .legal .dropdown-menu {
    width: 1161px
}

#myHeader .exams .dropdown-menu {
    width: 400px !important;
}

.legal .dropdown-menu .drop_inner_box {
    width: 18%;
}

.tax .dropdown-menu {
    width: 500px
}

.tax .dropdown-menu .drop_inner_box {}

.dropdown-menu::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #ccc transparent;
    z-index: 1;
    top: -7px;
    transform: translate(-75%, 0);
    left: 80%;
}

.dropdown-menu::after {
    content: '';
    position: absolute;
    width: 102px;
    height: 111px;
    z-index: -1;
    background-image: url(https://www.onlinelegalindia.com/services/include/image/start_business.svg);
    background-repeat: no-repeat;
    bottom: 16px;
    right: 0;
}

#myHeader .trademark .dropdown-menu {
    width: 580px;
}

#myHeader .business .dropdown-menu {
    width: 400px;
}

#myHeader .business .dropdown-menu .drop_inner_box {
    float: left;
    width: 72.5%;
}

.trademark .dropdown-menu::after {
    width: 126px;
    height: 114px;
    background-image: url(https://www.onlinelegalindia.com/services/include/image/trademark.svg);
}

.tax .dropdown-menu::after {
    width: 126px;
    height: 114px;
    background-image: url(https://www.onlinelegalindia.com/services/include/image/gst.svg);
}

.contarcts .dropdown-menu::after {
    width: 126px;
    height: 114px;
    background-image: url(https://www.onlinelegalindia.com/services/include/image/contracts.svg);
}

.legal .dropdown-menu::after {
    width: 126px;
    height: 114px;
    background-image: url(https://www.onlinelegalindia.com/services/include/image/legal.svg);
}

.contarcts .dropdown-menu {
    width: 450px;
}

.trademark .dropdown-menu .drop_inner_box,
.contarcts .dropdown-menu .drop_inner_box {
    width: 41.5%;
}

.dropdown-menu .drop_inner_box {
    float: left;
    width: 32.5%;
    margin-bottom: 22px;
}

.dropdown-menu .drop_inner_box h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #1c5c96;
    height: 17px;
    padding-left: 10px;
}

.dropdown-menu .drop_inner_box h3 i {
    font-size: 16px;
    margin-right: 9px;
    color: #42a239;
}

.dropdown-menu .nav-link a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #565656;
    font-weight: normal;
    margin-bottom: 7px;
    display: inline-block;
    padding: 3px 10px 3px 10px;
}

.extra_menu {
    float: right;
    position: absolute;
    right: -34px;
    top: 14px;
    width: 30px;
    height: 30px;
}

.extra_menu i {
    padding: 5px 1px 0 0px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    color: #67625f;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    transition: all linear 200ms;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

.extra_menu .fa-ellipsis-v:before {
    content: url(../../images/icons/more.svg);
    display: inline-block;
    width: 63%;
}

.extra_menu i:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #ffab6d;
}

.extra_menu i:hover .fa-ellipsis-v:before {
    content: url(../images/icons/more_hover.svg);
    display: inline-block;
    width: 63%;
}

@media screen and (max-width: 600px) {
    .asia_brand_box .close {
        width: 32px;
        height: 34px;
        font-size: 28px;
        position: absolute;
        top: 46px;
        right: 13px;
    }
    .asia_brand_box .modal-body {
        padding: 75px 15px;
    }
    .modal-dialog {
        width: 100%;
        margin: 10px auto;
    }
    .extra_menu {
        display: none;
    }
    .nav-link {
        border-bottom: 1px solid #48627b;
        width: 100%;
        float: left;
    }
    .custom-pull-left {
        float: left !important;
        width: 100%;
        background-color: #385067;
    }
    .nav-link a {
        color: white !important;
        font-weight: 600;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #4d4343;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: #4d4343;
    }
    #topheader .top-mobile i {
        margin-right: 2px;
    }
    #topheader .top-mobile {
        margin-right: 0;
        width: 19px;
        display: inline-table;
        text-align: center;
    }
    .iso {
        margin-right: 7px;
    }
    #topheader .top-mobile a {
        font-size: 12px;
        display: none
    }
    #topheader img {
        margin-top: 6px;
    }
    #topheader .top-mobile img {
        height: 3.7vw;
        width: 3.7vw;
        margin-top: 0;
        margin-right: 0;
    }
    #topheader .user_login h4 a b {
        font-weight: normal;
        width: 14vw;
        text-align: right;
        float: left;
        line-height: 11px;
        font-size: 2.9vw;
        margin-top: 9px;
    }
    #topheader .user_login h4 a b i {
        display: none;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #403b3b;
        border: 0;
        box-shadow: none;
        width: 100%;
        float: left;
        position: relative;
        padding: 15px 24px 15px 24px;
        border-radius: 0 !important;
        margin-bottom: 0px;
        margin-top: 0px !important;
        background-position: right bottom;
        min-height: 300px;
    }
    #myHeader .navbar-nav .dropdown-menu {
        background-color: #403b3b;
        border: 0;
        box-shadow: none;
        width: 100%;
        float: left;
        position: relative;
        padding: 15px 24px 66px 24px;
        border-radius: 0 !important;
        margin-bottom: 15px;
        margin-top: 0px !important;
        background-position: right bottom;
        left: 0;
        transform: unset;
    }
    .dropdown-menu .drop_inner_box {
        width: 100% !important;
    }
    .dropdown-menu::before {
        display: none;
    }
    .dropdown-menu .drop_inner_box h3 {
        color: #FF9800;
        margin: 8px 0;
        height: auto;
        float: left;
    }
    .drop_inner_box .nav-link {
        border-bottom: none;
    }
    .dropdown-menu .nav-link a {
        width: 100%;
    }
    .dropdown-menu .nav-link a {
        background: none;
    }
    .dropdown-menu .drop_inner_box {
        float: left;
        width: 32.5%;
        margin-bottom: 4px;
    }
    .dropdown-menu .drop_inner_box h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: normal;
        color: #fff259;
        height: 17px;
        position: relative;
        padding-left: 21px;
    }
    .dropdown-menu .drop_inner_box h3::after {
        content: '\e941';
        font-family: "Material Icons";
        position: absolute;
        top: -2px;
        left: 0;
        font-size: 16px;
    }
    .dropdown-menu .drop_inner_box h3 i {
        font-size: 16px;
        margin-right: 9px;
        color: #42a239;
    }
    .dropdown-menu .nav-link a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #565656;
        font-weight: normal;
        margin-bottom: 7px;
        display: inline-block;
        padding: 3px 10px 3px 10px;
    }
    #myHeader .outside_nav {
        width: 100%;
        margin: 0
    }
    #myHeader .navbar-collapse {
        padding: 0 0 190px 0;
        height: 100vh;
    }
    #myHeader .nav>li>a {
        width: 100%;
    }
    #myHeader .nav>.pN {
        border-bottom: none;
    }
    #myHeader .nav>.pN>a {
        width: auto;
    }
    #myHeader .innersite_nav {
        width: 100%;
        transition: none;
        position: relative;
        right: 0;
        display: block;
        margin: 0;
        float: left;
        white-space: nowrap;
        overflow-x: auto;
        text-align: center;
    }
    #myHeader .innersite_nav .nav-link:last-child:after {
        content: none;
    }
    #myHeader .innersite_nav .nav-link {
        width: auto;
        border-bottom: none;
        display: inline-table;
        float: none;
        position: relative
    }
    #myHeader .innersite_nav .nav-link::after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 25px;
        background: #5192d0;
        top: 23px;
    }
    #myHeader .innersite_nav .nav-link a {
        font-size: 13px;
        font-weight: normal;
    }
    #myHeader .nav>.pN>a {
        float: left;
    }
    #myHeader .nav>.pN>a i {
        float: left;
        margin-right: 7px;
        color: #8BC34A;
    }
    #myHeader .nav>.pN>a b {
        display: block;
        float: left;
        font-weight: normal;
        color: #9ec56f;
    }
    .process_section {
        min-height: auto;
    }
    #topheader .contact a b {
        display: inline-block
    }
    #topheader .contact a:nth-child(1) b {
        display: inline-table;
    }
    #topheader .contact a b {
        font-size: 3.2vw;
    }
    #topheader .contact a {
        margin-right: 2px;
    }
    #topheader .email-fast {
        display: none
    }
    .contact {
        display: flex;
        /*    width: calc(100% - 41px);*/
    }
    /*#topheader .contact a {margin-right: 0;} */
}


/*Header end*/


/*One to One start*/

.one_one_banner h2 {
    font-weight: 600;
}

.one_to_one_fee ul {
    list-style: none;
    margin: 0;
    margin-left: 16px;
}

.one_to_one_fee ul li {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 400;
    display: flex;
}

.one_to_one_fee ul li strong {
    margin-right: 10px;
}

.cut {
    text-decoration: line-through;
    font-size: 15px;
    margin: 10px;
    color: #313131;
    font-weight: 600;
    text-decoration-color: red;
}

.one_to_one_fee .inst_list li {
    font-size: 17px;
    margin-bottom: 10px;
}

.one_to_one_fee p {
    margin-left: 36px;
    font-size: 17px;
    margin-top: 20px;
    font-weight: 400 !important;
}

.feedback_one_to_one ul {
    font-size: 17px;
    margin: 20px;
}

.feedback_one_to_one ul li {
    margin-bottom: 10px;
}

.one_benefit li {
    font-size: 17px;
}

.one_to_one_fee .meet-doctors p {
    margin: 0;
    margin-bottom: 10px;
}

.one_to_one_fee .meet-doctors {
    margin-bottom: 20px;
}


/*One to One end*/

.wpb_column {
    margin-bottom: 45px;
}


/*Our service Section Start*/

.wpb_single_image.vc_align_left {
    text-align: left;
    margin-bottom: 18px;
}

.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.wpb_single_image a {
    border: none;
    outline: 0;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.flat-imagebox {
    position: relative;
    overflow: hidden;
}

.services-grid a {}

.flat-imagebox.services-grid .flat-imagebox-header {
    position: relative;
    min-height: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.flat-imagebox.services-grid .flat-imagebox-header:before {
    width: 20px;
    height: 1px;
    left: 50%;
    margin-left: -10px;
    top: 0;
    margin-top: -.5px;
}

.flat-imagebox.services-grid .flat-imagebox-header .flat-imagebox-title {
    display: inline-table;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
    margin-top: 0;
}

.flat-imagebox.services-grid .flat-imagebox-header .flat-imagebox-title a {
    color: #2f3436;
    font-size: 18px;
}

.flat-imagebox.services-grid .flat-imagebox-content {
    position: relative;
    top: 0;
    color: #666;
    padding: 0;
    text-shadow: 0 0 0;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    background-color: transparent;
    display: inline-table;
}

.flat-imagebox-desc {
    font-family: 'Roboto', sans-serif;
}

.flat-imagebox-button a {
    position: relative;
    display: inline-block;
    padding: 0 41px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background-color: transparent !important;
    text-transform: capitalize;
    color: #18ba60;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    display: inline;
}

.flat-imagebox-button a::after {
    content: url(../../images/icons/right-arrow-green.svg);
    display: inline-block;
    width: 4%;
    margin-left: 5px;
}

.flat-imagebox-button span {
    position: relative;
    display: inline-block;
    padding: 0 41px 0 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    background-color: transparent !important;
    text-transform: capitalize;
    color: #18ba60;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    display: inline;
}

.flat-imagebox-button span::after {
    content: url(../../images/icons/right-arrow-green.svg);
    display: inline-block;
    width: 4%;
    margin-left: 5px;
}


/*Our service Section End*/


/*How we work start*/

#howWework {
    background: #efffea;
    padding: 30px 0;
    width: 100%;
    display: inline-block;
    margin: 20px 0 !important;
}

.process_section {
    background: #24730a;
    width: 100%;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    color: #fff;
    min-height: 190px;
    margin: 0 auto 40px;
    font-size: 15px;
    position: relative;
    height: 162px;
}

.process_section i {
    width: 65px;
    height: 65px;
    background: #ef6906;
    border-radius: 60px;
    font-size: 33px;
    font-style: normal;
    padding: 5px 0 0 0;
    margin: 0 auto;
    display: table;
    margin-top: -60px;
    border: 6px solid #efefef;
    text-align: center;
    position: unset;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .process_section {
        height: 109px;
        min-height: 131px;
    }
}


/*How we work end*/


/*Why us start*/

.block_padding {
    padding: 0 0 0px 0;
    width: 100%;
    display: table
}

.spoken_block_heading {
    margin-bottom: 57px;
    text-align: center;
    position: relative;
}

.spoken_block_heading h2 {
    font-size: 32px;
}

.spoken_block_heading h2 span {
    color: #03a84e;
}

#whyUs .fastinfo_page_heading h2:after {
    background: #16174e;
    top: 87px;
    content: "";
    height: 3px;
    left: 48%;
    position: absolute;
    width: 68px;
}

.spoken_block_heading p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 300;
}

.hexagon_box {
    float: left;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    transform: scale(1);
    left: 45px;
}

.hexagon {
    position: relative;
    width: 260px;
    height: 90px;
    background: linear-gradient(90deg, #188245, #18b85f);
    float: left;
}

.hexagon:before {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 8px;
    background: #f16906;
    transform: rotate(45deg);
    position: absolute;
    left: -33px;
    top: 11px;
    z-index: 1;
    box-shadow: 0px 0 8px rgba(0, 0, 0, 0.5);
}

.hexagon i {
    width: 30px;
    float: left;
    z-index: 1;
    position: relative;
    left: -15px;
    top: 25px;
}

.hexagon i img {
    width: 100%;
}

.hexagon p {
    font-size: 21px;
    color: #fff;
    text-align: center;
    padding: 0 20px 0 55px;
    line-height: 22px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    font-family: "Calibri";
}

.hexagon:after {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    background: #18b85f;
    transform: rotate(45deg);
    border-radius: 7px;
    right: -34px;
    z-index: -1;
    top: 11px;
    box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 600px) {
    .hexagon_box {
        transform: scale(0.85) translate(-53%, 0);
        margin-bottom: 13px;
        left: 45%;
    }
    #whyUs .fastinfo_page_heading h2:after {
        top: 153px;
        left: 42%;
    }
    #whyUs .fastinfo_page_heading h2:after {
        top: 77px;
    }
    .join_course h2,
    .fastinfo_liitle_work .meet-doctors h2,
    .spoken_block_heading h2,
    .fastinfo_spk_faq .meet-doctors h2 {
        font-size: 28px;
    }
    .spoken_block_heading p {
        font-size: 16px;
    }
}


/*Why us end*/


/*Partners section*/

.partners {
    position: relative;
    margin-bottom: 10px;
}

.partners h5 {
    text-align: center;
    font-weight: 600;
    color: #4a4a4a;
    margin-top: 25px;
    margin-bottom: 31px;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
}

.partners h5:after {
    width: 44px;
    height: 3px;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 45%;
    background-color: #18ba60;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.partners .img {
    display: flex;
    justify-content: center;
}

.partners .img img {
    width: 39%;
    height: 68px;
    object-fit: contain;
}


/*Partners section*/

#mdSection {
    background: #E9EEEA;
    width: 100%;
    display: table;
    margin-bottom: 60px;
}

#mdSection .md_section .aboutcontent {
    margin-top: 0px;
    padding-bottom: 0px;
}


/*Md Section*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.md_section .aboutcontent {
    background: #E9EEEA;
    border-radius: 83px;
    padding: 56px 39px;
    padding-bottom: 27px;
    margin-top: 30px;
}

.md_section .aboutcontent .founder_img img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    filter: saturate(0.8);
}

.md_section .aboutcontent .founder_img h6 {
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

.md_section .aboutcontent .founder_img p {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.md_section .aboutcontent .founder_img {
    position: relative;
    text-align: center;
}

.md_section .aboutcontent h4 {
    font-size: 27px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    color: #000;
    margin-bottom: 10px;
}

.md_section .aboutcontent p {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 23px !important;
}

.md_section {
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}

.md_section h5 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
    color: #000;
}

.md_section h5 a {
    font-size: 14px;
    color: #db2029;
    margin-left: 10px;
    cursor: pointer;
}

.past_exp {
    border: 2px solid #000;
    padding: 10px;
    position: relative;
    margin: 16px 12px 7px 16px;
}

.past_exp p {
    text-transform: uppercase;
    color: #000;
    background: #E9EEEA;
    text-align: left;
    position: absolute;
    left: 7%;
    top: -17px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 600;
}

.past_logos {
    display: flex;
    justify-content: center;
}

.past_logos img {
    width: 21%;
    object-fit: contain;
    margin-right: 20px;
}

.md_section .content {
    text-align: left;
    padding: 0 13px;
}

.md_section .content p {
    text-align: right;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}

.md_section .content p:nth-child(2) {
    text-align: right;
    font-style: inherit;
}

.md_section .content h6 {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    font-style: italic;
    font-weight: 600;
    color: #000;
}

.md_section .content h5 {
    font-size: 14px;
    margin: 10px 0;
}

.md_section .content h6 i {
    font-size: 14px;
    margin: 4px;
    color: #000;
    font-style: italic;
}

.modal_news img {
    width: 22%;
    margin: 0 auto;
}

.modal_news .popup_img {
    text-align: center;
}

.modal_news h2 {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.modal_news .modal-dialog {
    width: 52%;
    margin-top: 123px;
}

.modal_news .close {
    background: #e6e6e6;
    opacity: 1;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    font-size: 29px;
    position: absolute;
    right: -10px;
    top: -7px;
    z-index: 1;
}

.modal_news .bottom_link {
    text-align: center;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.modal_news .bottom_link span {
    color: #db2029;
}

.modal_news .modal-content {
    height: 90vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal_news .modal-content::-webkit-scrollbar {
    width: 5px;
}

.modal_news .modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.modal_news .modal-content::-webkit-scrollbar-thumb {
    background-color: #8e8d8d;
    border-radius: 20px;
}

.modal_news .bottom_link_close {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 20px;
}

.modal_news .bottom_link_close a:nth-child(2) {
    background: #8e0202;
    padding: 3px 15px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.md_section .aboutcontent .founder_img:before {
    display: none;
}

.section-content {
    float: left;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .md_section .container {
        padding: 0;
    }
    .md_section .aboutcontent {
        margin-top: 0px;
        padding: 56px 15px;
        border-radius: 0;
    }
    .md_section.aboutcontent .founder_img:before {
        right: 19px;
        height: 269px;
        width: 269px;
    }
    .md_section .aboutcontent .founder_img img {
        width: 269px;
        height: 269px;
    }
    .md_section .aboutcontent h4 {
        font-size: 21px;
        line-height: 26px;
        margin: 20px 0;
    }
    .md_section .col-xs-12 {
        text-align: center;
    }
    .md_section .col-xs-12 img {
        width: 27% !important;
        margin: 14px 0;
    }
    .past_exp {
        margin: 16px 12px 13px 16px;
    }
    .past_logos {
        display: block;
        text-align: center;
    }
    .past_logos img {
        width: 39%;
        object-fit: contain;
        margin: 5px 5px 0 0;
    }
    .wpb_column {
        margin-bottom: 15px;
    }
    .modal_news .modal-dialog {
        width: 95%;
    }
}


/*Md Section*/


/*FAQ start*/

.spk_faq .panel {
    padding: 0;
    border-color: #fff;
    width: 100%;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
}

.spk_faq a {
    width: 100%;
    float: left;
}

.spk_faq .panel-heading {
    width: 100%;
    background: #08456b;
    color: #fff;
    float: left;
    width: 100%;
    padding: 10px 32px 10px 10px;
    position: relative;
}

.spk_faq .panel-heading .panel-title {
    float: left;
}

.spk_faq .panel-group {
    width: 70%;
    margin: 0 auto;
}

.spk_faq .panel-heading span {
    float: right;
}

.spk_faq a .panel-heading:after {
    content: '-';
    position: absolute;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
    right: 10px;
}

.spk_faq .collapsed .panel-heading:after {
    content: '+';
    position: absolute;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
    right: 10px;
}

@media screen and (max-width: 768px) {
    .spk_faq .panel-group {
        width: 100%;
        margin: 0 auto;
    }
}


/*FAQ end*/


/* About Us */

.home_about .about h4 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home_about .about p {
    color: #666;
    font-size: 15px;
}

.home_about .about a {
    color: #18BA60;
    font-weight: 600;
    font-size: 16px;
    background: url(../../images/icons/right-arrow-green.svg) no-repeat;
    background-position: right;
    background-size: 14px;
    padding: 0 21px 0 0;
}

@media screen and (max-width: 768px) {
    .about {
        margin-bottom: 20px
    }
}


/* About Us */


/* associated Start */

#associated {
    padding: 35px 0 25px 0;
    width: 100%;
    float: left;
    background: #efefef;
    margin-bottom: 0px;
}

.associated_heading {
    width: 225px;
    float: left;
    text-align: center;
}

.associated_heading h2 {
    font-size: 18px;
    color: #383838;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 6px;
    font-weight: 900;
    text-align: left
}

.associated_heading h2 span {
    font-size: 14px;
    width: 100%;
    float: left;
}

.associated_logos {
    width: calc(100% - 226px);
    float: left;
    margin-top: -13px;
    margin-bottom: 0;
}

#associated .associated_logos .item {
    width: 160px;
    cursor: pointer;
    transition: .35s cubic-bezier(.39, .58, .57, 1);
    margin: 0;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1)
}

#associated .associated_logos .item:hover {}

.poservi {
    width: 100%;
    float: left
}

.poservi ul {
    list-style: none;
    padding: 0;
    display: inline-table;
    width: 100%;
}

.poservi ul li {
    width: 33%;
    min-height: 147px;
    float: left;
    font-size: 65px;
    text-align: center;
    border-right: 1px solid #d8d8d8;
}

.poservi ul li:last-child {
    border-right: none;
}

.poservi ul li:nth-child(3) {
    border-right: none;
}

.poservi ul li:nth-child(1),
.poservi ul li:nth-child(2),
.poservi ul li:nth-child(3) {
    margin-bottom: 30px;
}

.poservi ul li i {
    width: 65px;
    text-align: center;
    display: inline-table;
}

.poservi ul li i svg {
    width: 100%;
    fill:
}

.poservi ul li i svg g rect {
    stroke: #fff
}

.poservi ul li p {
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .associated_heading h2 {
        text-align: center;
        margin-bottom: 36px;
    }
    #associated {
        padding: 18px 0 25px 0;
    }
    .associated_heading {
        width: 100%;
    }
    .associated_logos {
        width: 100%;
    }
    #associated {
        margin-bottom: 0px;
    }
}


/* associated End  */


/* Diller Sticky Strat  */

.sticky_diller {
    position: fixed;
    bottom: 264px !important;
    right: 0px !important;
    z-index: 9999999;
    display: none;
}

.phone_icon_box {}

.phone_icon_box a {
    text-decoration: none;
}

.phonesvg {
    background: #ff4a4a !important;
    width: 44px !important;
    height: 79px !important;
    border-radius: 5px 0px 0px 5px !important;
    padding: 10px;
    color: #fff;
    align-items: center;
    box-shadow: 0 2px 5px #4e4e4e;
    border-left: 3px solid #d10000;
}

.phonesvg svg {
    fill: #fff;
    width: 17px !important;
    margin-bottom: 1px;
    margin-top: -4px;
    margin-left: 6px;
}

.phonesvg span {
    display: block;
    font-size: 17px;
    font-weight: 600;
    transform: rotate( 270deg);
    margin-right: -4px;
}

@media screen and (max-width: 767px) {
    .sticky_diller {
        display: block;
    }
    .teachers_prf .text {
        min-height: 0;
    }
}


/* Diller Sticky End */


/* Second Form Filelds*/


/*Form Package start*/

.gst_rdiobtn {
    display: flex;
    margin-left: 0px;
    border: 3px solid #d8d8d8;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 9px;
    position: relative;
    padding-bottom: 0;
}

.gst_rdiobtn label {
    width: 100%;
    font-weight: 500;
}

.gst_rdiobtn input {
    visibility: hidden;
}

.gst_rdiobtn .check {
    display: block;
    position: absolute;
    border: 4px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 10px;
    left: 13px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.gst_rdiobtn input[type=radio]:checked~.check {
    border: 4px solid #ef9a15;
}

.gst_rdiobtn input[type=radio]:checked~.check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 11px;
    width: 11px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.gst_rdiobtn p {
    position: absolute;
    top: 11px;
    right: 13px;
    font-size: 15px;
    font-weight: 600;
    color: #f6480f;
}

.gst_rdiobtn .admission {
    top: 37px;
}

.gst_rdiobtn ul {
    margin-left: 20px;
    list-style: none;
    display: inline-block;
    width: calc(100% - 104px);
}

.editprice ul li:nth-child(1) {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a;
}

.editprice ul li:nth-child(2) {
    font-size: 16px !important;
    color: #000;
}

.gst_rdiobtn ul li::before {
    content: '';
    position: absolute;
}

.gst_rdiobtn input[type=radio]:checked~.check::before {
    background: #f45810;
}


/*Form Package end*/

#field2 .form-row {
    width: 100%;
    margin: 0;
}


/*Second From Filelds */


/* Footer Start*/

.footer_bg_black {
    background-color: #385067 !important;
}

.footer_bg_black .footer_white_img {
    display: block;
    width: 100%;
}

.footer_bg_black .textwidget p {
    color: #c7c7c7;
}

.footer_bg_black .link_lists p a {
    color: #a7cbde;
    text-decoration: none;
    cursor: default;
}

.footer_bg_black .footer_links li a {
    color: #dde3e8;
}

.footer_bg_black .social_title {
    color: #a7cbde;
}

.footer_bg_black .quick_links ul li a {
    color: #dde3e8;
}

.footer_bg_white {
    background-color: #f5f5f5;
}

.footer_bg_white .footer_white_img {
    display: block
}

.footer_bg_white .footer_black_img {
    display: none;
}

.footer_bg_white .textwidget p {
    color: #504f4f;
}

.footer_bg_white .link_lists p a {
    color: #577a8c;
}

.footer_bg_white .quick_links ul li a {
    color: #504f4f;
}

.footer_bg_white .footer_links li a {
    color: #504f4f;
}

iframe .tp-widget-rating {
    font-size: 17px !important;
    color: #fff !important;
}

#profile-link {
    color: #fff;
}

.tp-widget-rating {
    font-size: 24px;
    color: #fff;
}

.footer_contact a {
    width: 134px;
    padding: 2px 11px;
    margin-top: 0px;
    margin-left: 10px;
}

.footer {
    padding: 21px 0;
    padding-top: 40px;
    border-top: 1px solid;
    background: #2e363a;
}

.footer a:hover {
    color: #b1afaf;
}

.footer .textwidget p {
    text-align: left;
    font-size: 13px;
    margin-top: 20px;
}

.footer .textwidget .social_title {
    font-weight: 600;
    text-transform: normal;
}

.footer .textwidget .social_icons {
    display: flex;
}

.footer .social_icons i {
    padding: 7px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    color: #000;
    background: #ccc;
    box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2), inset -6px -6px 10px 0 rgba(255, 255, 255, 0.5);
}

.social_contacts {
    display: flex;
}

.link_lists {
    text-align: left;
}

.link_lists p {
    font-weight: 700;
    text-transform: none;
    font-size: 12px;
}

.link_lists .card {
    background: none;
    padding: 0;
}

.footer_links {
    list-style: none;
    padding-left: 0 !important;
}

.footer_links li {
    font-size: 12px;
    margin-bottom: 6px;
}

.footer_links li a {
    color: #dde3e8;
}

.footer_bottom {
    border: none;
    text-align: center;
    height: 110px;
}

.quick_links {
    margin: 0 auto;
}

.quick_links ul {
    display: flex;
    list-style: none;
    float: right;
    margin-top: 30px;
}

.quick_links ul li {
    padding: 0 10px;
    border-right: 1px solid #b1afaf;
    font-size: 13px;
}

.quick_links ul li a {
    color: #dde3e8;
}

.footer_copyright {
    color: #a7a7a7;
    margin-top: 15px;
    text-align: center;
    font-size: 11px;
}

.footer_bottom_menu {
    margin-top: 5px;
}

.footer_bottom_menu .menu li a {
    color: #a7a7a7 !important;
    font-size: 11px !important;
    padding: 0 6px;
}

.trustpilot_box {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 10px;
}

.quick_links ul li:nth-last-child(1) {
    border-right: none;
}

.bottom .menu li {
    display: inline-block;
    line-height: 24px;
}

.bottom .menu li a {
    color: #e5e5e5;
    font-size: 14px;
    padding: 0 0 0 28px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.bottom .menu li a:hover {
    color: #18ba60;
}

.footer_copyright p {
    margin-top: 5px;
}

.trustpilot-widget {
    position: relative;
    background: #ffffffc7;
    display: inline-block;
    margin: 0 0 -5px 200px;
    padding: 6px 10px;
    border-radius: 0;
    height: 40px;
}

.footer_feedback .trustpilot-widget {
    margin-left: 0 !important;
}

@media (max-width: 767px) {
    .trustpilot-widget {
        margin: 0;
        width: 100%;
        position: absolute !important;
        left: 0;
        top: 40px;
    }
    #topheader {
        height: 80px;
        position: relative;
    }
    .footer_feedback .trustpilot-widget {
        position: relative !important;
        width: auto !important;
        top: auto;
    }
    .bottom .menu li a {
        padding: 0 5px;
    }
    .footer {
        padding: 20px 0 0;
    }
    .footer_copyright {
        margin-top: 5px;
    }
    .footer_bottom_menu {
        margin-top: -10px;
    }
    .bottom .menu li {
        line-height: 16px;
    }
    .quick_links ul {
        float: none !important;
        margin-top: 30px !important;
    }
}

.footer_contact {
    margin-top: 11px;
    float: right;
}

.footer_contact a {
    width: 167px;
    padding: 0;
    margin-top: 0px;
    margin-left: 0;
    float: none;
    color: #dde3e8;
    margin: 0 10px;
    font-size: 13px;
}

.footer_contact .icons {
    width: 17px;
}

.social_contacts .social_icons a {
    color: #dde3e8;
}

.social_icons .icons {
    width: 5%;
}

.footer_first_sec,
.footer_second_sec,
.footer_third_sec {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .left_side {
        margin-bottom: 30px;
    }
    .footer_second_sec .footer_white_img {
        width: 76% !important;
        margin-bottom: 12px;
    }
    .link_lists {
        text-align: left;
        /* min-height: 171px; */
    }
    .quick_links ul li:nth-last-child(1) {
        line-height: 15px;
    }
    .social_icons .icons {
        width: 6vw;
    }
}


/* Footer End*/

.upto_percent_off {
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    display: none;
}

.upto_percent_off span {
    color: #f45b11;
    font-size: 19px;
    padding: 0 17px 0 4px;
}


/*Common Section for all pages*/

@media screen and (max-width: 768px) {
    .md_section .aboutcontent .founder_img img {
        width: 269px;
        height: 269px;
    }
    .md_section h5 {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 600px) {
    .iso {
        margin-top: 6px;
    }
}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 767px) {
    .login_header_new_img {
        margin-top: 0 !important;
    }
    /*---new_responsive_menu_css----*/
    .custom-pull-left {
        background-color: #ffffff;
    }
    #myHeader .nav>li>a {
        padding: 15px 15px;
        color: #2d3133 !important;
    }
    .nav-link {
        border-bottom: 3px solid #cccccc7a;
    }
    .caret {
        float: right;
        margin-top: 7px;
    }
    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: #cbd9ff;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #cbd9ff;
    }
    #myHeader .navbar-nav .dropdown-menu {
        background-color: #eaf1fd;
    }
    .dropdown-menu .drop_inner_box h3 {
        color: #444;
    }
    .dropdown-menu .nav-link a {
        margin-bottom: 4px;
    }
    .nav-link a {
        color: #444 !important;
    }
    .dropdown-menu .drop_inner_box h3::after {
        display: none;
    }
    .dropdown-menu .drop_inner_box h3 {
        color: #444;
        border-left: solid 3px #444;
        padding-left: 15px;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 14px;
        width: 70%;
        background: #70b0f140;
        padding: 10px;
        float: none;
        display: inline-table;
    }
    .dropdown-menu .drop_inner_box h3::before {
        content: '';
        width: 36px;
        height: 36px;
        border-bottom: solid 18px #70b0f140;
        border-left: solid 18px #70b0f140;
        border-right: solid 18px transparent;
        border-top: solid 18px transparent;
        position: absolute;
        top: 0;
        right: -36px;
    }
}

@media screen and (max-width: 525px) {
    .map_marker_footer_new {
        display: block;
        margin-top: 10px !important;
    }
    .footer_contact_new_holder {
        float: unset;
    }
    .footer_contact_new_holder a {
        margin: 0 5px;
    }
    .footer_contact .icons {
        width: 12px;
    }
}