@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:900|Montserrat:700|Ubuntu:700&display=swap');


* {

    margin: 0;
    padding: 0;

}


body {

    margin: 0;
    padding: 0;
    /* font-family: 'times new roman', times, serif !important;
    font-family: 'Ubuntu', sans-serif !important; */

}

h1,
h2,
h3,
h5,
li,
ol,
div,
a,
h4 {

    margin: 0;
    padding: 0;

}

h1 {
    color: #092974;
    font-size: 50px;
    font-weight: 700;
    font-family: "Barlow", "Ubuntu", sans-serif !important;
    text-transform: uppercase;
}

h5 {
    color: #0d2a75;
    font-weight: 600;
    font-family: "Barlow", "Ubuntu", sans-serif !important;
}

/* navbar start */
/* 
@media screen and (min-width:990px) {

    hover on laptop Screen comment tis
    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        margin-left: .120rem;
        border-radius: 0;  comment tis
    }

    Adjusting Submenu-list position  comment tis
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0px;
        left: 100%;
    }
} */

@media screen and (min-width:990px) {

    /* hover on laptop Screen  */
    .dropdown:hover>.dropdown-menu,
    .dropend:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        margin-left: .120rem;
        /* border-radius: 0; */
    }

    /* Adjusting Submenu-list position  */
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0px;
        left: 100%;
    }
}

.dropdown-item:hover {
    /* background-color: #bfd5ef; */
    background-color: #000000;
    color: #fff;
}

/* mobile-nav-top bug fix -- */
/*🔗 https://github.com/twbs/bootstrap/pull/32037  */
@media screen and (max-width: 576px) {
    .navbar-collapse {
        max-height: calc(100vh - 125px);
        overflow-y: hidden;
    }
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        max-height: calc(100vh - 125px);
        overflow-y: auto;
    }
}

@media screen and (max-width: 992px) {
    .navbar-collapse {
        max-height: calc(100vh - 125px);
        overflow-y: auto;
    }
}


@media screen and (max-width: 1200px) {
    .navbar-collapse {
        max-height: calc(100vh - 125px);
        overflow-y: auto;
    }
}

.dropdown-item:hover {
    background-color: #bfd5ef;
    color: #fff;
}

/* navbar end */

/* Google Review Css */

#about p {
    font-size: 21px !important;
}


.mb20 {
    margin-bottom: 20px;
}

section {
    margin-top: 30px;
}

.discon {
    font-style: italic;
    font-Weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4d6fc4;

}

.consult {
    font-Weight: bold;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #0036a3;
}

.disclaimer {
    font-Weight: bold;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #0036a3;
}

.subheading {
    font-Weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    /* color: #4d6fc4; */
    color: #092974;
}



/* 
nav.navbar.bootsnav {

    background-color: #fff;
    padding: 21px 0 21px 0;
    border: none;
} */

/* nav.navbar.bootsnav ul.nav > li > a{

	color:#0036a3;
	border-right:1px solid #0036a3;
	padding:5px 21px;
	font-size:16px;
} */


/* nav.navbar.bootsnav ul.nav>li:nth-child(7) a {

    border-right: none;

} */

/* .navbar-brand{

	display: none;	

} */

/* MEGAMENU STYLE START
=================================*/
/* nav.bootsnav .dropdown.megamenu-fw {
    position: static;
}

nav.bootsnav .container {
    position: relative;
}

nav.bootsnav .megamenu-fw .dropdown-menu {
    left: auto;
}

nav.bootsnav .megamenu-content {
    padding: 15px;
    width: 100% !important;
}

nav.bootsnav .megamenu-content .title {
    margin-top: 0;
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
} */

/* MEGAMENU STYLE ENDS
=================================*/

header {

    padding: 20px 0px 20px 0px;
    /* border-bottom: 2px solid #0036a3; */
}


header strong {

    color: #0036a3;
    font-size: 14px;
    padding: 15px 0;
}


header .new_logo_sec {

    width: 180px;
    height: 60px;

}

.carousel {

    width: 100%;
    height: 66vh;

}

#slide_1 {

    background-image: url(../images/slide1.jpg);
    background-size: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 0;
}


#slide_2 {

    background-image: url(../images/slide2.jpg);
    background-size: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 0;
}


#slide_3 {

    background-image: url(../images/slide3.jpg);
    background-size: 100%;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 0;
}


.carousel-control.left {

    background-image: none;
    width: 20px;
}


.carousel-control.right {

    background-image: none;
    width: 20px;
}

.text_sec {

    width: 400px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 15px;
    margin-left: 30px;
    border-left: 10px solid #f7a40d;

}


.text_sec h1 {

    color: #0036a3;
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;
    font-family: 'Barlow', 'Ubuntu', sans-serif;

}

#panel_se h2 {


    color: #fff;
    font-weight: 900;
    font-family: 'Barlow', 'Ubuntu', sans-serif;

}

.glyphicon-chevron-left {

    border: 2px solid #ccc;
    height: 50px !important;
    width: 50px !important;
    line-height: 48px;
    display: block;
}


.glyphicon-chevron-right {

    border: 2px solid #ccc;
    height: 50px !important;
    width: 50px !important;
    line-height: 48px;
    display: block;
}

#panel_se h2 {

    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-top: 10px;
}


#panel_se a {

    display: block;
    background-color: #0036A3;
    padding: 15px 30px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;

}


.listing_sec {

    border: 4px solid #0036a3;
    margin-top: 80px;
    padding: 15px;
    min-height: 500px;
}

.listing_sec h2 {

    font-size: 30px;
    font-weight: 600;
    color: #0036a3;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
}


.listing_sec ul {

    list-style-type: none;
    margin: 0;
    padding: 0;

}


.listing_sec ul li {

    display: block;
}

.listing_sec ul li a {

    display: block;
    color: #6c98e1;
    font-size: 25px;
    font-weight: 600;

}

#strong {

    background-attachment: fixed;
    background-image: linear-gradient(45deg, #0036a399, #0036a3d1), url(../images/img_1.jpg);
    background-image: -webkit-linear-gradient(45deg, #0036a399, #0036a3d1), url(../images/img_1.jpg);
    background-image: -o-linear-gradient(45deg, #0036a399, #0036a3d1), url(../images/img_1.jpg);
    background-image: -moz-linear-gradient(45deg, #0036a399, #0036a3d1), url(../images/img_1.jpg);
    background-size: cover;
    padding: 80px 0;


}

.tex_area {

    width: 50%;
    display: block;
    margin: 0 auto;

}

.tex_area h2 {

    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-top: 10px;
    font-size: 35px;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
}


.text_sec {

    visibility: hidden;

}

.icon_cirlc {

    width: 50px;
    height: 50px;
    border: 2px solid #ff9e4b;
    display: block;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    border-radius: 50%;
    color: #0036a3;
}

.details h3 {

    font-size: 20px;
    font-weight: 600;
    color: #756969;
    margin: 0;
    padding: 0;

}


.details h4 {

    font-weight: 600;
    margin: 5px 0;

}

.form_sec {

    margin-top: 30px;

}

.form_sec input,
.form_sec select {

    height: 50px;

}

footer {
    background-color:#022046;
    padding: 100px 0 0px 0;
}

footer img {

    width: 160px;
    margin-bottom: 20px;
}


footer p {

    color: #fff;
    font-size: 14px;
    line-height: 21px;

}


footer h1 {

    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

footer span {

    width: 100%;
    height: 1px;
    display: block;
    background-color: #fffefe40;
    margin: 15px 0;

}

footer ul {

    margin: 0;
    padding: 0;
    list-style-type: none;
}


footer ul li {

    display: block;
    margin: 10px 0;
}


footer ul li a {

    margin: 10px 0;
    color: #fff !important;
}



.copy_sec {
    margin-top: 15px;
    width: 100%;
    overflow: auto;
    padding: 30px 0;
    border-top: 1px solid #fffefe40;
}

#section_divide img {

    width: 100%;
    box-shadow: 0px 0px 0px 0px;

}


#section_divide h1 {
    font-weight: 800;
    color: #092974;
    font-size: 40px !important;
    margin: 40px 0 25px 0 !important;
    display: block;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
}

@media (max-width:400px) {
    #section_divide h1 {
        font-weight: 700;
        font-size: 40px;

    }

    #section_divide h3 {
        font-size: 28px;
        font-weight: 700;
    }
}


#section_divide h3 {

    /* font-size: 20px; */
    font-size: 30px;
    font-weight: 800;
    color: #092974;
    margin: 35px 0 10px 0;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;

}

li {
    /* font-size:18px !important;
	font-weight:600*/
    font-family: 'Barlow', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    line-height: 26px;
    
}

#section_divide h4 {

    font-size: 19px;
    font-weight: 700;
    color: #0036a3;
    margin: 0 0 15px 0;
    font-family: 'Barlow', sans-serif;

}

.side_section h4 {
    font-size: 19px;
    font-weight: 700;
    color: #0036a3;
    margin: 0 0 15px 0;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}


#section_divide h5 {

    font-size: 16px;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
}

#section_divide p {

    /* font-family: 'times new roman', times, serif; font-size: 14pt; */
    text-align: justify;
    margin-bottom: 15px;
    line-height: 26px;

}

#section_divide ul li p {

    /*font-family: 'times new roman', times, serif;
	font-size: 18px;*/
    text-align: justify;
    margin-bottom: 8px !important;
}

/* 
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {

    border: none !important;

}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    padding: 5px 5px !important;
    font-size: 16px;
    font-weight: 500;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.dropdown ul.dropdown-menu>li a {

    background-color: #0036a3;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}


nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.dropdown ul.dropdown-menu>li a:hover {

    color: #cecece !important;

} */

.italic_box {

    background-color: #F2F2F2;
    display: block;
    border-left: 5px solid #0036a3;
    padding: 30px 15px;
    box-shadow: border-box;
    font-size: 20px;
    font-style: italic;
    line-height: 21px;
    margin: 30px 0 100px 0;
}

.strong {

    width: 100%;
    height: 5px;
    background-color: #0036a3;
    display: block;
    margin: 15px 0px;

}

.bottom_line {
    width: 100%;
    height: 3px;
    background-color: #0036a3;
    display: block;
    margin: 15px 0px;
}

.side_section {

    background-color: #092974;
    padding: 36px 30px;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.side_section h4 {

    font-family: 'Barlow', sans-serif !important;
    font-size: 17px !important;
    color: #fff !important;

}

.side_section p {

    text-align: left !important;
    line-height: 28px;
    font-size: 16px !important;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
}


.side_section button {

    display: block;
    margin: 0 auto;
    color: #2d2f33;
    font-weight: 600;
    padding: 5px;

}

.small_box {

    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    color: #000;
}


.small_box h5 {

    font-size: 17px !important;

}


.small_box p {

    color: #7d7979 !important;
    line-height: 18px !important;
}


#contsult {

    background-color: #BB9858;
    padding: 15px 0;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
}

.btn-default {

    border: none;

}

.fa-phone {

    color: #1356de;

}

#contsult h1 {

    font-size: 30px !important;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
}

#contsult h5 {

    font-size: 20px;
    color: #fff;
    font-weight: 900;

}

#contsult button {

    width: 100%;
    height: 50px;
    background-color: #0036a3;
    color: #fff;
    margin-top: 62px;
    font-weight: 700;
}

.person_sec {

    text-align: center;
    background: #fff;
    padding-bottom: 8px;
    border-radius: 10px;

}

.person_sec img {

    /* border: 5px solid #F7BE68; */
    border-radius: 10px 10px 0 0;
    /* border: 1.5px; */
    width: 100%;
}


.person_sec h3 {
    font-size: 18px !important;
    font-family: 'Barlow', sans-serif !important;
    margin: 8px 0 !important;
    color: #000080 !important;
}


.person_sec h4 {

    font-size: 15px !important;
    font-weight: 600 !important;
    color: #808080 !important;
}


.person_sec a {
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000 !important;
}



#form_area {

    padding: 50px 0;

}

#form_area h1 {
    font-weight: 600;
    color: #0036a3;
    font-size: 32px;
    margin-bottom: 30px;
    display: block;
    text-align: center;

}


#form_area h4 {

    display: block;
    font-size: 20px;
    line-height: 34px;
    color: #777;
    font-weight: 500;
    letter-spacing: -.01em;
    text-align: center;
}


#form_area .fa {

    font-size: 20px;
    color: #0036a3;
    text-align: center;
}

.address .col-md-2,

.address .col-md-10 {

    margin: 10px 0;

}


.post {

    padding: 0 20px;

}

.post img {

    border: 1px solid #ccc;
    margin: 10px 0;
    display: block;
}

.fa-thumbs-up {

    width: 23px;
    height: 23px;
    background-color: #1c91ff;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 23px;
    text-align: center;

}

.fa-heart {

    width: 23px;
    height: 23px;
    background-color: #d74937;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
}

.load-more__btn {

    background-color: #e5e6e7;
    /* display: block; */
    padding: 10px 15px;
    /* min-width: 20%; */
    max-width: 56% !IMPORTANT;
    display: block;
    margin: 5px auto;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #222;

}

a.load-more__btn.fas {

    display: none !important;

}

.list_setion_define {

    margin: 0 20px;

}

.list_setion_define li {

    font-size: 14px;
    margin: 10px 0;
    /*font-family: 'times new roman', times, serif;*/
}

.fa-chevron-right {

    float: right;
    margin-top: 5px;
}

p.sizing_define {

    font-size: 15px !important;
    font-family: 'Barlow', 'Asap Condensed', sans-serif !important;
    word-spacing: 3px !important;
    color: #131313 !important;
}


ol.order_list {

    margin: 0 15px;

}


ol.order_list li {
    margin: 10px 0;
    font-size: 16px;
    /* color: #989494; */

}

.profiles {
        padding: 5px;
        border: 2px solid #ffffff;
        border-radius: 25px;
}

.profile_sec {

    padding-left: 0px;

}


.profile_sec h3 {

    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.profile_sec ul {

    margin: 0 30px !important;

}

.profile_sec p {

    /* font-size: 12px !important; */
    color: #1d1c1c !important;
}

#profile_list {

    margin: 15px 0px;
    padding-left: 19px;

}

#profile_list li {

    /* font-size: 11px !important; */
    color: #000000;
    margin: 8px 0;

}

.design {

    color: #1d1c1c;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    margin: 15px 0;
    font-size: 15.5px;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;

}

.small_size {

    /* font-size: 11px !important; */
    color: #1d1c1c;

}

.panel_box {

    padding: 20px 30px;
    background-color: #F2F2F2;
    border-left: 5px solid #0036A3;
    font-style: italic;
    font-size: 19px;

}

.contact_details {

    margin: 30px 0;
    padding: 50px 30px;
    background-image: linear-gradient(45deg, #0036a3c7, #0036a2), url(../images/back_1.gif);
    background-image: -webkit-linear-gradient(45deg, #0036a3c7, #0036a2), url(../images/back_1.gif);
    background-image: -o-linear-gradient(45deg, #0036a3c7, #0036a2), url(../images/back_1.gif);
    background-image: -moz-linear-gradient(45deg, #0036a3c7, #0036a2), url(../images/back_1.gif);
    background-size: cover;
}


.contact_details h4 {

    color: #fff !important;
    text-align: left !important;
}



.contact_details .fa-phone {

    color: #BB9858 !important;

}

.contact_details .fa {

    margin-right: 15px;
    font-size: 20px;
    color: #BB9858;
    max-width: 15px;
    width: 15px;
}

.contact_details .address_bottom {
    margin-left: 30px;
}


.contact_details a {

    display: block;
    margin: 8px 0;
    color: #fff !important;
}

.side_listing {

    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}


.side_listing li {

    display: block;

}

.side_listing li a {
    text-decoration: none;
    color: #0036a3;
    background-color: #F2F2F2;
    padding: 12px 15px;
    display: block;
    transition: 0.5s;
    border-left: 5px solid #F2F2F2;
    border-bottom: 1px solid #fff;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
    font-weight: 700;
}

.side_listing li a.active {

    border-left: 5px solid #0036a3;


}

.side_listing li a:hover {


    border-left: 5px solid #0036a3;


}


.bottom_header {

    border: 1px solid #f1f1f1;

}


.bottom_header img {

    display: block;
    margin: 0 auto;
    position: relative;
    top: -35px;
    border-radius: 10px;

}


.bottom_header a {

    font-size: 22px;
    color: #222;

}

/* .nav-tabs {

    border: none;

} */

/* .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #ad7f3a; comment this
} */

.tab-content {

    height: 650px;
    overflow-y: scroll;

    overflow-x: hidden;

}

.comment_section p {

    font-size: 18px;
    color: #222;
    margin: 3px 0 !important;
}

.shareing {

    padding: 5px 10px;
    display: block;
    border-radius: 1px;
    box-shadow: 0 10px 15px #ccc;
    width: 100px;
    color: #989898;
    border: 1px solid #ccc;
    text-decoration: none;
    margin: 8px 0;
}

.dropdown-menu.adjusting>li>a {

    padding: 5px 5px;
    text-align: center;
    border-bottom: 1px solid #ccc;

}


/****dipika stard*****/




/****dipika end code*****/

/* zayd added */

/*   --------- talktous ---------- */
.talktous {
    width: auto;
    border: 2px solid #2637f4;
    padding: 10px 20px 10px 20px;
    /*box-shadow: 3px 2px 4px #0036a3;
        background-image: linear-gradient(150deg, #EAFAF1 , #E8DAEF 30%,#E5E8E8 );
        font-weight:600;*/
    text-align: center;
    margin-top: 10px;
    /* margin-bottom: 30px; */
    color: #ccc;
    font-size: 20px;
    border-radius: 10px;
    background-color: #0036a3;
}

.talktous i {
    margin-left: 10px;
    margin-right: 10px;
}

.talktous:hover {
    color: #fff;
    /*text-shadow: 1px 1px #fff;*/
    background-image: linear-gradient(150deg, #0036a3, #1d29aa 30%, #2637f4);
    border: 2px solid #2637f4;
}

.talktous:hover i {
    margin-left: 20px;
    margin-right: 0px;
    font-size: 28px
}

/* .consult {
    font-Weight: bold;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 30px;
} */

/* .disclaimer {
    font-Weight: bold;
    font-style: italic;
    margin-top: 50px;
    margin-bottom: 100px;
    color: #0036a3;
} */

/* .subheading {
    font-Weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #4d6fc4;
} */

/*-------- accordion ----------*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #fff;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    /* background-color: #0036a3; */
    background-color: #092974;
    font-weight: bold;
    color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 18px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

/* zayd added */


/***media**/

@media (max-width: 992px) {


    #choose_us {

        overflow-x: hidden;

    }

    /* nav.navbar.bootsnav .navbar-brand {
        display: inline-block;
        float: none !important;
        margin: 0 !important;
        padding: 0;
    } */

}

.heading {

    background-color: #F2F2F2;
    padding: 15px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.heading h1 {

    color: #0036a3;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
}

.text_inside h1 {

    color: #0036a3;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Barlow', 'Ubuntu', sans-serif !important;
}


.text_inside p {

    color: #32373B;
    line-height: 26px;
    margin: 0 0 15px;
    text-align: justify;
    font-size: 18px;
    font-weight: 600;
    /* font-family: auto;*/

}



.box_inside {

    margin-bottom: 50px;

}

.box_inside p {

    color: #32373B;
    line-height: 26px;
    margin: 0 0 15px;
    text-align: justify;
    font-size: 18px;
    font-weight: 600;
    /* font-family: auto;*/

}

.box_inside h4 {

    color: #32373B;
    margin: 0 0 15px;
    text-align: justify;
    font-size: 21px;
    font-weight: 600;
    /* font-family: auto;*/
    border-bottom: 2px solid #bb9858;
    text-align: center;
}

.tab-content::-webkit-scrollbar {
    width: 10px;
}

.tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.tab-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.top_header {

    background-color: #3b5998;
    padding: 10px 15px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    overflow: auto;

}

.top_header a {

    display: inline;
    float: right;
    margin-left: 5px;
}



.top_header a i {

    margin-right: 5px;

}

.bottom_header {

    width: 100%;
    padding: 0px 0;
}

.floatIng {

    float: left;
    display: inline-block;
    position: relative;
    top: -40px;
    width: 100px;
    left: 15px;

}


.heading_top {

    float: left;
    display: inline-block;
    width: 20%;
}


.heading_top a {

    font-size: 25px;
    color: #393939;
}


.dropdown-menu {

    border-top: 1px solid #ccc !important;

}

/* suggested by ranjan sir */
.dropdown-menu li a:hover {

    background-color: #022046 !important;
    color: #fff !important;

}

/* suggested by ranjan sir */


nav.sticky {

    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100px;
    box-shadow: 0 4px 15px #ccc;
    transition: 2s;
}



.setting_sec {

    padding: 0 20px;

}

.setting_sec h4 {

    font-size: 15px;
    font-weight: 600;
    color: #403838;

}



.setting_sec p {

    font-size: 14px;
    color: #989393;
}

footer .fa-facebook {

    color: #fff;
    font-size: 28px;
}

footer .fa-instagram {

    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .fa-whatsapp {

    color: #fff;
    font-size: 28px;
}

#facebook_sec {
    width: 40px;
    height: 40px;
    /* background-color: #1daefd; */
    background-image: linear-gradient(180deg, #18aeff, #13a0f9, #0c89ef, #0472e6, #0064e2);
    display: flex;
    /* color: #4466ab !important; */
    border-radius: 6px;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    /* line-height: 45px; */


}

#insta_sec {
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    /* background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); */
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 96%);
    display: flex;
    border-radius: 6px;
    justify-content: center;
    /* align-items:normal; */
    text-decoration: none;
}

#whatsapp_box {
    width: 40px;
    height: 40px;
    /* background-color: #7ACC72; */
    background-image: linear-gradient(180deg, #43eb61, #38dc55, #21c941);
    display: flex;
    justify-content: center;
    /* color: #4466ab !important; */
    border-radius: 6px;
    text-align: center;
    align-items: center;
    text-decoration: none;
    line-height: 45px;
}

.fa-angle-down {

    font-size: 25px;
    color: #ccc;
}

.post p {

    margin: 0;
    padding: 0;
}

@media(max-width: 767px) {
    .form {
        padding: 0px 20px;
    }
    .more-contents{
        padding: 10px 10px !important;
    }
    .time-slots div {
        font-size: 14px !important;
        padding: 5px 10px !important;
    }
    .more-contents p{
        text-align: left;
    }
    .timelineess-first button#nextBtn {
        margin-bottom: 30px;
    }
    .max-width-box2-box3 {
        max-width: 371px !important;
        margin: auto;
    }
    .timelineess-content .desc-box{
        margin-top: 20px !important;
    }
    .payment-container h1 {
        font-size: 25px;
    }
    button#freeBtn {
        width: 153px !important;
        font-size: 15px;
        padding: 0 3px;
    }
    .pay-info+div {
        gap: 15px;
    }
    button#backBtn{
        width: 153px !important;
    }
    button#backBtnthird {
        width: 160px !important;
        /* margin-right: -25px; */
    }

    .main-div{
        margin-top: 80px;
    }
    li.dropdown ul.dropdown-menu {

        padding: 0 0 0 10px !important;
    }


    .hidding {

        display: none;

    }

    .icon_cirlc {

        margin: 15px 0;

    }

    .details {

        margin: 15px 0;

    }

    .heading_top {

        width: 100% !important;

    }

    /* nav.navbar.bootsnav {
        background-color: #fff;
        padding: 10px 0 10px 0;
        transition: 2s;
    } */

    header {

        display: none;

    }

    .text_sec {

        width: 350px;
        background-color: rgba(255, 255, 255, 0.8);
        margin-left: 50px;


    }


    /* nav.navbar.bootsnav {

        border-bottom: 1px solid #ccc;

    }

    .navbar-right a {

        display: block;
        text-align: left;
        float: none;
        margin-left: 15px;
    } */


    #slide_1 {

        background-image: url(../images/slide1.jpg);
        background-size: 100%;
        background-position: 0 0;
        width: 100%;
        padding: 100px 0;
    }


    #slide_2 {

        background-size: 100%;
        background-position: 0px 0px;
        width: 100%;
        padding: 0px 0;
    }


    #slide_3 {

        background-size: 100%;
        background-position: 0 0;
        width: 100%;
        padding: 0px 0;
    }

    .fa-thumbs-up {

        font-size: 30px;

    }

    .text_sec {

        padding: 10px 15px;

    }

    .text_sec h3 {

        font-size: 20px;

    }

    .carousel {

        width: 100%;
        height: 70vh;
        overflow-y: hidden;
    }

}

/************** Hiding "Contact us section from each Practice page" ************************/
#contsult {
    display: none;
}
.dropdown-menu .dropdown-menu{
    left: 99% !important;
}
.dropdown-menu{
    /*border: none !important;*/
}
ul.dropdown-menu.shadow{
    box-shadow: none !important;
}