:root {
    --title-font: "Roboto Condensed", sans-serif;
    --ptext-font: "Roboto Condensed", sans-serif;
    --title-color: #074371;
    --ptext-color: #484848
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: var(--ptext-font);
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
img{
    width: 100%;
}
.title {
    color: #000000;
    font-size: 44px;
    text-transform: capitalize;
    font-weight: 700;
}

.more {
    background: #3A4CF2;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 10px 28px;
    border-radius: 5px;
    font-weight: 400;
    display: inline-block;
    border-radius: 26px  0 26px 26px;
    -webkit-border-radius: 26px  0 26px 26px;
    -moz-border-radius: 26px  0 26px 26px;
    -ms-border-radius: 26px  0 26px 26px;
    -o-border-radius: 26px  0 26px 26px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.more:hover {
    background: #3C4FFF;
    color: #fff;
    border-radius: 26px  26px 26px 26px;
    -webkit-border-radius: 26px  26px 26px 26px;
    -moz-border-radius: 26px  26px 26px 26px;
    -ms-border-radius: 26px  26px 26px 26px;
    -o-border-radius: 26px  26px 26px 26px;
}


/* Header Sec */
.header_sec {
    background: #fff;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0;
}
.header_sec.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down 0.7s;
    opacity: 1;
    animation-duration: 1s;
    animation-direction: normal;
    animation-delay: 0s;
    border-bottom: 1px solid #eaeaea;
}
@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}



.header_sec .top_sec {
    background: #2033DE;
    padding: 13px;
}

.header_sec .top_sec .container {
    display: flex;
    justify-content: space-between;
}

.header_sec .top_sec .left_sec a {
    color: #FDFDFD;
    text-decoration: none;
    margin-right: 21px;
}

.header_sec .top_sec .left_sec a i {
    margin-right: 8px;
}

.header_sec .top_sec .social_sec .f_social_sec a {
    color: #fff;
    margin-left: 8px;
}
.header_sec .top_sec .social_sec .f_social_sec a:hover {
    color: #8894ff;
}

.header_sec .container {
    position: relative;
}
.header_sec .logo {
    width: 90px;
}

.header_sec .nave_sec .nav_list {
    justify-content: center;
}

.header_sec .nave_sec .navbar-nav li a {
    padding: 0 14px;
    /* margin: 0 0 0 0; */
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 15px;
    border-right: 1px solid #333333;
}
.header_sec .nave_sec .navbar-nav li:last-child a {
    border-right: none;
    padding-right: 0;
}
.header_sec .nave_sec .navbar-nav li a.active, .header_sec .nave_sec .navbar-nav li a:hover {
    color: #3A4CF2;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.header_sec .nave_sec .navbar-nav li .dropdown-menu li a {
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
    font-size: 16px;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none;
}
.header_sec .nave_sec .navbar-nav li a:active {
    background: #fff;
}

/* Header Sec */

/*****===== Home Page =====*****/

/* Banner Sec */
.banner_sec {
    margin-top: 140px;
}

.banner_sec .banner_slider .banner_content .container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    bottom: 0;
    justify-content: space-between;
}
.banner_sec .banner_slider .banner_content {
    height: 800px;
    overflow: hidden;
    position: relative;
    display: block;
}


.banner_sec .banner_slider .banner_content img {
    height: 100%;
}

.banner_sec .banner_slider .banner_content .text_content .sub_title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.banner_sec .banner_slider .banner_content .text_content .banner_title {
    font-size: 98px;
    color: #fff;
    display: inline-block;
}
.banner_sec .banner_slider .banner_content .text_content .banner_title span {
    font-size: 158px;
    text-transform: uppercase;
}
.banner_sec .banner_slider .banner_content .text_content .explore_btn {
    padding: 12px 20px;
    font-size: 20px;
    margin-top: 20px;
}

.banner_sec .banner_slider .banner_content .text_content {
    position: relative;
    width: 54%;
}

.banner_sec .banner_slider .banner_content .text_content .surgical_title {
    display: inline-block;
    color: #fff;
    position: absolute;
    font-size: 32px;
    font-weight: 300;
    text-transform: capitalize;
    top: 34px;
    left: 7%;
}
.banner_sec .banner_slider .banner_content .text_content .des {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 40px;
}
.banner_sec .banner_slider .banner_content .banner_photo {
    width: 30%;
    position: relative;
    top: 34px;
}
.banner_sec .banner_slider .banner_content .text_content .more {
    font-size: 24px;
}
.banner_sec .banner_slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 5px;
}

.banner_sec .banner_slider .owl-nav .owl-prev span {
    font-size: 30px;
    color: #fff;
}

.banner_sec .banner_slider .owl-nav .owl-prev:focus {
    outline: 0;
}

.banner_sec .banner_slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.banner_sec .banner_slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 5px;
}

.banner_sec .banner_slider .owl-nav .owl-next span {
    font-size: 30px;
    color: #fff;
}

.banner_sec .banner_slider .owl-nav .owl-next:focus {
    outline: 0;
}

.banner_sec .banner_slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

.banner_sec .banner_slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.banner_sec .banner_slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.banner_sec .banner_slider .banner_content.banner_content2 .banner_photo {
    width: 38%;
}

.banner_sec .banner_slider .banner_content.banner_content2 .text_content .surgical_title {
    left: 20%;
}
/* Banner Sec */


/* About Sec */
.about_sec {
    background: url(../images/about_bg.png);
    background-repeat: no-repeat;
    padding: 180px 0 120px;
    background-position: top;
}

.about_sec .container {
    display: flex;
}
.about_sec .container .about_photo_sec {
    position: relative;
    padding-top: 60px;
}
.about_sec .container .about_photo_sec .about_photo {
    width: 420px;
    height: 515px;
    position: relative;
    overflow: hidden;
}

.about_sec .container .about_photo_sec .about_photo img {
    object-fit: cover;
}

.about_sec .container .about_photo_sec .about_photo_wrapp {
    position: relative;
}
.about_sec .container .about_photo_sec .about_photo_wrapp:after {
    content: "";
    background: #BDC4FF;
    position: absolute;
    width: 354px;
    height: 500px;
    right: -7px;
    bottom: -10px;
    z-index: -1;
}



.about_photo_sec .experience_content .experience_wrapp {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px dashed #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.about_photo_sec .experience_content {
    background: #3A4CF2;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -18%;
}

.about_photo_sec .experience_content .experience_icon {
    width: 28px;
    margin: 0 auto 5px;
}

.about_photo_sec .experience_content 
 .text_content {
    margin: 0;
    text-align: center;
}

.about_photo_sec .experience_content .text_content .years {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
}

.about_photo_sec .experience_content .text_content .experience {
    font-size: 13px;
    color: #fff;
}

.about_photo_sec .experience_content .text_content .experience span {
    font-weight: 300;
    display: block;
    margin-top: 4px;
}

.about_sec .text_content {
    margin-left: 20%;
}

.about_sec .text_content .title {
    font-size: 44px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.about_sec .text_content .title span {
    display: block;
    font-size: 28px;
}

.about_sec .text_content  .des.market_credibility {
    background: #E5E8FF;
    padding: 16px;
    color: #3C427A;
    border-left: 8px solid #6F7DFF;
    margin-bottom: 30px;
}

.about_sec .text_content .des {
    line-height: 1.9;
    margin-bottom: 40px;
}
/* About Sec */



/* Our Product */
.our_product {
    text-align: center;
}
.our_product .title {
    margin-bottom: 58px;
}
.our_product .product_content {
    box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    -moz-box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    height: 550px;
    margin: 30px 10px;
}

.our_product .product_content .product_photo {
    height: 260px;
    overflow: hidden;
}

.our_product .product_content .product_photo img {
    height: 260px;
    object-fit: cover;
}

.our_product .product_content .text_content {
    padding: 20px;
}

.our_product .product_content .text_content .product_title {
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
}

.our_product .product_content .text_content .des {
    margin-top: 10px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our_product .product_content .text_content .more {
    font-size: 18px;
    padding: 8px 24px;
    margin-left: 15px;
}
/* Our Product */


/* Service Sec */

.service_sec {
    margin: 180px auto;
}

.service_sec .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_sec .title {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}


.service_sec .text_content .title {
    margin-bottom: 30px;
}

.service_sec .text_content .des {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.service_sec .text_content .service_list {
    padding: 0;
}

.service_sec .text_content .service_list li {
    display: flex;
    align-items: flex-start;
    line-height: 1.8;
    margin-bottom: 21px;
}

.service_sec .text_content .service_list li img {
    width: 22px;
    margin-right: 20px;
    margin-top: 5px;
}
.service_slider .service_content {
    margin: 20px 10px;
    box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    -moz-box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(222 223 225);
}
.service_slider .service_content .service_photo {
    height: 260px;
    overflow: hidden;
}
.service_slider .service_content .service_photo img {
    height: 260px;
    object-fit: cover;
}
.service_slider .service_content .text_content {
    padding: 20px;
    text-align: center;
}
.service_slider .service_content .text_content .product_title {
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
}

.service_slider .service_content .text_content .des {
    margin-top: 10px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service_slider .service_content .text_content .more {
    font-size: 18px;
    padding: 8px 24px;
}
.service_slider .service_content .text_content .service_title {
    font-size: 24px;
}

/* Service Sec */


/* Mission Vision */
.our_product.mission_vision {
    padding: 110px 0;
    background-color: #f9f9f9;
    margin: 140px auto;
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.our_product.mission_vision .container {
    max-width: 60%;
}

.our_product.mission_vision .product_content {
    background: #3a4cf2;
    height: 460px;
}
.our_product.mission_vision .product_content .text_content .product_title {
    color: #fff;
}

.our_product.mission_vision .product_content .text_content .des {
    color: #fff;
    display: block;
}
.our_product.mission_vision .product_content.vision {
    background: #ffffff;
}
.our_product.mission_vision .product_content.vision .text_content .product_title {
    color: #000;
}

.our_product.mission_vision .product_content.vision .text_content .des {
    color: #333333;
}
/* Mission Vision */



/* Business Overview Sec */
.business_overview_sec .business_overview {
    background-image: url(../images/business_over_view_bg.png);
    background-repeat: no-repeat;
    padding: 0;
    background-size: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 40px;
}
.business_overview_sec {
    margin-bottom: 140px;
}

.business_overview_sec .business_overview .overview_photo {
    width: 38%;
    height: 450px;
    flex: 0 0 33%;
    overflow: hidden;
    position: relative;
    top: -14px;
}

.business_overview_sec .business_overview .text_content {
    width: 63%;
    margin-left: 4%;
}

.business_overview_sec .business_overview .text_content .title {
    color: #FFFFFF;
    font-size: 44px;
    margin-bottom: 20px;
}

.business_overview_sec .business_overview .text_content .des {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}

.business_overview_sec .business_overview .text_content .des span {
    display: block;
    font-weight: 700;
    margin-bottom: 18px;
}
/* Business Overview Sec */



/* Overview Sec */
.overview_sec {
    padding: 160px 0;
    background: url(../images/over_view_bg.png);
    background-repeat: no-repeat;
}
.overview_sec .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.overview_sec .text_content {
    width: 48%;
    background: #FFFFFF;
    box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    padding: 25px;
    border-left: 15px solid #8C97FC;
}
.overview_sec .text_content .title {
    font-size: 44px;
    margin-bottom: 20px;
}

.overview_sec .text_content .des {
    color: #5F6068;
    margin: 0 auto 20px;
    line-height: 2.5;
}

.overview_sec .photo_sec {
    position: relative;
}

.overview_sec .photo_sec .overview_photo {
    width: 530px;
    height: 530px;
    border-radius: 50%;
    overflow: hidden;
}

.overview_sec .photo_sec .overview_photo2 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 10px solid #fff;
    top: 0;
    position: absolute;
}

.overview_sec .photo_sec .overview_icon {
    background: #14A8FC;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.overview_sec .photo_sec .overview_icon img {
    width: 70px;
}
/* Overview Sec */

/* Company Personnel */
.company_personnel {
    background: url(../images/company_bg.png);
    background-repeat: no-repeat;
}

.company_personnel .container {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.company_personnel .text_content {
    padding: 58px 10% 0 51px;
    width: 56%;
}

.company_personnel .company_photo {
    width: 38%;
    flex: 0 0 38%;
    height: 500px;
    overflow: hidden;
}
.company_personnel .company_photo img {
    height: 500px;
    object-fit: cover;
}
.company_personnel .text_content .title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}

.company_personnel .text_content  .des {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.9;
}

.company_personnel .text_content .des.company_details {
    font-size: 28px;
    line-height: 1.5;
}
/* Company Personnel */



/* Member Sec */
.member_sec {
    background: url(../images/about_bg.png);
    background-repeat: no-repeat;
    padding: 150px 0 180px;
}

.member_sec .container {
    display: flex;
    background: url(../images/member_bg.png);
    justify-content: space-between;
    align-items: center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 9px 25px -4px rgba(175,202,240,1);
    -moz-box-shadow: 0px 9px 25px -4px rgba(175,202,240,1);
    box-shadow: 0px 9px 25px -4px rgba(175,202,240,1);
    padding: 40px 70px 0;
    background-size: cover;
}
.member_sec .text_content {
    width: 68%;
}

.member_sec .text_content .title {
    color: #030303;
    font-size: 48px;
    margin-bottom: 20px;
}

.member_sec .text_content  .des {
    color: #575656;
    line-height: 1.9;
    margin-bottom: 30px;
}
/* Member Sec */



/* Business Purpose Sec */
.business_purpose_sec {
    background: url(../images/business_purpose_photo2.png);
    background-repeat: no-repeat;
    background-position: 99% bottom;
    padding-bottom: 290px;
    background-size: 30%;
}
.business_purpose_sec .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.business_purpose_sec .text_content {
    width: 48%;
}

.business_purpose_sec .text_content .title {
    font-size: 44px;
}

.business_purpose_sec .text_content .des {
    color: #212020;
    line-height: 2;
}

.business_purpose_sec .text_content .bottom_sec {
    margin-top: 50px;
}

.business_purpose_sec .text_content .bottom_sec .title {
    color: #212020;
    font-size: 24px;
    margin-bottom: 20px;
}

.business_purpose_sec .text_content .bottom_sec  .usp_list {
    padding: 0;
    margin-bottom: 40px;
}

.business_purpose_sec .text_content .bottom_sec .usp_list li {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 16px;
}

.business_purpose_sec .text_content .bottom_sec .usp_list li img {
    width: 18px;
    margin-top: 6px;
    margin-right: 9px;
}
.business_purpose_sec .business_purpose_photo {
    width: 40%;
}
/* Business Purpose Sec */

/* Contact Sec */
.contact_sec {
    margin: 190px auto 0;
}
.contact_sec .title {
    font-size: 34px;
    margin-bottom: 30px;
}

.contact_sec .contact_content_sec .contact_content {
    display: flex;
    box-shadow: 0px 9px 25px -4px rgba(175,202,240,1);
    padding: 24px;
    margin-bottom: 30px;
}

.contact_sec .contact_content_sec .contact_content .icon {
    width: 28px;
    margin-right: 16px;
    flex: 0 0 28px;
}

.contact_sec .contact_content_sec .contact_content .text_content .title {
    font-size: 24px;
    margin-bottom: 4px;
}

.contact_sec .contact_content_sec .contact_content .text_content  .des {
    color: #575656;
    font-size: 20px;
    margin: 0;
}
.contact_sec .contact_content_sec .contact_content .text_content  a {
    text-decoration: none;
    color: #2033de;
    font-size: 20px;
}


.f_photo {
    margin-top: 230px;
}
/* Contact Sec */



/* Footer Sec */

.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo {
    display: block;
    width: 140px;
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 30px;
}
.footer-wrapper .footer_sec .f_content.quick_link {
    padding-left: 40px;
}
.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo img {
    width: 70px;
    margin: auto;
    display: block;
}
.footer-wrapper .footer_sec {
    background: #000000;
    padding: 60px 0;
}
.footer-wrapper .footer_sec .f_title {
    font-size: 28px;
    margin-bottom: 27px;
    color: #fff;
}
.footer-wrapper .footer_sec .f_list {
    padding: 0;
}

.footer-wrapper .footer_sec .f_list li {
    list-style-type: none;
    margin-bottom: 20px;
}

.footer-wrapper .footer_sec .f_list li a {
    display: inline-block;
    color: #716D6D;
    text-decoration: none;
    align-items: center;
}
.footer-wrapper .footer_sec .f_list li a:hover {
    color: #2033DE;
}
.footer-wrapper .footer_sec .f_list li a img {
    width: 14px;
    margin-right: 20px;
}
.footer-wrapper .footer_sec .f_content .des {
    color: #716D6D;
    line-height: 31px;
    font-size: 18px;
    margin: 0;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a {
    margin-right: 10px;
}
.footer-wrapper .footer_sec .f_contact_content {
    display: flex;
    margin-bottom: 16px;
}
.footer-wrapper .footer_sec .f_contact_content i {
    margin-top: 6px;
    margin-right: 10px;
    color: #5F6068;
}
.footer-wrapper .footer_sec .f_contact_content a {
    color: #716D6D;
    text-decoration: none;
}

.footer-wrapper .footer_sec .f_content .f_social_sec a i {
    color: #848080;
    font-size: 18px;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a i:hover, .footer-wrapper .footer_sec .f_contact_content a:hover {
    color: #2033DE;
}

.footer-wrapper .footer_bottom {
    background: #060606;
    border-top: 1px solid #5F6068;
    text-align: center;
    padding: 14px 0;
}

.footer-wrapper .footer_bottom .des {
    margin: 0;
    color: #716D6D;
    font-size: 18px;
}
/* Footer Sec */

/*****===== Home Page =====*****/


/*****===== About Page =====*****/
.about_page .about_banner_sec {
    margin-top: 140px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.about_page .about_banner_sec img {
    height: 400px;
    object-fit: cover;
}

.about_page .about_banner_sec .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    align-items: center;
}

.about_page .about_banner_sec .container .text_content .banner_title {
    color: #fff;
    font-size: 74px;
}
.about_page  .about_sec .container .about_photo_sec {
    padding-top: 0;
}
.about_page .about_sec .container .about_photo_sec .about_photo {
    width: 480px;
}
.about_page .about_sec .text_content {
    margin-left: 90px;
}
.about_page .bottom_sec .title {
    font-size: 24px;
}


.about_page .bottom_sec .quick_list {
    padding: 0;
}

.about_page .bottom_sec .quick_list li {
    display: flex;
    align-items: flex-start;
    line-height: 1.8;
    margin-bottom: 21px;
}

.about_page .bottom_sec .quick_list li img {
    width: 22px;
    margin-right: 20px;
    margin-top: 5px;
}
.about_page .bottom_sec .quick_list li .des {
    margin: 0;
}

.about_experience_content {
    background: #E5E8FF;
    padding: 18px;
    border-left: 5px solid #2035f3;
    margin-bottom: 30px;
}

.about_experience_content .years {
    color: #0012bd;
    font-size: 30px;
    font-weight: 700;
}

.about_experience_content .experience {
    font-size: 20px;
    color: #000;
}

.about_page .our_product.mission_vision {
    margin: 0;
}
.about_page .our_product.mission_vision .text_content {
    text-align: left;
}

.about_page .overview_sec {
    background: no-repeat;
    background: #fbfbfb;
    padding: 110px 0;
}

.about_page .overview_sec .overview_content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    margin-bottom: 60px;
    background: #fff;
}

.about_page .overview_sec .overview_content .text_content {
    width: 64%;
    border: none;
    box-shadow: none;
    padding: 0;
}

.about_page .overview_sec .overview_content .overview_photo {
    width: 34%;
    flex: 0 0 34%;
    height: 300px;
    overflow: hidden;
    margin-right: 14px;
}

.about_page .overview_sec .overview_content .overview_photo img {
    height: 300px;
    object-fit: cover;
}

.about_page .overview_sec .title {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.about_page .overview_sec .overview_content:nth-child(2n + 1) {
    flex-direction: row-reverse;
}

.about_page .overview_sec .overview_content:nth-child(2n + 1) .overview_photo {
    margin: 0;
    margin-left: 18px;
}
.about_page .business_overview_sec {
    margin: 120px auto;
}
.about_page .business_overview_sec .container {
    background: url(../images/company_bg.png);
    text-align: center;
    padding: 30px 240px;
    max-width: 70%;
}
.about_page .business_overview_sec .container .title {
    color: #fff;
    margin-bottom: 40px;
    font-size: 48px;
}

.about_page .business_overview_sec  .des {
    color: #fff;
    font-size: 18px;
}

.about_page .our_product.mission_vision .product_content {
    height: auto;
    margin: 0;
}

/* Company Profile */
.company_profile {
    background-image: url(../images/profile_photo.png);
    background-repeat: no-repeat;
    padding: 120px 0;
    background-size: cover;
    position: relative;
    background-position: center;
}
.company_profile .container {
    position: relative;
}
.company_profile:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(58,76,242,1) 11%, rgba(58,76,242,0.5970763305322129) 100%);
}
.company_profile .profile_content {
    display: flex;
    flex-wrap: wrap;
}
.company_profile .title {
    color: #fff;
    font-size: 44px;
    margin-bottom: 60px;
}
.company_profile .address_sec {
    width: 34%;
}

.company_profile .address_sec .title {
    display: flex;
    color: #FFFFFF;
    font-size: 28px;
    align-items: center;
    margin-bottom: 12px;
}
.company_profile .address_sec.mg_partner .title img {
    width: 30px;
}
.company_profile .address_sec .title img {
    width: 18px;
    height: auto;
    margin-right: 10px;
}

.company_profile .address_sec .des {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.business_location .title {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    /* justify-content: center; */
    margin-bottom: 12px;
}

.business_location .title img {
    width: 23px;
    margin-right: 20px;
}

.business_location .des {
    color: #fff;
    font-weight: 300;
    width: 40%;
}
.business_location .location_bottom {
    display: flex;
    flex-wrap: wrap;
}

.business_location .location_bottom .location_list {
    margin-right: 40px;
}

.business_location .location_bottom .location_list li {
    color: #fff;
    margin-bottom: 14px;
}
/* Company Profile */

/*****===== About Page =====*****/

/*****===== Product Page =====*****/
.our_product.product_view .product_content {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    margin: 60px 0;
}

.our_product.product_view .product_content .product_photo {
    width: 34%;
    flex: 0 0 34%;
    height: 290px;
    overflow: hidden;
    margin-right: 20px;
}

.our_product.product_view .product_content .text_content {
    width: 64%;
    text-align: left;
}

.our_product.product_view .product_content .product_photo img {
    height: 290px;
}

.our_product.product_view .product_content:nth-child(2n) {
    flex-direction: row-reverse;
}

.our_product.oculus_product {
    background: #f9f9f9;
    padding: 120px 0;
}

.our_product.oculus_product .container {
    display: flex;
    flex-wrap: wrap;
}

.our_product.oculus_product .product_photo {
    width: 34%;
    flex: 0 0 34%;
    margin-right: 70px;
    height: 340px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.our_product.oculus_product .text_content {
    width: 54%;
    text-align: left;
    flex: 0 0 54%;
}

.our_product.oculus_product .product_photo img {
    height: 340px;
    object-fit: cover;
}

.our_product.oculus_product .text_content .product_title {
    margin-bottom: 32px;
}

.our_product.oculus_product .download_sec .download_btn {
    display: flex;
    flex-wrap: wrap;
}

.our_product.oculus_product .download_sec .download_btn .more.download_pdf {
    font-size: 14px;
    padding: 10px 8px;
    margin: 0 5px 9px 0;
    text-transform: capitalize;
}
.our_product.oculus_product .download_sec .download_btn .more.download_pdf span {
    background: #fff;
    color: #3a4cf2;
    padding: 2px 10px;
    border-radius: 15px 0 15px 15px;
}
.gorvement_software .container {
    background: #2033de;
    padding: 50px;
    position: relative;
    max-width: 54%;
    border-radius: 0;
    margin: 120px auto;
}

.gorvement_software .container .text_content {
    margin-left: 42%;
}

.gorvement_software .container .text_content .title {
    color: #fff;
    font-size: 30px;
}

.gorvement_software .container .text_content  .des {
    color: #fff;
    font-size: 24px;
}

.gorvement_software .container:before {
    content: "";
    background: url(../images/hospita_photo.png);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 38%;
    background-size: 103%;
    border-radius: 0 135px 125px 0;
    background-repeat: no-repeat;
}

.our_product.oculus_product.equipment {
    background-image: url(../images/about_bg.png);
    background-color: #f3fdff;
    background-repeat: no-repeat;
}

.our_product.product_view {
    padding: 120px;
}
.our_product.oculus_product .text_content .more.download_pdf {
    margin-left: 15px;
}
.our_product.product_view .product_content {
    height: auto;
}
/*****===== Product Page =====*****/

/*****===== Service Page =====*****/
.about_page.service_details .service_sec {
    margin: 140px auto 70px;
}


.about_page.service_details .service_botttom {
    background-image: url(../images/about_bg.png);
    background-color: #f3fdff;
    background-repeat: no-repeat;
    padding: 120px 0 180px;
}

.about_page.service_details .service_botttom .title {
    margin-bottom: 80px;
}

.about_page.service_details .service_botttom .maintenance_content {
    display: flex;
    flex-wrap: wrap;
}
.about_page.service_details .service_botttom .maintenance_content .service_photo {
    width: 30%;
    height: 440px;
    overflow: hidden;
    margin-right: 50px;
}
.about_page.service_details .service_botttom .maintenance_content .service_photo img {
    height: 440px;
    object-fit: cover;
}
.about_page.service_details .service_botttom .maintenance_content .text_content {
    width: 66%;
}
.about_page.service_details .service_botttom .maintenance_content .text_content .title {
    text-align: left;
    font-size: 34px;
    margin-bottom: 20px;
}
.about_page.service_details .service_botttom .des {
    line-height: 1.9;
}
.about_page.service_details .title {
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}

.about_page .service_sec .service_content:nth-child(2n + 1) {
    flex-direction: row-reverse;
}

.about_page .service_sec .service_content:nth-child(2n + 1) .text_content {
    margin: 0 0 0 60px;
}
.about_page .service_sec  .text_content {
    width: 70%;
    margin-right: 60px;
}
.about_page .service_sec .service_content {
    display: flex;
    box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    -moz-box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(222 223 225);
    padding: 30px;
    margin-bottom: 60px;
}

.about_page .service_sec .service_content .title {
    font-size: 34px;
    text-align: left;
    margin-bottom: 16px;
}

.about_page .service_sec .service_content .service_photo {
    height: 290px;
    width: 36%;
}
.about_page .service_sec .service_content .service_photo img {
    height: 290px;
}
.about_page.service_details .title {
    text-align: center;
    width: 100%;
    margin-bottom: 60px;
}
.about_page .service_sec .text_content .download_sec {
    display: inline-flex;
    align-items: center;
    background: #dcdffd;
    padding: 12px;
}

.about_page .service_sec .text_content .download_sec .pdef_title {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 20px;
}

.about_page .service_sec .text_content .download_sec .more {
    font-size: 16px;
    padding: 7px 20px;
}
/*****===== Service Page =====*****/


/*****===== Company Personnel =====*****/
.company_personnel_sec .company_personnel_wrapp {
    margin: 120px auto;
}

.company_personnel_sec .company_personnel_wrapp .company_photo {
    width: 40%;
    flex: 0 0 40%;
    float: left;
    overflow: hidden;
    padding: 0 32px 0 0px;
    height: 380px;
    margin-bottom: 20px;
}

.company_personnel_sec .company_personnel_wrapp .text_content {
    padding-left: 0;
}

.company_personnel_sec .company_personnel_wrapp .text_content .title {
    font-size: 34px;
    margin-bottom: 0;
}
.company_personnel_sec .company_personnel_wrapp .text_content .des {
    line-height: 1.9;
}
.company_personnel_sec .company_personnel_wrapp .text_content .owner_sec {
    background: #d3d8ff;
    padding: 20px;
    border-left: 5px solid #2033de;
    margin: 30px auto 30px;
    overflow: hidden;
    display: inline-block;
}

.company_personnel_sec .company_personnel_wrapp .text_content .owner_sec .owner_title {
    font-size: 24px;
    color: #162bef;
    margin-bottom: 12px;
}

.company_personnel_sec .company_personnel_wrapp .text_content .owner_sec .owner_name {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    margin-bottom: 8px;
}

.company_personnel_sec .company_personnel_wrapp .text_content .owner_sec .director {
    font-size: 20px;
    display: inline-block;
    background: #4a5ae9;
    padding: 10px 20px;
    color: #fff;
    margin: 0;
    font-style: italic;
}

.company_personnel_sec .company_personnel_wrapp .text_content .owner_sec .director span {
    display: block;
    font-style: italic;
    font-size: 18px;
    margin-top: 8px;
    color: #fff;
}

.company_personnel_sec .company_personnel_wrapp .company_photo img {
    object-fit: cover;
    height: 380px;
}
.company_personnel_sec .company_personnel_wrapp .text_content span {
    color: #4a5ae9;
    font-weight: 700;
}

.about_page.company_personal_page .member_sec .container {
    background: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

.about_page.company_personal_page .member_sec {
    text-align: center;
    padding: 70px 0 50px;
    background-position: center;
    background-size: cover;
}
.director_sec {
    padding-bottom: 100px;
}

.director_sec .title {
    text-align: center;
    margin-bottom: 50px;
}

.about_page.company_personal_page .member_content .text_content {
    text-align: left;
    width: 80%;
}
.about_page.company_personal_page .member_content .text_content .des {
    margin: 0;
}

.about_page.company_personal_page .member_sec .title {
    margin-bottom: 50px;
}
.about_page.company_personal_page .member_content {
    background: #3a4cf2;
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_page.company_personal_page .member_content .member_title {
    color: #fff;
}
.about_page.company_personal_page .member_content .des {
    color: #fff;
    display: block;
}


.about_page.company_personal_page .member_content .member_photo {
    width: 220px;
    background: #fff;
    height: 200px   ;
    overflow: hidden;
    margin-right: 20px;
}
.about_page.company_personal_page .member_content .member_photo img {
    height: 200px;
}
.about_page.company_personal_page .member_content:nth-child(2n-1) {
    flex-direction: row-reverse;
}

.about_page.company_personal_page .member_content:nth-child(2n-1) .member_photo {
    margin: 0 0px 0 20px;
}

/*****===== Company Personnel =====*****/

/*****===== Contact Page =====*****/
.about_page.contact_page .from_sec {
    background: #fff;
    box-shadow: 0px 9px 25px -4px rgba(175,202,240,1);
}

.about_page.contact_page .from_sec .from_title {
    background: #3a4cf2;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.about_page.contact_page .from_sec .contact_from {
    padding: 30px;
}

.about_page.contact_page .from_sec .contact_from .form-group {
    margin-bottom: 24px;
}

.about_page.contact_page .from_sec .contact_from .form-group .form-control {
    height: 48px;
}
.about_page.contact_page .from_sec .contact_from .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.about_page.contact_page .from_sec .contact_from .form-group textarea.form-control {
    height: 148px;
}

.about_page.contact_page .from_sec .contact_from  .more.submit_btn {
    margin: auto;
    display: block;
}

.about_page.contact_page .contact_sec {
    margin: 120px auto;
}

.about_page.contact_page .contact_sec .container {
    max-width: 1100px;
}
/*****===== Contact Page =====*****/











 /*=============== Start Responsive css ===============*/

 
/* 1800px */
@media screen and (max-width: 1800px) {

    /*****===== Home Page =====*****/
    .company_personnel .text_content {
        padding: 58px 6% 0 51px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .about_page .about_banner_sec, .about_page .about_banner_sec img {
        height: 330px;
    }
    .about_sec {
        padding: 140px 0 120px;
    }

    /*****===== About Page =====*****/

    /*****===== Product Page =====*****/
    .gorvement_software .container {
        max-width: 64%;
    }
    /*****===== Product Page =====*****/
}


/* 1600px */
@media screen and (max-width: 1600px) {

   
    /*****===== Home Page =====*****/
    .banner_sec .banner_slider .banner_content {
        height: 650px;
    }
    .banner_sec .banner_slider .banner_content .banner_photo {
        width: 26%;
    }
    .business_purpose_sec .business_purpose_photo {
        width: 38%;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .banner_photo {
        width: 30%;
    }
    .business_purpose_sec {
        padding-bottom: 220px;
        background-size: 26%;
    }
    .our_product.mission_vision .container {
        max-width: 70%;
    }
    .contact_sec {
        margin: 120px auto 0;
    }
    .f_photo {
        margin-top: 160px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .about_page .business_overview_sec .container {
        padding: 30px 80px;
        max-width: 70%;
    }
    /*****===== About Page =====*****/

    /*****===== Product Page =====*****/
    .gorvement_software .container {
        max-width: 70%;
    }
    /*****===== Product Page =====*****/
}


/* 1400px */
@media screen and (max-width: 1400px) {

    /*****===== Home Page =====*****/
    .banner_sec .banner_slider .banner_content .banner_photo {
        width: 28%;
    }
    .business_overview_sec .business_overview .overview_photo {
        height: 390px;
    }
    .business_overview_sec .business_overview .overview_photo img {
        height: 390px;
        object-fit: cover;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .banner_photo {
        width: 36%;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .text_content .surgical_title {
        left: 25%;
    }
    .company_personnel .text_content {
        padding: 58px 4% 0 51px;
    }
    .company_personnel .text_content .des.company_details {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .company_personnel .text_content .title {
        font-size: 44px;
        margin-bottom: 20px;
    }
    .business_purpose_sec {
        background-size: 34%;
    }
    .our_product.mission_vision .container {
        max-width: 80%;
    }
    .contact_sec {
        margin: 90px auto 0;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .about_page .about_banner_sec, .about_page .about_banner_sec img {
        height: 270px;
    }
    .about_page .business_overview_sec .container {
        padding: 30px 50px;
        max-width: 80%;
    }
    .company_profile {
        background-position: 70% center;
    }
    /*****===== About Page =====*****/

    /*****===== Product Page =====*****/
    .our_product.product_view .product_content .text_content {
        width: 63%;
    }
    .gorvement_software .container {
        max-width: 82%;
    }
    /*****===== Product Page =====*****/

    /*****===== Service Page =====*****/
    .about_page.service_details .service_botttom .maintenance_content .text_content {
        width: 64%;
    }
    /*****===== Service Page =====*****/

    /*****===== Company Page =====*****/
    .about_page.company_personal_page .member_content .text_content {
        text-align: left;
        width: 77%;
    }
    /*****===== Company Page =====*****/

  

   
}


/* 1200px */
@media screen and (max-width: 1200px) {

    .header_sec .logo {
        width: 70px;
    }
    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 10px;
    }
    /*****===== Home Page =====*****/
    .banner_sec .banner_slider .banner_content .text_content {
        position: relative;
        width: 67%;
    }
    .banner_sec .banner_slider .banner_content .banner_photo {
        width: 33%;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .banner_photo {
        width: 32%;
    }

    .about_sec .text_content {
        margin-left: 14%;
    }
    .company_profile {
        background-position: 64% center;
    }
    .overview_sec .photo_sec .overview_photo {
        width: 440px;
        height: 440px;
    }
    .overview_sec .photo_sec .overview_icon {
        bottom: 90px;
    }
    .business_purpose_sec {
        background-size: 48%;
    }
    .business_overview_sec .business_overview .overview_photo {
        height: 320px;
        top: -10px;
        width: 28%;
        flex: 0 0 28%;
    }
    .our_product.mission_vision .container {
        max-width: 90%;
    }
    .business_overview_sec .business_overview .text_content {
        width: 64%;
        margin-left: 4%;
    }
    .business_overview_sec .business_overview .text_content .title {
        font-size: 34px;
    }
    .business_overview_sec .business_overview .text_content .des {
        font-size: 22px;
    }
    .business_overview_sec .business_overview .text_content .des span {
        margin-bottom: 8px;
    }
    .service_slider .service_content .text_content .service_title {
        font-size: 22px;
    }
    /*****===== Home Page =====*****/


    /*****===== About Page =====*****/
    .about_page .about_banner_sec {
        margin-top: 110px;
    }
    .about_page .about_banner_sec, .about_page .about_banner_sec img {
        height: 200px;
    }
    .about_page .about_sec .container .about_photo_sec .about_photo {
        width: 280px;
        height: 320px;
    }
    .about_page .about_sec .text_content {
        margin-left: 50px;
    }
    .about_page .overview_sec .overview_content .text_content {
        width: 63%;
    }
    .about_page .overview_sec .overview_content .overview_photo, .about_page .overview_sec .overview_content .overview_photo img {
        height: 270px;
    }
    .about_page .overview_sec {
        padding: 80px 0;
    }
    .about_page .business_overview_sec {
        margin: 80px auto;
    }
    .company_profile .address_sec {
        margin-bottom: 20px;
        width: 49%;
    }
    .business_location .des {
        width: 60%;
    }
    .about_page  .company_profile .container {
        max-width: 80%;
    }
    /*****===== About Page =====*****/

    /*****===== Product Page =====*****/
    .our_product.product_view .product_content .text_content {
        width: 62%;
    }
    .gorvement_software .container {
        max-width: 90%;
    }
    .gorvement_software .container:before {
        background-size: 113%;
    }
    .our_product.product_view .product_content .product_photo, .our_product.product_view .product_content .product_photo img {
        height: 180px;
    }
    .our_product.oculus_product .product_photo, .our_product.oculus_product .product_photo img {
        height: 250px;
        object-fit: cover;
    }
    /*****===== Product Page =====*****/

    /*****===== Service Page =====*****/
    .about_page.service_details .service_sec {
        margin: 110px auto 70px;
    }
    .about_page.service_details .service_botttom .maintenance_content .service_photo, .about_page.service_details .service_botttom .maintenance_content .service_photo img {
        height: 360px;
    }
    /*****===== Service Page =====*****/

    /*****===== Company Page =====*****/
    .about_page.company_personal_page .member_content .text_content {
        width: 73%;
    }
    /*****===== Company Page =====*****/

   

    .footer-wrapper .footer_sec .f_contact_content a {
        word-break: break-all;
    }

    
}


/* 991px */
@media only screen and (max-width: 991px) {

    .header_sec {
        padding: 0;
    }
    .header_sec .logo {
        width: 52px;
    }
    .header_sec .nave_sec .navbar-nav li a {
        padding: 0 4px;
        font-size: 14px;
    }
    .header_sec .container {
        position: relative;
        max-width: 100%;
    }

    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 110px;
    }
    .banner_sec .banner_slider .banner_content .banner_photo {
        width: 54%;
    }
    .banner_sec .banner_slider .banner_content .text_content .surgical_title {
        left: 13%;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .text_content .banner_title {
        font-size: 74px;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .text_content .banner_title span {
        font-size: 120px;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .text_content .surgical_title {
        left: 23%;
        top: 15px;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .banner_photo {
        width: 32%;
        margin-right: 30px;
    }
    .about_sec {
        padding: 100px 0 120px;
    }
    .about_sec .container .about_photo_sec .about_photo {
        width: 300px;
        height: 384px;
    }
    .about_sec .container .about_photo_sec .about_photo_wrapp:after {
        width: 254px;
        height: 330px;
    }
    .about_sec .text_content {
        margin-left: 10%;
    }
    .company_profile .address_sec {
        margin-bottom: 40px;
        width: 48%;
    }
    .overview_sec {
        padding: 110px 0;
    }
    .overview_sec .text_content .title {
        font-size: 34px;
    }
    .overview_sec .photo_sec .overview_photo {
        width: 330px;
        height: 330px;
    }
    .overview_sec .photo_sec .overview_photo2 {
        width: 140px;
        height: 140px;
    }

    .overview_sec .photo_sec .overview_icon {
        bottom: auto;
        top: 240px;
    }
    .overview_sec .photo_sec .overview_icon img {
        width: 60px;
    }
    .business_overview_sec .business_overview .overview_photo {
        display: none;
    }
    .business_overview_sec .business_overview {
        padding: 26px;
        background-size: cover;
    }
    .business_overview_sec .business_overview .text_content {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .company_personnel {
        background-size: cover;
    }

    .company_personnel .text_content .title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .company_personnel .text_content {
        padding: 24px;
    }
    .company_personnel .company_photo {
        width: 44%;
        flex: 0 0 44%;
        height: 580px;
    }
    .company_personnel .company_photo img {
        height: 580px;
    }
    .member_sec {
        padding: 70px 0 120px;
    }
    .member_sec .member_photo {
        display: none;
    }
    .member_sec .text_content {
        width: 100%;
    }
    .member_sec .container {
        padding: 30px;
        text-align: center;
    }
    .member_sec .text_content .title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .our_product.mission_vision .container {
        max-width: 100%;
    }
    .business_purpose_sec {
        background-position: 99% 96%;
    }
    .business_purpose_sec .business_purpose_photo {
        width: 38%;
        margin: 0 auto 70px;
    }
    .business_purpose_sec .container {
        flex-direction: column-reverse;
    }
    .business_purpose_sec .text_content {
        width: 100%;
    }
    .business_purpose_sec .text_content .title {
        font-size: 34px;
    }

    .contact_sec .google_map_sec, .contact_sec .google_map_sec iframe {
        height: 460px;
    }
    .f_photo {
        margin-top: 70px;
    }
    /*****===== Home Page =====*****/
    /*****===== Product  Page =====*****/
    .our_product.product_view {
        padding: 120px 0;
    }
    .gorvement_software .container {
        padding: 10px;
        margin: 50px auto;
    }

   
    /*****===== Product  Page =====*****/

    /*****===== Service Page =====*****/
    .about_page .service_sec .service_content .service_photo, .about_page .service_sec .service_content .service_photo img {
        height: 240px;
    }
    .about_page.service_details .service_botttom .maintenance_content .service_photo, .about_page.service_details .service_botttom .maintenance_content .service_photo img {
        height: 270px;
    }
    .about_page.service_details .service_botttom .maintenance_content .text_content {
        width: 62%;
    }
    /*****===== Service Page =====*****/


    /*****===== Company Personal Page =====*****/
    .about_page.company_personal_page .member_sec .container {
        max-width: 90%;
    }
    /*****===== Company Personal Page =====*****/

    /*****===== Contact Page =====*****/
    .about_page.contact_page .from_sec .contact_from {
        padding: 20px 20px;
    }
    /*****===== Contact Page =====*****/

    /*****===== Company Page =====*****/
     .company_personnel_sec .company_personnel_wrapp .text_content .owner_sec {
        display: block;
    }
    .about_page.company_personal_page .member_content .text_content {
        width: 63%;
    }
    .about_page.company_personal_page .member_content .member_photo {
        display: block;
    }
    .about_page.company_personal_page .member_sec {
        padding: 30px 0 50px;
    }
    .about_page.company_personal_page .director_sec {
        padding-bottom: 30px;
    }
    /*****===== Company Page =====*****/



    /* Footer Sec */
    .footer-wrapper .footer_sec .f_content.f_about_sec .f_logo {
        margin: 0 auto 30px;
    }
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
        margin-bottom: 70px;
    }
    .footer-wrapper .footer_sec .f_content.quick_link {
        padding-left: 0;
    }
    /* Footer Sec */
   
   
}




/* 767px */
@media only screen and (max-width: 767px) {

    .title {
        font-size: 34px;
    }


    .header_sec.sticky {
        border-bottom: 1px solid #dbdbdb;
    }
    .header_sec .top_sec .left_sec a {
        margin-right: 0;
    }
    .header_sec .top_sec .container {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .header_sec .navbar-toggler {
        background: #2033de;
        border: none;
        border-radius: 3px;
        padding: 0;
        width: 40px;
        height: 34px;
        /* float: right; */
        margin-left: auto;
    }
    .header_sec .navbar-toggler:focus {
        box-shadow: none;
    }
    .header_sec .navbar-toggler span i {
        color: #fff;
    }

    
    .header_sec .navbar .nave_sec .nav_list {
        display: block;
        position: fixed;
        z-index: 1;
        background: #2033de;
        height: 100vh;
        top: 0;
        width: 64%;
        right: -64%;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        overflow: scroll;
    }
    .header_sec .navbar .nave_sec .nav_list.show .navbar-nav, .header_sec .navbar .nave_sec .nav_list.navbar-collapse.show {
        right: 0;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a {
        color: #fff;
        margin: 0;
        padding: 8px;
        border-bottom: 1px solid #3e50f1;
        padding: 10px 13px;
        line-height: 1.5;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a.active {
        color: #abb4ff;
    }
    .header_sec .top_sec .left_sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 18px;
    }
    .header_sec .top_sec .social_sec .f_social_sec {
        text-align: center;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li.dropdown .dropdown-menu li a {
        background: #1123bf;
    }
    
    /*****===== Home Page =====*****/


    .banner_sec {
        margin-top: 176px;
    }
    .banner_sec .banner_slider .banner_content img {
        object-fit: cover;
    }
    .banner_sec .banner_slider .banner_content .text_content .surgical_title {
        font-size: 23px;
        top: 24px;
        left: 20%;
    }
    .banner_sec .banner_slider .banner_content .text_content {
        width: 100%;
        text-align: center;
    }
    .banner_sec .banner_slider .banner_content .text_content .banner_title {
        font-size: 70px;
    }
    .banner_sec .banner_slider .banner_content .banner_photo {
        display: none;
    }
    .banner_sec .banner_slider .banner_content .text_content .banner_title span {
        font-size: 116px;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .text_content .surgical_title {
        left: 36%;
        top: 22px;
    }
    .banner_sec .banner_slider .banner_content.banner_content2 .text_content .banner_title span {
        font-size: 114px;
    }


    .about_sec {
        padding: 60px 0 120px;
    }
    .about_sec .container {
        display: flex;
        flex-direction: column;
    }

    .about_photo_sec .experience_content {
        display: none;
    }
    .about_sec .container .about_photo_sec .about_photo_wrapp:after {
        display: none;
    }
    .about_sec .container .about_photo_sec .about_photo {
        width: 100%;
        height: 314px;
        padding-top: 0;
    }
    .about_sec .text_content {
        margin-left: 0;
        margin-top: 25px;
        text-align: center;
    }
    .about_sec .text_content .title {
        font-size: 38px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .company_profile {
        padding: 80px 0;
    }
    .company_profile .title {
        font-size: 34px;
        margin-bottom: 40px;
    }
    .company_profile .container {
        text-align: center;
    }
    .company_profile .address_sec {
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .company_profile .address_sec .title {
        font-size: 24px;
        align-items: center;
        margin-bottom: 12px;
        justify-content: center;
    }
    .company_profile .address_sec .title img {
        width: 14px;
    }

    .overview_sec .container {
        justify-content: center;
        flex-direction: column-reverse;
    }
    .overview_sec .photo_sec {
        margin-bottom: 100px;
    }
    .overview_sec .photo_sec .overview_photo {
        width: 290px;
        height: 290px;
        margin: auto;
    }
    .overview_sec .photo_sec .overview_icon {
        top: 210px;
        width: 90px;
        height: 90px;
    }
    .overview_sec .photo_sec .overview_icon img {
        width: 44px;
    }
    .overview_sec .text_content {
        text-align: center;
        width: 100%;
    }
    .overview_sec .text_content .title {
        font-size: 30px;
    }
    .overview_sec .text_content .des {
        margin: 0 auto 20px;
        line-height: 1.8;
    }
    .business_overview_sec .business_overview .text_content .des {
        font-size: 20px;
    }
    .company_personnel .company_photo {
        display: none;
    }
    .company_personnel .text_content {
        width: 100%;
        text-align: center;
    }
    .company_personnel .text_content .des.company_details {
        font-size: 20px;
    }
    .company_personnel .text_content  .des {
        font-size: 16px;
    }
    .business_overview_sec {
        margin-bottom: 80px;
    }
    .member_sec {
        padding: 70px 20px 80px;
    }
    .member_sec .text_content .title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .business_purpose_sec .text_content {
        width: 100%;
        text-align: center;
    }
    .business_purpose_sec .text_content .title {
        font-size: 30px;
    }
    .business_purpose_sec .text_content .bottom_sec .usp_list li {
        text-align: left;
    }
    .business_purpose_sec {
        background-size: 70%;
    }

    .our_product.mission_vision {
        padding: 50px 0;
        margin: 50px auto;
    }
    .service_sec {
        margin: 90px auto;
    }
    .service_sec .container {
        justify-content: center;
        flex-direction: column-reverse;
    }
    .service_sec  .text_content {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .service_sec  .service_photo {
        width: 100%;
        height: 450px;
        margin-bottom: 50px;
    }
    .service_sec .service_photo img {
        height: 450px;
    }
    .service_sec .text_content .service_list {
        text-align: left;
        margin-bottom: 50px;
    }
   
    .contact_sec .title {
        text-align: center;
    }
    .contact_sec .contact_content_sec .contact_content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contact_sec .contact_content_sec .contact_content .icon {
        margin: 0 auto 20px;
    }
    .contact_sec .contact_content_sec .contact_content .text_content  .des {
        font-size: 20px;
        text-align: center;
    }
    .f_photo {
        margin-top: 50px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .about_page .about_banner_sec {
        margin-top: 176px;
    }
    .about_page .about_banner_sec, .about_page .about_banner_sec, .about_page .about_banner_sec img {
        height: 124px;
        object-position: 0;
    }
    .about_page .about_sec {
        padding: 30px 0;
    }
    .about_page .about_sec .container .about_photo_sec .about_photo {
        width: 100%;
        height: 260px;
        margin: auto;
    }
    .about_page .about_sec .container .about_photo_sec .about_photo img {
        height: 260px;
    }
    .about_page .about_sec .text_content {
        margin-left: 0;
    }
    .about_page .overview_sec {
        padding: 80px 0 0;
    }
    .about_page .overview_sec .container {
        flex-direction: column;
    }
    .about_page .overview_sec .overview_content .overview_photo {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .about_page .overview_sec .overview_content:nth-child(2n + 1) .overview_photo {
        margin: 0 auto 30px;
    }
    .about_page .overview_sec .overview_content .overview_photo, .about_page .overview_sec .overview_content .overview_photo img {
        height: 200px;
    }
    .about_page .overview_sec .overview_content .text_content {
        width: 100%;
    }
    .about_page .business_overview_sec .container {
        padding: 30px 30px;
        max-width: 90%;
    }
    .about_page .business_overview_sec .container .title {
        margin-bottom: 18px;
        font-size: 30px;
    }
    .business_location .des {
        width: 100%;
    }
    .business_location .location_bottom .location_list {
        margin-right: 0;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .about_page .company_profile .title {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .about_page  .company_profile .container {
        max-width: 90%;
    }
    .business_location .location_bottom .location_list {
        width: 50%;
        padding: 0 14px;
    }
    .about_page .our_product.mission_vision .text_content {
        text-align: center;
    }
    /*****===== About Page =====*****/

    /*****===== Product Page =====*****/
    .our_product.product_view {
        padding: 50px 0;
    }
    .our_product.product_view .product_content .product_photo, .our_product.product_view .product_content .product_photo img {
        margin: 0;
        width: 100%;
    }
    .our_product.product_view .product_content .text_content {
        width: 100%;
    }
    .our_product.product_view .product_content, .our_product.product_view .product_content:nth-child(2n) {
        flex-direction: column;
    }
    .our_product.oculus_product {
        padding: 50px 0;
    }
    .our_product.oculus_product .product_photo, .our_product.oculus_product .product_photo img {
        width: 100%;
        flex: 0 0 100%;
        margin: 0;
    }
    .our_product.oculus_product .text_content {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 40px;
        text-align: center;
    }
    .our_product.oculus_product .product_point {
        text-align: left;
    }
    .gorvement_software .container {
        padding: 18px 22px;
        margin: 50px auto;
    }
    .gorvement_software .container:before {
        display: none;
    }
    .gorvement_software .container .text_content {
        margin-left: 0;
        text-align: center;
    }
    .gorvement_software .container .text_content .title {
        font-size: 24px;
    }
    .gorvement_software .container .text_content  .des {
        font-size: 20px;
    }
    .our_product.oculus_product .download_sec .download_btn {
        justify-content: center;
    }
   
    /*****===== Product Page =====*****/

    /*****===== Service Page =====*****/
    .about_page.service_details .service_sec {
        margin: 60px auto;
    }
    .about_page.service_details .title {
        margin-bottom: 30px;
    }
    .about_page .service_sec .service_content {
        flex-direction: column-reverse;
    }
    .about_page .service_sec .container {
        justify-content: center;
        flex-direction: column;
    }
    .about_page .service_sec .service_content .service_photo {
        width: 100%;
    }
    .about_page .service_sec  .text_content {
        width: 100%;
        margin-right: 0;
    }
    .about_page .service_sec .service_content .service_sec .service_photo {
        margin-bottom: 30px;
    }
    .about_page .service_sec .service_content .title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 16px;
    }
    .about_page .service_sec .service_content:nth-child(2n + 1) {
        flex-direction: column-reverse;
    }
    .about_page .service_sec .service_content:nth-child(2n + 1) .text_content {
        margin: 0;
    }
    .about_page.service_details .service_botttom {
        padding: 120px 0 70px;
    }
    .about_page.service_details .service_botttom .maintenance_content .service_photo, .about_page.service_details .service_botttom .maintenance_content .service_photo img {
        width: 100%;
        margin: 0;
    }
    .about_page.service_details .service_botttom .maintenance_content .text_content {
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }
    .about_page.service_details .service_botttom .maintenance_content .text_content .title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px;
    }
    /*****===== Service Page =====*****/

    /*****===== Company Personal Page =====*****/
    .company_personnel_sec .company_personnel_wrapp {
        margin: 70px auto 40px;
    }
    .company_personnel_sec .company_personnel_wrapp .company_photo {
        width: 100%;
        flex: 0 0 100%;
        height: 280px;
        margin-bottom: 20px;
        padding: 0;
    }
    .company_personnel_sec .company_personnel_wrapp .company_photo img {
        height: 280px;
    }
    .company_personnel_sec .company_personnel_wrapp .text_content .owner_sec {
        text-align: center;
    }
    .company_personnel_sec .company_personnel_wrapp .text_content .owner_sec .director {
        text-align: center;
    }
    .company_personnel_sec .company_personnel_wrapp .text_content {
        text-align: center;
    }
    .about_page.company_personal_page .member_sec {
        background-position: inherit;
    }
    .about_page.company_personal_page .member_sec .container .member_content .text_content {
        text-align: center;
    }
    .about_page.company_personal_page .member_content .member_photo {
        width: 70%;
        margin: 0 auto 30px;
    }
    .about_page.company_personal_page .member_content .text_content {
        width: 100%;
        text-align: center;
    }
    .about_page.company_personal_page .member_content:nth-child(2n-1) .member_photo {
        margin: 0 auto 30px;
    }
    /*****===== Company Personal Page =====*****/


    /*****===== Contact Page =====*****/
    .about_page.contact_page .contact_sec {
        margin: 80px auto;
    }
    .about_page.contact_page .google_map_sec iframe {
        height: 250px;
    }
    /*****===== Contact Page =====*****/


   

    .footer-wrapper .footer_contact_sec .container {
        padding: 30px 12px;
        flex-direction: column;
    }
    .footer-wrapper .footer_contact_sec .f_logo {
        width: 28%;
        margin-bottom: 20px;
    }
    .footer-wrapper .footer_contact_sec .f_contact {
        align-items: start;
    }
    .footer-wrapper .footer_contact_sec .f_contact .phone_icon {
        width: 34px;
        margin-right: 22px;
    }
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_title {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_list {
        text-align: center;
    }
    .footer-wrapper .footer_sec .f_social_sec {
        text-align: center;
    }

}
 /*=============== End Responsive css ===============*/
