@font-face {
    font-family: "Gilroy-Regular";
    src: url(../font/gilroy/Gilroy-Regular.ttf);
}

@font-face {
    font-family: "Gilroy-Bold";
    src: url(../font/gilroy/Gilroy-Bold.ttf);
}

@font-face {
    font-family: "Gilroy-Semibold";
    src: url(../font/gilroy/Gilroy-SemiBold.ttf);
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url(../font/gilroy/Gilroy-Medium.ttf);
}

@font-face {
    font-family: "Gilroy-Light";
    src: url(../font/gilroy/Gilroy-Light.ttf);
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

body {
    background-color: #f3f3f3;
}
.form_pagesect{
    background-image: url("./images/index2form.png");
   background-size: 100% 100%;
   background-repeat: no-repeat;
}
.form_pagesect .form_filds .form-div p{
    text-align: center;
}
.form_pagesect .form_filds {
    padding-left: 95px;
}
.form_pagesect .form_filds {
    padding-left: 0px;
} 
.formindex3 .form_filds {
  padding-right: 0px;
}
.formindex3 .form_section{
  margin-top: 30px;
}
.form-img img.form-main-img {
    max-width: 400px;
    height: 455px;
  }
  
  .form-img-content {
    max-width: 400px;
  }
  
  .form-img-content p {
    font-family: "Gilroy-Medium";
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    padding-left: 10px;
  }
  
  .form-ring-div {
    background: #161c2d;
    box-shadow: 0px 62px 64px -10px #0117301e;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    top: 70px;
    left: -45px;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .form-ring-div p {
    font-family: "Gilroy-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.10000000149011612px;
    text-align: left;
    opacity: 0.7;
    color: white;
  }
  
  .form-ring-div h5 {
    font-family: "Gilroy-Regular";
    font-size: 15px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.20000000298023224px;
    text-align: left;
    color: white;
  }
  
  .form-div {
    background-color: white;
    padding: 50px;
    box-shadow: 0px 20px 90px 1px #2222220d;
    border-radius: 12px;
  }
  
  .form-div p {
    font-family: "Gilroy-Semibold";
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(0, 21, 96, 1);
    margin-bottom: 40px;
  }
  
  .form-div form input {
    background: #fcfcfc;
    border: 0.5px solid #c0c0c0;
    font-family: "Gilroy-Regular";
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    color: #001560;
    margin-bottom: 30px;
  }
  
  .form-div form .form-btn {
    width: 180px;
    height: 46px;
    padding: 12px, 40px, 12px, 40px;
    border-radius: 7px;
    font-family: "Gilroy-Bold";
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.5px;
    text-align: center;
    color: white;
    background: #214499
;
    margin-top: 50px;
  }
.formindex3{
    background-image: url("./images/rectangleindex3.png");
  }
  .formindex3 .form_filds .form-div p{
    text-align: center;
  }
  .formindex3 .form_filds {
    padding-right: 111px;
  }
  .form-div {
    padding: 30px;
    margin-top: 30px;
  }

  .form-img img.form-main-img {
    width: 85%;
    margin: auto;
    height: 427px;
    object-fit: unset;
  }

  .form-img-content {
    max-width: 100%;
  }

  .form-img-content p {
    text-align: center;
    font-size: 18px;
  }

  .form-ring-div {
    left: 10px;
  }

img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.section.banner-section {
    padding: 10rem 0 2rem;
}

.section {
    margin: 0 auto;
    padding: 7rem 0 4rem;
}

a:hover {
    color: white !important;
    opacity: 0.8 !important;
}

button:hover {
    opacity: 0.8 !important;
}

.navbar-toggler-icon {
    background-image: url("./images/bars.png");
}

.Main_SecWrap .banner-inner {
    padding: 9rem 0;
}

.heading-xl {
    font-family: "Gilroy-Bold";
    font-size: 64px;
    font-weight: bold;
    line-height: 1.2;
    color: #214499
;
    letter-spacing: 8px;
}

.Main_SecWrap .banner-inner p {
    font-family: "Gilroy-Bold";
}

.section.banner-section .Down_Arrow {
    text-align: center;
    display: block;
    margin: 8rem auto 0;
    width: 140px;
}

.section.banner-section .Down_Arrow img {
    width: 140px;
}

.heading-lg {
    font-family: inherit;
    font-size: clamp(2.179rem, 5vw, 3.176rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}

.paragraph {
    font-family: "Gilroy-Medium";
    font-size: 25px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
    opacity: 0.65;
}

.hero-btn {
    font-family: "Gilroy-Semibold";
    font-size: 21px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -1.2000000476837158px;
    text-align: left;
    color: #68d585;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    background-color: transparent;
    border: none;
    outline: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
}

.header.on-scroll {
    background: #fcfdff;
}

.navbar {
    background-color: transparent;
    padding: 18px 0;
}

.navbar li a {
    color: white;
    font-family: "Gilroy-Regular";
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
}

.navbar li {
    align-self: center;
}

.navbar li a.nav-btn {
    font-family: "Gilroy-Regular";
    padding: 12px 40px 12px 40px;
    border-radius: 7px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    background: #214499
;
    width: 148px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.banner-section {
    padding: 4rem 0 8rem;
    background-image: url("../images/l4_banner.png");
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-image {
    position: relative;
    z-index: 5;
}

.banner-img-dots {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -41px;
    right: -38px;
}

/* Learning Section */
.FR_Wrap,
.RequestSec_Wrap .RS_Inner{
    text-align: center;
    padding-top: 5rem;
}
.FR_Wrap h4, .YT_Wrap h4,
.RequestSec_Wrap .RS_Inner h4{
    font-family: "Gilroy-Bold";
    color: #214499
;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.FR_Wrap p, .YT_Wrap p, .YT_Wrap ul li,
.RequestSec_Wrap .RS_Inner p{
    font-family: "Gilroy-Regular";
    color: rgba(65, 64, 66, 0.5);
    font-size: 16px;
}
.FR_Wrap p b{
    color: #000;
}

.FR_Wrap ul {
    margin-top: 1rem;
}

.FR_Wrap ul li {
    font-family: "Gilroy-Light";
    list-style: disc;
    line-height: 25px;
    font-size: 16px;
}
.PlanSec_Wrap .card-inner-wraper{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}
.YT_Wrap ul{

}
.YT_Wrap ul li{
    list-style: disc;
}

/* Request Section */
.RequestSec_Wrap {
    background: rgba(217, 217, 217, 1);
}
.RequestSec_Wrap h2 {
    font-family: "Gilroy-Bold";
}

.RequestSec_Wrap .Top_Heading h2 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 2rem;
    color: #4d3f36;
}

.RequestSec_Wrap .RS_Inner {}

.RequestSec_Wrap .ring-img img {
    width: 100%;
}
.RequestSec_Wrap .RS_Inner h4 {
    font-family: "Gilroy-Medium";
}

/* Email Sending Section */
.EmailSec_Wrap {
    background-color: #214499;
    text-align: center;
    padding: 3rem 0;
}

.EmailSec_Wrap .EmailBtn {}

.EmailSec_Wrap .EmailBtn h2 {
    font-family: "Gilroy-Bold";
    font-size: 24px;
    color: #fff;
}

.EmailSec_Wrap .EmailBtn button.Download_Btn {
    background-color: rgba(187, 36, 42, 1);
    color: #fff;
    border: 1px solid rgb(187, 36, 42, 1);
    border-radius: 8px;
    padding: 14px;
    font-size: 16px;
    margin-top: 1rem;
    font-family: "Gilroy-Regular";
}

/* ///////////////////form section///////////////// */

.banner-img-wraper video {
    width: 100% !important;
    border-radius: 10px;
    box-shadow: -3px 6px 18px 0px rgba(0, 0, 0, 0.3);
    z-index: 5;
    position: relative;
}

.banner-img-wraper video:hover {
    filter: brightness(0.5);
}

video::-webkit-media-controls-volume-slider {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

/*  */

/* ///////// testimonial section ////////// */

.testimonial-section {
    background-color: #161c2d;
    overflow: hidden;
}

.slider-content {
    align-self: center;
}

.slider-content h5 {
    font-family: "Gilroy-Medium";
    font-size: 27px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: left;
    color: #939393;
    margin-bottom: 25px;
}

.slider-content h2 {
    font-family: "Gilroy-Bold";
    font-size: 55px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0px;
    text-align: left;
    color: #00fff0;
    margin-bottom: 25px;
}

.slider-content p {
    font-family: "Gilroy-Regular";
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.5px;
    text-align: left;
    color: #e7e7e7;
    max-width: 550px;
}

.slider-right-img img.slider-main-img {
    width: 80%;
    z-index: 5;
    position: relative;
}

.slider-right-img .slider-dots-img {
    position: absolute;
    right: -10px;
    top: -10px;
}

.slider-right-img .slider-bg-img {
    position: absolute;
    left: -40px;
    bottom: 0px;
    height: 85%;
}

.carousel-control-prev {
    left: -80px;
}

.carousel-control-prev-icon {
    background-image: url("./images/prev.png");
    width: 55px;
    height: 55px;
}

.carousel-control-next-icon {
    background-image: url("./images/next.png");
    width: 55px;
    height: 55px;
}

.carousel-control-next {
    right: -80px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 60px;
    height: 50px;
    top: 50%;
}

/* //////////////////// card section/////////// */

.card-inner-wraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.card-conent-sec,
.PlanSec_Wrap .card-conent-sec{
    background-color: white;
    min-width: 18%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 185px;
    border-radius: 10px;
}

.card-conent-sec p,
.PlanSec_Wrap .card-conent-sec p {
    margin-top: 20px;
    font-family: "Gilroy-SemiBold";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    color: #214499
;
    margin-bottom: 0px;
}

/* ////////////////////// */
.AgentSliderWrap{
    padding: 5rem 0;
}
.AgentSliderWrap .heading h2{
    font-size: 24px;
    text-align: center;
    color: #214499
;
    font-family: "Gilroy-Bold";
}
.AgentSliderWrap #AgentSlider {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem; */
}
.AgentSliderWrap #AgentSlider .InnerBox {
    background: rgba(249, 249, 249, 1);
    box-shadow: 0px 0px 11.3px 1.74px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 12px 20px 55px;
    position: relative;
}
.AgentSliderWrap #AgentSlider .InnerBox.Active {
    background: #214499
;
    width: 400px;
    margin: auto;
    transform: scale(1.3);
}
.AgentSliderWrap #AgentSlider .InnerBox.Active .InnerTxt p{
    color: #fff;
}
.AgentSliderWrap #AgentSlider .InnerBox img.Quotes {
    text-align: center;
    margin: 0 auto 12px;
}
.AgentSliderWrap #AgentSlider .InnerBox .InnerTxt{
    text-align: center;
}
.AgentSliderWrap #AgentSlider .InnerBox .InnerTxt p{
    color: rgba(65, 64, 66, 0.5);   
    font-size: 14px;
    font-family: "Gilroy-Regular";
}
.AgentSliderWrap #AgentSlider .InnerBox .InnerTxt .Reviews{
    padding: 0;
    margin: 0;
    list-style: none;   
}
.AgentSliderWrap #AgentSlider .InnerBox .InnerTxt .Reviews li{
    display: inline-block;
}
.AgentSliderWrap #AgentSlider .InnerBox .InnerTxt .Reviews li img{
    
}
.AgentSliderWrap #AgentSlider .InnerBox .CompanyLogos {
    width: 65px;
    height: 65px;
    box-shadow: 0 0 5px #ddd;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: calc(100% - 58%);
    bottom: -20px;
    background: #fff;
}
/* .AgentSliderWrap #AgentSlider .InnerBox .CompanyLogos img {
    position: absolute;
    left: 11px;
    right: 0px;
    top: 18px;
    bottom: 0;
} */
.AgentSliderWrap #AgentSlider .InnerBox .CompanyLogos img {
    position: absolute;
    bottom: 0;
    width: 65px ;
    height: 65px ;
    border-radius: 50px ;
    top: 0px ;
    left: 0px ;
    right: 0px ;
}
/* footer section */
footer {
    border-top: 4px solid rgba(187, 36, 42, 1);
    background: rgba(64, 63, 65, 1);
    padding: 50px 50px 75px;
    text-align: center;
}
footer a {
    font-family: "Gilroy-Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.5px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 50px;
    display: block;
}

footer p{
    font-family: "Gilroy-Regular";
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 15px;
    color: #ffffff;
}
footer p.CopyRight{

}

footer p span {
    font-family: "Gilroy-Semibold";
    color: #ffffff;
}

/*new media query*/
@media (min-width: 1920px) {
    /* For 1920 */
}

@media (max-width: 1919.98px) {
    /* For 1670 */
}

@media (max-width: 1679.98px) {
    /* For 1560 */
}

@media (max-width: 1559.98px) {
    /* For 1440 */
}

@media (max-width: 1439.98px) {
    /* For 1366 */
}

@media (max-width: 1365.98px) {
    /* For 1280 */
}

@media (max-width: 1199.98px) {}

@media (max-width: 1151.98px) {
    /* For 1024 */
}

@media (max-width: 1023.98px) {
    /* For 992 */
}

@media (max-width: 991.98px) {
    .navbar-nav {
        background: #161c2d;
        padding: 20px;
        border-radius: 8px;
    }

    .section {
        padding: 4rem 0 4rem;
    }

    footer {
        padding: 30px 20px 50px;
    }

    footer p,
    footer a {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .card-inner-wraper {
        justify-content: center;
        gap: 30px;
    }

    .card-conent-sec,
    .PlanSec_Wrap .card-conent-sec {
        min-width: 300px;
    }

    .slider-right-img img.slider-main-img {
        width: 65%;
        height: 401px;
        object-fit: unset;
        margin: auto;
    }

    .slider-right-img .slider-dots-img {
        right: 32px;
        top: 17px;
    }

    .slider-right-img .slider-bg-img {
        left: 13px;
        height: 75%;
    }

    .slider-content {
        margin-bottom: 30px;
    }

    .slider-content h5 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .slider-content h2 {
        font-size: 40px;
    }

    .slider-content p {
        font-size: 18px;
    }

    .form-div {
        padding: 30px;
        margin-top: 30px;
    }

    .form-img img.form-main-img {
        width: 85%;
        margin: auto;
        height: 427px;
        object-fit: unset;
    }

    .form-img-content {
        max-width: 100%;
    }

    .form-img-content p {
        text-align: center;
        font-size: 18px;
    }

    .form-ring-div {
        left: 10px;
    }

    .heading-xl {
        font-size: 35px;
        line-height: 45px;
    }

    .paragraph {
        font-size: 18px;
    }

    .paragraph br {
        display: none;
    }

    .banner-image {
        max-width: 90%;
    }

    .banner-img-wraper {
        margin-top: 50px;
    }

    .banner-img-dots {
        width: 150px;
        height: 150px;
        top: -35px;
        right: 0px;
    }

    .section.banner-section {
        padding: 7rem 0 4rem;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 0%;
    }

    .carousel-control-prev {
        right: 110px;
        left: unset;
    }

    .carousel-control-next {
        right: 40px;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {
    .carousel-control-prev {
        right: 80px;
        left: unset;
    }

    .carousel-control-next {
        right: 20px;
    }
}

@media (max-width: 413.98px) {}

@media (max-width: 374.98px) {
    /* For 360 */
}

@media (max-width: 359.98px) {}