
:root {
    --everyday-font: 'Poppins', sans-serif;
    --everyday-reey-font: "reeyregular";
    --everyday-gray: #2c2c2c;
    --everyday-gray-rgb: 105, 110, 119;
    --everyday-white: #ffffff;
    --everyday-white-rgb: 255, 255, 255;
    --everyday-base: #2cbc64;
    --everyday-base-rgb: 1, 95, 201;
    --everyday-black: #023a51;
    --everyday-black-rgb: 22, 36, 61;
    --everyday-primary: #0ce0ff;
    --everyday-primary-rgb: 12, 224, 255;
    --everyday-extra: #f2f5f9;
    --everyday-extra-rgb: 242, 245, 249;
    --everyday-bdr-color: #e0e4e8;
    --everyday-bdr-color-rgb: 224, 228, 232;
    --everyday-bdr-radius: 10px;
    --everyday-letter-spacing: -0.02em;
  }

#ptTimeSelectCntr{
    display: none;
}


/* == Header Css == */
.mega-menu-drop ul{
    width: 800px;
    padding: 10px 15px 10px !important;
}
  
.mega-menu-drop .mega-col1{
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
}
  
.mega-col1 h4{
    font-weight: 500;
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 7px;
}

form.example input[type=text] {
    padding: 5px;
    font-size: 14px;
    border: 1px solid var(--everyday-black);
    float: left;
    width: 80%;
    background: #f1f1f1;
    border-radius: 10px 0px 0px 10px;
}

form.example button {
    float: left;
    width: 20%;
    padding: 5px;
    background: var(--everyday-black);
    color: white;
    font-size: 17px;
    border: 1px solid var(--everyday-black);
    border-left: none;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
}

form.example button:hover {
    background: #0b7dda;
} 

.mega-col1 li a{
    font-size: 15px;
}
/* == // Header css == */

/* == Banner Slider == */
.home-slide h2{
    font-family: 'Poppins', sans-serif;
}

.home-slide h2 span{
    display: block;
}

.home-slide p{
    text-align: justify;
}

.home-slide .btn1{
    font-weight: 500;
    padding: 13px 30px;
    font-size: 17px;
}

.home-slide .btn2{
    font-weight: 500;
    padding: 13px 30px;
    font-size: 17px;
    background-color: var(--everyday-black);
    margin-left: 20px;
}

.home-slide .btn2:hover{
    background-color: var(--everyday-base);
}

.home-slide .main-slider-four__btn-box{
    margin-top: 50px;
}
/* == // Banner Slider == */

/* == About Us == */
.btn1{
    font-weight: 500;
    padding: 13px 30px;
    font-size: 17px;
}

.about-btn .btn1{
    margin-top: 25px;
}

.about-five__left{
    width: 45%;
    float: left;
    margin-right: 30px;
}
/* == // About Us == */

/* == Service section css == */
.heading3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 28px;
}

.services-one .heading3{
    text-align: center;
}

.service-sec1{

}

.service-sec1 .services-one__top h3{
    margin-bottom: 11px;
}

.service-sec1 .services-one__top img{
    width: 20%;
    display: block;
    margin: auto;
}

.service-sec1 .services-one__top h4{
    text-align: center;
    font-size: 18px;
    position: relative;
    top: -3px;
    margin-bottom: 30px;
}

.service-sec1 h2{
    font-size: 19px;
    font-weight: bold;    
}

.service-sec1 h2 a{
    color: var(--everyday-black);
}

.service-sec1 h5{
    font-size: 15px;
    margin: 10px 0px;
}

.service-sec1 p{
    font-size: 14px;
    line-height: 21px;
}

.service-sec1 .service-one__content a{
    color: var(--everyday-black);
    font-weight: bold;
    position: relative;
    top: 12px;
}

.explore-head h3{
    text-align: justify !important;
}

.explore-head h3 a{
 color: var(--everyday-black);
}

.explore-head h4{
    font-size: 19px;
    margin: 8px 0px;
    font-weight: 500;
}

.explore-head{
    text-align: justify;
}

.explore-head a{
    margin-top: 30px;
}

.explore-head{
    position: relative;
    top: 20%;
}

.img-icon1{
    width: 85%;
    height: auto;
}
/* == // Servioce Section css == */

.faq-section{
    margin-top: 60px;
}

/* === Blog Section === */
.blog-sec .section-title-four img{
    width: 20%;
    padding: 10px 0px 0px;
}
/* === // Blog Section === */

.icon i{
    color: #fff;
}

.footer-widget-two__title::before{
    position: absolute;
    content: "";
    left: 0;
    top: 30px;
    height: 4px;
    width: 60px;
    background-image: -webkit-linear-gradient(0deg, #023d51 0%, #2bbc63 100%);
}

.boxes-sec{
    margin-top: 60px;
}

/* ============ Home page thumbnail Carousel slider ============ */
.carousel {
    position: relative;
  }
  .carousel-item img {
    object-fit: cover;
  }
  #carousel-thumbs {
    background: rgba(255,255,255,.3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
  }
  #carousel-thumbs img {
    border: 5px solid transparent;
    cursor: pointer;
  }
  #carousel-thumbs img:hover {
    border-color: rgba(255,255,255,.3);
  }
  #carousel-thumbs .selected img {
    border-color: #fff;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
  }
  @media all and (max-width: 767px) {
    .carousel-container #carousel-thumbs img {
      border-width: 3px;
    }
  }
  @media all and (min-width: 576px) {
    .carousel-container #carousel-thumbs {
      position: absolute;
    }
  }
  @media all and (max-width: 576px) {
    .carousel-container #carousel-thumbs {
      background: #ccccce;
    }
  }

.carousel-item{
    position: relative;
}

.text-block {
    position: absolute;
    top: 25%;
    left: 30px;
    /* background-color: black; */
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    width: 50%;
}

.thumb-slider .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

.text-block h2{
    font-size: 38px;
    color: var(--everyday-black);
    font-weight: 800;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 28px; 
}

.text-block p{
    color: var(--everyday-black);
}

.home-btn1{
    margin-top: 50px;
}

.slide-name h5{
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 14px 0px;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
}

.slide-name h5:hover{
    background-color: var(--everyday-base);
    color: #fff;
}

.slide-name-row{
    display: flex;
    justify-content: center;
}
/* ============ // Home page thumbnail Carousel slider ============ */


/* ============== Contact page css ============= */
.breadcrumb-sec{
    background-image: url(assets/img/page-header-bg.jpg);
}

.section-sub-title-box h3{
    margin-bottom: 20px;
}

.help-img img{
    width: 45%;
    height: auto;
}
/* ============== // Contact page css ============= */















/* ===== Responsive css ===== */
/* Mobile tab css */
@media (max-width: 767px){
    .main-menu__list .angle-icon{
        display: none;
    }
    .mega-col1 h4{
        color: #fff;
        font-size: 19px;
    }
    .mega-col1 li a{
        color: #d1d1d1;
        font-size: 15px;
    }
    .mega-menu-drop .mega-col1{
        float: unset;
        width: 100%;
    }
    .mega-menu-drop .row1{
        margin-top: 20px;
    }
    .head-search-btn{
        display: none;
    }
    .main-slider-four__content{
        width: 100%;
    }
    .main-slider-four .container{
        padding-top: 112px;
    }
    .home-slide .btn2{
        padding: 3px 16px;
        margin-left: 15px;
        font-size: 15px;
    }
    .home-slide .btn1{
        padding: 3px 16px;
        font-size: 15px;
    }
    .home-slide .main-slider-four__btn-box{
        margin-top: 17px;
    }
    .main-slider-four__title{
        margin-bottom: 10px;
    }
    .main-menu-four__logo img{
        width: 45%;
    }
    .text-block p{
        display: none;
    }
    .text-block h2{
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: 27px;
        margin-bottom: 7px;
    }
    .text-block{
        width: 100%;
    } 
    .slide-name h5{
        font-size: 9px;
        padding: 8px 0px;
    }
    .home-btn1{
        margin-top: 0;
    }
    #carousel-thumbs{
        padding: 0 20px;
    }
    .feature-two__single{
        margin-bottom: 0;
    }
    .explore-head h3{
        text-align: initial !important;
    }
    .explore-head{
        top: 0;
    }
    .get-insuracne-two {
        padding: 0px 0 40px;
    }
    .services-six{
        padding: 20px 0 50px;
    }
    .blog-sec .section-title-four img{
        width: 70%;
    }
    .site-footer__top{
        padding: 50px 0 0px;
    }
    .about-five__left{
        width: 100%;
        margin-bottom: 30px;
    }
}
/* // Mobile tab css */

/* Tablat tab css */
@media (max-width: 991px) and (min-width: 767px){
    .main-slider-four__content{
        width: 100%;
    }
    .main-slider-four .container{
        padding-top: 140px;
    }
    .home-slide .main-slider-four__btn-box{
        margin-top: 25px;
    } 
    .main-menu__list .angle-icon{
        display: none;
    }
    .mega-col1 h4{
        color: #fff;
        font-size: 19px;
    }
    .mega-col1 li a{
        color: #d1d1d1;
        font-size: 15px;
    }
    .mega-menu-drop .mega-col1{
        float: unset;
        width: 100%;
    }
    .mega-menu-drop .row1{
        margin-top: 20px;
    }
    .text-block h2{
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
        text-transform: capitalize;
        margin-bottom: 18px;
    }
    .text-block p{
        display: none;
    }
    .home-btn1{
        margin-top: 0;
    }
    .main-menu-four__logo img{
        width: 45%;
    }
    .main-menu-four__logo a{
        padding: 20px 0px 20px;
    }
    .text-block{
        top: 36%;
    }
    .slide-name h5{
        font-size: 13px;
    }
    .home-slide .btn1{
        padding: 8px 20px;
    }
    .home-slide .btn2{
        padding: 8px 20px;
    }
    #carousel-thumbs{
        padding: 0;
    }
    .explore-head{
        top: 0;
    }
    .explore-head h3{
        text-align: initial !important;
    }
    .footer-widget-two__title{
        margin-top: 30px;
    }
    .faq-section .col-lg-5{
        display: none;
    }
    .feature-two__single{
        margin-bottom: 0px;
    }
    .faq-section{
        margin-top: 40px;
    }
    .get-insuracne-two{
        padding: 0px 0 20px;
    }
    .about-five__img-two{
        top: 0px;
        left: -69px;
    }
    .about-five__img-two img{
        width: 70%;
    }
    .about-five__call{
        bottom: 40px;
        left: -40px;
    }
}
/* // Tablat tab css */

/* Small Leptop css */
@media (max-width: 1024px) and (min-width: 992px){
    .main-slider-four__img{
        display: block;
        right: 600px;
        width: 70%;
    }
    .main-menu__list .angle-icon{
        display: none;
    }
    .mega-col1 h4{
        color: #fff;
        font-size: 19px;
    }
    .mega-col1 li a{
        color: #d1d1d1;
        font-size: 15px;
    }
    .mega-menu-drop .mega-col1{
        float: unset;
        width: 100%;
    }
    .mega-menu-drop .row1{
        margin-top: 20px;
    }
    .text-block h2{
        font-size: 29px;
        margin-bottom: 10px;
    }
    .home-btn1{
        margin-top: 10px;
    }
    .text-block p{
        display: none;
    }
    .text-block{
        margin-top: 50px;
    }
    .faq-section .col-lg-5{
        display: none;
    }
    .faq-section{
        margin-top: 50px;
    }
    .get-insuracne-two{
        padding: 31px 0 20px;
    }
}
/* // Small Leptop css */
/* ===== // Responsive css ===== */