@font-face {
    font-family: 'General Sans'; /* Custom font family name */
    src: url('../font/general_sans/GeneralSans-Regular.woff2') format('woff2'), /* Modern browsers */
         url('../font/general_sans/GeneralSans-Regular.woff') format('woff'),   /* Fallback */
         url('../font/general_sans/GeneralSans-Regular.ttf') format('truetype'); /* Older browsers */
    
}

@font-face {
    font-family: 'General Sans Medium'; /* Custom font family name */
    src: url('../font/general_sans/GeneralSans-Medium.woff2') format('woff2'), /* Modern browsers */
         url('../font/general_sans/GeneralSans-Medium.woff') format('woff'),   /* Fallback */
         url('../font/general_sans/GeneralSans-Medium.ttf') format('truetype'); /* Older browsers */
    
}

@font-face {
    font-family: 'General Sans Light'; /* Custom font family name */
    src: url('../font/general_sans/GeneralSans-Light.woff2') format('woff2'), /* Modern browsers */
         url('../font/general_sans/GeneralSans-Light.woff') format('woff'),   /* Fallback */
         url('../font/general_sans/GeneralSans-Light.ttf') format('truetype'); /* Older browsers */
    
}

body
{
    font-size: 18px;
}

ul.menu1
{
    list-style-type: none;
    float: left;
}

ul.menu2
{
    float: right;
    align-items: center;
}

ul.menu1, ul.menu2
{
   // padding-top: 20px;
}

ul.menu1 li, ul.menu2 li{
    display: inline-block;
}

ul.menu1 li, ul.menu2 li{
    
    font-family: General Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: center;

}
ul.menu1 li a
{
    color: white;
}
ul.menu1 li
{
    padding-right: 30px;
}

ul.menu2 li
{
    padding-left: 20px;
}

.top-section
{
    background-color: #396DE6;
    background-image: url('../img/landing_mask.png');
    padding-top: 45px;
    color: white;
    background-size: 100%;
    background-position: bottom;
}

.get_demo
{
   
    padding: 15px 30px;
    border-radius: 12px;
    border: 2px solid white;
    color: white;
    background-color: transparent;
    
}

.landing_slider
{
    padding-top: 140px;
    background-image: url(../img/banner.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 100px;
}

@media screen and (max-width: 992px)
{
    .landing_slider
    {
        background-image: none;
    }
}

.landing_main_text
{
    font-family: Open Sans;
    font-size: 69px;
    font-weight: 700;
    line-height: 88px;
    text-align: left;
    color: white;

}

.landing_sub_text
{
    font-family: General Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: left;
    padding-top: 15px;
}

.home-phone-section-container .form-control
{
    
    padding: 16px;
    border-radius: 10px;
    border: 2px solid white;
    color: white;
    background-color: transparent;
    font-family: General Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: left;


}
.home-phone-section-container{
    padding-top: 65px;
}

.get_started_button
{
    
    padding: 15px 30px;
    border-radius: 12px;
    background-color: #3C9E6B;
    width: 100%;
    margin-top: 30px;
    backdrop-filter: blur(5px);

    box-shadow: 0px 4px 25px 0px #0000001A;
    color: white;
    font-family: General Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: center;
    border: none;

}

/* Modern browsers */
.home-phone-section-container .form-control::placeholder {
    color: white;
}

/* WebKit browsers (Chrome, Safari, etc.) */
.home-phone-section-container .form-control::-webkit-input-placeholder {
    color: white;
}

/* Mozilla Firefox */
.home-phone-section-container .form-control::-moz-placeholder {
    color: white;
}

/* Microsoft Edge/Internet Explorer 10-11 */
.home-phone-section-container .form-control:-ms-input-placeholder {
    color: white;
}

/* Internet Explorer 9 */
.home-phone-section-container .form-control:-moz-placeholder {
    color: white;
}


.sub-heading
{
    font-family: Open Sans;
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    text-align: center;
    padding-bottom: 60px;

}

.each-section
{
    padding-top: 150px;
}

.section-heading
{
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    padding-bottom: 20px;

}

.hcenter
{
    text-align: center;
}

.section-main-heading
{
    font-family: Open Sans;
    font-size: 34px;
    font-weight: 600;
    line-height: 46.3px;
    text-align: left;
    padding-bottom: 38px;

}

.light-blue-button
{
    
    padding: 15px 30px 15px 30px;
    
    border-radius: 12px;
    border: 2px solid;
    background: #00ADDE1A;

    color: #00ADDE;
    font-family: General Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: center;


}

.children-bg{
    background-image: url(../img/children_bg.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 450px;
}

.video
{
    max-width: 80%;
    margin : 0 auto;
}

.child-image{
    max-height : 350px;
    margin : 0 auto;
    width : auto;
}

.align-left
{
    text-align : left;
}

.stats-section{
    margin-top: 50px;
}

.stats-section h4
{
    font-family: Open Sans;
    font-size: 74px;
    font-weight: 700;
    line-height: 100.77px;
    text-align: center;

}

.rating h4
{
    color: #FF6EE6;
}

.shared h4
{

    color: #838D0C;
}

.delivered h4
{
    color: #2E60DF;
}

.success h4
{

    color: #00ADDE;
}

footer
{
    background: #396DE6;
    padding-top: 30px;
    padding-bottom: 120px;
    color: white;
}

.footer-about{
    font-family: Inter;
font-size: 24px;
font-weight: 400;
line-height: 29.05px;
text-align: left;
padding-top: 30px;

}

footer ul
{
    list-style: none;
    padding-left: 0px;
}

footer ul li
{
    padding-bottom: 5px;
    font-size: 24px;
   // font-weight: lighter;
   font-family: 'General Sans Light';
}

.bold
{
    font-weight: bold;
}

.testimonial-blue-bg{
    background: #01ADDF;
    
   
}

.testimonial-yellow-bg
{
    background: #FFD11C;

}

.testimonial-green-bg 
{
    background: #00CCCC;

}

.testimonial-bg{
    border-radius: 20px;
    padding : 35px 40px;
    margin-right : 20px;
    
}

.testimonial-bg
{
    width: calc((1320px / 3) + 150px) !important;
}


.testimonial-header
{
    font-family: General Sans;
font-size: 24px;
font-weight: 600;
line-height: 32.4px;
text-align: left;

padding-bottom : 6px;
}

.testimonial-designation
{
    font-family: General Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.2px;
    text-align: left;
    padding-bottom: 20px;
}

.testimonial-title
{
    font-family: General Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    padding-bottom: 20px;
}

.testimonial-body{
    font-family: General Sans;
font-size: 16px;
font-weight: 400;
line-height: 21.6px;
text-align: left;

}

.testimonial-bg-inside
{
    background-color: white;
    padding : 25px;
    border-radius: 20px;
    min-height: 550px;
}

.star-rating i
{
    color: #FBB040;

}

.star-rating{
    margin-bottom: 25px;
}

.testimonial-image{
    margin-bottom: 20px;
}


.testimonial-slider .slick-slide
{
    margin-right : 20px;
   height : auto !important;
}

.testimonial-slider
{
        padding-left: calc((100% - 1320px) / 2);

}

.moving-span
{
    padding-bottom: 45px;
}

.moving-span span
{
    padding: 14px;
    margin-right : 3px;
    color: #00ADDE;
    font-family: Open Sans;
    font-size: 17.31px;
    font-weight: 600;
    line-height: 50.57px;
    text-align: center;
    cursor: pointer;

}

.moving-span span.active
{
    border: 0.7px solid #00ADDE;
    border-radius: 28px;
}

.top-section-slider-top
{
    text-align: center;
}
.top-bg{
    display: block;
    width: 64px;
    height: 64px;

    border-radius: 100%;
    margin : 0 auto;
    margin-bottom: 20px;

}

.top-violet-bg img
{
    padding : 13px;
}

.top-green-bg img
{
    padding : 16px;
}

.top-pink-bg img
{
    padding : 18px;
}

.top-violet-bg
{
    background: #A5C2FF;

}

.top-green-bg
{
    background: #1CFFFF;

}

.top-pink-bg
{
    background: #FF53E0;

}


.top-section-value
{
    font-family: Open Sans;
font-size: 24px;
font-weight: 600;
line-height: 32.68px;
text-align: center;

}

.blue-bg
{
    background-color: #396DE6;
    padding-top: 70px;
    padding-bottom: 60px;
    margin-top: 150px;
    color: white;
    border-radius: 50px;
}

.blue-bg-inside-section{
    max-width: 950px;
    margin : 0 auto;
    z-index: 1;
}

.blue-bg-blocks{
    background-color: rgba(255,255,255,.1);
    padding : 15px 20px;
  max-width: calc((100% / 3) - 20px);
    margin-right: 20px;
    border-radius: 10px;
}

.white-button
{
   
border-radius: 12px;
border: 2px solid white;
color: white;
background-color: #FFFFFF4D;
padding : 12px 24px;
width: auto;
margin : 0 auto;
}

.blue-section-yellow-bg
{
    background-color: #FBB040;
}

.blue-section-blue-bg
{
    background-color: #00ADDE;
}

.blue-section-green-bg
{
    background-color: #00CCCC;
}

.blue-section-yellow-bg img{
    padding : 12px;
}

.blue-section-green-bg img{
    padding : 15px;
}

.blue-section-blue-bg img{
    padding : 15px;
}

.gray-border{
    border: 0.2px solid #A7A7A7;
    box-shadow: 1px 1px 16.5px 2px #00000040;
    padding : 28px;
    border-radius: 50px;
    margin-bottom : 100px;
}

.tour-header{
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 700;
    line-height: 38.13px;
    text-align: center;

}

.tour-section-container
{
    
    max-width: 800px;
    margin : 0 auto;
    margin-top: 100px;
}

.tour-block{
    padding : 25px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right : 10px;
    max-width : calc((800px / 3) - 21px);
}


.tour-blue-block
{
    border: 1px solid #00ADDE;
}

.tour-blue-block.fill{
    background-color: #00ADDE;
    color: white;
}



.tour-yellow-block
{
    border: 1px solid #E8D003;
}

.tour-green-block
{
    border: 1px solid #66CC99;
}

.blue-button{

border-radius: 12px;
border: 2px solid #396DE6;
background-color: #396DE6;
padding : 13px 35px;
width : auto;
margin : 0 auto;
color: white;
margin-top: 100px;
}


.header-bar
{
    position: fixed;
    top: 0px;
    z-index: 10;
    padding-top: 25px;
}

.header-bar.bg
{
    background-color: #0550A1;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select-wrapper select {
  appearance: none; /* Remove default styles */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  padding-right: 2.5rem; /* Add space for the icon */
}

.custom-select-wrapper::after {
  content: "⌄"; /* Unicode or icon for dropdown arrow */
  position: absolute;
  top: 40%;
  right: 1rem; /* Adjust according to your design */
  transform: translateY(-50%);
  pointer-events: none; /* Prevent interfering with select box */
  color: white; /* Arrow color */
  font-size: 2rem; /* Adjust size */
}

.management_ul_container ul li
{
    font-family: General Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
   

}

.management_ul_container ul li span
{
    font-family: General Sans Medium;
}

.section-body{
    font-family: General Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.3px;
    text-align: center;
}

.navbar-toggler span
{
    width: 25px;
    border-bottom: 1px solid white;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-toggler
{
    border: 1px solid white;
}

.play_button
{
    left : 50%;
    top: calc(50% - 30px);
}

.star1
{
    top: 25px;
    left: 25px;
}
.star2
{
    top: 35px;
    right: 25px;
}

.star3
{
    bottom: 0px;
    left: 300px;
}

.checkbox_tour
{
    left: 15px;
    top: 15px;
}


.tour_slider .slick-dots {
  position: absolute;
  top: -90px; /* Adjust this value as needed */
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tour_slider .slick-dots li {
  margin: 0 5px; /* Space between dots */
}

.tour_slider .slick-dots li button:before {
  font-size: 12px; /* Size of the dots */
  //color: #333; /* Color of the dots */
  content: ''; /* Remove the default dot character */
  display: inline-block;
  width: 20px; /* Width of the dash */
  height: 3px; /* Height of the dash */
  background-color: #C7C2C2; /* Color of the dash */
  border-radius: 0; /* Remove rounding to make it a rectangle */
}

.tour_slider .slick-dots li.slick-active button:before {
  //color: #000; /* Color of the active dot */
  background-color: #396DE6;
}

.f1
{
    top: 15px;
    left: 0px;
}

.f2-1
{
    left: 15px;
    bottom : 0px;
}

.f2-2
{
    top: 15px;
    right : 0px;
}

.f3
{
    right : 0px;
    bottom : 0px;
}


@media screen and (max-width: 768px)
{
    .moving-span span
    {
        display: block;
    }
}

@media screen and (max-width: 992px)
{
    .blue-bg-blocks{
        max-width: 100%;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-top: 15px;
    }
    
    .tour-block
    {
        max-width: 100%;
        margin-left: 0px;
        margin-right :0px;
    }
    
    .testimonial-bg
    {
        max-width: 100vw;
    }
    
    #navbarSupportedContent ul li, #navbarSupportedContent ul
    {
        width: 100%;
    }
    
    #navbarSupportedContent
    {
        background-color: #0550A1;
            position: fixed;
    top: 94px;
    width: 100%;
    left: 0px;
    }
    
    ul.menu1 li{
        padding-right: 0px;
    }
    
    ul.menu2 li{
        padding-left: 0px;
    }
    
    .get_demo
    {
        border: none;
    }
    
    .landing_main_text
    {
            font-size: 45px;
            line-height : 58px;
    }
    
    .sub-heading{
        font-size: 37px;
        line-height : 52px;
    }
    
    .logo
    {
        max-width: 200px;
    }
}