

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
img{
    width: 100%;
}
.sub_title {
    color: #12b8e9;
    font-size: 24px;
    font-weight: 600;
}

.title {
    color: #010101;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}
.title span {
    color: #12b8e9;
}
.des {
    color: #747474;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;
}
.more {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 13px 18px;
    border-radius: 5px;
    font-weight: 700;
    display: inline-flex;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    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;
    align-items: center;
}
.more:hover {
    background: linear-gradient(100deg, rgba(20, 111, 211, 1) 0%, rgb(22 119 214) 100%);
    color: #fff;
}
.more img {
    width: 8px;
    margin-left: 10px;
}


/* Header Sec */


.header_sec {
    background: #12b8e9;
    padding: 10px 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.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;
    background: #12b8e9;
}
@keyframes slide-down{
    0%{opacity:0;transform:translateY(-100%);} 
    50%{opacity:0;transform:translateY(-100%);} 
    100%{opacity:1;transform:translateY(0);} 
}





.header_sec .container {
    position: relative;
}
.header_sec .logo {
    width: 250px;
    text-decoration: none;
}
.header_sec .nave_sec .nav_list {
    justify-content: center;
}
.header_sec .navbar {
    padding: 0;
}

.header_sec .nave_sec .navbar-nav li a {
    padding: 0 14px;
    color: #ffffff;
    font-size: 20px;
    line-height: 15px;
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
}
.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: #9bedff;
}

.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 #3cc8f1;
    font-size: 16px;
    background: #14acd9;
}

.header_sec .nave_sec .navbar-nav li .dropdown-menu li:last-child a {
    border-bottom: none;
}


.header_sec .nave_sec .navbar-nav {
    align-items: center;
}
/* Header Sec */

/*****===== Home Page =====*****/

/* Banner Sec */
.banner_sec {
    margin-top: 80px;
}
/* .banner_sec .banner_photo {
    height: 844px;
    position: relative;
}
.banner_sec .banner_photo:before {
    content: "";
    background: #00000057;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
} */
/* .banner_sec .banner_photo img {
    height: 844px;
} */

.banner_sec .banner_photo .text_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.banner_sec .banner_photo .text_content .title {
    color: #fff;
    font-size: 94px;
    text-align: center;
    font-family: "Squada One", serif;
}

.banner_sec .banner_photo .text_content .title span {
    display: block;
}

.banner_sec .banner_photo .text_content .des {
    color: #ffff;
    font-size: 24px;
    width: 40%;
    text-align: center;
}

.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 */


/* Experience Sec */
.experience_sec {
    background-color: #20b1d0;
    padding: 15px 0;
    background-image: url(../images/count_patten.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.experience_sec .container {
    display: flex;
    padding: 15px;
    justify-content: center;
}

.experience_sec .container .experience_grid {
    text-align: center;
    margin: 0 40px;
}

.experience_sec .container .experience_grid .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    background: #ffffff;
}

.experience_sec .container .experience_grid .icon i {
    color: #24d8e1;
    font-size: 30px;
}

.experience_sec .container .experience_grid .text_content .coun {
    color: #035f64;
    font-size: 32px;
}

.experience_sec .container .experience_grid .text_content  .experience_title {
    color: #fff;
}
/* Experience Sec */






/* About Sec */
.about_sec {
    padding: 180px 0 120px;
    background-position: top;
    background: url(../images/doctor_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_sec .container {
    display: flex;
    flex-wrap: wrap;
}
.about_sec .about_photo {
    width: 46%;
    flex: 0 0 46%;
}


.about_sec .text_content {
    margin-left: 4%;
    width: 48%;
    flex: 0 0 48%;
}
.about_sec .text_content .title {
    margin-bottom: 30px;
}
.about_service {
    padding: 0;
    /* color: #000; */
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 20px;
}

.about_service li {
    display: flex;
    align-items: center;
    font-size: 20px;
    width: 48%;
    margin-bottom: 20px;
    color: #333333;
}

.about_service li img {
    width: 10px;
    margin-right: 15px;
}
.about_sec .text_content .more {
    margin-top: 30px;
}
/* About Sec */

/* Our Services */

.flip-card {
    background-color: transparent;
    height: 300px;
    perspective: 1000px;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }
  
  .flip-card:focus {
      outline: 0;
  }
  
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .flip-card-front {
    background-image: url(../images/structured_cabling_photo.png);
    color: black;
    z-index: 2;
    display: flex;
    justify-content: start;
    align-items: self-end;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #f0f; */
}
.flip-card.structured .flip-card-front {
    background-image: url(../images/structured_service.webp);
}
.flip-card.civil .flip-card-front {
    background-image: url(../images/civil_works_service.webp);
}
.flip-card.electrical .flip-card-front {
    background-image: url(../images/electrical_cabling.webp);
}
.flip-card.datacenter .flip-card-front {
    background-image: url(../images/datacenter.webp);
}
.flip-card.cctv .flip-card-front {
    background-image: url(../images/cctv_service.webp);
}
.flip-card.cctv .flip-card-front {
    background-image: url(../images/gi_service.webp);
}
.flip-card.autocad .flip-card-front {
    background-image: url(../images/autocad_service.webp);
}

.flip-card-back {
    background: #12b8e9;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    padding: 15px;
}

  .flip-card-front:before {
    content: "";
    background: #20b1d0bf;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.service_sec  .flip-card-front .title {
    color: #fff;
    margin: 20px;
    font-size: 28px;
    width: 100%;
    text-align: left;
}


.flip-card-back .text_content .title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0 !important;
    text-align: left;
}

.flip-card-back .text_content  .des {
    color: #fff;
}

.flip-card-back .text_content {
    text-align: left;
}

.flip-card-back .text_content .more {
    padding: 0;
    background: none;
}

.flip-card-back .text_content .more {
    padding: 0;
    background: none;
    margin-top: 140px;
    text-align: right;
    display: block;
}


.service_sec {
    background: url(../images/why_choose_bg.png);
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.service_sec .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_sec .title {
    margin-bottom: 70px;
    /* display: block; */
    text-align: center;
    width: 100%;
}


.service_sec .text_content .title {
    margin-bottom: 30px;
}

.service_sec .text_content .des {
    font-size: 18px;
    line-height: 1.9;
}

.service_sec .service_left {
    width: 44%;
    flex: 0 0 44%;
}

.service_sec .service_icon {
    width: 38px;
    position: relative;
    margin-bottom: 34px;
}
.service_sec .service_icon img {
    position: relative;
    z-index: 1;
    margin-top: 17px;
    width: 40px;
}
.service_sec .service_icon:after {
    content: "";
    background: #ccf6ff;
    width: 60px;
    position: absolute;
    height: 60px;
    left: 18%;
    border-radius: 50%;
    top: 0;
    z-index: 0;
}

.service_sec .service_content {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    box-shadow: 0px 9px 25px -4px rgb(208 229 235);
    -moz-box-shadow: 0px 9px 25px -4px rgb(208 229 235);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(208 229 235);
}

.service_sec .service_photo {
    width: 48%;
    flex: 0 0 48%;
}

/* Service Sec */



/* Feedbacks Sec */
.feedbacks_sec {
    padding: 160px 0;
    text-align: center;
}


.feedbacks_sec .feedbacks_content {
    background: #fff;
    box-shadow: 0px 9px 25px -9px rgb(207 207 207);
    border-radius: 10px;
    margin: 60px 10px 20px;
    position: relative;
    padding: 70px 20px 33px;
    text-align: center;
}

.feedbacks_sec .feedbacks_content .top_sec {
    left: 0;
    align-items: self-end;
    right: 0;
    padding: 0 20px;
}

.feedbacks_sec .feedbacks_content .top_sec .client_photo {
    width: 94px;
    margin: auto;
}

.feedbacks_sec .feedbacks_content .top_sec .client_name {
    font-size: 18px;
    text-align: center;
    margin: 30px auto 0;
}

.feedbacks_sec .feedbacks_content .top_sec .client_name span {
    display: block;
    color: #146FD3;
    margin-bottom: 6px;
}

.feedbacks_sec .feedbacks_content .bottom_sec {
    margin-top: 14px;
}

.feedbacks_sec .feedbacks_content .bottom_sec img {
    width: 110px;
    margin: 0 auto 18px;
}

.feedbacks_sec .feedbacks_content .bottom_sec .des {
    font-size: 18px;
    line-height: 1.8;
}
.feedbacks_sec .feedbacks_slider {
    padding: 0 80px;
}
.feedbacks_sec .feedbacks_slider .owl-nav.disabled {
    display: block;
}

.feedbacks_sec .feedbacks_slider  .owl-dots.disabled {
    display: block;
}
.feedbacks_sec .feedbacks_slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 0;
    transition: all 0.4s ease-out;
    background: url(../images/doctor_l_arrow.png);
    width: 40px;
    cursor: pointer;
    height: 50px;
    display: block;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    overflow: hidden;
    bottom: 0;
    margin: auto;
}
.feedbacks_sec .feedbacks_slider .owl-nav .owl-prev span {
    display: none;
}
.feedbacks_sec .feedbacks_slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 0%;
    bottom: 0;
    background: url(../images/doctor_r_arrow.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    width: 40px;
    cursor: pointer;
    height: 50px;
    display: block;
    z-index: 1000;
    margin: auto;
}
.feedbacks_sec .feedbacks_slider .owl-nav .owl-next span {
    display: none;
}
/* Feedbacks Sec */


/* Appointment Sec */
.appointment_sec {
    background: linear-gradient(100deg, rgba(20,111,211,1) 0%, rgba(39,203,238,1) 100%);
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    max-width: 960px;
    margin-bottom: 70px;
}
.appointment_sec:before {
    content: "";
    width: 44%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 0;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.appointment_sec .text_content {
    padding: 50px  0 50px 46%;
}
.appointment_sec .text_content .title {
    color: #fff;
    font-size: 34px;
    margin-bottom: 20px;
}
.appointment_sec .text_content .more {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    padding: 10px 14px;
    background: #12B7E7;
    box-shadow: 0px 9px 25px -4px rgb(9 126 165);
    -moz-box-shadow: 0px 9px 25px -4px rgb(9 126 165);
    -webkit-box-shadow: 0px 9px 25px -4px rgb(9 126 165);
}

.appointment_sec .text_content .more img {
    width: 20px;
    margin: 0 10px 0 0;
}
.appointment_sec .text_content .more:hover {
    background: #46c9ef;
    box-shadow: none;
}
/* Appointment Sec */


/*****===== Home Page =====*****/
.appointment_sec .text_content .des {
    color: #fff;
    padding-bottom: 10px;
}

/*****===== About Page =====*****/
.branceh_page .branceh_banner {
    position: relative;
    margin-top: 80px;
}

.branceh_page .branceh_banner .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.branceh_page .branceh_banner .container .text_contain .title {
    color: #fff;
    font-size: 74px;
    margin: 0;
}
.branceh_page .about_text_content .text_content {
    margin: 0;
    width: 100%;
    margin-top: 50px;
    flex: 0 0 100%;
}

/*****===== About Page =====*****/


/*****===== Product Details Page =====*****/
.about_sec.product_details {
    padding: 0;
}

.about_sec.product_details .about_photo.product_photo {
    width: 25%;
    flex: 0 0 37%;
    height: 500px;
    overflow: hidden;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}
.about_sec.product_details .about_photo.product_photo img {
    height: 100%;
    object-fit: cover;
}

.about_sec.product_details  .text_content {
    width: 60%;
    flex: 0 0 60%;
    margin-left: 50px;
}


.about_sec.product_details .container {
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0;
    align-items: center;
}
.about_sec.product_details.details2 {
    background: #12b8e9;
    padding: 0 0;
}

.about_sec.product_details.details2 .about_photo.product_photo {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
    height: 710px;
}

.about_sec.product_details.details2 .container .text_content .title {
    color: #fff;
}

.about_sec.product_details.details2 .container .text_content  .des {
    color: #fff;
}

.about_sec.product_details.details2 .container .text_content .details_list li {
    color: #fff;
}

.about_sec.product_details.details2 .container .text_content .details_list li span {
    color: #fff;
}

.about_sec.product_details.details2 .container {
    flex-direction: row-reverse;
}

.about_sec.product_details.details2 .container .text_content {
    margin-left: 0;
    margin-right: 50px;
}


.product_elemnt_sec {
    padding: 120px 0;
    text-align: center;
    background: #fbfeff;
}

.product_elemnt_sec .title {
    margin-bottom: 60px;
}

.product_elemnt_sec .product_content {
    background: #fff;
    box-shadow: 0px 9px 10px 0 rgb(167 167 167 / 50%);
    padding: 15px;
    border-radius: 15px;
}
.details_list {
    margin-top: 20px;
}

.details_list li {
    margin-bottom: 10px;
    color: #747474;
    font-size: 20px;
    line-height: 1.8;
}

.details_list li span {
    font-weight: 500;
    color: #222;
}


.product_elemnt_sec .container {
    max-width: 950px;
}

.product_elemnt_sec .product_content .product_photo {
    height: 260px;
    overflow: hidden;
    margin-bottom: 12px;
    border-radius: 11px;
}

.product_elemnt_sec .product_content .product_photo img {
    object-fit: cover;
    height: 260px;
}

.product_elemnt_sec .product_content .details_title {
    font-size: 20px;
    margin: 0;
}





/*****===== Product Details Page =====*****/


/*****===== Contact Page =====*****/
.contact_sec .container {
    margin: 120px auto;
    max-width: 900px;
}

.contact_sec .container .address_sec {
    width: 100%;
    margin: 0;
}

.contact_sec .container .address_sec .address_title {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    text-transform: capitalize;
}

/* .contact_page .contact_sec .container .address_content {
    border: 1px solid #fff;
    margin: 15px;
    padding: 15px;
} */

.contact_sec .address_content .company_address {
    margin-bottom: 30px;
    padding: 16px 20px;
    display: flex;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    background: #12b8e9;
}
.contact_sec .address_content .company_address .icon {
    margin-right: 15px;
    width: 24px;
}
.contact_sec .address_content .office_title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact_sec .address_content .des {
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: start;
    margin: 0;
    color: #fff;
}
.contact_sec .address_content .des img {
    width: 24px;
    margin: 8px 20px 0 0;
}
.contact_sec .address_content .company_address .text_content .title {
    text-align: left;
    font-size: 24px;
    color: #fff;
}
.contact_sec .address_content .company_address a {
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

 .contact_sec .address_content .company_address .text_content {
    text-align: left;
}

.contact_from {
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 30px;
}
.contact_from .title {
    background: #12b8e9;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin: 0;
    text-align: center;
}

.contact_from .des {
    font-size: 18px;
    text-align: center;
    padding: 15px;
    margin: 0;
}

.contact_from .from_content {
    padding: 15px;
}
.contact_from .from_content .contact_number {
    display: flex;
}
.contact_from .from_content .form-group {
    margin-bottom: 18px;
}
.contact_from .from_content .form-group .form-control {
    height: 44px;
    font-size: 16px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
}

.contact_from .from_content .form-group textarea {
    height: 140px !important;
    /* border-radius: 5px; */
}

.contact_from .from_content .form-group .form-control:focus, .contact_from .from_content .form-group textarea:focus {
    box-shadow: none;
    border: 1px solid #d1d1d1;
}

.contact_from .sumit_btn {
    display: block;
    width: 100%;
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 6px;
    padding: 10px;
    color: #fff;
}

.contact_from .sumit_btn:focus {
    box-shadow: none !important;
}
.contact_from .sumit_btn:active {
    background: #3CA11D !important;
}
.address_sec.container .address_content .company_address {
    margin: auto;
    -moz-box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    -webkit-box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    box-shadow: 0px 17px 24px rgba(34, 34, 34, 0.09);
    display: flex;
    padding: 20px;
    width: 60%;
    align-items: start;
}



.address_sec {
    text-align: center;
    width: 830px;
    margin: 0 auto 80px;
}

.address_sec .address_title {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.address_sec .des {
    font-size: 16px;
    text-align: left;
}

.address_sec .address_content {
    margin: 40px auto 0;
}

.address_sec.container .address_content .company_address .icon {
    width: 34px;
    flex: 0 0 34px;
}
.about_page .contact_sec .address_content .company_address .icon img {
    width: 30px;
}
.address_sec.container .address_content .company_address .text_content {
    margin-left: 20px;
}

.address_sec.container .address_content .company_address .text_content .title {
    text-align: left;
    font-size: 18px;
    margin: 0 auto 6px;
}

.address_sec.container .address_content .company_address .des {
    text-align: left;
    margin: 0;
    line-height: 28px;
}

.address_sec .address_content .email_contact {
    display: flex;
    margin: 50px auto 0;
}

.address_sec .address_content .email_contact .company_address {
    margin: 0 20px;
    width: 100%;
}
.address_sec.container .address_content .company_address .text_content a {
    color: #656565;
    font-size: 16px;
}

.location_map .mapouter, .location_map .mapouter .gmap_canvas {
    width: 100%;
}
/*****===== Contact Page =====*****/

.whatsapp_icon {
    width: 55px;
    display: block;
    z-index: 1;
    bottom: 15%;
    right: 2%;
}
.bottom_btn_sec {
    position: fixed;
    bottom: 0;
        z-index: 1;
    bottom: 15%;
    right: 2%;
}

.top_bottom_btn {
    width: 58px;
    display: flex;
    height: 54px;
    background: #12b8e9;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.top_bottom_btn.show {
    opacity: 1;
    visibility: visible;
  }

.top_bottom_btn i {
    font-size: 19px;
    color: #fff
}
.top_bottom_btn:hover i {
    color: #fff
}


/* Footer Sec */

.f_content.f_about_sec .logo {
    display: block;
    width: 72%;
    margin-bottom: 20px;
}
.footer-wrapper .footer_sec .row {
    justify-content: center;
}
.footer-wrapper .footer_sec .f_content.quick_link {
    padding-left: 40px;
}
.footer-wrapper .footer_sec .f_content.f_about_sec .f_logo img {
    width: 170px;
}
.footer-wrapper .footer_sec {
    background: #1a1a1a;
    padding: 60px 0;
}
.footer-wrapper .footer_sec .f_title {
    font-size: 30px;
    margin-bottom: 28px;
    color: #fff;
    position: relative;
    padding-bottom: 18px;
}
.footer-wrapper .footer_sec .f_title:after {
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 30%;
    left: 0;
    height: 3px;
}
.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 {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.footer-wrapper .footer_sec .f_list li a:hover {
    color: #27cbee;
}
.footer-wrapper .footer_sec .f_list li a img {
    width: 19px;
    margin-right: 20px;
}
.footer-wrapper .footer_sec .f_content .des {
    color: #fff;
    line-height: 31px;
    font-size: 18px;
    margin: 0;
}
.footer-wrapper .footer_sec .f_content.f_quick_link {
    padding-left: 50px;
}
.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: 20px;
    color: #fff;
    font-size: 20px;
}
.footer-wrapper .footer_sec .f_contact_content a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a i {
    color: #fff;
    font-size: 24px;
}
.footer-wrapper .footer_sec .f_content .f_social_sec a i:hover, .footer-wrapper .footer_sec .f_contact_content a:hover {
    color: #12b8e9;
}

.footer-wrapper .footer_bottom {
    background: #212222;
    text-align: center;
    padding: 14px 0;
}

.footer-wrapper .footer_bottom .des {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
/* Footer Sec */















 /*=============== Start Responsive css ===============*/

 
/* 1800px */
@media screen and (max-width: 1800px) {

    /*****===== Product Details Page =====*****/
    .about_sec.product_details  .text_content {
        width: 58%;
        flex: 0 0 58%;
    }
    .about_sec .text_content .title {
        margin-bottom: 22px;
        font-size: 44px;
    }
    .product_elemnt_sec .title {
        margin-bottom: 40px;
        font-size: 44px;
    }
    .product_elemnt_sec .product_content .product_photo, .product_elemnt_sec .product_content .product_photo img {
        height: 230px;
    }
    /*****===== Product Details Page =====*****/

  
}


/* 1600px */
@media screen and (max-width: 1600px) {

    .container {
        max-width: 1100px;
    }
    .title {
        font-size: 34px;
    }
    .sub_title {
        font-size: 20px;
    }
    .des {
        font-size: 18px;
    }
    .more {
        font-size: 16px;
        padding: 8px 18px;
    }
    .more img {
        width: 6px;
        margin-left: 8px;
    }
    /*****===== Home Page =====*****/

    
    .about_sec {
        padding: 90px 0;
    }
    .about_sec .container {
        justify-content: center;
    }
    .about_service li {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .about_sec {
        padding: 110px 0;
    }
    .about_sec .about_photo {
        width: 34%;
        flex: 0 0 34%;
    }
    .about_service li img {
        width: 8px;
        margin-right: 12px;
    }
    .about_sec .text_content .more {
        margin-top: 20px;
    }

    .flip-card {
        height: 250px;
    }



    .service_sec {
        padding: 90px 0;
    }
    .service_sec .title {
        margin-bottom: 60px;
    }
    .service_sec  .flip-card-front .title {
        margin: 16px;
        font-size: 22px;
    }
    .appointment_sec .text_content .title {
        font-size: 28px;
        width: 80%;
    }
    .flip-card-back .text_content .title {
        font-size: 22px;
    }
    .service_sec .text_content .des {
        font-size: 16px;
        line-height: 1.5;
    }
    .flip-card-back .text_content .more {
        margin-top: 120px;
    }
    .feedbacks_sec {
        padding: 120px 0;
    }
    .appointment_sec.container {
        max-width: 1000px;
    }
    .appointment_sec .text_content {
        padding: 40px  0 40px 46%;
    }

    .feedbacks_sec {
        padding: 110px 0;
    }
    .experience_sec .container .experience_grid .text_content  .experience_title {
        margin: 0;
        font-size: 22px;
    }
    .experience_sec .container .experience_grid .text_content .coun {
        font-size: 24px;
    }
    .experience_sec .container .experience_grid .icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 14px;
    }
    .experience_sec .container .experience_grid .icon i {
        font-size: 24px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .branceh_page .branceh_banner, .branceh_page .branceh_banner img {
        height: 190px;
    }
    .branceh_page .branceh_banner .container .text_contain .title {
        font-size: 44px;
    }
    /*****===== About Page =====*****/


    /*****===== Contact Page =====*****/
    .contact_sec .container {
        margin: 100px auto;
    }
    /*****===== Contact Page =====*****/


    /*****===== Product Details Page =====*****/
    .about_sec.product_details .container {
        padding: 0;
    }
    .about_sec.product_details  .text_content {
        width: 56%;
        flex: 0 0 56%;
    }
    .about_sec.product_details .about_photo.product_photo {
        width: 40%;
        flex: 0 0 40%;
    }
    .about_sec .text_content .title {
        margin-bottom: 14px;
        font-size: 38px;
    }
    .about_sec.product_details.details2 .container .text_content {
        margin-left: 20px;
        margin-right: 0;
    }
    .product_elemnt_sec {
        padding: 80px 0;
    }
    .product_elemnt_sec .title {
        margin-bottom: 30px;
        font-size: 38px;
    }
    .product_elemnt_sec .product_content .product_photo, .product_elemnt_sec .product_content .product_photo img {
        height: 220px;
    }
    /*****===== Product Details Page =====*****/

     .footer-wrapper .footer_sec .f_content.quick_link {
        padding-left: 0;
    }
    .footer-wrapper .footer_sec .f_title {
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .footer-wrapper .footer_sec .f_list li a {
        font-size: 18px;
    }
    .footer-wrapper .footer_sec .f_list li {
        margin-bottom: 15px;
    }
    .footer-wrapper .footer_sec .f_list li a img {
        width: 15px;
        margin-right: 18px;
    }
    .footer-wrapper .footer_sec .f_contact_content a {
        font-size: 18px;
    }
    .footer-wrapper .footer_sec .f_contact_content i {
        margin-right: 18px;
        font-size: 18px;
    }
    .footer-wrapper .footer_sec .f_content .f_social_sec a i {
        font-size: 20px;
    }

    
}


/* 1400px */
@media screen and (max-width: 1400px) {

    .container {
        max-width: 900px;
    }
    .title {
        font-size: 30px;
    }
    .header_sec .logo {
        width: 180px;
    }
    .header_sec .nave_sec .navbar-nav li a {
        font-size: 16px;
    }
   
    
    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 60px;
    }
    .about_sec {
        padding: 100px 0;
    }
    .about_sec .text_content .title {
        margin-bottom: 16px;
    }
    .des {
        font-size: 16px;
    }
    .about_sec {
        padding: 80px 0;
    }
    .about_sec .about_photo {
        width: 36%;
        flex: 0 0 36%;
    }
    .about_sec .text_content {
        width: 54%;
        flex: 0 0 54%;
    }
    .about_service {
        margin: 18px auto 10px;
    }
    .about_service li {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .about_service li img {
        width: 6px;
        margin-right: 6px;
    }
    .about_sec .text_content .more {
        margin-top: 14px;
    }
    .experience_sec .container .experience_grid .text_content  .experience_title {
        font-size: 20px;
    }
    .experience_sec .container .experience_grid .text_content .coun {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .experience_sec .container .experience_grid .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 12px;
    }
    .experience_sec .container .experience_grid .icon i {
        font-size: 20px;
    }
    .service_sec {
        padding: 60px 0;
    }
    .flip-card {
        height: 200px;
    }
    .service_sec  .flip-card-front .title {
        margin: 14px;
        font-size: 18px;
    }
    .flip-card-back .text_content .title {
        font-size: 20px;
    }
    .service_sec .text_content .des {
        font-size: 14px;
        margin-top: 5px;
    }
    .flip-card-back .text_content .more {
        margin-top: 60px;
    }
    .appointment_sec .text_content .title {
        font-size: 24px;
    }
    .appointment_sec .text_content .more {
        font-size: 18px;
        padding: 8px 10px;
    }
    .appointment_sec .text_content .more img {
        width: 16px;
        margin: 0 8px 0 0;
    }
    .appointment_sec .text_content {
        padding: 30px  0 30px 46%;
    }
    .feedbacks_sec .feedbacks_content .bottom_sec .des {
        font-size: 16px;
    }
    /*****===== Home Page =====*****/


    /*****===== About Page =====*****/
    .branceh_page .branceh_banner {
        margin-top: 62px;
    }
    /*****===== About Page =====*****/

    /*****===== Contact Page =====*****/
    .contact_sec .container {
        margin: 80px auto;
    }
    .contact_from .from_content .form-group textarea {
        height: 110px !important;
    }
    .gmap_canvas,  .mapouter {
        height: 350px !important;
    }
    .address_sec .address_content {
        margin: 20px auto 0;
    }
    /*****===== Contact Page =====*****/

    .footer-wrapper .footer_sec {
        padding: 40px 0;
    }
    .footer-wrapper .footer_sec .f_title {
        font-size: 22px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .footer-wrapper .footer_sec .f_list li a {
        font-size: 16px;
    }
    .footer-wrapper .footer_sec .f_content .des {
        line-height: 27px;
        font-size: 16px;
    }
    .footer-wrapper .footer_sec .f_contact_content i {
        margin-right: 14px;
        font-size: 14px;
    }
    .footer-wrapper .footer_sec .f_content .f_social_sec a i {
        font-size: 18px;
    }
    .footer-wrapper .footer_bottom .des {
        font-size: 16px;
    }
    

   
}


/* 1200px */
@media screen and (max-width: 1200px) {

    .container {
        max-width: 800px;
    }
    .sub_title {
        font-size: 18px;
    }
    .title {
        font-size: 24px;
    }
    .des {
        font-size: 14px;
    }   
    .more {
        font-size: 14px;
        padding: 8px 12px;
    }
    .header_sec .logo {
        width: 140px;
    }
    
    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 53px;
    }
    .about_sec {
        padding: 50px 0;
    }
    .about_service li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .experience_sec .container .experience_grid .text_content  .experience_title {
        font-size: 18px;
    }
    .experience_sec .container .experience_grid .icon {
        width: 54px;
        height: 54px;
        margin: 0 auto 12px;
    }
    .service_sec .title {
        margin-bottom: 30px;
    }
    .flip-card {
        height: 150px;
    }
    .service_sec  .flip-card-front .title {
        margin: 14px;
        font-size: 16px;
    }
    .flip-card-back .text_content .title {
        font-size: 18px;
    }
    .flip-card-back .text_content .more {
        margin-top: 14px;
    }
    .feedbacks_sec {
        padding: 70px 0;
    }
    .feedbacks_sec .feedbacks_content .top_sec .client_photo {
        width: 78px;
        margin: auto;
    }
    .feedbacks_sec .feedbacks_content .top_sec .client_name {
        margin: 20px auto 0;
    }
    .appointment_sec.container {
        max-width: 800px;
    }
    .appointment_sec .text_content {
        padding: 24px  0 24px 46%;
    }
    .appointment_sec .text_content .title {
        font-size: 22px;
    }
    .appointment_sec .text_content .more {
        font-size: 16px;
        padding: 6px 10px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .branceh_page .branceh_banner {
        margin-top: 54px;
    }
    .branceh_page .branceh_banner, .branceh_page .branceh_banner img {
        height: 150px;
    }
    .branceh_page .branceh_banner .container .text_contain .title {
        font-size: 40px;
    }
    /*****===== About Page =====*****/

    /*****===== Product Details Page =====*****/
    .about_sec.product_details .container {
        padding: 40px 0;
        max-width: 80%;
    }
    .about_sec.product_details .about_photo.product_photo {
        width: 80%;
        flex: 0 0 80%;
        clip-path: none;
        height: 300px;
        border-radius: 15px;
        margin-bottom: 40px;
    }

    .about_sec.product_details  .text_content {
        width: 100%;
        flex: 0 0 100%;
        margin: 0;
    }
    .about_sec.product_details.details2 .about_photo.product_photo {
        width: 80%;
        flex: 0 0 80%;
        clip-path: none;
        height: 300px;
        border-radius: 15px;
        margin-bottom: 40px;
    }
     /*****===== Product Details Page =====*****/

     

    /*****===== Contact Page =====*****/
    .contact_sec .container {
        margin: 60px auto;
        max-width: 780px;
    }
   
    .contact_sec .address_content .company_address .text_content .title {
        font-size: 20px;
    }
    /*****===== Contact Page =====*****/


   
   
    
}


/* 991px */
@media only screen and (max-width: 991px) {


    .header_sec .nave_sec .navbar-nav li a.appointment_btn {
        font-size: 22px;
        padding: 23px 16px;
    }
    .header_sec .logo {
        width: 120px;
    }
    .header_sec .nave_sec .appointment_btn {
        font-size: 20px;
        padding: 20px 12px;
        margin-left: 10px;
    }
    .container {
        max-width: 700px;
    }
    .title {
        font-size: 26px;
    }
    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 50px;
    }
   
    .flip-card {
        height: 200px;
    }
    .flip-card-back .text_content .more {
        margin-top: 84px;
    }
    .appointment_sec.container {
        max-width: 600px;
    }
    .appointment_sec .text_content .title {
        font-size: 18px;
        margin-bottom: 13px;
    }
    .appointment_sec .text_content .more {
        font-size: 16px;
        padding: 6px 10px;
    }
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .branceh_page .branceh_banner {
        margin-top: 44px;
    }
    .branceh_page .branceh_banner, .branceh_page .branceh_banner img {
        height: 120px;
    }
    .branceh_page .branceh_banner .text_contain .title {
        font-size: 58px;
    }
    .branceh_page .branceh_banner .container .text_contain .title {
        font-size: 34px;
    }
    .about_service li {
        font-size: 13px;
        margin-bottom: 5px;
    }
    /*****===== About Page =====*****/

    /*****===== Contact Page =====*****/
    .contact_sec .container {
        margin: 60px auto;
        max-width: 700px;
    }
    .gmap_canvas, .mapouter {
        height: 260px !important;
    }
    /*****===== Contact Page =====*****/


    /*****===== Product Details Page =====*****/
    .about_sec.product_details .about_photo.product_photo {
        width: 50%;
        flex: 0 0 50%;
        height: 210px;
        border-radius: 15px;
        margin-bottom: 30px;
    }
    .about_sec.product_details .text_content .title {
        font-size: 24px;
    }
    .about_sec.product_details.details2 .about_photo.product_photo {
        width: 50%;
        flex: 0 0 50%;
        height: 210px;
        border-radius: 15px;
        margin-bottom: 30px;
    }
    .product_elemnt_sec .title {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .product_elemnt_sec .product_content .product_photo, .product_elemnt_sec .product_content .product_photo img {
        height: 180px;
    }
    .product_elemnt_sec .title {
        margin-bottom: 20px;
        font-size: 24px;
    }
    /*****===== Product Details Page =====*****/

    /* Footer Sec */
    .f_content.f_about_sec .logo {
        display: block;
        width: 40%;
        margin: 0 auto 20px;
    }
    .footer-wrapper .footer_sec .f_content .des {
        width: 80%;
        margin: auto;
    }
   
    .footer-wrapper .footer_sec .f_content.f_about_sec {
        text-align: center;
        margin-bottom: 40px;
    }
    .footer-wrapper .footer_sec .f_content.quick_link {
        padding-left: 0;
    }
    .footer-wrapper .footer_sec .f_title {
        font-size: 18px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .footer-wrapper .footer_sec .f_title:after {
        width: 22%;
    }
    .footer-wrapper .footer_sec .f_contact_content .des {
        margin: 0;
        width: auto;
    }
    .footer-wrapper .footer_sec .container {
        max-width: 600px;
    }
    /* Footer Sec */
   
   
}




/* 767px */
@media only screen and (max-width: 767px) {

    .title {
        font-size: 30px;
    }

    /* Header Sec */
    .header_sec .t_header .des {
        font-size: 16px;
        line-height: 1.8;
    }
    .header_sec.sticky {
        border-bottom: 1px solid #dbdbdb;
    }
    .header_sec .top_sec .left_sec a {
        font-size: 16px;
        line-height: 18px;
    }
    .header_sec .top_sec .container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
    }
    .header_sec .navbar {
        padding: 0;
    }
    .header_sec .navbar-toggler {
        background: #12b7e7;
        border: none;
        border-radius: 3px;
        padding: 0;
        width: 40px;
        height: 34px;
        /* float: right; */
        margin-left: auto;
    }

    .header_sec .nave_sec .appointment_btn {
        font-size: 20px;
        padding: 12px 14px;
        margin-left: 10px;
    }
    .header_sec .nave_sec .appointment_btn span {
        display: none;
    }
    .header_sec .nave_sec .appointment_btn img {
        width: 24px;
        margin: 0;
    }
    .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: #12b8e9;
        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 {
        width: 100%;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a {
        color: #fff;
        margin: 0;
        padding: 8px;
        border-bottom: 1px solid #fafeff;
        padding: 10px 13px;
        line-height: 1.5;
        border-right: none;
    }
    .header_sec .nave_sec .navbar-nav li:last-child a {
        border-bottom: 1px solid #fafeff !important;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a.active {
        color: #9bedff;
    }
    .header_sec .top_sec .left_sec {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }
    .header_sec .top_sec .social_sec .f_social_sec {
        text-align: center;
    }
    .header_sec .navbar .nave_sec .nav_list .navbar-nav li a.active {
        color: #9bedff;
    }
   
     /* Header Sec */


    
    /*****===== Home Page =====*****/
    .banner_sec {
        margin-top: 55px;
    }
    .banner_sec, .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 136px;
    }
    .about_sec {
        padding: 80px 0 50px;
    }
    .about_sec .container {
        flex-direction: column;
        justify-content: center;
    }
    .about_sec .about_photo {
        width: 38%;
        flex: 0 0 38%;
        margin: auto;
    }
    .about_sec .text_content {
        width: 100%;
        flex: 0 0 100%;
        margin: 30px auto 0;
        text-align: center;
    }
    .about_sec .text_content .title {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .whychoose_sec {
        padding: 100px  0 70px;
    }
    .whychoose_sec .title {
        margin: 20px auto 50px;
    }
    
    .whychoose_sec .whychoose_content {
        margin: 0 30px;
    }
    
    .experience_sec .container .experience_grid {
        margin: 0 8px;
    }
    .service_sec {
        padding: 60px 0;
    }
    .service_sec {
        padding: 80px 0;
    }
    .service_sec .service_photo {
        width: 80%;
        flex: 0 0 80%;
        margin: 0 auto 30px;
    }
    .service_sec {
        padding: 50px 0;
    }
    .service_sec .service_content {
        text-align: center;
    }
    
    .our_branch .title {
        margin-bottom: 30px;
    }
    .service_sec .service_icon {
        margin: 0 auto 40px;
    }
    .service_sec .service_icon:after {
        left: 0;
        right: 0;
        margin: auto;
    }
    .feedbacks_sec .feedbacks_content {
        margin: 40px 10px 20px;
    }
    .feedbacks_sec .feedbacks_content .top_sec {
        justify-content: center;
    }
    .feedbacks_sec .feedbacks_slider {
        padding: 0 15px;
    }
    .feedbacks_sec .feedbacks_content .bottom_sec {
        text-align: center;
    }
    .feedbacks_sec .feedbacks_content .bottom_sec img {
        margin: 0 auto 20px;
    }
    .feedbacks_sec .feedbacks_slider .owl-nav .owl-prev {
        left: 0;
        width: 30px;
    }
    .feedbacks_sec .feedbacks_slider .owl-nav .owl-next {
        right: 0;
        width: 30px;
    }
    .our_branch .our_branch_contain .tab-content .branch_content .branch_photo, .our_branch .our_branch_contain .tab-content .branch_content .branch_photo img {
        height: auto;
    }
    .appointment_sec.container {
        max-width: 80%;
    }
    .appointment_sec:before {
        z-index: 0;
        opacity: 0.1;
    }

    .appointment_sec .text_content .title {
        margin: 0 auto 10px;
    }
    .appointment_sec .text_content {
        padding: 20px;
        position: relative;
        text-align: center;
    }
   
    /*****===== Home Page =====*****/

    /*****===== About Page =====*****/
    .branceh_page .branceh_banner {
        margin-top: 55px;
    }
    .branceh_page .branceh_banner .container .text_contain .title {
        font-size: 26px;
    }
    .branceh_page .branceh_banner, .branceh_page .branceh_banner img {
        height: 90px;
    }
    .branceh_page .branceh_banner .text_contain {
        display: block;
        width: 100%;
        text-align: center;
    }
    .branceh_page .branceh_banner .text_contain .title {
        font-size: 48px;
    }
    .branceh_page .about_sec {
        padding: 40px 0 50px;
    }
    .branceh_page .about_sec .about_photo {
        width: 34%;
        flex: 0 0 34%;
    }
    .branceh_page .about_sec .text_content .title {
        margin-bottom: 18px;
        font-size: 28px;
    }
    .branceh_page .about_sec .text_content .title span {
        display: block;
    }
    .branceh_page .about_service {
        margin: 18px auto 10px;
        justify-content: center;
    }
    .branceh_page .about_text_content .text_content {
        margin-top: 10px;
    }
    /*****===== About Page =====*****/

    /*****===== Product Details Page =====*****/
    .about_sec.product_details .container {
        padding: 0 30px;
        max-width: 100%;
    }
    .about_sec.product_details .about_photo.product_photo {
        width: 50%;
        flex: 0 0 50%;
        clip-path: none;
        height: 250px;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .branceh_page .about_sec.product_details .text_content .title {
        margin-bottom: 18px;
        font-size: 24px;
    }
    .about_sec.product_details  .text_content {
        text-align: left;
    }
    .about_sec.product_details.details2 {
        padding: 40px 0;
    }
    .product_elemnt_sec {
        padding: 50px 0;
    }
    .product_elemnt_sec .product_content .product_photo, .product_elemnt_sec .product_content .product_photo img {
        height: 110px;
    }
    .product_elemnt_sec .product_content .details_title {
        font-size: 17px;
        margin: 0;
    }
   
     /*****===== Product Details Page =====*****/

    /*****===== Contact Page =====*****/
    .contact_sec .container {
        margin: 40px auto;
        max-width: 700px;
    }
     /*****===== 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_sec .f_content.f_quick_link {
        padding-left: 0;
    }
    .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;
    }
    .footer-wrapper .footer_sec .f_title:after {
        bottom: 0;
        width: 20%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .footer-wrapper .footer_sec .f_contact_content {
        justify-content: center;
    }
}


/* 480px */
@media only screen and (max-width: 480px) {
    
    .title {
        font-size: 24px;
    }

    /*****===== Home Page =====*****/
    
    .banner_sec, .banner_sec .banner_photo, .banner_sec .banner_photo img {
        height: 110px;
    }
    .about_sec {
        padding: 50px 0 50px;
    }
    .about_sec .text_content .title {
        margin-bottom: 8px;
        font-size: 24px;
    }
    .about_service li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .experience_sec .container .experience_grid .text_content  .experience_title {
        font-size: 16px;
    }
    .service_sec .title {
        margin-bottom: 20px;
    }
    .appointment_sec .text_content .title {
        font-size: 15px;
        margin-bottom: 13px;
    }
    .appointment_sec .text_content .more {
        font-size: 15px;
        padding: 10px 18px;
    }
    /*****===== Home Page =====*****/

    /*****===== Product Details Page =====*****/
    .branceh_page .about_sec.product_details .text_content .title {
        margin-bottom: 8px;
        font-size: 20px;
    }

    .branceh_page .about_sec .text_content .title {
        margin-bottom: 8px;
        font-size: 22px;
    }
    .about_sec.product_details .about_photo.product_photo, .about_sec.product_details.details2 .about_photo.product_photo {
        width: 100%;
        flex: 0 0 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .product_elemnt_sec {
        padding: 40px 0;
    }
    .product_elemnt_sec .title {
        font-size: 20px;
    }
    .about_sec.product_details.details2 .details_list li {
        font-size: 14px;
    }
    .product_elemnt_sec .product_content {
        padding: 8px;
        border-radius: 12px;
    }
    .product_elemnt_sec .product_content .details_title {
        font-size: 13px;
        margin: 0;
    }
    .product_elemnt_sec .product_content .details_title {
        font-size: 13px;
        margin: 0;
    }
    .product_elemnt_sec .product_content .product_photo {
        height: 260px;
        margin-bottom: 4px;
        border-radius: 8px;
    }
    .product_elemnt_sec .product_content .product_photo, .product_elemnt_sec .product_content .product_photo img {
        height: 70px;
    }
    /*****===== Product Details Page =====*****/
    
}
 /*=============== End Responsive css ===============*/
