/*=================== fonts ====================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");*/
/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");*/
body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #858585;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}
p {
    color: #3a3a3a;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none !important;
    outline: none;
    /*color: #fff !important;*/
}
.contact_page_ic a:focus {
    color: #333 !important;
}
/*header start*/
.arb_btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 1px 8px;
}
.top_icon_bar a {
    color: #ffff;
}
.contct_detail a {
    font-size: 13px;
    color: #333;
    text-shadow: none;
}
.modal-content {
    border: none !important;
    background-color: #3330 !important;
}
.close {
    background: transparent;
    border: none;
    font-size: 20px;
}
.mob_flag {
    display: none !important;
}
.appointment_popup {
    box-shadow: none;
    background-color: #fff;
    padding: 20px;
}
.appointment_popup h4 {
    font-size: 18px;
    color: #333;
}
.top_contact li {
    display: inline-block;
    padding: 0px 10px;
}
.top_contact a {
    font-size: 13px;
}
.modal-dialog {
    max-width: 800px !important;
}
.arb_text {
    text-align: left !important;
}
.arb_btn_eng {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 1px 7px;
    font-size: 12px;
}
.footer .fa-chevron-left {
    color: #407990 !important;
}
.fa-angle-double-left {
    color: #fd4386;
}
.arb_style {
    left: 51% !important;
}
.arb_right_slider {
    text-align: right !important;
}
.book_nurse {
    border: none;
    width: 100%;
    margin-top: 39px;
    color: #333;
    font-size: 14px;
    padding: 6px;
    font-weight: 500;
}
.arb_right {
    text-align: right;
}
.arb_btn:hover {
    color: #fff;
}
.top_icon_bar {
    background-color: #172c35;
    /*    padding: 5px;*/
}
.top_icon_bar p {
    margin: 10px 0px;
    color: #eee;
    font-size: 12px;
}
.top_social ul {
    margin: 0px;
}
.top_social ul li {
    display: inline-block;
}
.top_social {
    text-align: right;
    padding-top: 6px;
}
.top_social .fa {
    /*margin: 10px 0px;*/
    color: #eee;
    font-size: 16px;
    padding: 5px 14px;
    transition: all 0.3s ease-in-out;
}
.top_social .fa:hover {
	color: #fd4386;
}
.logo_section {
    margin: 10px 5px;
}
.top_icon_bar li {
    color: #fff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
.top_icon_bar li a:hover {
	color: #fd4386 !important;
}
.call_btn {
    padding: 10px;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    background-color: #4f90aa;
	font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.call_btn:hover {
    background-color: #fd4386;
}
.call_btn .fa {
    color: #fff;
}
.logo_btn {
    text-align: right;
    padding: 24px;
}
.menu {
    background-color: #fbfbfb;
    text-align: center;
}
.p-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about_content {
    padding-top: 45px;
}
.about_content h6 {
    color: #db145c;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.about_content h2 {
    color: #2d313d;
    font-size: 30px;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.line_arb:after {
    position: absolute;
    content: '';
    height: 2px;
    margin: 50px 18px;
    width: 5%;
    background: #4f90aa;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	right: 0;
}
/*.line_arb:hover:after {
    width: 8%;
    background:#125069;         
    }*/
.line:after {
    position: absolute;
    content: '';
    height: 2px;
    margin: 50px 18px;
    width: 5%;
    background: #4f90aa;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	left: 0;
}
.line:hover:after {
    width: 8%;
    background: #125069;
}
.line2:after {
    position: absolute;
    content: '';
    height: 2px;
    margin: 50px 18px;
    width: 5%;
    background: #4f90aa;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	left: 0;
}
.line2:hover:after {
    width: 8%;
    background: #125069;
}
.line3:after {
    position: absolute;
    content: '';
    height: 3px;
    margin: 50px 18px;
    width: 5%;
    background: #4f90aa;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
	left: 0;
}
.line4:hover:after {
    width: 8%;
    background: #125069;
}
.line4:after {
    position: absolute;
    content: '';
    height: 2px;
    margin: 50px -188px;
    width: 5%;
    background: #4f90aa;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.line4:hover:after {
    width: 8%;
    background: #125069;
}
/*<!-- appointment -->*/
.appointment {
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 2px 5px 1px #e0e0e0;
}
.appointment h4 {
    font-size: 18px;
    color: #333;
}
.appnt {
    /*margin-top: 45px;*/
}
.appnt_box {
    width: 100%;
    border: none;
    color: #000;
    margin-top: 10px;
    padding: 7px;
    font-size: 12px;
    background-color: rgb(255 255 255 / 72%);
}
.appointment_box {
    border: 2px solid #ffffff;
    padding: 30px;
    background-color: #fd4386;
}
.text_label {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
input:focus-visible {
    outline: none;
}
select:focus-visible {
    outline: none;
}
/*<!-- appointment -->*/
.about_content p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
	text-align: justify;
}
.ser_btn {
    text-shadow: none;
    border: 1px solid #646464;
    color: #d6658f;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 35px;
    transition: all 0.3s ease-in-out;
}
.ser_btn:hover {
    color: #fff;
    background-color: #fd4386;
    border: 1px solid #fd4386;
}
.read_more {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
	transition: all 0.3s ease-in-out;
}
.read_more:hover {
	color: #fd4386 !important;
}
.read_more i {
	transition: all 0.3s ease-in-out;
}
.read_more:hover i {
	margin-left: 5px;
}
.fa-arrow-right {
    color: #db145c;
    padding-left: 10px;
}
.read_more .fa-arrow-right:hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
/*header end*/
.home_abt img {
    margin-top: 50px;
}
@media (min-width: 768px) {
    /*.navbar-collapse.collapse {
     display: none !important; 
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}*/
    .collapse {
        display: none !important;
    }
}
/*slider*/
.carousel-control.left {
    background-image: none !important;
}
.carousel-control.right {
    background-image: none !important;
}
.carousel-inner {
    height: 100%;
    background: #000;
}
.carousel-caption {
    padding-bottom: 80px;
}
h2 {
    font-size: 60px;
}
/*p{padding:10px}*/
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.btn-transparent:hover {
    background-color: #fff;
}
.btn-rounded {
    border-radius: 70px;
}
.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}
.slider {
    height: 42em;
    padding: 0px;
    /*border: 1px solid red;*/
}
.carousel {
    height: 600px;
    margin-top: 60px;
}
.item, .active {
    height: 100%;
}
.colr {
    color: #fd4386;
}
.slider p {
    text-shadow: none;
    padding-bottom: 25px;
}
.slider h2 {
    text-shadow: none;
    color: #333;
    padding-bottom: 25px;
}
.carousel-caption_bg {
    padding-bottom: 219px !important;
    height: 21em;
    text-align: left;
    background-color: #ffffff94;
    text-align: left;
}
.carousel-caption {
    padding-bottom: 219px !important;
    height: 25em;
    text-align: left;
    background-color: #ffffff94;
    padding: 40px !important;
    top: 170px;
    top: 134px;
    left: 10% !important;
    text-align: left !important;
}
.carousel-caption p {
    text-shadow: none;
    padding-top: 20px;
}
.carousel-inner {
    height: 100%;
    background: #000;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    /*opacity:0.6;*/
}
.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.btn-transparent:hover {
    background-color: #fff;
}
.btn-rounded {
    border-radius: 70px;
}
.btn-large {
    padding: 11px 45px;
    font-size: 18px;
}
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/*slider*/
.home_service {}
.home_service h2 {
    color: #2d313d;
    font-size: 30px;
    /*padding-bottom: 20px;*/
}
.ser_section img {
    margin-top: 50px;
    padding-bottom: 30px;
}
.ser_section a {
    padding-top: 30px;
    margin-top: 20px;
}
.vision_section {
    background-image: url(../images/vision.jpg);
    position: relative;
    padding: 70px 0px 69px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.ser_icon {
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
	transition: all 0.3s ease-in-out;
}
.ser_icon img {
    height: 64px;
    width: 55px;
}
.ser_icon .fa {
    font-size: 50px;
    color: #fd4386;
}
.ser_icon:hover {
    background-color: #fd4386;
}
.ser_icon:hover .fa {
    /*font-size: 50px;*/
    color: #fff;
}
.ser_icon:hover h6 {
    color: #fff;
}
.ser_icon h6 {
    margin-top: 22px;
    color: #333;
    font-size: 13px;
	font-weight: 600;
}
.mt-10 {
    margin-top: 10px;
}
.vision_section p {
    margin-top: 20px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.vision_section h2 {
    color: #2d313d;
    font-size: 30px;
    margin-top: 30px;
}
.book_appnt {
    /*background-image: linear-gradient(to right, #316579 , #4f90aa);*/
    padding: 0px 0px 35px 0px;
    background-color: #4092ac;
}
.footer_start {
    margin-top: 50px;
}
.bk_nw_btn {
    color: #333;
    padding: 10px;
    background-color: #fff;
    float: right;
    border: none;
    margin-top: 17px;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
	transition: all 0.3s ease-in-out;
}
.bk_nw_btn:hover {
    background-color: #fd4386;
	color: #fff;
}
.book_appnt h4 {
    color: #fff;
    font-size: 25px;
}
.book_appnt h6 {
    color: #fff;
    font-size: 17px;
}
.book .fa {
    color: #fff;
    font-size: 30px;
}
.book {
    margin-top: 20px;
}
.book a {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
}
.book a:hover {
    text-decoration: none;
    color: #fff;
}
.footer {
    background-color: #0a1f29;
    padding: 40px 0px;
}
.footer ul li {
    display: inline-block;
}
.qk_link ul {
    margin-top: 44px;
}
.qk_link li {
    width: 100%;
}
.footer ul {
    padding-left: 0px;
}
.footer img {
    margin-top: 40px;
    width: 60%;
}
.footer p {
    padding-top: 20px;
    color: #c5c5c5;
    font-weight: 400;
    font-size: 14px;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
}
.footer .fa {
    color: #c5c5c5;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}
.footer .fa:hover {
	color: #fd4386;
}
.footer .fa-chevron-right {
    color: #407990;
}
.footer h4 {
    color: #eee;
    font-size: 22px;
    margin-top: 50px;
}
.footer a {
    color: #c5c5c5;
    font-weight: 400;
    font-size: 15px;
    /*line-break: anywhere;*/
    transition: all 0.3s ease-in-out;
}
.footer a:hover, .footer a:focus {
    text-decoration: none;
    outline: none;
	color: #fd4386 !important;
}

.contact_icon .fa {
    /*margin-top: 5px;*/
    color: #407990;
    font-size: 20px;
}
.fa-phone {
    margin-top: 7px;
}
.footer_top {
    margin-top: 32px;
}
.footer_top2 {
    margin-top: 20px;
}
.footer h6 {
    color: #c5c5c5;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.footer-copyright {
    background-color: #05161e;
}
.footer-copyright p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}
.footer-copyright a {
    color: #fff;
}
.footer-copyright a:hover {
    color: #fd4386 !important;
    text-decoration: none;
}
.menu a {
    color: #333 !important;
    font-size: 14px;
}
.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.navbar .dropdown-menu a:hover {
    color: #616161 !important;
}
.darken-grey-text {
    color: #2E2E2E;
}
.menu li {
    padding: 0px 25px;
    border-left: 1px solid #d5d5d5;
}
.menu li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.menu li a:hover {
    color: #fd4386 !important;
}
.carousel-caption h2 {
    color: #333;
    font-size: 35px;
    line-height: 40px;
    text-shadow: none;
    font-family: 'Montserrat', sans-serif;
}
.carousel-caption .btn {
    text-shadow: none;
    border: 1px solid #646464;
    color: #d6658f;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 35px;
    transition: all 0.3s ease-in-out;
}
.carousel-caption .btn:hover {
    color: #333;
    background-color: #fd4386;
    border: 1px solid #fd4386;
}
.navbar {
    margin-bottom: 0px !important;
    padding: 0px !important;
    min-height: 30px !important;
}
/*.navbar-toggler{
margin-left: 94% !important;
}
*/
.feedback_button {
    display: block !important;
    position: fixed;
    z-index: 2147483647;
    cursor: pointer;
    transition: none !important;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}
.feedback_button span {
    border-radius: 4px;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    padding: 6px 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 1.3em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: none;
}
.feedback_button.bm_label.bm_right {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    transform-origin: right bottom;
    right: 0;
}
.feedback_button.bm_label {
    bottom: 50%;
}
.feedback_button.bm_label span {
    letter-spacing: .04em;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 15px;
    /* background-color: #25d366; */
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    box-shadow: 2px 2px 3px rgb(12 12 12 / 34%);
    z-index: 9999;
}
.card1 {
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
    padding: 30px 50px;
}
.card2 {
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
    padding: 20px;
    margin-top: 74px;
}
.card2 td {
    padding: 8px;
}
.card2 td {
    border-bottom: 1px solid #d5d5d5;
}
.nav-tabs>li {
	font-weight: 600;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fd4386 !important;
}
.tabs-wrap {
    margin-top: 40px;
}
.tab-content .tab-pane {
    padding: 20px 0;
}
.card_details {
    margin-top: 30px;
}
.float_icon {
    margin-top: 16px;
}
.owl-buttons {
    text-align: left;
}
#testimonial-slider {
    margin-bottom: 30px;
}
.testimonial .pic {
    width: 22%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}
.testimonial .pic:before, .testimonial .pic:after {
    content: "";
    width: 130px;
    height: 150px;
    background: #fd4386;
    position: absolute;
    z-index: -1;
}
.testimonial .pic:before {
    top: 0;
    right: -20px;
}
.testimonial .pic:after {
    bottom: 0;
    left: -20px;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
    border: 3px solid #4f90aa;
}
.testimonial .testimonial-content {
    width: 70%;
    float: right;
}
.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    padding-top: 65px;
    padding-left: 15px;
}
.testimonial .post {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 15px;
}
.testimonial .description {
    font-size: 17px;
    color: #333;
    padding: 0 15px;
    margin: 0;
    position: relative;
    line-height: 30px;
	text-align: justify;
}
.owl-theme .owl-controls {
    width: 70%;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
    width: 70px;
    height: 40px;
    line-height: 90px;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    background-color: transparent !important;
    position: relative;
}
.owl-prev:before, .owl-next:before {
    content: "\f177";
    font-family: "fontawesome";
    font-size: 45px;
    font-weight: 900;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 25%;
}
.owl-next:before {
    content: "\f178";
}
.owl-next:after {
    content: " / ";
    font-size: 40px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: -10px;
}
.demo h2 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 990px) {
    .testimonial {
        text-align: center;
    }
    .testimonial .pic {
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before, .testimonial .pic:after {
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content {
        width: 100%;
        float: none;
    }
    .testimonial .title {
        padding: 15px 0 0 0;
    }
    .testimonial .post {
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls {
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div {
        height: 50px;
        line-height: 50px;
    }
}
.team {
    margin: 20px 0px;
}
.team_card {
    text-align: center;
    padding: 15px;
    box-shadow: 1px 0.1rem 0.5rem rgb(0 0 0 / 15%) !important;
}
.team_card h4 {
    font-size: 18px;
    color: black;
    font-weight: 600;
}
.team_card h5 {
    font-size: 15px;
    color: #8c8f90;
}
.team_card h6 {
    font-size: 15px;
    color: #227da2;
}
.rating {
    background-color: #fafafa;
    padding: 32px 20px;
    text-align: center;
}
.rating h3 {
    font-size: 40px;
    color: #4f90aa;
    font-weight: 700;
}
/*---------------------------------------------------------blog start--------------------------------------------*/
.blog {
	font-size: 15px;
    text-align: justify;
}
.blog h6 {
    color: #9b9b9b;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}
.blog h3 {
    margin-top: 10px;
    font-size: 22px;
	text-align: left;
}
.publish .fa {
    font-size: 47px;
    color: #bdbdbd;
    margin-top: 9px;
}
.publish_det h4 {
    font-size: 17px;
    color: #464646;
}
.publish_det h5 {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.related h4 {
    font-size: 14px;
    color: #464646;
    margin-top: -5px;
    margin-bottom: 5px;
}
.related h5 {
    font-size: 12px;
    color: #000;
    font-weight: 400;
	text-align: justify;
}
.related {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.related a h4:hover {
	transition: all 0.3s ease-in-out;
    color: #fd4386;
}
/*-------------------------------------------------------------blog end-----------------------------------------------*/
/*----------------------------------------------------------- about start -----------------------------------------------*/
.images-overlay {
    /*background-color: rgb(96 95 95 / 16%);*/
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.about_banner {
    background-image: url(../images/banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 216px 0px 80px 0px;
    position: relative;
    background-size: cover;
    margin-top: 60px;
    text-align: center;
}
.about_banner h1 {
    color: #fff;
    margin-top: 135px;
}
.abt_service {
    background-color: #fbfbfb;
}
.publish_det a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.publish_det:hover a {
    color: #fd4386 !important;
}
.abt_ser_section {
	height: 100%;
    background-color: #fff;
    padding: 20px 0px;
    text-align: center;
    margin-top: 20px;
    box-shadow: 1px 1px 2px 1px rgb(127 128 128 / 20%);
    transition: all 0.3s ease-in-out;
}
.abt_ser_section:hover {
    background-color: #fd4386;
    ;
}
.abt_ser_section:hover .fa {
    color: #fff;
    ;
}
.abt_ser_section:hover h4 {
    color: #fff;
    ;
}
.abt_ser_section .fa {
    font-size: 40px;
    color: #fd4386;
}
.abt_ser_section h4 {
    font-size: 16px;
    color: #333;
    margin-top: 25px;
}
.aboutpage__content {
    padding-top: 20px;
}
.aboutpage__content h2 {
    color: #2d313d;
    font-size: 30px;
    padding-bottom: 20px;
}
.aboutpage__content p {
    font-size: 17px;
    color: #333;
    line-height: 30px;
	text-align: justify;
}
.abt_vision {
    padding: 50px 0px;
    background-color: #f7f7f7;
}
.abt_vision h4 {
    color: #2d313d;
    font-size: 30px;
    padding-bottom: 20px;
}
.abt_vision p {
    font-size: 17px;
    color: #333;
    line-height: 30px;
	text-align: justify;
}
.abt_icon .fa {
    font-size: 22px;
    color: #4f90aa;
    padding-top: 7px
}
.img_height img {
    height: 446px;
}
.abt_service h2 {
    color: #2d313d;
    font-size: 30px;
    padding-bottom: 20px;
}
/*----------------------------------------------------------- about end -----------------------------------------------*/
/*----------------------------------------------------------- services start -----------------------------------------------*/

.service_banner {
    background-position: top center;
    background-repeat: no-repeat;
    padding: 216px 0px 80px 0px;
    position: relative;
    background-size: cover;
    margin-top: 60px;
    text-align: center;
}
.service_banner h1 {
    color: #fff;
    margin-top: 135px;
}
.service_banner {
    background-image: url(../images/banner.jpg);
}
/*.all_service_banner {
    background-image: url(../images/service_banner.jpg);
}
.tailored_service_banner {
    background-image: url(../images/tailored_service_banner.jpg);
}
.mother_baby_care_banner {
    background-image: url(../images/mother_baby_care_banner.jpg);
}
.elderly_care_banner {
    background-image: url(../images/elderly_care_banner.jpg);
}
.child_care_banner {
    background-image: url(../images/child_care_banner.jpg);
}
.care_for_post_operation_banner {
    background-image: url(../images/care_for_post_operation_banner.jpg);
}*/
.ser_section {
    height: 33em;
    background-color: #fff;
}
.ser_section h5 {
    font-size: 20px;
    color: #000000;
}
.ser_section p {
    font-size: 17px;
    color: #000;
    min-height: 80px;
	text-align: justify;
}
.ser1 {
    box-shadow: 1px 1px 2px 1px rgb(127 128 128 / 20%);
    padding: 30px;
	text-align: justify;
}
.ser1 p {
	line-height: 30px;
}
.services h4 {
    color: #4f90aa;
    font-size: 22px;
}
.mt-20 {
    margin-top: 20px;
}
.fa-angle-double-right {
    color: #fd4386;
	margin: 8px 0 0 0;
}
/*----------------------------------------------------------- services end -----------------------------------------------*/
/*----------------------------------------------------------- appoint start -----------------------------------------------*/
/*<!-- ---------------------------------------------- calender style  ------------------------------------------------- --*/
.btn-primary {
    color: #fff;
    background-color: #4f90aa !important;
    border-color: #4f90aa !important;
	transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
    background-color: #fd4386 !important;
    border-color: #fd4386 !important;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}
.content {
    overflow: none;
    width: 100%;
    /*max-width: 790px;*/
    padding: 0px 0;
    /*height: 443px;*/
    position: relative;
    margin: 0px auto;
    /*background: #f9f9f9;*/
}
/*  Events display */
.events-container {
    overflow-y: scroll;
    height: 100%;
    width: 50%;
    float: right;
    margin: 0px auto;
    display: inline-block;
    padding: 0px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0;
}
@media (max-width: 767.98px) {
    .events-container {
        width: 100%;
        height: auto;
    }
}
.events-container:after {
    clear: both;
}
.event-card {
    padding: 20px 0;
    max-width: 100%;
    display: block;
    background: #fff;
    border: none !important;
    margin: 20px;
    margin-left: 12px;
}
@media (max-width: 991.98px) {
    .event-card {
        margin: 10px;
    }
}
@media (max-width: 767.98px) {
    .event-card {
        margin: 0;
        background: #e6e6e6;
    }
}
.event-count, .event-name, .event-cancelled {
    display: inline;
    padding: 0 10px;
    font-size: 1rem;
}
.event-count {
    color: #7e0cf5;
    text-align: right;
}
.event-name {
    padding-right: 0;
    text-align: left;
    font-size: 15px;
}
.event-cancelled {
    color: #cd4dcc;
    text-align: right;
}
/*  Calendar wrapper */
.calendar-container {
    margin-bottom: 20px;
    position: relative;
    /*margin: 0 auto;*/
    /*height: 100%;*/
    width: 50%;
    background: rgb(255 255 255);
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 27%);
    font: 13px Helvetica, Arial, san-serif;
    display: inline-block;
    padding: 10px;
    float: left;
    border: 1px solid #000;
}
@media (max-width: 991.98px) {
    .calendar-container {
        padding: 0;
    }
}
@media (max-width: 767.98px) {
    .calendar-container {
        padding: 0;
        width: 100%;
    }
}
.calendar-container:after {
    clear: both;
}
.calendar {
    width: 100%;
    padding: 0;
}
/* Calendar Header */
.year-header {
    background: #000;
    height: 40px;
    text-align: center;
    position: relative;
    color: #fff;
    border-top-left-radius: 3px;
    margin-top: 20px;
}
.year-header span {
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}
.left-button, .right-button {
    cursor: pointer;
    width: 28px;
    text-align: center;
    position: absolute;
    color: #cccccc !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px !important;
}
@media (prefers-reduced-motion: reduce) {
    .left-button, .right-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.left-button:hover, .right-button:hover {
    color: #7e0cf5 !important;
}
.left-button {
    left: 0;
}
.right-button {
    right: 0;
    top: 0;
}
.days-table, .dates-table, .months-table {
    border-collapse: separate;
    text-align: center;
}
.day {
    height: 26px;
    width: 26px;
    padding: 0 10px;
    line-height: 26px;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
}
.month {
    cursor: default;
    height: 26px;
    width: 26px;
    padding: 0 2px;
    padding-top: 10px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 11px;
    color: #cccccc;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
@media (max-width: 991.98px) {
    .month {
        font-size: 8px;
    }
}
@media (max-width: 767.98px) {
    .month {
        font-size: 10.5px;
    }
}
.active-month {
    font-weight: 700;
    color: #000;
}
.month:hover {
    color: #cd4dcc;
}
/*  Dates table */
.table-date {
    cursor: default;
    color: #2b2b2b;
    height: 26px;
    width: 26px;
    font-size: 15px;
    padding: 10px;
    line-height: 26px;
    text-align: center;
    /*border-radius: 50%;*/
    border: 2px solid transparent;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    position: relative;
}
.table-date:not(.nil):hover {
    border-color: #fd4386;
}
.event-date {
    border-color: #7e0cf5;
    background: #7e0cf5;
    color: #fff;
}
.event-date:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background: #28a745;
}
.active-date {
    background: #fd4386;
    color: #fff;
}
.event-date.active-date {
    background: #7e0cf5;
}
/*calender style*/
 /*calender style*/ 
.appoint__content h4 {
    color: #2d313d;
    font-size: 20px;
    /*padding-bottom: 20px;*/
}
.appoint__content p {
    font-size: 17px;
    color: #333;
    line-height: 30px;
	text-align: justify;
}
.content {
    position: relative;
    /*width: 90%;
  max-width: 400px;*/
    margin: auto;
    overflow: hidden;
}
.content .content-overlay {
    /*background: rgba(0,0,0,0.7);*/
    background: rgb(6 47 64 / 75%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content .content-overlay {
    opacity: 1;
}
.content:hover .content-overlay {
    opacity: .71;
}
.content-image {
    width: 100%;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    text-align: left;
    padding: 45px;
}
.content-details h3 {
    color: #fff;
    font-weight: 500;
    font-size: 23px;
    letter-spacing: 0.05em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.content-details p {
    color: #fff;
    font-size: 14px;
}
.fadeIn-bottom {
    top: 80%;
}
.fadeIn-top {
    top: 20%;
}
.fadeIn-left {
    left: 20%;
}
.fadeIn-right {
    left: 80%;
}
.appoint_section {
    padding-bottom: 50px;
}
.appoint_section a {
    color: #fd4386;
    font-size: 16px;
	font-weight: 600;
}
.contact_page_ic .fa {
    color: #fd4386;
    font-size: 20px;
    background: #fff1f1;
    padding: 14px 15px;
    border-radius: 30px;
}
.ar_contact p {
	text-align: right !important;
}
.contact_box {
    border: 1px solid #bababa;
    padding: 9px 20px;
    width: 100%;
    /* border-left: none; */
    /* border-right: none; */
    font-size: 14px;
}
.contact_btn {
    background-color: #4f90aa;
    border: none;
    padding: 7px;
    font-size: 14px;
    width: 25%;
    margin-top: 10px;
    color: #fff;
	transition: all 0.3s ease-in-out;
}
.contact_btn:hover {
	background-color: #fd4386;
}
.contact_label {
    font-weight: 800;
    color: #333;
    font-size: 16px;
}
.contact_page_ic a {
    color: #333;
}
.contact_page_ic a:hover {
    color: #333 !important;
}
.aboutpage__content h6 {
    font-size: 12px;
    color: #818181;
    font-weight: 300;
    letter-spacing: 2px;
}
.star {
    color: red;
}
/*----------------------------------------------------------- appoint end -----------------------------------------------*/
.st1 {
    padding-top: 7px;
}
.fa-bars {
    font-size: 23px !important;
}
.footer_top2 h6 {
    margin-top: 15px;
}
.arbic_menu {
    margin-left: 50px;
}
.txt_r {
    text-align: right !important;
}
.contact_page_ic .fa-phone {
    margin-top: 0px;
}
.contactpage__content {
    background-color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important;
    padding: 35px !important;
    margin-top: -70px;
    border-radius: 15px;
}
.contact_radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-weight: 400;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.contact_radio:hover input ~ .checkmark {
    background-color: #ccc;
}
.contact_radio input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.contact_radio input:checked ~ .checkmark:after {
    display: block;
}
.contact_radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/*------ responsive css start ----*/
@media (min-width:1199px) and (max-width: 1440px) {
    .menu li {
        padding: 0px 24px;
    }
}
@media (max-width:1199px) {
    /*   .arbic_menu{
    margin-left: 0px;
}*/
    .menu li a {
        font-size: 12px;
    }
    .menu li {
        padding: 0px 11px;
    }
    .book a {
        font-size: 18px;
    }
    .bk_nw_btn {
        font-size: 11px;
    }
    .book {
        margin-top: 14px;
    }
    .slideshow {
        height: 70vh;
    }
    .carousel-caption {
        top: 135px;
    }
    .img_height img {
        height: 571px;
    }
    /*.abt_ser_section {
        height: 120px;
    }*/
    .content .content-details {
        padding: 20px;
    }
    .content-details h3 {
        font-size: 17px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar {
        margin-left: 75px;
    }
    .footer h6 {
        line-height: 15px;
    }
    .ser_icon h6 {
        font-size: 12px;
    }
    .carousel {
        height: 400px;
        margin-top: 0px;
    }
    .carousel-caption h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .carousel-caption {
        height: 21em;
        top: 40px;
        padding: 20px !important;
    }
    .navbar-nav {
        margin-left: 11% !important;
    }
    .about_banner {
        margin-top: 0px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
	.about_banner {
		margin-top: 0px;
	}
}
@media (min-width: 768px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-toggler {
        display: none;
    }
    .arb_menu {
        margin-left: 57px !important;
    }
	.d_down:hover .dropdown-menu {
		display: block;
	}
	.d_down a {
		float: left;
	}
	.d_down .dropdown-toggle {
		padding: 22px 0 22px 2px;
		box-shadow: none !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.d_down li {
		padding: 0 !important;
	}
	.d_down li a {
		padding: 10px !important;
	}
	.d_down .dropdown-menu>li>a:focus, .d_down .dropdown-menu>li>a:hover {
		color: #fd4386 !important;
		background: none;
	}
}
@media (max-width:768px) {
	.navbar-nav .open .dropdown-menu, .navbar-nav>li>.dropdown-menu {
		width: 100%;
    	float: right;
		border: none;
  		box-shadow: none;
	}
	.d_down .dropdown-menu>li>a:focus, .d_down .dropdown-menu>li>a:hover {
		color: #fd4386 !important;
		background: none;
	}
	.d_down>.dropdown-menu {
		display: none !important;
	}
	.d_down>.dropdown-menu.show {
		display: block !important;
	}
	.d_down {
		padding: 10px 25px !important;
	}
	.d_down li {
		padding: 0 !important;
	}
	.d_down li a {
		padding: 10px 0 !important;
	}
	.d_down .dropdown-toggle {
		padding: 22px 0 22px 12px;
		box-shadow: none !important;
	}
    .top_icon_bar .fa-phone {
        margin-top: 0px !important;
    }
    .menu li {
        padding: 0px 17px;
    }
    .fa-phone {
        margin-top: 20px;
    }
    .about_banner {
        margin-top: 0px;
    }
    .fa-envelope {
        margin-top: 20px;
    }
    .fa-phone {
        /*margin-top: 20px;*/
    }
    .ser_section {
        height: 23em;
    }
    .footer h6 {
        font-size: 10px;
        margin-bottom: -10px;
    }
    .carousel-caption .btn {
        padding: 7px 25px;
    }
    .carousel-caption {
        top: 49px;
        height: 22em;
    }
    .carousel {
        height: 410px;
        margin-top: 0px;
    }
    .footer_social {
        display: none;
    }
    .footer p {
        padding-top: 44px;
        font-size: 12px;
    }
    .fa-home {
        margin-top: 14px;
    }
    .footer .fa {
        padding: 0px;
    }
    .content-image {
        height: 180px;
    }
    .top_social .fa {
        padding: 5px 6px;
        font-size: 14px;
    }
    .logo_btn {
        padding: 0px 20px;
    }
    .menu li {
        border-left: none;
        text-align: right;
    }
    .nav-item {
        border-right: none !important;
    }
    .home_abt img {
        margin-top: 130px;
    }
    .footer a {
        font-size: 10px;
        line-break: anywhere;
    }
    .contact_icon .fa {
        font-size: 14px;
    }
    .footer-copyright p {
        font-size: 12px;
    }
    .ser_icon img {
        height: 54px;
        width: 43px;
    }
    .ser_icon h6 {
        font-size: 9px;
    }
    .ser_icon .fa {
        font-size: 53px;
		margin: 0;
    }
    .book {
        margin-top: 14px;
    }
    .carousel-caption h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .carousel-caption p {
        font-size: 13px;
        padding-top: 10px;
    }
    .carousel-caption_bg {
        height: 18em;
    }
    /*.carousel-caption {
    top: 79px;
}*/
    .abt_ser_section h4 {
        font-size: 10px;
        margin-top: 25px;
        height: 19px;
    }
    .img_height {
        display: none;
    }
    .about_content {
        padding-top: 1px;
    }
    .abt_vision {
        padding: 22px 0px;
    }
    .contact_page_ic .fa-phone {
        margin-top: 0px;
    }
    .top_contact li {
        padding: 0px 7px;
        font-size: 12px;
    }
    .desk_flag {
        display: none !important;
    }
    .mob_flag {
        display: block !important;
        margin-top: -19px;
    }
    .top_social .fa {
        display: none;
    }
    .contact_page_ic .fa-envelope {
        margin-top: 0px;
    }
    .contact_label {
        font-size: 13px;
    }
    .contact_page_ic a {
        font-size: 13px;
    }
}
@media (max-width:767px) {
    .contactpage__content {
        margin-top: 11px;
    }
    /*.top_social {
        text-align: left;
    }*/
    /*.mob_flag{
    display: block !important;
    margin-top: -19px;
}*/
    .mob_display {
        display: none !important;
    }
    .top_icon_bar .fa-phone {
        margin: 10px 0px !important;
    }
    table {
        width: 100%;
    }
    .blog h3 {
        font-size: 14px;
    }
    .contact_page_ic .fa-phone {
        margin-top: 0px;
    }
    .content-image {
        height: 270px;
    }
    .line_arb:after {
        width: 0px;
    }
    .line2:after {
        width: 0%;
    }
    .mob_text {
        text-align: center;
    }
    .line:after {
        width: 0px;
    }
    .about_banner {
        margin-top: 0px;
    }
    .aboutpage__content h2 {
        font-size: 26px;
    }
    .contact_icon {
        margin-top: 17px;
    }
    .ser_section {
        height: 33em;
    }
    .ser_section img {
        margin-top: 0px;
    }
    .vision_section {
        padding: 10px 0px 29px;
    }
    .carousel-caption h2 {
        font-size: 19px;
        line-height: 25px;
		margin-top: 0px;
    }
    .carousel-caption {
        padding: 0px 23px !important;
        top: 10px;
        height: 200px
    }
    .carousel {
        height: 270px;
        margin-top: 0px;
    }
    .footer p {
        padding-top: 9px;
        font-size: 12px;
    }
    .contact_icon .fa {
        font-size: 14px;
        margin: 0px;
    }
    .pagination {
        display: none;
    }
    .mob_view {
        text-align: center !important;
    }
    .mob_mt_20 {
        margin-top: 20px;
    }
    .mob_img {
        display: none;
    }
    .img_height img {
        height: 315px;
        padding-bottom: 30px;
    }
    .abt_ser_section .fa {
        font-size: 37px;
    }
    .line3:after {
        margin: 39px -239px;
    }
    .bk_nw_btn {
        float: none;
        width: 50%;
    }
    .vision_section h2 {
        font-size: 24px;
        padding: 0px 20px;
    }
    .vision_section p {
        padding: 0px 20px;
    }
    .book_appnt {
        text-align: center;
    }
    .top_icon_bar p {
        font-size: 11px;
    }
    .top_social .fa {
        padding: 5px 6px;
        font-size: 14px;
    }
    .logo_btn {
        padding: 0px 13px;
    }
    .home_abt img {
        margin-top: 30px;
    }
    .p-100 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .qk_link ul {
        margin-top: 26px;
    }
    .slideshow {
        height: 40vh;
    }
    .carousel-caption_bg {
        height: 13em;
    }
    .carousel-caption {
        top: 9px;
        left: 15% !important;
        padding: 5px 20px !important;
    }
    .navbar-toggler {
        margin-left: 93% !important;
    }
    .call_btn {
        padding: 5px 6px;
        font-size: 11px;
    }
    .about_content {
        padding-top: 8px;
    }
    .footer img {
        margin-top: 0px;
    }
    .footer h4 {
        margin-top: 0px;
    }
    .footer_top2 h6 {
        margin-top: -4px !important
    }
    .fa-phone {
        padding: 0px !important;
    }
    .abt_vision {
        padding: 20px 0px;
    }
    .abt_vision h4 {
        font-size: 24px;
    }
}
@media (max-width:380px) {
    .carousel-caption {
        top: 10px;
    }
    .footer p {
        padding-top: 16px;
    }
    .footer img {
        margin-top: 0px;
    }
    .footer h4 {
        margin-top: 0px;
    }
    .card1 {
        padding: 15px 7px;
    }
    .footer_top2 h6 {
        margin-top: 2px !important;
    }
    .footer_top2 h6 {
        margin-top: -6px !important;
    }
    .fa-phone {
        padding: 0px !important;
    }
    .ser_section {
        height: 31em;
    }
    .vision_section {
        padding: 0px 0px 69px;
    }
    .vision_section p {
        padding: 0px 3px;
    }
    .vision_section h2 {
        padding: 0px 0px;
    }
    .top_social .fa {
        display: none !important;
    }
    /*.top_contact li {
    margin-top: -12px;
}*/
    /*.top_icon_bar .fa{
    display: none !important;
}
*/
    .pagination {
        display: none;
    }
    .carousel-caption h2 {
        font-size: 18px;
        /*font-weight: 600;*/
    }
    .carousel-caption p {
        padding-top: 5px;
    }
    .read_more {
        font-size: 11px;
    }
    .carousel-caption_bg {
        height: 12em;
        width: 247px;
    }
    .carousel-caption .btn {
        padding: 5px 15px;
        font-size: 12px;
    }
}
@media (max-width:576px) {
    .logo_section img {
        width: 265px;
		margin: 15px 0;
    }
	.logo_btn a {
		width: 150px;
    	display: block;
    	margin: 0 auto;
	}
	.carousel-caption {
		width: 92% !important;
		left: 4% !important;
		right: 4% !important;
	}
	.menu .navbar {
		margin-top: -40px;
	}
	.menu .navbar .navbar-toggler {
		width: 50px;
		float: right;
	}
	.top_contact {
		padding: 0 !important;
	}
	.top_social {
		padding: 6px !important;
		text-align: right;
	}
	.top_social ul {
		padding: 0;
	}
}
@media (max-width:320px) {
    .ser_section {
        height: 24em;
    }
    .menu li a {
        font-size: 11px;
    }
    .carousel-caption h2 {
        font-size: 14px;
        font-weight: 600;
    }
    .carousel-caption {
        top: 10px;
    }
    .footer p {
        padding-top: 24px;
    }
    .top_icon_bar p {
        font-size: 8px;
    }
    .carousel-caption .btn {
        padding: 5px 13px;
        font-size: 10px;
    }
    .slideshow .arrows .next {
        display: none;
    }
    .slideshow .arrows .prev {
        display: none;
    }
    .call_btn {
        display: none;
    }
    .contact_icon {
        display: none;
    }
    .ser_section p {
        font-size: 13px;
    }
    .vision_section p {
        font-size: 13px;
    }
    .about_content p {
        font-size: 13px;
    }
    .ser_section img {
        margin-top: 0px;
        padding-bottom: 15px;
    }
    .footer_top2 h6 {
        margin-top: -6px !important;
    }
    .contact_btn {
        width: 37%;
    }
}