@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
      url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.woff2') format('woff2'),
      url('../fonts/Poppins-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2'),
      url('../fonts/Poppins-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
      url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.woff2') format('woff2'),
      url('../fonts/Poppins-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
:root{
  --color1:#01427a;
  --color2:#4090cb;
  --color3:#1db0f1;
  --color4:#f36523;
  --color8:#0003cc;
  --color5:#f4a602;
  --color6:#ffdb4f;
  --color7:rgb(19, 19, 19);
  --white:#fff;
  --para: 'Open Sans', sans-serif;
  --heading: 'Poppins';
}
html{
  scroll-behavior: smooth;
}
p{
  font-family: var(--para);
} 
h1,h2,h3,h4,h5,h6{
  font-family: var(--heading);
}
a, a:hover, a:focus, a:active{text-decoration: none;} 
input:focus, select:focus, button:focus{box-shadow: none !important; outline: none !important;}
ul{padding: 0; margin: 0;}
.align-center{margin: 0 auto !important;}
/* whatsapp btn  */
.whatsapp-button{
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  animation: effect 5s infinite ease-in;
}

@keyframes effect {
  20%, 100% {
      width: 50px;
      height: 50px;
      font-size: 30px;
  }
  0%, 10%{
      width: 55px;
      height: 55px;
      font-size: 35px;
  }
  5%{
      width: 50px;
      height: 50px;
      font-size: 30px;
  }
}
/* End  */
.heading{
  margin-bottom: 60px;
}
.heading h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  margin: 0;
  display: block;
  position: relative;
  color: var(--color1);
  margin-bottom: 20px;
}
.heading h1::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 100px;
  background: var(--color1);
  transform: translateX(-50%);
}
.heading h5  {
  font-size: 14px;
  text-transform: uppercase;
}
h3 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  color: var(--color2);
}
p{
  color: #272727;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0;
}
a.themebtn {
  background: var(--color1);
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  transition: all .5s;
}
a.themebtn:hover {
  background: var(--color4);
  transition: all .5s;
}
/* devider  */
span.divider {
  margin: 0px auto 0;
  position: relative;
  display: block;
  width: 45px;
  height: 30px; 
}
span.divider svg, span.divider svg {
  fill:var(--color8);
}
.about-sec p {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* header  */
/* top header */
.top-header{
  height: 40px;
  background-color: var(--color1);
}
ul.social {
  justify-content: flex-start;
  display: flex;
  list-style: none;
}

ul.social {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

ul.social li {
  height: 25px;
  width: 25px;
  background: linear-gradient(180deg, rgb(236, 236, 236), rgb(199, 199, 199), #fff );
  margin: 0 3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
ul.social li:hover{
  background:  linear-gradient(360deg, rgb(255, 255, 255), rgb(199, 199, 199), rgb(207, 207, 207) );
  transition: all .5s;
  transform: scale(1.3);
}
ul.social li a {
  color: var(--color1);
  font-size: 14px;
  transition: all .5s;
  }
ul.top-contact{
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
ul.top-contact li {
  margin-left: 10px;
  transition: all .5s;
}
ul.top-contact li a{
  transition: all .5s;
  color: #fff;
}
ul.top-contact li a:hover{
  transition: all .5s;
  color: var(--color3);
}
.main-header { 
  
  height: 60px;
  background: rgb(243, 243, 243);
}
.main-header .logo a img {
    height: 55px;
    width: auto;
}
.main-header ul.navigation {
  display: -webkit-box;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  list-style: none;
}

.main-header ul.navigation li {
  margin: 0 2px ;
  padding:5px 7px;
  font-size: 14px;
  transition: all .5s;
  border-radius: 2px;
}
.main-header ul.navigation li a{
  transition: all .5s;
  color: var(--color1);
}
.main-header ul.navigation li:hover{
  background-color: var(--color2);
  transition: all .5s;
}
.main-header ul.navigation li:hover a{
  color: #fff;
}
.main-header ul.navigation li.active a{
  color: #fff;
}
.main-header ul.navigation li.active{
  background-color: var(--color1);
  
}
.main-header{
  position: relative;
}
.main-header.sticky {
  position: fixed;
  background: #f1f1f1;
  margin: 0 auto;
  transition: all .5s;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

/* Slider start */
.slider-sec .sliderimg {
  background-size: cover;
  width: 100%; 
  background-position: center;
}
.slider-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px 0;
  /* min-height: 450px; */
}
.slider-content h2 {
  color: var(--color1);
  font-size: 32px;
  text-transform: uppercase;
}
.slider-content h5 {
  color: var(--color4);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.slider-content p{
  text-transform: capitalize;
}
.slider-content a.themebtn {
  display: inline-grid;
  width: 100%;
  max-width: 120px;
  margin-top: 20px;
}
.slider-sec .slick-dots li button:before{
  display: none;
}
 
.slider-sec  .slick-next {
  right: 20px;
}
.slider-sec  .slick-prev {
  left: 20px;
}
.slider-sec  .slick-next,
.slider-sec  .slick-prev {
  z-index: 1;
  background: #d1000042;
  border-radius: 5px;
  line-height: 20px;
  height: 35px;
  width: 35px;
}
.slider-sec  .slick-dots {
  position: absolute;
  bottom: 10px;
}
.slider-sec  .slick-dots li button{
  background: var(--color1) !important;
}
.slider-sec  .slick-dots li.slick-active button{
  background: var(--color2) !important;
}
.slider-sec  .slick-prev:before, 
.slider-sec  .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 18px;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Slider End */
/* treatment-sec */
.treatment-sec{
  padding: 80px 0;
}
 
.treatment-sec .tr-grid.grid1{
  position: relative;
}
.treatment-sec .tr-grid {
  box-shadow: 50px 50px 100px 0 #41414115;
  max-width: 470px;
  max-height: 440px;
  height: 100%;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 20px 10px;
  font-family: 'Poppins';
}
.treatment-sec .tr-grid.grid1::after {
  position: absolute;
  content: '1';
  left: 20px;
  top: -20px;
  font-size: 60px;
  font-weight: bolder;
  line-height: 40px;
  color: var(--color4);
}
.treatment-sec .tr-grid.grid2::after {
  position: absolute;
  content: '2';
  left: 20px;
  top: -20px;
  font-size: 60px;
  font-weight: bolder;
  line-height: 40px;
  color: var(--color4);
}
.treatment-sec .tr-grid.grid3::after {
  position: absolute;
  content: '3';
  left: 20px;
  top: -20px;
  font-size: 60px;
  font-weight: bolder;
  line-height: 40px;
  color: var(--color4);
}
.treatment-sec .tr-grid.grid4::after {
  position: absolute;
  content: '4';
  left: 20px;
  top: -20px;
  font-size: 60px;
  font-weight: bolder;
  line-height: 40px;
  color: var(--color4);
}
 
.treatment-sec .bottom {
  padding-top: 20px;
  text-align: center;
}
.treatment-sec .bottom p{
  margin-bottom: 20px;
}
 /* end   */
 /* featured hospital  */
 .featured .hp-grid.mr-2 img,
 .featured .hp-grid.mr-2 a img {
  height: 100%;
  /*height: 140px;*/
  border-radius: 2px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}
.featured .hp-grid.mr-2 ul,
.featured .hp-grid.mr-2 a ul {
  list-style: none;
}
.featured .hp-grid.mr-2 ul li.hs-name,
.featured .hp-grid.mr-2 a ul li.hs-name {
  color: var(--color1);
  font-weight: 600;
  max-width: 215px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}
.featured .hp-grid.mr-2 ul li,
.featured .hp-grid.mr-2 a ul li {
  color: #414141;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.view-btn {
  padding: 10px 0;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  width: 100%;
}
.featured .hp-grid {
  background: #fff;
  box-shadow: 0 0 15px 0 #00000015;
  margin-bottom: 30px;
}

.featured .hp-grid ul {
  padding: 7px 10px;
}
section.featured-sec{
  padding: 40px 0;
  background-color:#f5f5f5;
}
.featured-sec .slick-next{
  right: -25px;
}
.featured-sec .slick-prev{
  left: -25px;
}
.slick-prev:before, .slick-next:before{
  color: var(--color1);
}
/* end  */
/* about us  */
section.about-sec {
  padding: 60px 0;
}
.about-sec h1 {
  font-size: 28px;
  color: var(--color1);
  line-height: 26px;
  position: relative;
  margin-bottom: 15px;
}
.about-sec h1::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 100px;
  background: var(--color1);
}
section.about-sec h5 {
  font-size: 14px;
  text-transform: uppercase;
}
section.about-sec span.divider {
  margin: 0; 
  width: 45px; 
}
.about-sec .about-right {
  position: relative;
}

.about-sec .about-right img {
  width: 100%;
  height: 450px;
  max-width: 430px;
  object-fit: cover;
  border-radius: 3px;
}

.about-sec .about-right::before {
  position: absolute;
  content: '';
  border: 1px solid #cfcfcf;
  height: 100%;
  width: 100%;
  max-width: 430px;
  box-shadow: 20px 20px 20px 0px #00000070;
  left: -10px;
  top: -10px;
  z-index: -1;
  border-radius: 5px 0 0 0;
}
/* end  */
/* testimonial  */
section.testimonial-sec {
  padding: 60px 0;
 position: relative; 
}
section.testimonial-sec::before{
  background-image: url(../images/Service-dots.png);
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: .5;
  background-color: #e3e3e3;
}
.testimonial-left {
position: relative;
}
.testimonial-left::before {
  position: absolute;
  left:-20px;
  top: -30px;
  width: 100px;
  height: 100px;
  content: '';
  background: url(../images/q.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}
.tesBox p {
  font-family: var(--para);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #414141;
  padding-bottom: 20px;
}
.test-detail {
  display: flex;
  justify-content: flex-start;
}

.tImg {
  margin-right: 20px;
  /* height: 60px; */
  /* width: 60px; */
}
.tesBox {
  margin-bottom: 30px;
}
.tImg img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: 2px solid var(--color1);
}

.tName span.name {
  font-size: 20px;
  color: var(--color1);
  font-weight: 600;
  display: block;
  margin: 0;
  line-height: 36px;
}

.tName span.dept {
  font-size: 18px;
  color: #414141;
  font-weight: 400;
  line-height: 22px;
}
.testimonial-sec .slick-dots li button:before{
  display: none;
}
 
.testimonial-sec  .slick-next {
  right: 20px;
}
.testimonial-sec  .slick-prev {
  left: 20px;
}
.testimonial-sec  .slick-next,
.testimonial-sec  .slick-prev {
  z-index: 1;
  background: #d1000042;
  border-radius: 5px;
  line-height: 20px;
  height: 35px;
  width: 35px;
}
.testimonial-sec  .slick-dots {
  position: absolute;
  bottom: -30px;
}
.testimonial-sec  .slick-dots li button{
  background: var(--color1) !important;
}
.testimonial-sec .slick-dots li.slick-active button{
  background: var(--color2) !important;
}
.testimonial-sec  .slick-prev:before, 
.testimonial-sec  .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 18px;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* end  */
/* contact Us sec  */
.contact-sec{
  padding: 60px 0;
  background: var(--color1);
  color: #fff;
}
.contact-sec h1{
  color: #fff;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 30px auto;
  font-size: 38px;
  line-height: 42px; 
  
}
.contact-sec span.divider svg {
  fill: #fff;
}
.contact-sec .heading h1::before{
  background: #fff;
}
.contact-sec h3{
  text-align: left;
  color: #fff;
  line-height: 32px;
  margin-top: 30px;
}
.contact-sec p{
  color: #fff;
  margin-bottom: 15px;
}
.contact-form select,
.contact-form input {
  margin-bottom: 10px;
}

.contact-form .form-control {
  background: #f3f3f3a3;
  border: 1px solid #1479cf;
  border-radius: 0;
  color: #000;
}
.contact-form input.themebtn {
  background: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  color: var(--color1);
  transition: all .5s;
  cursor: pointer;
}
.contact-form input.themebtn:hover {
  background: var(--color4);
  color:#fff;
  transition: all .5s;
}

/* end  */
/* Footer  */
.footer {
  background: #241f1f;
  padding: 60px 0 50px 0;
}
.ft-about img {
  width: auto;
  padding-bottom: 0px;
  height: 70px;
}
footer ul{
  list-style: none;
}
.ft-about p {
  margin: 0;
  max-width: 503px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 10px;
}
.footer h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  margin: 0;
  text-transform: capitalize;
  color: #fff;
  text-align: left;
  position: relative;
  margin-bottom: 28px;
  cursor: pointer;
}
.footer h3::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 50px;
  background: #fff;
  transition: all .5s;
}
.footer h3:hover::before{
  width: 20px; 
  transition: all .5s;
}
 
.latest-news ul li:hover,
.quick-links ul li:hover{
  padding-left: 8px;
  transition: all .5s; 
}
.latest-news ul li::before,
.quick-links ul li::before{
  opacity: 0;
  visibility: hidden;
}
.latest-news ul li:hover::before,
.quick-links ul li:hover::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  left: -10px;
  top: 50%; 
  opacity: 1;
  visibility: visible;
  transition: all .5s
}

.latest-news ul li, .quick-links ul li {
  font-size: 14px;
  position: relative;
  line-height: 32px;
  font-weight: 300;
  transition: all .5s
}
.latest-news ul li a,
.quick-links ul li a {
  color: #fff;
}
.latest-news ul li a:hover,
.quick-links ul li a:hover{
  color: var(--color3);
  transition: all .5s;
}
.ft-contact ul {
    max-width: 296px;
}
.ft-contact i {
  margin-right: 5px;
}
.ft-contact ul li {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ft-contact ul li a {
    color: #fff;
    transition: all .5s;
}
.ft-contact ul li a:hover{
  color: var(--color3);
  transition: all .5s;
}
ul.ft-social {
  height: 40px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
}
ul.ft-social li {
  height: 30px;
  width: 30px;
  background: linear-gradient(180deg, #03B0FF, #138cf7, #3b3be7 );
  margin: 0 8px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
}
ul.ft-social li:hover{
  background: linear-gradient(360deg, #03B0FF, #138cf7, #3b3be7 );
  transition: all .5s;
  transform: scale(1.3);
}
ul.ft-social li a {
  color: #fff;
  font-size: 16px;
  transition: all .5s;
}

.copyright {
  height: 40px;
  background: #241f1f;
  border-top: 1px solid #fff;
}
.copy {
  height: 40px;
  display: flex;
  align-items: center;
}
.copyright p {
  margin: 0;
  color: #fff;
  max-width: 702px;
  font-size: 13px;
  font-weight: 300;
}
/* best hopitals page  */

section.banner-sec {
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #408fb0d1;
  background-image: url(../images/banner.png);
  background-blend-mode: multiply;
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}
.bestHos-sec{
  padding: 60px 0;
}
.bestHos-sec .featured .hp-grid {
  background: #fff;
  box-shadow: 0 0 15px 0 #00000015;
  margin-bottom: 20px;
  margin-right: 0 !important;
  border-radius: 0 0 5px 5px;
  border: 1px solid transparent;
  border-bottom: 5px solid var(--color1);
  /* margin-top: -5px; */
  transition: all .5s;
}
.bestHos-sec .featured .hp-grid:hover{
  border: 1px solid var(--color2);
  border-bottom: 7px solid var(--color2);
  margin-top: -2px;
  transition: all .5s;
}
.bestHos-sec a.morebtn {
  color: #fff;
  background:var(--color1);
  padding: 3px 10px;
  line-height: 15px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  transition: all .5s;
}

.bestHos-sec a.morebtn:hover {
  background: var(--color4);
  transition: all .5s;
}
/* end  */
/* contact page  */
.contact-sec.contact-page {
  background: #f7f7f7;
  color: var(--color1);
}
.contact-sec.contact-page h1{
  color: var(--color1);
}
.contact-sec.contact-page .heading h1::before {
  background: var(--color1);
}
.contact-sec.contact-page span.divider svg {
  fill: var(--color8);
}
.contact-sec.contact-page .contact-form input.themebtn{
  background: var(--color1);
  color: #fff;
  transition: all .5s;
}
.contact-sec.contact-page .contact-form input.themebtn:hover {
  background: var(--color4);
  color: #fff;
  transition: all .5s;
}
.contact-row {
  background: #fff;
  border: 1px solid #f1f1f1;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 5px 5px 15px 0px #0000001c;
  border-radius: 10px;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 5px solid #01427a;
  max-width: 300px;
}

.contact-row:hover {
  transform: scale(1.1);
}

.contact-row i {
  font-size: 18px;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-bottom: 5px;
}

.contact-row h5 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.contact-row a {
  color: #000;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 19px;
}
.contact-row p {
  color: #000;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
/* end  */
/* popup  */
.popup {}

.popup .modal-content {
    background: #f5f5f5;
}

.popup .modal-content .modal-header {
    padding: 5px 10px;
}

.popup .modal-content .modal-header h5 {
    font-size: 14px;
    color: var(--color1);
    text-align: center;
    /* position: absolute; */
}
.popup .modal-content .modal-body{
  padding: 0;
}
.popup .modal-content .modal-body p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
}

.popup .modal-content button.close {
    position: absolute;
    right: 10px;
    top: 3px;
    opacity: 1;
    color: #f00;
}
.popup .modal-content .modal-body img {
  width: 100%;
  max-height: 200px;
  object-fit: cover; 
}
/* end  */
@media screen and (min-width:1600px) {
  .slick-carousel,
  .slider-content,
  .slider-sec .sliderimg  {
    min-height: 750px;
  }
  
}
@media screen and (min-width:1200px) and (max-width:1599px){
  .slick-carousel,
  .slider-content,
  .slider-sec .sliderimg  {
    min-height: 550px;
  }
  
}
@media screen and (min-width:992px) and (max-width:1199px){
  .slick-carousel,
  .slider-content,
  .slider-sec .sliderimg  {
    min-height: 400px;
  }
  
}
@media screen and (min-width:768px) and (max-width:991px){
  .main-header nav ul.navigation {
      top: 40px !important;
  }
}
@media screen and (max-width:991px){
  .featured-sec .slick-next{
    right: 0px;
  }
  .featured-sec .slick-prev{
    left: 0px;
    z-index: 99;
  }
  .top-header {
    height: auto;
  }
  .main-header.sticky {
    height: 60px;
}

.main-header.sticky .logo {
    padding: 2px 0;
}
  .main-header ul.navigation li{
    padding-left: 15px;
    width: 100%;
  }
  .main-header ul.navigation li.active {
    display: block;
    background-color: var(--color1);
    width: 100%;
    padding-left: 15px;
}
.main-header ul.navigation li:hover {
  width: 100%;
}
   /* mobile btn  */
   .menu {
    position: relative;
}
.menu-button-container{
  position: absolute;
  bottom: -50px;
  right: 0;
}
.menu-button-container .mobile-btn {
  position: absolute;
  background: var(--color1);
  height: 42px;
  width: 44px;
  right: 5px;
  bottom: 0px;
  cursor: pointer;
  z-index: 10; 
  transition: all 1s;
  border-radius: 2px;
}
.menu-button-container .mobile-btn.open{
  background:red;
  transition: all 1s;
  z-index: 999;
}
.menu-button-container .mobile-btn .mobile-icon {
  position: relative;
}

  .menu-button-container .mobile-btn span {
      height: 2px;
      width: 30px;
      background: #fff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      transition: all .5s;
  }

  .menu-button-container .mobile-btn span:first-child {
      top: 10px;
  }
  .menu-button-container .mobile-btn span:nth-child(2) {
      top: 20px;
  }
  .menu-button-container .mobile-btn span:last-child {
      top: 30px;
  }
  .menu-button-container .mobile-btn.open span:nth-child(2) {
      display: none;
  }

  .menu-button-container .mobile-btn.open span:first-child {
      transform: rotate(45deg);
      left: 2px;
      top: 21px;
      width: 40px;
      transition: all .5s;
      background:#fff;
  }

  .menu-button-container .mobile-btn.open span:last-child {
      transform: rotate(315deg);
      left: 2px;
      top: 21px;
      width: 40px;
      transition: all .5s;
      background:#fff;
  }
  
  .main-header nav  {
  position: fixed;
  z-index:99;
  /* background:red; */
  height: 100%;
  width: 100%;
  right: -100%;
  max-width: 400px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
  
.main-header nav.open  {
  position: fixed;
  z-index:99;
  /* background:red; */
  height: 100%;
  width: 100%;
  right: 0;
  max-width: 400px;
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}

.main-header nav ul.navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100vh;
  background: #f3f3f3;
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 100%;
  padding: 20px 0 0 0px;
}

.main-header {
  height: auto;
  z-index: 9999999;
  min-height: 100%;min-height: 60px;

}
}
@media screen and (max-width:767px){
  .slider-content {
    opacity: 0; 
}
  .menu-button-container{
    position: absolute;
    bottom: 0px;
    right: 0;
  }
  .menu-button-container .mobile-btn {
    position: absolute;
    background: var(--color1);
    height: 40px;
    width: 44px;
    right: 5px;
    bottom: 10px;
    cursor: pointer;
    z-index: 10; 
    transition: all 1s;
    border-radius: 2px;
}
.slider-content {
  /* min-height: 200px; */
  padding: 20px 0;
}
.slider-sec .slider {
background-size: contain;
background-position: left bottom;
min-height: 100% !important;
height: 100% !important;
width: 100% !important;
background-repeat: no-repeat;
/* border: 1px solid red; */
}
.slider-content h2 {
font-size: 5vw;
margin: 0;
}
.slider-content h5 {
font-size: 4vw;
line-height: 5vw;
margin: 0;
}
.slider-content p {
text-transform: capitalize;
font-size: 3.5vw;
line-height: 4.5vw;
}
.slider-content a.themebtn {
display: inline-grid;
width: 100%;
max-width: 120px;
margin-top: 10px;
padding: 5px 20px !important;
}
  ul.top-contact,
  ul.social {
    justify-content: center; 
  }
  
  .footer {
    padding: 30px 0 30px 0;
  }
  .copyright{
    height: auto;
  }
  .copy {
    height: auto;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  } 
  ul.ft-social {
    height: 50px;
    justify-content: center;
  }
}
@media screen and (max-width:360px){
  ul.top-contact {
      flex-direction: column;
      margin-bottom: 5px;
  }
  ul.social {
    justify-content: center;
    margin-bottom: 5px;
}
}
.odd{
  background-color: #f5f5f5;
  padding: 10px;
}
.main-header ul.navigation li {
  position: relative;
}

.main-header ul.navigation li.menu-item-has-children {
  padding-right: 20px;
}

.main-header ul.navigation li.menu-item-has-children>ul.sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  width: 166px;
  min-width: 150px;
  height: 0;
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  background: transparent;
  z-index: 1;
}

.main-header ul.navigation li.menu-item-has-children::before {
  position: absolute;
  content: '';
  right: 8px;
  top: 50%;
  height: 6px;
  width: 6px;
  border-right: 1px solid var(--color1);
  border-bottom: 1px solid var(--color1);
  transform: rotate(45deg) translateY(-50%);
}

.main-header ul.navigation li:hover.menu-item-has-children::before {
  border-color: #fff;

}

.main-header ul.navigation li:hover.menu-item-has-children>ul.sub-menu {
  height: auto;
  transition: all .5s;
  height: auto;
  top: 30px;
  opacity: 1;
  visibility: visible;
  background: var(--color1);
  color: #000;
}
.main-header ul.sub-menu li a {
  color: #000;
}
.main-header ul.sub-menu li:hover a {
  color: #fff;
}
.main-header ul.sub-menu li:hover {
  margin: 0;
  border-radius: 0;
}
@media screen and (max-width:499px){
    ul.top-contact li {
      margin-left: 16px;
      transition: all .5s;
      font-size: 12px;
  }
}
/* mb End  */

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
