@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");

* {
    padding: 0;
    margin: 0;
    outline: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

body {
    font-family: "Lato", sans-serif;
}
.shape_opacity {
    opacity: 0.55;
}

/* Floating Menu */
.quick_call_area {
    position: fixed;
    top: 65%;
    transform: translateY(-50%);
    right: 0px;
    z-index: 999;
    /* box-shadow: 0px 0px 7px 0px rgba(30, 15, 39, 0.2); */
}

.quick_call_area:hover{
    right: 10px;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-icon {
    transition: transform 0.2s ease-in-out;
}

.btn-con:hover{
    /*margin-right:20px;*/
    right: 15px;
    transform: scale(1.5);
}

.quick_call_area a {
    /* background: #0c59db; */
    background:transparent;
    color: #fff;
    height: 40px;
    display: block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.fa-phone:before {
  content: "\f095";
}

.quick_call_area a::before{
  box-sizing: border-box;
}

.quick_call_area a.wp {
  background: #25D366!important;
  font-size: 24px;
}


/* Floating menu end */

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.logo img {
    padding-left: 90px;
    margin-top: 13px;
}

.fluid-logo{
    height: 90px !important;
}
/* .background-header {
    background-color: #fff;
    height: 80px!important;
    position: fixed!important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  } */

/* .background-header .logo,
  .background-header .main-nav .nav li a {
    color: #1e1e1e!important;
  } */

/* .background-header .main-nav .nav li:hover a {
    color: #5fb759!important;
  }
  
  .background-header .nav li a.active {
    color: #5fb759!important;
  } */
.navbar_align {
    padding-right: 0;
    padding-left: 0;
}
.header-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* .header-area .main-nav {
    min-height: 80px;
    background: transparent;
  } */

.header-area .main-nav .logo {
    line-height: 80px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
    float: right;
    padding: 13px 0;
    margin-right: 0px;
    background: linear-gradient(
        60deg,
        rgba(143, 200, 97, 0.55),
        rgb(128, 203, 179, 0.55)
    );
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 28px;
    padding-right: 35px;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.nav li {
    border-right: 1px solid;
    border-image: white;
    border-color: rgba(14, 39, 5, 0.425);
}

/* .header-area .main-nav .nav .search-icon {
    float: right;
    margin-left: 15px;
  }
  
  .header-area .main-nav .nav .search-icon a {
    background-color: #fff;
    color: #5fb759;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
  } */

/* @media (max-width: 767px) {
    .header-area .main-nav .nav .search-icon {
      float: none;
      text-align: center;
      width: 100%;
      background-color: #fff;
      margin-left: 0px;
    }
  }
  
  .header-area .main-nav .nav .search-icon a:hover {
    opacity: 1;
    color: #5fb759!important;
  } */

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 40px;
    letter-spacing: 1px;
}
.header-area .main-nav .nav li:last-child {
    border-right: none !important;
}
/* .header-area .main-nav .nav li a {
    color: #fff;
  } */

/* .header-area .main-nav .nav li:hover a,
  .header-area .main-nav .nav li a.active {
    color: #fff!important;
    opacity: 0.5;
  } */

/* .background-header .main-nav .nav li:hover a,
  .background-header .main-nav .nav li a.active {
    color: #5fb759!important;
    opacity: 1;
  }
  
  .header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 35px;
  }
  
  .header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 18px;
    top: 12px;
  }
  
  .background-header .main-nav .nav li.submenu:after {
    color: #7a7a7a;
  }
  
  .header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
  
  .header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: #fff;
    color: #7a7a7a!important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #f5f5f5;
  }
  
  .header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #5fb759!important;
    padding-left: 25px;
  }
  
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
  }
  
  .header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  } */

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area.header-sticky .nav {
    margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
    color: #5fb759;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #5fb759 !important;
        opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }
    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 30px;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        background: none;
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
        margin-top: 80px !important;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #5fb759 !important;
    }
    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }
    .header-area .main-nav .nav li.submenu:after {
        color: #3b566e;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul,
    .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/* Navbar Dropdown */
/* Dropdown Content */
.dropdown-content {
    display: none;
    position: absolute;
    left: 0px;
    z-index: 1;
    background: linear-gradient(
        120deg,
        rgba(143, 200, 97, 1),
        rgb(128, 203, 179, 1)
    );
  }
  
  .dropdown-content a {
    color: #345e4d !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block; 
    padding: 10px 20px;
    border-bottom: 1px solid #345e4d;
  }

  .dropdown-content a:hover{
    color: white !important;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Optional styling for active menu item */
  .current-page {
    color: #F00;
  }

/*--------------------------------------------------------------
    # Hero Section
    --------------------------------------------------------------*/
.banner-bottom-border {
    width: 100%;
    height: 7px;
    background: linear-gradient(
        120deg,
        rgba(143, 200, 97, 0.7),
        rgb(128, 203, 179, 0.55)
    );
}
#hero {
    height: 80vh;
    background-image: url("{{ asset('/front/images/contact_cover.png') }}");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#hero h1 {
    margin: 400px 0 0 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

/* banner part start */
.carousel-item img {
    height: 550px;
}

.banner {
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    /* background: linear-gradient(60deg, #8FC861, #80CBB3); */
    background: linear-gradient(
        60deg,
        rgba(143, 200, 97, 0.55),
        rgb(128, 203, 179, 0.55)
    );
}

.banner::after {
    bottom: 0;
}

/* banner part end */

/* project part start  */
.head-1 h2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.head-1 h1 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.pro_shape img {
    height: 2px;
    width: 720px;
    margin-bottom: -10px;
    margin-left: -7.5%;
}

.head-2 h2,.head-2 h1 {
    float: right;
    margin-left: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.prot-img {
    position: relative;
    margin-bottom: 20px;
}

.prot-img iframe {
    height: 300px;
    width: 100%;
}

.prot-img img {
    height: 300px;
}

/* project part end  */

/* story-part start */
.story_heading {
    text-transform: uppercase;
    display: inline-block;
}

.head-3 h2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.head-4 h2 {
    margin-left: 102px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.story_shape img {
    height: 2px;
    width: 760px;
    margin-top: 10px;
    margin-left: -18.2%;
}

.story_con h1 {
    font-size: 26px;
    font-weight: 600;
    color: #333436;
}

.story_con_para1 p {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    color: #333436;
}

.story_con_para2 p {
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    margin-top: -15px;
    color: #333436;
}

/* story-part end */

/* client part start */
.client_heading {
    text-transform: uppercase;
    display: inline-block;
}

.client_details {
    margin-top: 20px;
}

.client_img img {
    margin-top: 7px;
}

.head-5 h2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.head-6 h2 {
    float: right;
    margin-left: 70px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.client_shape img {
    height: 2px;
    width: 720px;
    margin-top: 10px;
    margin-left: -6.7%;
}

.client_img img {
    /* margin-top: -30px; */
    margin-left: 20px;
}

.client_img_con h4 {
    color: #0d0d0e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 70px;
}

.client_para p {
    margin-top: 40px;
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
    color: #333436;
}

/* client part end */

/* testimonial part start */
#testimonial {
    margin-bottom: 100px;
}

.test-main {
    /* text-align: center; */
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.test-main h4 {
    color: #0d0d0e;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 28px;
}

/* .test-main img{
    margin: 0 0 20px 45%;
  } */
.slick-dots li {
    height: 20px;
    width: 20px;
    border: 2px solid #c7c7c7;
    border-radius: 50%;
}

.slick-dots li.slick-active {
    background: gray;
}

.left-arrow {
    height: 50px;
    width: 50px;
    background: white;
    color: gray;
    border: 2px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    position: absolute;
    top: 75px;
    left: -60px;
    border-radius: 50%;
}

.right-arrow {
    height: 50px;
    width: 50px;
    background: white;
    color: gray;
    border: 2px solid gray;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    position: absolute;
    top: 75px;
    right: -60px;
    border-radius: 50%;
}

/* testimonial part end */

/* schedule part start */
.schedule_head h1 {
    font-size: 24px;
    font-weight: 400;
    color: #0d0d0e;
    text-align: center;
}

.meeting_heading {
    text-transform: uppercase;
    display: inline-block;
}

.head-7 h2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.head-8 h2 {
    float: right;
    margin-left: 70px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #668e19;
}

.meeting_shape img {
    height: 2px;
    width: 590px;
    margin-top: 10px;
    margin-left: -17%;
}

.schedule_con {
    margin-top: 40px;
}

.contact_number {
    margin-top: -40px;
}

.contact_number h3 {
    font-family: "Lato", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #333436;
    float: right;
}
.hover_button button {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #2f3651;
    color: #2f3651;
    transition: all linear 0.3s;
    border-radius: 0;
}

.contact a {
    float: right;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    padding: 15px 40px;
    border: 1px solid #2f3651;
    color: #2f3651;
}
/* schedule part end */

/* schedule last-part start */
.subscribe p {
    margin-top: -10px;
    font-size: 14px;
}
.schedule_last_part {
    margin-top: 5%;
}

.form-row {
    display: flex;
    right: 0;
}

.schedule_input {
    height: 30px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #2f3651;
    border-radius: 0px;
    padding: 8px;
}

#schedule_input {
    width: 100%;
    height: 30px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #2f3651;
    color: #fff;
    transition: all linear 0.3s;
    border: none;
}

/* schedule last-part end */

/* footer part start */

.footer_part {
    /* background: linear-gradient(60deg, #8FC861, #80CBB3); */
    padding-top: 20px;
    padding-bottom: 20px;
    background: linear-gradient(
        60deg,
        rgba(143, 200, 97, 0.55),
        rgb(128, 203, 179, 0.55)
    );
}

.footer_nav {
    padding-top: 15px;
    text-align: center;
}

.footer_nav ul {
    display: flex;
    justify-content: space-between;
    margin-left: -30px;
}

.footer_nav ul li a {
    color: #2f3651;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.address_con p {
    color: #2f3651;
    font-weight: 500;
    font-size: 15px;
}

.address_con p {
    margin-bottom: 5px;
}

.icon_footer ul {
    display: flex;
    float: right;
}

.icon_footer ul li a {
    color: #2f3651;
    padding: 0 20.5px;
    font-size: 16px;
    padding-right: 12px;
}

.footer_right p {
    text-align: right;
    margin-top: -12px;
    font-family: "Lato", sans-serif;
    color: #2f3651;
    font-weight: 500;
    font-size: 15px;
}

.footer-left {
    margin-left: 10px;
}
/* footer part end */

/* About Us */
.about-section-1 {
    background-color: #f5ffeb;
}

.ab-head-1 {
    font-family: "Lato", sans-serif;
    color: #668e19;
}

.about-section-2 {
    /* Text Color #3D403B*/
    background-color: #ffffff;
}

.about-section-3 {
    /* Text Color #3D403B*/
    background-color: #f5ffeb;
}

/* SAGAR */
/* Home page Meeting form */
.input-box {
    display: flex;
    align-items: center;
    max-width: 100%;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
}

.input-box .prefix {
    font-weight: 300;
    font-size: 14px;
    color: #999;
}

.input-box input {
    flex-grow: 1;
    font-size: 14px;
    background: #fff;
    border: none;
    outline: none;
    padding: 0.5rem;
}

.input-box:focus-within {
    border-color: #777;
}

main {
    margin-top: 60px;
    /* Add a margin to the top of the content to avoid overlapping with the navigation bar */
}

.subcribe-container {
    display: flex;
    justify-content: space-between;
    /* This will evenly distribute the buttons with space between them */
}

.modal-header .close {
    color: #fb0202;
    /* Change the color of the close icon */
    font-size: 24px;
    /* Change the font size of the close icon */
    border: 1px solid #ccc;
    /* Add a border to the close icon */
    border-radius: 50%;
    /* Make the border circular */
    padding: 0px 3px 0px 3px;
    /* Add some padding to the close icon */
    height: 40px;
    /* Set the height of the close button */
    width: 40px;
    transition: all 0.2s;
}

.modal-header .close:hover {
    background-color: #0d6efd;
    /* Change the background color on hover */
    color: #fff;
    /* Change the color on hover */
    cursor: pointer;
    /* Change the cursor on hover */
}

.modal-content {
    /* background-image: linear-gradient(90deg, #8FC861, #80CBB3); */
    /* background-image: linear-gradient(90deg, #8FC861, #80CBB3); */
    background: linear-gradient(
        60deg,
        rgba(143, 200, 97, 0.55),
        rgb(128, 203, 179, 0.55)
    );
}

/* Input Home Page */
.bottom-border {
    width: 100%;
    padding: 0px 0px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #2f3651;
}

/* Lead modal close icon */
.form_header {
    display: flex;
}
.form_header h6 {
    text-align: justify;
}
.cross_header {
    text-align: center;
    align-items: center;
}
.modal-header .closeModal {
    position: absolute;
    top: 33px;
    right: 20px;
    /* padding: 5px; */

    background: none;
    border: none;
    outline: none;
}

.modal-header .closeModal span {
    color: #2f3651;
    font-size: 24px;
}
.lead_btn {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.lead_btn button {
    font-size: 18px;
    padding: 8px 30px;
    border: none;
    background: #2f3651;
    color: #fff;
}
.lead_para p {
    font-size: 16px;
}
#number {
    margin-bottom: 5%;
}
/* .para p{
    margin-top: 5%;
    float: right;  
} */
#number a {
    font-size: 12px;
    padding: 5px 18px;
    border: 1px solid #2f3651;
    background: #fff;
    color: #2f3651;
}
.modal-backdrop {
    /* background-color: rgba(101, 57, 57, 0.5); */
    /* opacity: 0.5;*/
    background-image: linear-gradient(90deg, #8fc861, #80cbb3);
    /* background: linear-gradient(60deg, rgba(143, 200, 97, 0.55), rgb(128, 203,179,0.55)); */
}

/* Homepage datepicker */
input[type="date"]::-webkit-calendar-picker-indicator {
    font-family: "Font Awesome 5 Free";
    content: url(./assets/icon/chevron-down-circle-outline.svg);
    content: "\f0d7";
    font-size: 1rem;
    color: #333;
    padding-left: 5px;
    cursor: pointer;
}


