/*--------------------------------------------------------------
# Global css start
--------------------------------------------------------------*/
body {
    font-family: "Be Vietnam Pro", sans-serif;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100vh;
}

p {
    font-family: "Be Vietnam Pro", sans-serif;
    margin: 0;
    padding: 0;

}

a {
    color: #C23B33;
    text-decoration: none;
    font-family: "Be Vietnam Pro", sans-serif;
    margin: 0;
    padding: 0;
}

a:hover {
    color: #f1775d;
    text-decoration: none;
}

ul li {
    font-family: "Be Vietnam Pro", sans-serif;
}
h1{
    font-size: 66px;
    color: #fff;
    line-height: 83.49px;
    font-weight:900;
    font-family: "Be Vietnam Pro", sans-serif;
}
h2{
    font-size:59px;
    color: #fff;
    line-height:74.64px;
    font-weight:700;
    font-family: "Be Vietnam Pro", sans-serif;
}
h3{
    font-size:44px;
    color: #fff;
    line-height:52.8px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
}
h4{
    font-size:36px;
    color: #111D15;
    line-height:43.2px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
}
h5{
    font-size:24px;
    color: #fff;
    line-height:28.8px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Be Vietnam Pro", sans-serif;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}


.btn-blue{
    padding: 13px 30px;
    border-radius: 5px;
    color: white;
    font-weight: normal;
    background: #009BDF;
    font-size:20px;
    font-weight: 500;
    border: solid 1px #009BDF;
    font-family: "Be Vietnam Pro", sans-serif;

}
.btn-blue:hover{
background: transparent;
color: #111D15;

}

.banner-group-btn .btn-blue:hover{
    background: transparent;
    color: #fff;

    }


.btn-blue-border{
    padding: 13px 30px;
    border-radius: 5px;
    color: white;
    font-weight: normal;
    background:transparent;
    font-size:20px;
    font-weight: 500;
    border: solid 1px #36B864;
    font-family: "Be Vietnam Pro", sans-serif;
    background: #36B864;
}
.btn-blue-border:hover{
    background: transparent;
    color: white;

}

/*--------------------------------------------------------------
# Global css end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #009BDF;
    border-top-color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.inner-page-banner {
    padding:200px 0 0px;
    text-align: center;
}

.inner-page-banner h1{
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 48px;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 100px;
    z-index: 996;
    background: #009BDF;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #009BDF;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.container {
    max-width:1200px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width:8px;
}

::-webkit-scrollbar-track {
    background-color: #E4E4E4;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #8b8b8b;
    border-radius: 4px;

}


.header-top{
    background: #009BDF;
    padding: 5px 0;
}

.header-top-content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.header-top-content .email-text{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}
.header-top-content .email-text a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", serif;
}

.header-top-content .phone-number{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
}
.header-top-content .phone-number a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", serif;
}


#header {
    background: #001222;
    transition: all 0.5s;
    z-index: 1001;
    padding: 24px 0;
    border-bottom: 2px solid #009BDE;
    top: 40px;
}

#header.header-scrolled {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top:0px;
}

#header .logo {
    font-size: 26px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 200px;


}

#header .logo a {
    color: #0b2341;
}

#header .logo img {
    /* max-height:55px; */
    width: 100%;
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation
  */
.navbar {
    padding:8px 0;
    width: 100%;
    width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: end;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap:30px;
}

.navbar li {
    position: relative;
}

/* .navbar a:not(.mobile-nav-toggle, .login-acc),
.navbar a:not(.mobile-nav-toggle, .login-acc):focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 0 0px 0px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight:500;
} */

.navbar a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 0 0px 0px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight:500;
}
.navbar a:focus{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 0 0px 0px;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight:500;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar a.active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #009BDF;
    opacity: 1;
}

.navbar .bookCall .btn-book {
    padding:13px 30px !important;
    border-radius:5px;
    color: white;
    font-weight: normal;
    background-color: #009BDF;
    opacity: 1 !important;
    font-size: 18px;
    font-weight: 500;
    border: solid 1px #009BDF;
    margin-left:15px;
}
/* .navbar .bookCall .btn-book:hover{
    background: transparent;
} */

.navbar .signin .getstarted,
.navbar .signin .getstarted:focus {
    padding: 35px 0px 0;
    margin-left: 0px;
    border-radius: px;
    color: #fff;
    opacity: 1;


}

.navbar .signin .getstarted:hover,
.navbar .signin .getstarted:focus:hover {
    color: #fff;
    opacity: 1;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #001222;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li>a.active,
.navbar .dropdown ul li:hover>a {
    color: #009BDF;
    padding: 10px 20px;
}
.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    background: #009ADE;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    padding: 22px 30px;
    gap: 12px;
    transition: 0.3s all;
    border: 0;
    outline: 0;
    font-weight: 400;
}

.btn-custom:hover,
.start-now-btn:hover {
    background-color: #009ADE;
    color: #fff;
}



/*--------------------------------------------------------------
  #owl slider2 start
  --------------------------------------------------------------*/
.individuals-slider {
    position: relative;
    padding: 0 20px;
}

.individuals-slider .owl-nav {
    position: absolute;
    display: flex;
    gap: 16px;
    width: 100%;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.individuals-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    margin-left: -55px;
}

.individuals-slider .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    margin-right: -55px;
}

.individuals-slider .owl-nav button.owl-prev,
.individuals-slider .owl-nav button.owl-next,
.e-learning-sec .owl-nav button.owl-prev,
.e-learning-sec .owl-nav button.owl-next {
    width: 64px;
    height: 64px;
    font-size: 0;

}

.individuals-slider .owl-nav button.owl-prev,
.e-learning-sec .owl-nav button.owl-prev,
.individuals-slider .owl-nav button.owl-next,
.e-learning-sec .owl-nav button.owl-next {
    background: url("../img/prev.png") no-repeat center !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.individuals-slider .owl-nav button.owl-next,
.e-learning-sec .owl-nav button.owl-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.individuals-slider .owl-nav button.owl-prev:hover,
.e-learning-sec .owl-nav button.owl-prev:hover,
.individuals-slider .owl-nav button.owl-next:hover,
.e-learning-sec .owl-nav button.owl-next:hover {
    background: url("../img/next.png") no-repeat center !important;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.individuals-slider .owl-nav button.owl-next:hover,
.e-learning-sec .owl-nav button.owl-next:hover {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
/*--------------------------------------------------------------
  #owl slider2 end
  --------------------------------------------------------------*/


/**
  * Mobile Navigation start
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-menu {
    display: none;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 12, 21, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #009ADE;
    overflow-y: auto;
    overflow-x: hidden;
    transition: 0.3s;
    border-radius: 15px;
    max-height: calc(100% - 90px);
}

.navbar-mobile ul .dropdown ul{
    height: auto;
    min-height: auto;
}

.navbar-mobile a:not(.mobile-nav-toggle, .login-acc),
.navbar-mobile a:not(.mobile-nav-toggle, .login-acc):focus {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    opacity: 1;
}

.mobile-nav-toggle.bi-x>svg {
    display: none;
}

.mobile-nav-toggle.bi-x::before {
    content: "\f62a";
    position: absolute;
    background: #fff;
    color: #000;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    top: 0;
    right: 0;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #fff;
    padding: 14px 20px;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile ul .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #009BDF;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/**
  * Mobile Navigation end
  */



/*--------------------------------------------------------------
  # banner Sections General start
  --------------------------------------------------------------*/


.banner-sec{
padding: 115px 0 0px;
background: #001222;
position: relative;
}
.banner-sec::before{
    background: linear-gradient(90deg, #001222 13%, rgba(0, 38, 71, 0.633987) 73%, rgba(0, 72, 136, 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.video-container{
   width: 100%;
}
.video-container video{
    object-fit: cover;
    height: calc(100vh - 120px);
}
.banner-container {
    max-width:1200px;
    margin: 0 auto;
    position: absolute;
    top:55%;
    left: 0;
    right: 0;
    padding: 0 20px;
    box-sizing: border-box;
    transform: translateY(-55%);
}
.banner-group-btn{
    display: flex;
    align-items: center;
    justify-content: left;
    gap:20px;
}

.banner-text{
    width:70%;
    text-align: left;
}
.banner-text p{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 25px;
    padding: 25px 0 30px;
}

/*--------------------------------------------------------------
  # banner Sections General
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  # brand Sections start css
  --------------------------------------------------------------*/
  .brand-sec{
    width: 100%;
    display: block;
    padding: 30px 0;
  }
  .brand-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .brand-logo a{
    display: block;
    margin: 0 15px;
  }
  .brand-logo a .brand-logo-img{
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .brandLogo-slider .owl-item img{
    width: auto;
    }
    .brand-sec .brandLogo-slider.owl-theme .owl-nav{
        display: none;
    }
.brandLogo-slider.owl-carousel .owl-stage{
    vertical-align: middle;
    display: flex;
    align-items: center;
}

  /*--------------------------------------------------------------
  # brand Sections end css
  --------------------------------------------------------------*/
#main{
    background: #001222;

}

/*--------------------------------------------------------------
  # ourSolutions section start css
  --------------------------------------------------------------*/
  .ourSolutions-sec{
    padding:80px 0;
  }
  .ourSolutions-sec h3{
    border-bottom: solid 1px #00529B;
    padding-bottom: 30px;
    text-align: left;
  }
  .ourSolutions-left {
    margin-top:60px;
  }
  .ourSolutions-left .service-img{
  max-width: 100%;

  }
  .ourSolutions-right h5 .solution-icon{
  max-width: 100%;
  margin-right:10px;

  }
  .ourSolutions-right{
    margin-top:60px;
    padding-left: 50px;

  }
  .ourSolutions-right h5{
    margin: 35px 0 10px;
    display: flex;
    align-items: center;
  }
  .ourSolutions-right p{
    color: #BEBEBE;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    font-weight: 400;
  }
/*--------------------------------------------------------------
  # ourSolutions Sections end css
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  # expertise Sections start css
  --------------------------------------------------------------*/
  .expertise-sec{
    padding:100px 0 80px;

  }
  .expertise-bg{
    width: 100%;
    display: block;
    background: url("../img/tools-bg.svg") no-repeat center;
    background-size: cover;
    margin-top:15px;
  }
  .expertise-sec h3{
    border-bottom: solid 1px #00529B;
    padding-bottom: 35px;
    text-align: left;
    margin-bottom: 20px;
  }
  .expertise-item{
    background:#fff;
    border-radius: 30px;
    margin-top: 20px;
    height: 100%;
  }
  .expertise-item .helping-img1-img{
    border-radius: 30px 30px 0px 0px;
  }
  .expertise-content{
    padding: 16px 16px 22px;
    /* height: calc(100% - 290px); */
  }
  .expertise-content h3{
    color: #001222;
    font-weight: 600;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 24px;
  }
  .expertise-content span{
    font-size: 16px;
    color: #001222;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height: 19px;
    display: block;
    padding: 10px 0 15px;

  }
  .expertise-content p{
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
    line-height:24px;
    /* display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    min-height: 72px;
    height: calc(100% - 145px);
  }

  .cardgroup-btn{
    display: flex;
    align-items: center;
    justify-content:left;
    gap:16px;
    margin-top: 20px;

  }

  .expertise-slider.owl-carousel .owl-stage-outer {
    display: flex;
}
  .expertise-slider.owl-carousel .owl-stage {
    display: flex;
}
  .expertise-slider.owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}



  .helping-img1-img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
  .cardgroup-btn .btn-blue{
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    padding: 11px 20px
 }
 .cardgroup-btn .btn-blue:hover{
    background:transparent;
    color: #111D15;
 }
 .start-btn{
    border: solid 1px #BEBEBE;
    color: #666666;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-family: "Be Vietnam Pro", sans-serif;
    border-radius: 6px;
    padding: 11px 24px;
    background: #fff;
 }
 .start-btn:hover{
    color: #666666;
 }



 .start-btn svg{
    margin-left: 8px;
    margin-top: -2px;
 }
 .expertise-slider.owl-item img{
    width: auto;
    }
 .expertise-slider.owl-carousel.owl-theme .owl-nav{
display: none;
 }
  /*--------------------------------------------------------------
  # expertise Sections end css
  --------------------------------------------------------------*/



  /*--------------------------------------------------------------
  # requirements Sections start css
  --------------------------------------------------------------*/
  .requirements-sec{
    padding: 80px 0;
  }
  .requirements-sec h2{
    border-bottom: solid 1px #00529B;
    padding-bottom:45px;
    text-align: left;
    margin-bottom:0px;
    padding-right: 15px;
  }
  .cardbg{
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-top: 60px;
    height: calc(100% - 60px);
  }
  .content-cover{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
.content-left h4{
    color: #111D15;
    text-transform: capitalize;
}
.content-left p{
color: #666666;
text-align: left;
line-height: 25px;
font-weight: 400;
font-size: 16px;
padding: 15px 0;
}
.content-left .start-btn{
color: #111D15;
font-weight: 500;
font-size: 20px;
font-family: "Lato", sans-serif;
border: solid 1px #666666;
display: flex;
    align-items: center;
    justify-content: left;
    width: fit-content;
    margin-top:30px;
}
.content-left .start-btn svg{
    margin-top: 0;
}
.content-left{
    width: 50%;
    text-align: left;
    padding-right: 50px;
}
.content-right{
    width: 50%;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: stretch;
}
.content-right .coaching-img{
    max-width: 100%;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.content-left .plans-cover{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.content-left .plans-cover .plans{
    display: flex;
    align-items: center;
    justify-content: left;
    background: #001222;
    border-radius: 4px;
    padding: 5px 10px 7px;
    width: 100%;
    margin-top:15px;

 }
 .content-left .plans-cover .plans p{
    font-size: 16px;
    font-weight:600;
    color: #fff;
    font-family: "Lato", sans-serif;
    padding:0px 0 0px 10px;
 }
 .bg-gray{
    background: #F2F2F2;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
 }
 .bg-gray h5{
    color: #000000;
 }
 .bg-gray p{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
 }
 .bg-gray .rating{
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 12px 0 15px;
 }
 .bg-gray .rating svg{
    margin-right: 5px;
 }



 .content-cover2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }

.content-right2 h4{
    color: #111D15;
    text-transform: capitalize;
}
.content-right2 p{
color: #666666;
text-align: left;
line-height: 25px;
font-weight: 400;
font-size: 16px;
padding: 15px 0;
}
.content-right2 .start-btn{
color: #111D15;
font-weight: 500;
font-size: 20px;
font-family: "Lato", sans-serif;
border: solid 1px #666666;
display: flex;
    align-items: center;
    justify-content: left;
    width: fit-content;
    margin-top:30px;
}
.content-right2 .start-btn svg{
    margin-top: 0;
}
.content-right2{
    width: 50%;
    text-align: left;
    padding-right:0px;
  padding-left: 50px;
}
.content-right2 .Guided-text{
    display: flex;
    align-items: self-start;
    justify-content: left;
}
.content-right2 .Guided-text p{
    width: calc(100% - 20px);
    padding-left:8px;

}
.content-right2 .Guided-text.Guided-text-first p{
padding-bottom: 0;
}
.content-right2 .Guided-text svg{
    margin-top: 18px;
}

.content-left2{
    width: 50%;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: stretch;
}
.content-left2 .coaching-img{
    max-width: 100%;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.content-right2 .plans-cover{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.content-right2 .plans-cover .plans{
    display: flex;
    align-items: center;
    justify-content: left;
    background: #001222;
    border-radius: 4px;
    padding: 5px 10px 7px;
    width: 100%;
    margin-top:15px;

 }
 .content-right2 .plans-cover .plans p{
    font-size: 16px;
    font-weight:600;
    color: #fff;
    font-family: "Lato", sans-serif;
    padding:0px 0 0px 10px;
 }

    /*--------------------------------------------------------------
  # requirements Sections end css
  --------------------------------------------------------------*/


    /*--------------------------------------------------------------
  # client Sections start
  --------------------------------------------------------------*/
.client-sec{
    padding: 80px 0;
    display:block;
    width: 100%;
}

.client-sec h2{
    border-bottom: solid 1px #00529B;
    padding-bottom: 35px;
    text-align: left;
    margin-bottom: 0px;
    padding-right: 60px;
}
.client-item{
    background: #fff;
    box-shadow: 0px 0px 6px 0px #00000012;
border-radius: 20px;
padding:40px;
margin-top: 60px;
height: 100%;

}
.client-item .zoomerr-logo-img{
max-width: 100%;
text-align: left;
}
.clients-slider.owl-carousel .owl-stage-outer{
    display: flex;

}
.clients-slider.owl-carousel .owl-stage {
    display: flex;
}
.clients-slider.owl-carousel .item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;

}

.client-item p{
    font-size: 22px;
    text-align: left;
    line-height: 38px;
    color: #000;
    font-weight: 400;
    /* height:370px; */
    padding-top: 30px;
    /* overflow-y: auto; */
    height: calc(100% - 75px);

}

.client-item .team-cover{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 30px;
}
.client-item .team-cover .user-thumb1-img{
width: 64px;
height: 64px;
background: #666666;
border-radius: 50%;
object-fit: cover;
}

.client-item .team-cover .team-content{
    padding-left: 15px;
}

.client-item .team-cover .team-content h6{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #000;
}
.client-item .team-cover .team-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Be Vietnam Pro", sans-serif;
    color: #475569;
    height: auto;
    padding-top:0px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    /* height: 44px; */
}

.client-sec .row{
    --bs-gutter-x: 0.5rem;
}

.client-sec .start-btn{
    color: #fff;
    background: #009BDE;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    padding: 6px 35px 10px;
    font-family: "Lato", sans-serif;
    border: solid 1px #009BDF;
    display: table;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        margin-top:48px;
    position: relative;

    }

    .client-sec .start-btn:hover{
        transition: 0.3s;
        background: transparent;
    }

.clients-slider .owl-item img{
width: auto;
}
.clients-slider.owl-carousel.owl-theme .owl-nav {
    display: none !important;
}
    /*--------------------------------------------------------------
  # client Sections end
  --------------------------------------------------------------*/


    /*--------------------------------------------------------------
  # yourSuccess Sections Start
  --------------------------------------------------------------*/
  .yourSuccess-sec{
    padding:80px 0 20px 0;
    width: 100%;
    display: block;
    background: url("../img/tools-bg.svg") no-repeat center;
    background-size: cover;
     margin-top: 50px;
  }

  .yourSuccess-sec h2{
    color: #fff;
    text-align: center;
  }
  .yourSuccess-sec p{
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
  }
  .yourSuccess-sec .start-btn{
   color: #009BDE;
   font-size: 26px;
   font-weight: 500;
   text-transform: capitalize;
   margin: 0 auto;
   display: table;
   padding: 11px 30px;
  }

  .yourSuccess-sec .owlslider{
    position: relative;
  }
  .yourSuccess-sec .owlslider .item{
 margin-top:40px;
  }


  .yourSuccess-sec .owlslider .owl-nav {
      top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.yourSuccess-sec .owlslider .owl-dots {
    display: none;
}

.yourSuccess-sec .owlslider .owl-nav .owl-prev {
    background: url("../img/left-arrow.svg") no-repeat center !important;
    width:52px;
    height:53px;
    background-size: contain;
    left: 0;
    margin-top: -26px;
    position: absolute;
}

.yourSuccess-sec .owlslider .owl-nav .owl-next {
    background: url("../img/right-arrow.svg") no-repeat center !important;
    width:52px;
    height:53px;
    background-size: contain;
    right: 0;
    position: absolute;
    margin-top: -26px;
}

.yourSuccess-sec .owlslider .owl-nav .owl-prev:hover,
.yourSuccess-sec .owlslider .owl-nav .owl-next:hover {
    opacity: 0.7;
}

.yourSuccess-sec .owlslider .owl-nav .owl-prev span {
    font-size: 0;
}

.yourSuccess-sec .owlslider .owl-nav .owl-next span {
    font-size: 0;
}
.yourSuccess-sec .owlslider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}
      /*--------------------------------------------------------------
  # yourSuccess Sections end
  --------------------------------------------------------------*/




        /*--------------------------------------------------------------
  # getYour Sections end
  --------------------------------------------------------------*/
  .getYour-sec{
    padding: 120px 0;
  }


  .getYour-sec h2{
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
    line-height: 62px;
  }
  .getYour-sec p{
    color: #BEBEBE;
    text-align: center;
    line-height:38px;
    font-size: 24px;
    font-weight:400;
    padding: 22px 0;
  }
  .getYour-sec .form-control{
     font-size: 20px;
    font-weight: 500;
    font-family: "Be Vietnam Pro", sans-serif;
    padding:14px 30px;
    transition: 0.3s;
    box-shadow: none;
    border-color: #fff;
  }
  .getYour-sec .form-control::placeholder{
  opacity: 1;
  color: #fff;
  }
  .getYour-sec .form-control:hover{
    background: transparent;
    color: #fff;
    transition: 0.3s;
  }

  .getYour-sec .form-control::placeholder{
    color: #A2A9B0;
  }
  .getYour-sec .form-control:hover::placeholder{
    color: #fff;
  }

  .getYour-sec .start-btn{
   font-size: 26px;
   font-weight: 500;
   text-transform: capitalize;
   margin: 0 auto;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 10px 33px;
   background: #009BDE;
   color: #fff;
   border: solid 1px #009BDE;

  }
  .getYour-sec .getYour-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 708px;
    width: 100%;
    margin: 0 auto;
  }

        /*--------------------------------------------------------------
  # getYour Sections end
  --------------------------------------------------------------*/







/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
    background: #fff;
     color: #fff;

}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
.footer-main {
    padding: 80px 0;
}
.footer-main span{
    font-size: 16px;
    display: block;
    text-align: left;
    color: #0F172A;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Roboto", serif;
    padding: 12px 0;
    line-height:18px;
}
.footer-main a{
    font-size: 16px;
    display: block;
    text-align: left;
    color: #475569;
    font-weight:400;
    font-family: "Roboto", serif;
    padding: 12px 0;
    line-height: 22px;
}

.footer-links-wrapper .logo {
    display: inline-block;
}

.footer-links-wrapper .logo img {
    width: 330px;
}

.footer-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 80px;
    margin-top: 18px;
}

.footer-links a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    color: #fff;
    text-decoration: underline;
    transition: 0.3s all;
}

.footer-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin: 124px 0 10px;
}


.copyright {
    padding:24px 0;
    background-color: #fff;
    border-top: solid 1px #ccc;
}
.social-icon{
    display: flex !important;
    align-items: center !important;
    justify-content:right !important;
    gap: 20px !important;
}
.copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
}
.copyright-cover {
    display: flex;
    align-items: center;
    justify-content: end;
}
.copyright ul * {
    font-size: 16px;
}

.footer-links a:hover {
    color: #009ADE;
}

.copyright ul .app-store{
    margin-left:30px;
}
.copyright ul{
    justify-content: space-between;
    float: left;
}
.copyright-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-right{
    display: inline-block !important;
    float: right;
}
.copyright-right li{
    display: inline-block;
    padding: 0 10px;
}
.copyright-right li:first-child{
    padding-left: 0;
}
.copyright-right li:last-child{
    padding-right: 0;
}
.copyright-right li a{
    font-size: 16px;
    color:#475569;
    font-weight: 400;
    display: inline-block;
    font-family: "Roboto", serif;
}
.copyright-cover {
    display: flex;
    align-items: center;
    justify-content: end;
    gap:48px;
}
.copyright-footer p{
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    font-family: "Roboto", serif;
}
/** End Footer **/

/* Inner section css start */
.bannerinner-sec{
    width: 100%;
    display: block;
    padding: 200px 0 0px;
}
.bannerinner-sec h1{
    text-align: left;
}
.bannerinner-sec p{
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    padding-top: 15px;
    font-weight: 400;
}
.bannerinner-sec .bdr{
    border-top: solid 1px #00529B !important;
    padding: 0 0 20px;
    margin-top: 55px;
    height: 1px;
    width: 100%;
    display: block;
}

.book-btn {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    border: solid 1px #019ADE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 30px;
    background: #019ADE;
    border-radius: 6px;
    padding: 7px 24px 9px;
    text-transform: capitalize;
    max-width: 198px;
    width: 100%;
    transition: 0.3s;
}

.book-btn:hover {
    color: #FFF;
    background: transparent;    transition: 0.3s;
}

.bannerinner-sec .book-btn {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    border: solid 1px #019ADE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top:0px;
    background: #019ADE;
    border-radius: 6px;
    padding: 7px 24px 9px;
    text-transform: capitalize;
    max-width: 198px;
    width: 100%;
}
.bannerinner-sec .book-btn svg {
    margin-left: 10px;
    margin-top: 0px;
}

/* Inner section css end */

/* coachingPlan pag css start*/
/* text content sec css start */
.text-content-sec{
    padding-top:40px;
}
.text-content-sec .text-contentbg{
    background: #00294D;
    padding: 30px;
    border-radius: 20px;
}
.text-content-sec .text-contentbg p{
    font-size: 20px;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
    color: #fff;

}
.text-content-sec .text-contentbg .padd-top{
    padding-top: 20px;
}

/* text content css end */
.coachingPlan-page .requirements-sec{
    padding-top: 0;
}
.coachingPlan-page .requirements-sec .cardbg{
border: solid 2px #36B864;
position: relative;
}
.coachingPlan-page .requirements-sec .roibg{
background: #36B864;
color: #fff;
text-align: center;
font-size: 19px;
font-weight: 600;
font-family: "Be Vietnam Pro", sans-serif;
padding: 3px;
position: absolute;
left: 0;
right: 0;
top: 0;
border-radius: 16px 16px 0px 0px;
}
.coachingPlan-page .requirements-sec .cardbg .pt-30{
    padding-top: 30px;
}
.coaching-btn-group {
    display: flex;
    align-items: center;
    justify-content: left;
    gap:20px;
}
.coaching-btn-group .start-btn{
    color: #111D15;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    border: solid 1px #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 30px;
    border-radius: 6px;
    padding:7px 24px 9px;
    background: #fff;
    text-transform: capitalize;
    max-width: 198px;
    width: 100%;
}

.coaching-btn-group .start-btn:hover{
    color: #111D15;
}
.coaching-btn-group .start-btn svg {
    margin-left:10px;
    margin-top:0px;
}

.coaching-btn-group .book-btn{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    border: solid 1px #019ADE;
    display: flex;
    align-items: center;
    justify-content:center;
    width: fit-content;
    margin-top: 30px;
    background: #019ADE;
    border-radius: 6px;
    padding:7px 24px 9px;
    text-transform: capitalize;
    max-width: 198px;
    width: 100%;
    transition: 0.3s;
}
.coaching-btn-group .book-btn:hover{
    color: #fff;
    transition: 0.3s;
    background: transparent;
}
.coaching-btn-group .book-btn svg {
    margin-left:10px;
    margin-top:0px;
}
.mt-40{
    margin-top: 40px;
}
/* coachingPlan pag css end*/




/* eLearning product page css start */
.eLearning-Products-page .bannerinner-sec .bdr{
    padding: 0 0 0;
}
.eLearning-Products-page .bannerinner-sec .text-b{
    font-weight: 700;
}

.eLearning-product-sec{
    padding-bottom: 80px;
}
.eLearning-product-sec .card-box{
    background: #fff;
    margin-top:60px;

box-shadow: 0px 10px 15px -3px #0000001A;
border-radius: 20px;

}
.eLearning-product-sec .card-box .card-box-top {
    border-radius: 0;
    height: 210px;
    position: relative;
    border-radius: 20px 20px 0px 0px;
}
.eLearning-product-sec .card-box .card-box-top .card-img {
    max-width:100%;
    margin: 0 auto;
    border-radius: 20px 20px 0px 0px;
    height: 100%;
    object-fit: cover;
}

.eLearning-product-sec .card-boxBody {
    padding: 25px 15px 15px;
}
.eLearning-product-sec .card-boxBody .free-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eLearning-product-sec .card-boxBody .free-title h2 {
    font-size: 28px;
    color: #C23B33;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}
.eLearning-product-sec .card-boxBody .free-title .star-div{
    display: flex;
    align-items: center;
    justify-content: left;
}
.eLearning-product-sec .card-boxBody .free-title .star-div svg{
    width: 18px;
}
.eLearning-product-sec .card-boxBody .free-title .star-div sup {
    font-size: 14px;
    color: #FF9800;
    font-weight: 400;
    top:2px;
    font-family: "Roboto", serif;
    padding-left: 5px;
}
.eLearning-product-sec .card-box .card-boxBody .content-text {
    font-size:24px;
    color: #000000;
    font-weight:700;
    text-align: left;
    padding: 15px 0 0;
    min-height:72px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    line-height: 28px;
    margin-bottom:20px;
}
.eLearning-product-sec .card-boxBody .user-box-cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eLearning-product-sec .card-boxBody .user-box-cover .user-text {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top:0px;
}
.eLearning-product-sec .card-box .card-boxBody .user-box-cover .user-text svg {
    width: 20px;
    height: 20px;
}
.eLearning-product-sec .card-boxBody .user-box-cover .user-text p {
    font-size: 14px;
    color: #00529B;
    font-weight: 400;
    padding-left:8px;
    font-family: "Roboto", serif;
}
.eLearning-product-sec .choose-course-btn {
    border: solid 2px #009BDE;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight:500;
    font-family: "Roboto", serif;
    color: #fff;
    background: #009BDE;
    margin-top:48px;
    height: 48px;
    padding: 10px 10px 10px;
    box-sizing: border-box;
    text-transform: capitalize;
    border-radius: 8px;
    letter-spacing: 0.5px;
}

.eLearning-product-sec .choose-course-btn svg{
    margin-left:15px;
}


/* eLearning product page css end */


/* About us page css start */
.smvp-sec{
    padding:60px 0 80px;
    width: 100%;
    display: block;
}
.smvp-sec .smvpt1{
 width: 100%;
}
.smvptBg{
    background: #00294D;
    border-radius: 20px;
    padding:20px 30px;
    margin-top: 60px;
}
.smvptBg p{
    font-size: 20px;
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
    padding: 10px 0;
}
.aboutus-page .bannerinner-sec .bdr{
    padding: 0 0 0px
}
.america-sec{
    width: 100%;
    display: block;
    padding: 20px 0 80px;
}
.america-sec h2{
    border-bottom: solid 1px #00529B;
    padding-bottom: 35px;
    text-align: left;
    margin-bottom: 0px;
    padding-right:0px;
}
.america-content{
    display: flex;
    align-items: center;
    justify-content: left;
    gap:40px;
    padding-top: 60px;
}
.img-cover{
    position: relative;
}
.img-cover .btn-redius{
    background: #fff;
    color: #c32627;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: "Be Vietnam Pro", sans-serif;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 50px;
    padding: 10px 10px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 220px;
    margin: 0 auto;
    bottom: -20px;
}

/* About us page css end */



/* testimonials page css start */
.testimonials-sec{
    padding:40px 0 80px;
}
.topic-text{
color: #fff;
text-align: left;
font-family: "Be Vietnam Pro", sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 25px;
}


.testimonials-sec .tabs {
    display: flex;
    justify-content: left;
    padding: 15px 0;
    gap: 15px;
  }

 .testimonials-sec .tab {
    padding:7px 15px;
    background-color: #00294D;
    color: white;
    font-family: "Be Vietnam Pro", sans-serif;
font-size: 20px;
font-weight: 400;
    border-radius:30px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: capitalize;
    border: solid 1px #00294D;
  }
  .testimonials-sec .tab:hover {
    background-color: #004079;
    border: solid 1px #009BDE;
  }
  .testimonials-sec .tab.active {
    background-color: #004079;
    border: solid 1px #009BDE;
  }

  .gallery {
    display:inline-block;
    /* grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); */
    gap: 20px;
    padding: 20px 0;
    justify-content: center;
    width: 100%;
  }

  .gallery .cardBox {
    background-color: white;
    color: black;
    border-radius:20px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 10px;
    height: 420px;
    position: relative;
    width: 100%;
    max-width: 300px;
  }
  .gallery .cardBox .youtube-play-icon{
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 cursor: pointer;
}
   .gallery .cardBox.cardBox2{
    width: 100%;
    max-width:620px;
  }





  .gallery .cardBox .video-thumbnail{
object-fit: cover;
width: 100%;
height: 100%;
  }

  .gallery .cardBox:hover {
    transform: scale(1.02);
  }

   .load-more {
    text-align: center;
    margin: 20px 0;
  }

  .load-more button {
    padding: 16px 20px;
    background-color: #00294D;
    color: white;
    border: none;
    border-radius:10px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    width: 100%;
  }

  .load-more button:hover {
    background-color: #00294D;
  }


.cardBox-item{
 padding:20px;
 height: 100%;
}
.cardBox-item .zoomerr-logo-img{
max-width: 100%;
text-align: left;
margin-top: 20px;
}
.cardBox-item p{
    font-size:19px;
    text-align: left;
    line-height:24px;
    color: #000;
    font-weight: 400;
    height: calc(100% - 50px);
    padding-top: 0;
    overflow-y: auto;
}

.cardBox-item .team-cover{
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 30px;
}
.cardBox-item .team-cover .user-thumb1-img{
width:48px;
height:48px;
background: #666666;
border-radius: 50%;
object-fit: cover;
}

.cardBox-item .team-cover .team-content{
    padding-left: 10px;
}

.cardBox-item .team-cover .team-content h3{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Roboto";
    color: #000;
}
.cardBox-item .team-cover .team-content p{
    font-size: 14px;
    font-weight: 400;
    line-height:19px;
    font-family: "Roboto";
    color: #475569;
    height: auto;
    padding-top:0px;

}
.video-modal .modal-content{
    border-radius: 35px;
}


.video-modal .modal-content .modal-body .video-container {
    width: 100%;
    aspect-ratio: 16 / 24;
    overflow: hidden;
}
.video-modal .modal-content .modal-body .video-container video{
    border-radius: 35px;
    object-fit: cover;
    height:100%;
    width: 100%;
}

.video-modal.video-modal-larg .modal-content .modal-body .video-container{
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.video-modal.video-modal-larg .modal-body .video-container video{
    border-radius: 35px;
    object-fit: cover;
    height:100%;
    width: 100%;
}

.video-modal .modal-header{
    border-bottom: none;
    padding: 0;
    position: relative;
}
.video-modal .modal-header .modal-title{
    display: none;
}
.video-modal .modal-header .btn-close{
position: absolute;
right:-20px;
top: 0;
font-size: 0;
z-index: 99999999999;
opacity: 1;
}
.video-modal .modal-body{
padding: 0;
/* height: calc(100vh - 130px); */
}







.video-modal .progress-container {
    display:block;
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 34px;
    z-index: 99;
  }

  .video-modal .progress-bar {
    flex-grow: 1;
    height:8px;
    background-color:rgba(234, 234, 234, 0.2);
    border-radius:10px;
    overflow: hidden;
    position: relative;
  }

  .video-modal .progress-bar-inner {
    width:75%;
    height: 100%;
    background-color: #fff;
    border-radius:10px;
  }

  .video-modal .timer-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  }
  .video-modal .time {
    margin-left:0px;
    font-size: 17px;
    color: #fff;
  }

  .video-modal .play-button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
  }

  /* .video-modal .play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  } */



/* testimonials page css end */


/* contact Us popup css start */
.contact-us .modal-header {
    border: none;
}

.contact-us .modal-header .modal-title {
    line-height: normal;
    color: var(--main-color);
    font-weight:600;
    font-size: 28px;
}

.contact-us .modal-header .close {
    padding: 0;
    margin: 0px 0 0 0;
    font-size:45px;
    opacity: 1;
    border: none;
    background: transparent;
    font-weight: 400;
}

.contact-card-box-cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card-box {
    text-align: center;
    padding: 20px 10% 50px;
}

.contact-card-box h5 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
    color: #000;
    font-weight: 500;
}

.contact-card-box p {
    font-size: 16px;
    padding-top: 15px;
    line-height: 19px;
}

.subscrive-text {
    margin: 35px 0 32px;
}

.subscrive-text label {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 19px;

    font-weight: 600 !important;
}

.subscrive-text label.form-check {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.subscrive-text label.form-check input {
    height: 22px;
    width: 22px;
    background-color: var(--white-color);
    border: 1px solid var(--text-gray);
    border-radius: 5px;
    margin-right: 20px;
}

.subscrive-icon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 auto;
}

.subscrive-icon-box .subscrive-content p {
    line-height: 22px;
    font-size: 16px;
}

img.logo-small-icon {
    height: 73px;
}

/* contact Us popup css end */

/* terms and condition page css start */
.about-content.privacy-content {
    padding: 120px 0 50px;
}
.about-content.privacy-content h1 {
font-weight: 500;
font-size: 2.5rem;
line-height: 48px;
}
.privacy-content p {
    text-align: left !important;
    max-width: none !important;
    font-size: 16px;
    padding-top:10px;
    color: #fff;
    font-weight: normal;
    padding: 15px 0;
}
.privacy-content p a{
    color: #009BDF;
}
.about-content.privacy-content h3{
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-top: 25px !important;
    color: #fff;
    line-height: 21px;
}

.privacy-content ul {
    font-size: 20px !important;
    padding-left: 20px;
    color: #fff;
}

.privacy-content ul li a{
    color: #009BDF;
}
.privacy-content ul li a:hover{
    color: #009BDF;
    opacity: 1;
}
.privacy-content ul.information-list{
    font-size: 18px !important;
    margin-bottom: 0;
    color: #fff;
}

.privacy-content .contact-information{
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    color: #fff;
}
/* terms and condition page css end */






/* book appointment page css start */
.book-appointment-section {
    padding-bottom: 150px;
}

.book-appointment-section .row {
    padding: 0 60px;
}

.book-appointment-page h1.title {
    font-size: 60px;
}

.book-appointment-card {
    max-width: 330px;
    margin: 0 auto;
    text-align: center;
    margin-top:80px;
}

.book-appointment-card img {
    max-width: 100%;
}

.book-appointment-card h2 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 0;
    line-height: 1.2;
    font-weight:600;
}



.book-appointment-card .btn-custom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px;
    margin-bottom: 5px;
    background: #C23B33;
}
.book-appointment-card .btn-custom .btn-text {
    font-size:16px;

}
.book-appointment-section .row.book-group-btn{
    padding: 0;
    --bs-gutter-x:10px;
}
.book-group-btn .btn-book{
    width: 100%;
    margin:5px;
    text-align: center;
    border: 1px solid #BCBCBC;
    background: #fff;
   cursor: pointer;
    max-width:100%;
 padding: 0;

}
.book-group-btn .btn-book a{
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    font-weight: normal;
    padding: 11px 5px;
    width:80%;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    height: 84px;;
}
.book-group-btn .btn-book:first-child{
    margin-left: 0;
}
.book-group-btn .btn-book:last-child{
    margin-right: 0;
}
@media (max-width:992px) {
    .book-appointment-section .row {
        padding: 0 40px;
    }
    .book-group-btn .btn-book a{
        line-height: 24px;
    }
}





.contact-us .modal-header {
    border: none;
}

.contact-us .modal-header .modal-title {
    line-height: normal;
    color: var(--main-color);
    font-family: 'GothamMedium';
    font-size: 28px;
}

.contact-us .modal-header .close {
    padding: 0;
    margin: 0px 0 0 0;
    font-size: 35px;
    opacity: 1;
    border: none;
    background: transparent;
}

.contact-card-box-cover {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card-box {
    text-align: center;
    padding: 20px 10% 50px;
}

.contact-card-box h5 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
}

.contact-card-box p {
    font-size: 16px;
    padding-top: 15px;
    line-height: 19px;
}

.subscrive-text {
    margin: 35px 0 32px;
}

.subscrive-text label {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 19px;
    font-family: 'GothamMedium';
    font-weight: normal !important;
}

.subscrive-text label.form-check {
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.subscrive-text label.form-check input {
    height: 22px;
    width: 22px;
    background-color: var(--white-color);
    border: 1px solid var(--text-gray);
    border-radius: 5px;
    margin-right: 20px;
}

.subscrive-icon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    margin: 0 auto;
}

.subscrive-icon-box .subscrive-content a {
    line-height: 22px;
    font-size: 16px;
    color: #000;
}

img.logo-small-icon {
    height: 73px;
}

/* book appointment page css end */

body a.color-primary, body a.color-primary:hover {
    color: #009BDF;
}





/* Pricing page css start */

.pricing-sec{
    margin-bottom:100px;
}
.Choose-plan-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:95px;
}

.Choose-plan-head p{
    font-family: "DM Sans", serif;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.Choose-plan-head .payment-switch{
display: flex;
align-items: center;
justify-content: end;
gap: 10px;
}

.Choose-plan-head .payment-switch p{
    font-family: "DM Sans", serif;
    font-size:16px;
    font-weight: 400;
    color: #fff;
}

.payment-switch-form .switch {
    display: inline-block;
    position: relative;
    width:44px;
    height: 24px;
    border-radius: 20px;
    background:#4c5964;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.payment-switch-form .switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.payment-switch-form .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
.payment-switch-form input:checked + .switch {
    background: #009BDF;
}
.payment-switch-form input:checked + .switch::before {
    left: 20px;
    background: #fff;
}
.payment-switch-form input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0,150,136,0.2);
}


.pricing-detailsCard{
    background:#fff;
    padding: 40px 24px;
    border-radius: 4px;
    margin-top: 40px;
    min-height: 567px;
}
.pricing-detailsCard h6{
  color: #191D23;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}
.pricing-detailsCard p{
    color: #64748B;
    font-size: 16px;
    font-weight: 400;
    font-family: "Manrope", serif;
    line-height: 21px;
    text-align: left;
    padding-top: 11px;
}
.pricing-detailsCard span{
    gap: 5px;
color: #191D23;
font-size:56px;
font-weight: 600;
font-family: "Manrope", serif;
display: flex;
    align-items: center;
    justify-content: left;
 padding: 20px 0 24px;

}
.pricing-detailsCard span sup{
    color: #4B5768;
    font-size:16px;
font-weight:300;
font-family: "Manrope", serif;
top: 0;
}
.pricing-detailsCard .enroll-btn{
    color: #1D4ED8;
    font-size:16px;
font-weight:600;
font-family: "Manrope", serif;
border: solid 1px #1D4ED8;
text-transform: capitalize;
text-align: center;
width: 100%;
border-radius: 4px;
height: 44px;
background: #fff;
display: block;
display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-detailsCard ul{
    padding: 0;
    margin:40px 0 0;
}
.pricing-detailsCard ul li{
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 12px;
}
.pricing-detailsCard ul li p{
    color: #191D23;
    font-size:16px;
    font-weight:500;
    font-family: "Manrope", serif;
    padding-left: 17px;
    width: calc(100% - 37px);
    padding-top:0px;
}
.pricing-detailsCard.pricing-detailsCard-bg{
    background:#009BDF;
    border-radius: 12px;
}

.pricing-detailsCard.pricing-detailsCard-bg h6{
    color: #fff;
}
.pricing-detailsCard.pricing-detailsCard-bg p{
    color: #F7F8F9;

}
.pricing-detailsCard.pricing-detailsCard-bg span{
    color:#fff;

}
.pricing-detailsCard.pricing-detailsCard-bg span sup{
    color: #F7F8F9;
}

.pricing-detailsCard.pricing-detailsCard-bg ul li p{
    color:#fff;
}
.pricing-detailsCard.pricing-detailsCard-bg .enroll-btn{
    border: solid 1px #fff;
}

/* Pricing page css end */


/* book call page css start */
.bookCall-sec{
    margin: 60px 0 100px;
}
.bookCall-content {
 border-radius: 10px;
    background: #fff;
    width: 100%;
    padding: 50px;
}
.bookCall-content h3{
 color:  #111827;
 font-weight: 700;
 font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.bookCall-content p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color:  #111827;
    margin-bottom: 40px;
}



.bookCall-content .bookform-content{
    position: relative;
}
.bookCall-content .bookform-content p{
    font-weight: 500;
    font-size:17.68px;
    line-height: 26.51px;
    color: #111827;
    padding-bottom: 10px;
    margin-bottom:0px;
}

.bookCall-content .bookform-content select{
    background-color:#F6F9FF;
    padding: 12px;
    border: 1px;
    border: #EEF4FF solid 1px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    color: #111827;
    -webkit-appearance: none;
}
.bookCall-content .bookform-content svg{
    position: absolute;
    right: 12px;
    top: 50px;
}
.bookCall-content .form-group{
position: relative;
margin-bottom:20px;
}

.bookCall-content .form-group label{
    font-weight: 500;
    font-size:17px;
    line-height: 26px;
    color: #111827;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;

}
.bookCall-content .form-group input{
   background-color:#F6F9FF;
   padding: 12px;
   border: 1px;
   border: #EEF4FF solid 1px;
   border-radius: 5px;
   width: 100%;
   height: 50px;
   color: #111827;
}


.bookCall-content .book-cover{
 display: flex;
 align-items: center;
 margin-top: 40px;
}


.bookCall-content .book-cover button{
    background-color: #019ADE;
    width: 199px;
    height: 48px;
    padding: 12px 32px;
    border-radius: 6px;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    font-family: "Lato", serif;
    white-space: nowrap;
}
.bookCall-content .book-cover p{
    font-size: 12px;
    padding-left:10px ;
    line-height: 16px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;

}

.servicemvp-lead-page .bookCall-content h3{
    padding-bottom: 40px;
    }
    .servicemvp-lead-page .bookCall-content .bookform-content p.text-hide{
        visibility: hidden;
        padding-bottom: 0;
        line-height: 20px;
    }
    .servicemvp-lead-page .bookCall-content .bookform-content svg{
        top: 34px;
    }

    .servicemvp-lead-page .bookCall-content .form-group textarea {
        background-color: #F6F9FF;
        padding: 12px;
        border: #EEF4FF solid 1px;
        border-radius: 5px;
        width: 100%;
        height: 50px;
        min-height: 147px;
        color: #111827;
        margin-top: 40px;
    }
    .servicemvp-lead-page .bookCall-content .book-cover{
        margin-top: 20px;
    }

    .servicemvp-lead-page .bookCall-content .book-cover button svg {
        margin-left: 10px;
        margin-top: 0px;
    }

    .servicemvp-lead-page .bookCall-sec {
        margin: 60px 0 100px;
        width: 100%;
        display: inline-block;
    }
/* book call page css end */



/* Contactus  page css end */

.contactus-sec{
    margin: 60px 0 100px;
}
.contactus-Cardbg{
 border-radius: 10px;
    background: #fff;
    width: 100%;
    padding:90px;
}
.contactus-content{
display: flex;
align-items:start;
justify-content:left;
gap: 100px;
}


.contactus-content .contactus-right-content h3{
 color: #111827;
 font-size: 32px;
 font-weight: 700;
 text-align: left;
 padding-bottom: 16px;
 line-height: 40px;
}
.contactus-content .contactus-right-content p{
    color: #111827;
    font-size:16px;
    font-weight:500;
    text-align: left;
   }
   .contactus-content .contactus-right-content .contactus-icon{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
}
.contactus-content .contactus-right-content .contactus-icon a{
    display:block
}
.contactus-content .contactus-right-content .contactus-icon a p{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
 text-align: center;
 padding-top: 15px;
}
.contactus-content .contactus-right-content{
    width: calc(100% - 223px);
}

/* Contactus page css end */


/* Speaking page css Start */
.bannerinner-sec .speaking-banner{
    max-width: 100%;
    margin:40px 0 60px;
}
.speaking-sec{
    margin:30px 0;
}
.speaking-sec .bdr{
    margin: 45px 0;
border-top: solid 1px #00529B !important;
height: 1px;
width: 100%;
display: block;
}
.about-book{
    display: flex;
    align-items:start;
    justify-content: center;
    gap:26px;
}

.social-icon-group{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 16px;
    margin-top:20px;
    margin-bottom: 20px;
}


.about-book .about-book-img{
    max-width: 100%;
}
.cardBg-content{
    background: #00294D;
    padding: 30px;
    border-radius: 20px;
}

.cardBg-content p{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #fff;
}
.cardBg-content ul{
    padding-bottom: 20px;
    padding-left: 0;
    margin-bottom: 0;
}
.cardBg-content ul li{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
    position: relative;
    color: #fff;
    list-style: none;
    padding-left:15px;
}
.cardBg-content ul li::before{
background: #fff;
padding:3.5px;
content: "";
position: absolute;
left: 0;
top:9px;
border-radius: 50%;

}
.speaking-sec.aboutThe-speak-sec{
    margin: 90px 0 60px;
}
.speaking-sec.aboutThe-speak-sec .cardBg-content p{
 font-size: 28px;
 line-height: 40px;
 padding-bottom: 0;
}

.speaking-topics-sec{
    margin-bottom: 48px;
}
.speaking-topics-sec .cardBg-content {
    background: #00294D;
    padding: 30px;
    border-radius: 20px;
}

.speaking-topics-sec .cardBg-content.mb-48{
    margin-bottom: 48px;
}
.speaking-topics-sec .cardBg-content p {
    font-size:28px;
    line-height:40px;
    font-weight: 400;
    padding-bottom: 20px;
    color: #fff;
}
.speaking-topics-sec .cardBg-content ul {
    padding-bottom:0px;
    padding-left: 0;
    margin-bottom: 0;
}
.speaking-topics-sec .cardBg-content ul li {
    font-size:28px;
    line-height:40px;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
    position: relative;
    color: #fff;
    list-style: none;
    padding-left:20px;
    padding-bottom: 25px;
}
.speaking-topics-sec .cardBg-content ul li:last-child{
    padding-bottom: 0;
}

.speaking-topics-sec .cardBg-content ul li::before {
    background: #fff;
    padding: 3.5px;
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    border-radius: 50%;
}
.speaking-topics-sec .bdr {
    margin: 45px 0;
    border-top: solid 1px #00529B !important;
    height: 1px;
    width: 100%;
    display: block;
}

.speaking-page .bannerinner-sec .book-btn{
    margin-bottom: 80px;
}


.book-modal .modal-header{
    position: relative;
    padding: 25px 40px 0;
    border-bottom: none;
}
.book-modal h1 {
    color: #111827;
    font-weight: 700;
    font-size:20px;
    line-height: 40px;
    text-transform: capitalize;


}
.book-modal .modal-header .close {
background: transparent;
border: none;
position: absolute;
right: 0;
top: 28px;
}

.book-modal .modal-body.bookCall-content{
    padding: 25px 40px;
}
.book-modal .modal-body.bookCall-content .bookform-content svg {
    position: absolute;
    right: 12px;
    top: 15px;
}
.book-modal .modal-body.bookCall-content .form-group textarea {
    background-color: #F6F9FF;
    padding: 12px;
    border: #EEF4FF solid 1px;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    min-height: 147px;
    color: #111827;
    margin-top:0px;
}
.book-modal .modal-body.bookCall-content .book-cover {
    margin-top: 0;
}

/* Speaking page css end */

/* tools success page css start */
.tools-book-btn.coaching-btn-group .book-btn{
   max-width: 280px;
}
.tools-text{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding-top: 20px;
    color: #fff;
}

.tools-success-page .about-book .cardBg-content h4{
 color: #fff;
 font-weight: 400;
 padding-bottom: 20px;
 line-height: 43.2px;

}
.excelling-bg{
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    margin-top: 80px;
}
.excelling-sec{
    padding: 60px 0 30px;
}
.excelling-sec .bdr {
    margin:30px 0;
    border-top: solid 1px #00529B !important;
    height: 1px;
    width: 100%;
    display: block;
}
.excelling-bg .row{
    align-items: center;
}
.excelling-bg .excelling-content{
    padding-right: 50px;
}
.excelling-bg .excelling-content h3{
color: #001222;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.excelling-bg .excelling-content p{
    color:#000;
    font-size:20px;
    font-weight:400;
    line-height:28px;
    text-align: left;
    padding-bottom: 16px;
    padding-top: 30px;
    }

 .excelling-btn-group{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
 }
 .excelling-btn-group a{
    max-width: 170px;
    display: block;
    width: 100%;
 }
 .excelling-btn-group a img{
    width: 100%;
 }
 .appcoll .app-img{
       max-width: 100%;
       padding: 15px;
 }
 #download .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    font-weight: 700;
    opacity: 1;
}


#download .form-body {
    background: #fff;
    padding: 0px 30px 10px;
    max-width: 400px;
}
#download .modal-header .fs-5 {
    font-size: 1.25rem !important;
    color: #212529;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}
#download .modal-header {
    border-bottom: none;
    padding: 25px 45px 10px;
}

#download .form-group {
    margin-bottom: 15px;
}

#download .form-control {
    background: #F1F8FD;
    color: #001B3C;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding: 16px 20px;
    border: none;
    box-shadow: none;
}

#download .btn-custom {
    max-width: 100%;
    width: 100%;
    justify-content: center;
}

#download .right-col .btn-custom p {
    font-size: 20px;
}



 /* tools success page css end */


  /*hello brunch page css start */
  .bannerinner-sec .hello-brunch h1{
   font-weight: 400;
  }
  .hello-brunch .tools-book-btn.coaching-btn-group .book-btn{
    max-width: 174px;
    margin: 16px 0;
  }

.hello-brunch h4{
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    text-align: left;
    color: #fff;
}
.hello-brunch p{
    padding-top: 16px;
    padding-bottom: 16px;
}
.hello-brunch-bdr.bdr{
    margin-top: 0;
}
  .yourTeam-box-cover{
    padding:40px 0 60px;
    --bs-gutter-x:20px;
  }
  .yourTeam-box-cover .yourTeam-card{
   background: #A2E7FF;
   border-radius: 20px;
   width:100%;
   padding: 24px;
   min-height: 198px;
   margin-top: 20px;
 }
 .yourTeam-box-cover .yourTeam-card p{
    color: #111D15;
font-family: Lato;
font-size: 32px;
font-weight: 400;
line-height: normal;
text-align: left;
 }
.yourteam-content .yourteam-learn{
background: #fff;
border-radius: 4px;
padding: 10px;
margin-top: 16px;
display: flex;
align-items: center;
justify-content: left;
padding: 10px;
gap: 5px;
}

.yourteam-content .yourteam-learn p{
    color: #111D15;
    font-family: Lato;
font-size: 24px;
font-weight: 600;
line-height: 28.8px;
text-align: left;
width: calc(100% - 35px);
}

.yourteam-content .book-btn{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    border: solid 1px #019ADE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 30px;
    background: #019ADE;
    border-radius: 6px;
    padding: 7px 24px 9px;
    text-transform: capitalize;
    max-width:307px;
    width: 100%;
}
.yourteam-content .book-btn svg {
    margin-left: 10px;
    margin-top: 0px;
}
.yourteam-content{
    padding-top: 30px;
    padding-bottom: 60px;
}

   /*hello brunch page css end */


   /* Live event details page css Start */
   .management-training .content-left {
    width:100%;
    text-align: left;
    padding-right: 0;
}
.live-events-details-page .dropdown.coaching-btn-group{
    margin-top: 16px;
    max-width: 200px;
    position: relative;
}

.live-events-details-page .dropdown.coaching-btn-group .book-btn{
    margin-top: 0;
    max-width: 200px;
    position: relative;
}
.live-events-details-page .dropdown.coaching-btn-group .book-btn svg{
    margin-top: 4px;
}
/* .live-events-details-page .dropdown.coaching-btn-group .dropdown-menu{
    width: 100%;
} */
.live-events-details-page a.book-btn.dropdown-toggle::after{
    display: none;
}
.training-agenda-sec h2{
    border-bottom: solid 1px #00529B;
    padding-bottom: 35px;
    text-align: left;
    margin-bottom: 0px;
    padding-right: 60px
}
section.training-agenda-sec {
    padding: 0 0 0px;
}
.training-agenda-sec .accordion{
    margin-top: 48px;
}
.training-agenda-sec h2.accordion-header{
padding-right: 0;
padding-bottom: 0;
border-bottom: none;

}
.training-agenda-sec .accordion-button{
    line-height: 36px;
    padding:12px 20px;
    color: #122B62;
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", serif;
    box-shadow: none;
}
.training-agenda-sec .accordion-button:not(.collapsed){
background-color: #D4E0FD;
}
.training-agenda-sec .accordion-item{
    border-radius: 0;
    margin-bottom: 10px;
}

.training-agenda-sec .accordion-button::after{
width: 15px;
height: 15px;
background-size: 15px;
}

.training-agenda-sec .accordion-item .accordion-collapse .accordion-body{
    border-bottom: solid 1px #dee2e6;

}

.training-agenda-sec .accordion-item .accordion-collapse .accordion-body.accordion-body-bg{
background: #EDF1F7;
}
.training-agenda-sec .accordion-item .accordion-collapse .accordion-body span{
    font-size: 20px;
    font-family: "Poppins", serif;
    line-height: 30px;
    font-weight: 400;
    display: block;
    color: #122B62;
}
.training-agenda-sec .accordion-item .accordion-collapse .accordion-body p{
    font-size:16px;
    font-family: "Poppins", serif;
    line-height:24px;
    font-weight: 400;
    color: #122B62;
}

.client-sec.empowering-sec{
    padding: 80px 0 40px;
}
.client-sec.empowering-sec .client-item{
    padding: 32px;
}
.client-sec.empowering-sec .client-item p{
    margin: 20px 0;
    padding-top: 0;
}
.client-sec.empowering-sec .client-item h3{
color: #009BDE;
font-size:30px;
line-height: 48px;
font-weight: 700;
}
.client-sec.empowering-sec .client-item h4{
    color: #000;
    font-size:24px;
    line-height:38px;
    font-weight: 700;
    }
      /*Live event details page css end */



   /* About course sec page css start */
.about-course-sec{
    padding: 100px 0 80px
}

.about-course-sec h2 {
    border-bottom: solid 1px #00529B;
    padding-bottom: 35px;
    text-align: left;
    margin-bottom: 0px;
    padding-right: 60px;
    margin-bottom: 60px;
}
 .about-course-left{
    background: #fff;
    padding: 130px 40px;
    text-align: center;
 }
 .about-course-left p{
    font-size: 22px;
    color: #000000;
    font-weight: 400;
    padding: 10px 0;
    line-height: 27px;
 }

 .about-course-left .book-btn {
    background: #009BDE;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    padding: 6px 35px 10px;
    font-family: "Lato", sans-serif;
    border: solid 1px #009BDF;
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.about-course-left .book-btn svg {
    margin-left: 8px;
    margin-top: -2px;
}

.about-course-right h5{
    font-size: 21px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    line-height: 26px;
}
.about-course-right .lessons{
    margin-top: 10px;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 5px;

}
.about-course-right .lessons svg{
    width: 24px;
    height: 24px;
}
.about-course-right .lessons p{
    width: calc(100% - 24px);
    color: #111D15;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.about-course-cover{
    overflow-y: auto;
    max-height: 400px;
    padding-right: 5px;
}

   /*About course sec page css end */

   /*Welcome book launch page css Start */
   .commitment-sec{
    padding: 80px 0 60px;
   }
   .commitment-sec p{
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
    padding-top: 15px;
    color: #fff;
   }
   .commitment-sec .commitment-content{
    padding: 30px;
    background: #00294D;
    border-radius: 20px;
    margin-top: 40px;
 }
 .commitment-sec .commitment-content .commitment-learn{
    display: flex;
    align-items: center;
    justify-content: left;
    gap:10px;
    margin-bottom: 30px;
 }
 .commitment-sec .commitment-content .commitment-learn span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C23B33;

 }
 .commitment-sec .commitment-content .commitment-learn p{
    color: #fff;
    font-size:24px;
    font-weight: 400;
    line-height: 30px;
    width: calc(100% - 50px);
    padding-top: 0;
 }
 .commitment-sec .commitment-content p{
    padding-top: 0;
    font-size:24px;
    font-weight: 400;
    line-height: 30px;
 }


 .commitment-sec .commitment-content .book-btn {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    border: solid 1px #019ADE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 30px;
    background: #019ADE;
    border-radius: 6px;
    padding: 7px 24px 9px;
    text-transform: capitalize;
    max-width:335px;
    width: 100%;
}
.commitment-sec .commitment-content .book-btn svg {
    margin-left: 10px;
    margin-top: 0px;
}
.speaking-sec.launch-team-sec{
 padding: 60px 0;
 margin: 0;
}
.speaking-sec.launch-team-sec h2{
    text-align: center;
}
.cardBg-content .launch-team-content{
    display: flex;
    align-items:self-start;
    justify-content: left;
    gap:10px;
    margin-bottom: 25px;
}
.cardBg-content .launch-team-content svg{
    width: 54px;
}
.cardBg-content .launch-team-content p{
width: calc(100% - 60px);
padding-bottom: 0;
font-size: 26px;
line-height: 30px;
}

.speaking-sec.launch-team-sec .cardBg-content{
    min-height: 420px;
    max-height: 420px;
    overflow-y: auto;
}
.aboutBook-sec{
    padding:100px 0;
    text-align: center;
    background: #fff;
}
.aboutBook-sec h2{
    text-align: center;
   color: #111D15;
   font-weight:700;
}
.aboutBook-sec p{
    text-align: center;
   color: #111D15;
   font-weight:400;
   font-size: 20px;
   line-height: 25px;
   padding:20px 0;
}
.aboutBook-sec a{
    text-align: center;
   color: #019ADE;
   font-weight:400;
   font-size: 20px;
   line-height: 25px;
   display: block;
}
.aboutBook-sec .abouBook{
    max-width: 100%;
    margin-top: 40px;
}
.welcomeBook-row{
    --bs-gutter-x: 0;
}
.bannerinner-sec.welcomeBook-sec{
    padding: 115px 0 0px;
}
.welcomeBook-cover {
    text-align: center;
}
.welcomeBook-cover .welcome-img {
    width: 100%;
}

.bannerinner-sec.welcomeBook-sec .container-fluid{
    --bs-gutter-x: 0;
}
.welcomeBook-content h4{
    text-align: left;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    padding-top: 15px;
    font-weight: 400;
}
.bannerinner-sec.welcomeBook-sec .book-btn{
max-width: 335px;
margin-top: 15px;
}
.bannerinner-sec.welcomeBook-sec .book-btn svg{
    margin-left: 15px;
}

.welcomeBook-content {
    max-width: 640px;
    margin-left: auto;
    padding: 0 60px 0 0;
    box-sizing: border-box;
}
   /*Welcome book launch page css end */


 /*Service page css Start */
.bannerinner-sec.service-banner-sec{
    padding: 250px 0 150px;
}
.bannerinner-sec.service-banner-sec h1{
    font-size: 50px;
    line-height: 63px;
    color: #fff;
}

.service-banner-content p{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
    padding-top:20px;
}
.service-banner-content a{
    font-size: 28px;
    color: #019ADE;
    font-weight: 400;
    text-align: left;
    line-height: 35px;
    padding-top: 15px;
    display: block;
}
.service-banner-content .service-gat-group-btn{
    display: inline-block;
    width: 100%;
}
.service-banner-content .service-gat-group-btn a {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-right: 25px;
}
.service-banner-cover .service-img {
  max-width: 100%;
  width: 85%;
  text-align: left;
  display: block;
}

.success-sec{
    padding: 100px 0 60px;
    text-align: center;
    background: #fff;
}
.success-sec h4 {
    text-align: center;
    color: #111D15;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    line-height: 45px;

}
.success-sec p {
    text-align: center;
    color: #111D15;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    padding: 20px 0;
    max-width: 950px;
    margin: 0 auto;
}
.success-sec a {
    text-align: center;
    color: #019ADE;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    display: block;
}
.success-sec .video-container {
    width: 100%;
   margin-top: 30px;
   max-width: 750px;
   margin: 30px auto 0;
   position: relative;
}
.success-sec .video-container video {
    object-fit: cover;
    /* height: calc(100vh - 120px); */
    height: 416px;
    border-radius: 20px;
}
.success-sec .video-container .playIcon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 53px;
    height:53px;
}
.confidence-sec{
    padding: 90px 0;
    text-align: center;
}
.confidence-sec h2{
    text-align: center;
}
.confidence-sec p{
    color: #fff;
    padding-top: 46px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}
.confidence-sec .bdr{
height: 1px;
background: #00529B;
width: 100%;
margin: 46px 0;
}

.confidence-content a{
    font-size: 28px;
    color: #019ADE;
    font-weight: 400;
    text-align: left;
    line-height: 35px;
    display: block;
    text-align: center;

}
.confidence-content .service-gat-group-btn {
    display: inline-block;
    width: auto;
}
.confidence-content .service-gat-group-btn a {
    float: left;
    margin: 0;
    padding: 0;
    margin-top:20px;
    margin-right: 20px;
}
.confidence-content .service-gat-group-btn a img{
    max-width: 100%;
}
.confidence-content .video-container {
    width: 100%;
   margin-top: 30px;
   max-width: 750px;
   margin: 30px auto 0;
   position: relative;
}
.confidence-content .video-container video {
    object-fit: cover;
    height: 416px;
    border-radius:0px;
}
.confidence-content .video-container .playIcon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 53px;
    height:53px;
}
.confidence-sec .confidence-content p{
    color: #fff;
    padding-top: 46px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
}

.discover-sec{
    background: #fff;
    padding: 80px 0 100px;
}
.discover-sec h4{
    font-size: 42px;
    font-weight: 500;
    color: #111D15;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 63px;
    margin-bottom: 46px;
}

.discover-sec p{
    color: #111D15;
    padding-top: 70px;
    font-size: 20px;
    line-height:30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.discover-sec a{
    color: #C23B33;
    font-size: 20px;
    line-height:30px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    display: block;
    text-align: center;
}
.discover-col{
    max-height: 430px;
    overflow-y: auto;
}
.discover-col .discover-content{
    display: flex;
    align-items: start;
    justify-content: left;
    margin-bottom: 30px;
    gap: 20px;
}
.discover-col .discover-content p{
    color: #111D15;
    padding-top:0px;
    font-size: 20px;
    line-height:30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    width: calc(100% - 40px);
    text-align: left;
}
.discover-col .discover-content svg{
    margin-top: 10px;
}
.discover-img-cover img{
    max-width: 100%;
}

.mapOut-sec{
    padding: 60px 0;
}
.mapOut-sec h4{
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 63px;
    margin-top:30px;
    max-width: 715px;
    margin: 30px auto 0;
}

.mapOut-sec p{
    color: #fff;
    padding-top:0px;
    font-size: 20px;
    line-height:30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.mapOut-sec a{
    color: #C23B33;
    font-size: 20px;
    line-height:30px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.mapOut-sec .mapOut-bg{
background: #009BDE;
padding: 66px;
border-radius: 20px;
max-width: 965px;
margin:56px auto 40px;
width: 100%;
}
.mapOut-sec .mapOut-bg .mapOut-img-cover{
    text-align: left;
}
.mapOut-sec .mapOut-bg .mapOut-img-cover img{
    max-width: 100%;
}

.mapOut-sec .mapOut-bg .mapOut-col a{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    line-height: 36px;
    display: block;
    text-align: center;
}
.mapOut-sec .mapOut-bg .mapOut-col .service-gat-group-btn {
    display: grid;
        width: 100%;
        justify-content: center;
}
.mapOut-sec .mapOut-bg .mapOut-col .service-gat-group-btn a {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    margin-right:0px;
    max-width: 240px;
    width: 100%;
}
.mapOut-sec .mapOut-bg .mapOut-col .service-gat-group-btn a img {
    max-width: 100%;
    width: 100%;
}
  /*Service page css end */

    /*Blog page css Start */
    .bannerinner-sec.blog-banner-sec{
        padding: 180px 0 0px;
    }
    .bannerinner-sec.blog-banner-sec h1{
       font-size: 40px;
       line-height: 50px;
       text-align: left;
    }
    .bannerinner-sec.blog-banner-sec .blog-banner{
        max-width: 100%;
        margin-top:16px;
        width: 100%;
    }
    .bannerinner-sec.blog-banner-sec p{
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        text-align: left;
        line-height: 25px;
        padding-bottom: 16px;

    }

    .our-blog{
        padding: 130px 0 80px;
    }
    .card-box-blog{
        width: 100%;
        display: block;
        margin-bottom:30px;
    }
    .card-box-blog .blog-img{
        max-width: 100%;
        object-fit: cover;
        height: 248px;
        width: 100%;
    }
    .card-box-blog a{
        font-size:24px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight:600;
        text-align: left;
        padding: 20px 0 0px;
        display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 36px;
    }
    .card-box-blog p{
        font-size:18px;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        line-height:27px;
        margin: 17px 0;
        display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .card-box-blog small{
      color: #ffff;
      font-size: 12px;
      font-weight: 400;
      font-family: 'Poppins', sans-serif;
      text-align: left;
      display: block;
      opacity: 0.5;
      line-height: 18px;
    }

    .card-box-blog .book-btn{
        color: #fff;
        font-weight: 500;
        font-size:17px;
        font-family: "Lato", sans-serif;
        border: solid 1px #019ADE;
        display: flex ;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        background: #019ADE;
        border-radius:5px;
        padding:9px 24px 11px;
       margin-top: 17px;
        max-width: 175px;
        width: 100%;
        line-height: 21px;
    }

    .card-box-blog .book-btn svg {
        margin-left: 10px;
        margin-top: 0px;
    }

/*
    .card-box-blog .readmore-btn:hover{
    background: #C23B33;
    } */
    .right-sec{
        padding-left:0px;
    }
    .card-bg{
        padding:25px;
        background: #F7F7F9;
        border-radius:2px;
        margin-bottom: 24px;
    }
    .card-bg h2{
        font-size:26px;
        color: #070707;
        font-family: 'Poppins', sans-serif;
        text-transform:capitalize;
        letter-spacing: 0px;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .card-bg .join-us{
        padding: 0 0 17px;
        margin: 0;
    }
    .card-bg .join-us li{
        width:35px;
        height:35px;
     display: inline-block;
     list-style: none;
     cursor: pointer;
     background: #061A3A;
     border-radius: 50%;
     margin: 0 2px;
    }
    .card-bg .join-us li a{
        height: 35px;
        width: 35px;
        line-height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-bg .join-us li:first-child{
        margin-left: 0;
    }
    .card-bg .join-us li:last-child{
        margin-right: 0;
    }

    .card-bg .join-us li svg{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        padding:1px;
    }

    .card-bg .listing{
        padding: 0 0 20px;
        margin: 0;
    }
    .card-bg .listing li{

        list-style: none;
        width: 100%;
        margin:15px 0;
    }
    .card-bg .listing li a{
        display: flex;
        align-items:start;
        justify-content: left;
        cursor: pointer;
        width: 100%;
        height: auto;
        line-height: 30px;
    }
    .card-bg .listing li svg{
        height:17px;
        width:10px;
        position: relative;
        top:6px;
    }
    .card-bg .listing li p{
        font-family: 'Poppins', sans-serif;
        font-size:19px;
        color: #262626;
        font-weight: 400;
        padding-left: 12px;
        width: calc(100% - 12px);
        word-break: break-all;
    }

    .card-bg .tags{
        padding: 0 0 20px;
        margin: 0;
    }
    .card-bg .tags li{
     display: inline-block;
     margin: 3px 0px;
    }
    .card-bg .tags li a{
        font-size:17px;
        text-align: center;
        padding:8px 16px;
        color: #262626;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        border: 1px solid #D1D1D1;
        background: #fff;
        display: block;

    }

    .popular-blogs{
        display: flex;
        align-items: center;
        justify-content: left;
        margin-bottom: 20px;
    }
    .popular-blogs .blogs-img{
        width:80px;
        height:80px;
        object-fit: cover;
    }
    .popular-blogs .blog-content{
        padding-left: 15px;
    }
    .popular-blogs .blog-content p{
        color: #070707;
        font-size:18px;
        font-family: 'Poppins', sans-serif;
        font-weight:500;
        line-height: 25px;
        padding-top:5px;

    }
    .popular-blogs .blog-content .date-text{
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .popular-blogs .blog-content .date-text .calendar-icon{
        width:16px;
        object-fit: contain;
    }
    .popular-blogs .blog-content .date-text span{
        color: #070707;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        padding-left: 10px;
    }
   .blog-details-bg{
    background: #00294D;
    padding: 30px;
    border-radius: 20px;
   }
   .blog-details-bg h3{
    color: #FFF !important;
   }
   .blog-details-bg p{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #fff !important;
    font-family: "Be Vietnam Pro", serif;
    padding:3px 0 0;
    margin: 0;
   }
   .blog-details-bg h5{
    font-size:30px;
    line-height:37px;
    font-weight: 400;
    color: #fff !important;
    font-family: "Be Vietnam Pro", serif;
    padding-top: 20px;
   }
   .blog-details-bg .pt-20{
    padding-top: 20px;
   }

   .related-blogs {
    padding: 10px 0 50px;
}
.related-blogs h2 {
    font-size: 59px;
    font-weight:700;
    font-family: "Be Vietnam Pro", serif;
    color:#fff;
    text-align: left;
    text-transform: capitalize;
    margin-bottom:0px;
}

.related-blogs .owl-theme .owl-nav {
    margin-top:0px !important;
    position: absolute;
    top: -70px;
    right: 0;
    display: none;
}
.related-blogs .bdr {
    margin: 45px 0;
    border-top: solid 1px #00529B !important;
    height: 1px;
    width: 100%;
    display: block;
}

.related-blogs .owl-theme .owl-nav .owl-prev span, .related-blogs .owl-theme .owl-nav .owl-next span{
    display: none;
}

.related-blogs .owl-theme .owl-nav .owl-prev{
    content: "";
    background: #C23B33 url("../img/arrow.svg") no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 10px;
    transform: rotate(180deg);

}
.related-blogs .owl-theme .owl-nav .owl-next{
    content: "";
    background: #C23B33 url("../img/arrow.svg") no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 10px;

}
.blog-details-page .bannerinner-sec.blog-banner-sec h1{
    margin-top: 16px;
}
      /*Blog page css end */

/*Thank you page css start */
.about-book-thankypu .book-btn {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    border: solid 1px #019ADE;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 30px;
    background: #019ADE;
    border-radius: 6px;
    padding: 7px 24px 9px;
    text-transform: capitalize;
    max-width:450px;
    width: 100%;
}
.about-book-thankypu p{
    font-size: 20px;
font-style: normal;
font-weight: 400;
color: #fff;
font-family: "Be Vietnam Pro";
padding-bottom: 20px;
}
.speaking-sec.thankypu-sec h2{
margin-bottom: 20px;
}
.speaking-sec.thankypu-sec{
    padding-bottom: 60px;
}
.about-book-thankypu h4{
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/*Thank you page css end */


.bestseling-team-sec{
    background: linear-gradient(90deg, #011323 0%, #0D253E 100%);
    padding: 40px 0;

}
.bestseling-left .service-img{
    max-width: 100%;
}
.bestseling-right h2{
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 36px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}
.bestseling-right h5, .bestseling-right p{
    color: #001222;
}
.bestseling-right  .btn-audiobook{
    text-align: center;
    color: #111D15;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    border-radius: 6px;
    padding:8px 24px;
    background: #fff;
    transition: 0.3s;
    border: solid 1px transparent;
    display: table;
    margin-top: 16px;
}
.bestseling-right  .btn-audiobook:hover{
    color: #fff;
    background:transparent;
    transition: 0.3s;
    border-color: #fff;
}
.ourSolutions-sec.v2-ourSolutions-sec h2{
    border-bottom: none;
    padding-bottom: 20px;

}
.v2-ourSolutions-sec .ourSolutions-boxCover{
    border-radius: 10px;
    border: 1px solid #09365F;
    background: #001222;
    padding: 26px;
    margin-top: 30px;
    height: calc(100% - 30px);
    transition: 0.3s;
}
.v2-ourSolutions-sec .ourSolutions-boxCover:hover{
    transition: 0.3s;
    background: #00529B;

}
.v2-ourSolutions-sec .ourSolutions-right{
    margin-top: 0;
    padding-left:20px;
    position: relative;
}
.v2-ourSolutions-sec .ourSolutions-right::before{
    content: "";
    background: #AFFFCB;
    border-radius: 6px;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
}
.v2-ourSolutions-sec .ourSolutions-right h3{
    margin:0px 0 10px;
    color: #FFF;
font-family: "Be Vietnam Pro";
font-size: 20px;
font-style: normal;
font-weight: 600 !important;
line-height: 24px;
}
.v2-ourSolutions-sec .ourSolutions-right p{
    color: #AFFFCB;
font-family: "Be Vietnam Pro";
font-size: 18px;
font-style: normal;
font-weight: 400 !important;
line-height:27px;
}
.expertise-sec.v2-expertise-sec {
    padding-bottom: 120px;
}
.expertise-sec.v2-expertise-sec .expertise-content p{
padding-top: 16px;
}
.expertise-sec.v2-expertise-sec .expertise-content .cardgroup-btn{
    position: absolute;
    bottom: 20px;
}
.expertise-sec.v2-expertise-sec .cardgroup-btn .btn-blue{
    padding: 11px 32px;
}
.expertise-sec.expertise-bg h2{
    font-size: 44px;
    border-color: rgba(255, 255, 255, 0.3);
}
.expertise-sec.expertise-bg{
    padding: 100px 0 120px;
}

.client-sec.v2-client-sec .gallery{
    padding: 70px 0 0;
}
.client-sec.v2-client-sec .cardBox-item p{
    height: calc(100% - 140px);
    padding-top: 26px;
}
.client-sec.v2-client-sec  .cardBox-item .team-cover .team-content p{
    padding-top:0px;
}
.getYour-sec.v2-getYour-bg,
.bestseling-team-sec.v2-getYour-bg{
    width: 100%;
    display: block;
    background: url("../img/tools-bg2.svg") no-repeat center;
    background-size: cover;
}
.getYour-sec.v2-getYour-bg p{
color: #fff;
}
.getYour-sec.v2-getYour-bg h2{
    font-size: 44px;
    line-height: 48px;
}
.getYour-sec.v2-getYour-bg .start-btn{
    color: #111D15;
    border-radius: 6px;
background: #FFF;
transition: 0.3s;
}
.getYour-sec.v2-getYour-bg .start-btn:hover{
    transition: 0.3s;
    border-color: #fff;
    background: transparent;
    color: #fff;
}


@media (min-width:576px) {
    .contact-us .modal-dialog {
        max-width: 700px !important;
    }

   #download .modal-dialog {
        max-width: 400px;
        margin: 1.75rem auto;
    }

}

@media (min-width: 2100px) {
    .container {
        max-width: 1920px;
    }
    .banner-container {
        max-width:1920px;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px;
    }
    .banner-container {
        max-width: 1320px;
    }

}
@media (min-width: 768px) and (max-width: 1280px) {
    .individuals-slider .owl-nav button.owl-next {
        margin-right: 0;
    }

    .individuals-slider .owl-nav button.owl-prev {
        margin-left: 0;
    }
}
@media (max-width:1399px) {
    .welcomeBook-content{
        max-width: 580px;
        padding: 0 40px 0 0;
    }
    .gallery .cardBox{
        max-width: 270px;
    }
    .gallery .cardBox.cardBox2{
        max-width: 560px
    }
    .banner-text{
        width: 80%;
    }
    .start-btn{
        padding: 11px 20px;
    }
}
@media (max-width: 1366px) {

    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
   .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}
@media (max-width:1280px) {
    .gallery .cardBox{
        max-width: 265px;
    }
    .gallery .cardBox.cardBox2{
        max-width: 550px
    }
    .start-btn{
        padding: 11px 16px;
    }
    .banner-container{
        padding: 0 43px;
    }
    .container{
        padding: 0 30px;
    }
}
@media (max-width:1199px) {
    .yourTeam-box-cover .yourTeam-card p{
        font-size: 24px;
    }
    .gallery .cardBox {
        max-width: 264px;
    }
    .welcomeBook-content{
        max-width: 100%;
        padding: 0 30px 0 30px;
    }
}
@media (max-width:1180px) {
    .related-blogs h2 {
        font-size:45px;
        line-height:60px;
    }
    .client-item p{
        font-size: 20px;
        line-height: 34px;
    }
    .navbar ul{
        gap:16px;
    }
    .navbar .bookCall .btn-book{
        margin-left: 10px;
    }
    .navbar a:not(.mobile-nav-toggle, .login-acc),
    .navbar a:not(.mobile-nav-toggle, .login-acc):focus {
        font-size: 16px;
    }
    h1{
        font-size: 56px;
        line-height: 73.49px;
    }
    h2{
        font-size: 45px;
        line-height:60px;
    }
    .banner-text {
        width: 70%;
    }
    .content-left .plans-cover{
        display: block;
    }
    .content-right2 .plans-cover{
        display: block;
    }
}

@media (max-width:1100px) {
    .cardBg-content .launch-team-content p{
        font-size: 22px;
    }
    .pricing-detailsCard{
        height: 100%;
    }

    .app-store {
        margin-top: 48px;
    }
    .copyright-footer{
        display: block;
        text-align: center;
    }
    .copyright-cover{
        display: block;
    }
    .copyright-footer .copyright-right {
        display: block !important;
        float: none;
        padding:40px 0;
    }
    .social-icon {
        justify-content: center !important;
        margin: 0 auto !important;
        float: none !important;
    }
}
@media (max-width: 992px) {
    .bannerinner-sec.service-banner-sec {
        padding: 180px 0 100px;
    }
    .cardBg-content .launch-team-content p{
        width: calc(100% - 25px);
    }
    .Choose-plan-head{
        margin-top: 50px;
    }
    .contactus-Cardbg{
        padding:60px;
    }
    .contactus-content{
        gap: 80px;
    }
    .service-banner-content .service-gat-group-btn a{
        width: 40%;
    }
    .our-blog {
        padding: 80px 0 0;
    }
}
@media (max-width: 991px) {
    .expertise-sec.v2-expertise-sec .expertise-content .cardgroup-btn{
   bottom: 40px;
}
    .service-banner-cover .service-img {
    max-width: 425px;
    width: 75%;
    margin-left: 25%;  
}
    .related-blogs h2 {
        font-size: 36px;
        line-height: 43px;
    }
    .card-bg h2{
        font-size: 24px;
        line-height: 35px;
    }
    .card-box-blog .blog-img{
        height: 180px;
    }
    .bannerinner-sec.blog-banner-sec {
        padding: 150px 0 0px;
    }
    .discover-sec{
        padding: 60px 0 60px;
    }
    .confidence-sec{
        padding: 60px 0;
    }
    .success-sec h4{
        line-height: 32px;
    }
    .success-sec{
        padding: 50px 0 50px;
    }
    .bannerinner-sec.service-banner-sec h1{
        font-size: 45px;
        line-height: 56.93px;
    }
    .welcomeBook-content{
        padding: 30px 30px 30px 30px;
    }
    .bannerinner-sec.welcomeBook-sec {
        padding: 85px 0 0px;
    }
    .welcomeBook-row{
        flex-direction: column-reverse;
    }
    .pricing-detailsCard {
        height: auto;
        margin: 40px auto 0;
        max-width: 500px;
    }

    .inner-page-banner {
        padding: 170px 0 0px;
    }
    .inner-page-banner h1 {
        font-weight: 500;
        font-size: 2rem;
        line-height: 45px;
    }

    .about-content.privacy-content h1 {
        font-weight: 500;
        font-size: 2rem;
        line-height: 45px;
    }
    .app-store {
        margin-top: 48px;
    }
    .footer-main {
        padding: 48px 0 0;
    }
    .copyright{
        margin-top: 48px;
    }
    .testimonials-sec .tab{
        font-size: 16px;
    }
    .content-left2{
        text-align: center;
        width: 100%;
    }
    .content-right2{
        width: 100%;
    }
    .content-right{
        text-align: center;
        width: 100%;
    }
    .content-left{
        width: 100%;
    }
    .bannerinner-sec{
        padding: 160px 0 0px;
    }
    .content-right2{
        padding-left: 0;
    }
    .content-right2 .start-btn{
        margin-top: 20px;
    }
    .coaching-btn-group .book-btn{
        margin-top: 20px;
    }
    .content-left .start-btn{
        margin-top: 20px;
    }
    .yourSuccess-sec p{
        line-height: 25px;
        font-size: 20px;
    }
    .getYour-sec p{
        line-height: 25px;
        font-size: 20px;
    }
    .content-left .plans-cover .plans{
        width: 100%;
        margin-top: 5px;
    }
    .content-left p{
        padding: 10px 0;
    }
    .content-cover{
        flex-direction: column-reverse;
    }
    .content-cover2{
        flex-direction: column;
    }
    .content-left{
        padding-right: 0;
    }
    .expertise-sec {
        padding: 50px 0 50px;
    }
    .expertise-item{
        max-width:100%;
        margin: 20px auto;
        width: 100%;
    }
    .banner-text {
        width:70%;
    }
    .video-container video{
        height: 650px;
    }
    h1{
        font-size:45px;
        line-height:56.93px;
    }
    h3{
        font-size:36px;
        line-height: 43px;
    }
    h2{
        font-size:36px;
        line-height: 43px;
    }
    h4{
        font-size:26px;
        line-height:31px;
        padding-top: 12px;
    }

    .banner-sec{
        padding: 70px 0 0px;
    }
    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin:0px;
    }
    .navbar .bookCall .btn-book {
        margin-left: 0;
    }
    .navbar ul {
        display: none;
    }
    .mobile-nav-toggle {
        display: block;
    }
    .navbar.navbar-mobile ul{
       display: block;
    }
    .navbar {
        width: auto;
        margin-left: auto;
    }

    .navbar .signin {
        position: relative;
        right: inherit;
        z-index: 9999;
        left: 0;
    }

    .navbar .bookCall {
        position: relative;
        right: inherit;
        z-index: 9999;
        left: 0;
    }

    .navbar .bookCall .btn-book {
        padding: 10px 15px !important;
        border-radius: 0px;
        margin-top: 0;
    }

    .navbar .signin .getstarted,
    .navbar .signin .getstarted:focus {
        color: #fff;
        opacity: 1;
        padding: 10px 15px;
        margin-right: 0;
        margin-top: 0;
    }

    .navbar .signin .getstarted:hover,
    .navbar .signin .getstarted:focus:hover {
        color: #C23B33;
        opacity: 1;
    }
    .navbar a:not(.mobile-nav-toggle, .login-acc),
    .navbar a:not(.mobile-nav-toggle, .login-acc):focus {
        opacity: 1;
        padding: 14px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }

    .footer-links {
        gap: 30px
    }

    .footer-links a {
        font-size: 16px;
    }

    #header {
        border-bottom: 2px solid#009BDE;
        padding:20px 0;
    }

    .mobile-menu {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    #header .logo{
        width: 180px;
    }
    .getYour-sec h2{
        font-size:36px;
        line-height: 43px;
    }
    .copyright-footer{
        display: block;
        text-align: center;
    }
    .copyright-cover{
        display: block;
    }
    .copyright-footer .copyright-right {
        display: block !important;
        float: none;
        padding:40px 0;
    }
    .social-icon {
        justify-content: center !important;
        margin: 0 auto !important;
        float: none !important;
    }

}

@media (max-width: 767px) {
    .v2-ourSolutions-sec .ourSolutions-boxCover{
        margin-top: 20px;
    height: calc(100% - 20px);
    }
    .expertise-sec.v2-expertise-sec {
        padding-bottom: 20px;
    }
    .expertise-sec.expertise-bg {
        padding: 60px 0 60px;
    }
  .client-sec.v2-client-sec{
    padding: 60px 0;
    }
    .bestseling-right h2{
        font-size: 30px;
    }
    .banner-text {
        width: 100%;
    }
    .cardbg{
        height: auto;
    }
    .thankyou-page .bannerinner-sec .speaking-banner{
        margin: 20px 0 20px;
    }
    .video-modal.video-modal-larg .modal-content .modal-body .video-container {
        width: 100%;
        aspect-ratio: 8 / 5;
        overflow: hidden;
    }
    .ourSolutions-left .service-img {
        max-width: 160px;
    }
    .blog-details-bg{
        padding: 20px;
    }
    .blog-details-bg p{
        font-size: 18px;
    }
    .blog-details-bg h5{
        font-size: 28px;
        line-height: 35px;
        padding-top: 25px;
    }
    .related-blogs .bdr{
        margin: 35px 0;
    }
    .related-blogs {
        padding: 20px 0 0;
    }
    .bannerinner-sec.blog-banner-sec {
        padding: 130px 0 0px;
    }
    .our-blog {
        padding: 50px 0 0;
    }
    .right-sec{
        margin-top: 20px;
    }
    .card-box-blog .blog-img {
        height: 300px;
    }

    .bannerinner-sec.blog-banner-sec h1 {
        font-size: 35px;
        line-height: 45px;

    }
    .mapOut-col {
        margin-top: 25px;
    }
    .mapOut-sec .mapOut-bg .mapOut-img-cover {
        text-align: center;
    }
    .mapOut-sec .mapOut-bg{
        margin: 40px auto 40px;
    }
    .mapOut-sec h4{
        font-size: 35px;
        margin: 10px auto 0;
        line-height: 53px;
    }
    .mapOut-sec {
        padding: 40px 0 0;
    }
    .mapOut-sec p{
        font-size: 18px;
    }
    .confidence-sec p{
        padding-top: 30px;
    }
    .confidence-sec .bdr{
        margin: 35px 0;
    }
    .confidence-sec .confidence-content p{
        padding-top: 30px;
        font-size: 18px;
    }
    .discover-sec {
        padding: 40px 0 40px;
        margin-bottom:0px;
    }
    .confidence-sec p{
        font-size: 18px;
    }
    .discover-sec h4{
        font-size: 35px;
        margin-bottom: 30px;
        padding-top: 0;
    }
    .discover-col .discover-content p{
        font-size:18px;
    }
    .discover-col .discover-content{
        margin-bottom: 20px;
    }
    .discover-sec p{
        padding-top: 30px;
    font-size: 18px;
    }
    .discover-sec a{
        font-size: 18px;
    }
    .success-sec p{
        font-size: 18px;
    }
    .service-banner-content a{
        font-size: 24px;
    }
    .bannerinner-sec.service-banner-sec {
        padding: 150px 0 60px;
    }
   .service-banner-row {
        flex-direction: column-reverse;
    }
    .aboutBook-sec {
        padding: 50px 0;
    }
    .aboutBook-sec .abouBook{
        margin-top:25px;
    }
    .speaking-sec.launch-team-sec {
        padding: 60px 0 0px;

    }
    .cardBg-content .launch-team-content p {
        font-size: 20px;
    }
    .speaking-sec.launch-team-sec .cardBg-content {
        min-height: 420px;
        max-height: max-content;
        overflow-y: inherit;
    }
    .commitment-sec .commitment-content .commitment-learn{
        margin-bottom: 20px;
    }
    .commitment-sec .commitment-content p{
        font-size: 20px;
    }
    .commitment-sec .commitment-content{
        padding: 20px 20px;
    }
    .commitment-sec .commitment-content .commitment-learn p{
    font-size: 20px;

    }
    .speaking-page .bannerinner-sec .book-btn{
        margin-bottom:50px;
    }
    .about-course-left .book-btn{
        padding: 6px 30px 10px;
    }
    .about-course-left{
        padding: 80px 20px;
    }
    .about-course-sec h2{
        margin-bottom: 40px;
    }
    .about-course-right {
        margin-top: 20px;
    }
    .about-course-sec {
        padding: 50px 0 20px;
    }
    .client-sec.empowering-sec{
        padding:40px 0 20px;
    }
    .servicemvp-lead-page .bookCall-sec {
        margin: 40px 0 60px;

    }
    .yourteam-content .yourteam-learn p{
        font-size: 20px;
    }
    .yourteam-content {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .yourteam-content .book-btn{
        padding: 7px 20px 9px;
    }
    .yourTeam-box-cover{
        padding: 20px 0 30px;
    }
    .hello-brunch-row{
        flex-direction: column-reverse;
    }
    .hello-brunch {
        padding: 25px 0;
        border-top: solid 1px #00529B !important;
    }
    .hello-brunch-bdr.bdr{
        display: none;
    }
    .hello-brunch h4{
        font-size: 24px;
    }
    .appcoll .app-img{
        margin: 0 auto;
        display: block;
    }

    .excelling-bg .row{
        flex-direction: column-reverse;
    }
    .excelling-bg{
        padding: 20px;
        margin-top: 60px;
    }
    .excelling-bg .excelling-content h3{
        font-size: 38px;
        margin-top: 20px;
    }
    .excelling-bg .excelling-content p{
        font-size: 16px;
        padding-top: 20px;
    }
    .excelling-sec {
        padding:10px 0 20px;
    }
    .speaking-topics-sec .cardBg-content.mb-48 {
        margin-bottom: 30px;
    }
    .speaking-topics-sec{
        margin-top: 48px;
    }
    .speaking-topics-sec .cardBg-content{
        padding: 20px;
    }
    .speaking-topics-sec .cardBg-content p{
        font-size: 24px;
        line-height: 32px;
    }
    .speaking-topics-sec .cardBg-content ul li{
        font-size: 24px;
        line-height: 32px;
    }
    .speaking-sec.aboutThe-speak-sec {
        margin: 60px 0 30px;
    }
    .speaking-sec.aboutThe-speak-sec .cardBg-content p{
        font-size: 24px;
        line-height: 32px;
    }
    .cardBg-content{
        margin-top: 20px;
    }
    .about-book .about-book-img{
        margin: 0 auto;
        display: block;
    }
    .cardBg-content{
        padding: 20px;

    }
    .cardBg-content p{
        font-size: 16px;
    }
    .about-book{
        display: block;
    }
    .contactus-content{
        display: block;
    }
    .contactus-content .service-mvp{
        margin: 0 auto 40px;
    }
    .contactus-content .contactus-right-content {
        width: calc(100% - 0px);
    }
    .bookCall-content .book-cover{
        margin-top: 20px;
    }
    .bookCall-content{
        padding: 30px;
    }
    .bookCall-sec{
        margin:50px 0 50px;
    }
    .Choose-plan-head{
        display: block;
    }
    .Choose-plan-head .payment-switch{
        justify-content: left;
        margin-top: 5px;
    }
    .pricing-detailsCard{
        margin: 25px auto 0;
    }
    .pricing-sec {
        margin-bottom: 50px;
    }
    .book-appointment-card{
        margin-top: 50px;
    }
    .privacy-content .contact-information{
        font-size: 18px;
    }
    .privacy-content ul{
        font-size: 16px !important;
    }
    .about-content.privacy-content h3{
        line-height: 25px;
    }
    .about-content.privacy-content {
        padding: 80px 0 0px;
    }
    .client-item .team-cover .user-thumb1-img{
        width: 48px;
        height: 48px;
    }
    .bg-gray{
        margin-top: 16px;
        padding: 10px;
    }
    .content-left .start-btn {
        margin-top: 16px;
    }
    .cardbg{
        padding: 10px;
        margin-top: 16px;
    }
    .expertise-item{
        border-radius: 23px;
    }
    .expertise-item .helping-img1-img {
        border-radius: 23px 23px 0px 0px;
    }
    .content-right .coaching-img{
        border-radius:10px;
    }
    .ourSolutions-left{
        margin-top: 40px;
    }
    .ourSolutions-right{
        margin-top: 30px;
    }
    .testimonials-sec .tab{
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }
    .testimonials-sec .tabs{
        display: block;
    }
    .america-sec .smvptBg {
        margin-top:50px;
    }
    .america-content{
        padding-top: 40px;
    }
    .america-sec{
        padding: 10px 0 50px;
    }
    .smvp-sec{
        padding: 40px 0 40px;
    }
    .smvptBg{
        margin-top: 30px;
    }
    .smvptBg p{
        font-size: 16px;
    }
    .text-content-sec .text-contentbg p{
        font-size: 16px;
    }
    .bannerinner-sec {
        padding: 140px 0 0px;
    }
    .requirements-sec {
        padding: 0px 0 40px;
    }
    .ourSolutions-sec {
        padding: 40px 0;
    }
    .client-item p{
        height: 200px;
        font-size: 18px;
        line-height: 30px;
    }
    .footer-main {
        padding: 40px 0;
    }
    .content-left{
        width: 100%;
    }
    .content-right{
        width: 100%;
        text-align: center;
    }
    .content-right .coaching-img{
        width: 100%;
    }
    .content-left2{
        width: 100%;
    }
    .content-right2{
        width: 100%;
    }
    .content-left2 .coaching-img{
        width: 100%;
    }
    .cardbg{
        margin-top:20px;
    }
    .expertise-sec {
        padding:20px 0 0px;
    }
    .footer-links a {
        font-size: 22px;
    }

    .ourSolutions-right{
        padding-left: 0;
    }


      .copyright ul {
        flex-direction:inherit;
        justify-content: center;
        text-align: center;
    }


    .individuals-slider .owl-nav {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        bottom: auto;
        width: 100%;
        background: none;
        background-color: transparent;
        left: 0;
        right: 0;
        display: inherit;
    }
    .requirements-sec h2{
        padding-bottom: 25px;
        margin-bottom: 10px;
        padding-right: 0;

    }
    .client-sec{
        padding: 0px 0;
    }
    .client-sec h2{
        padding-right: 0;
    }
    .client-item{
        margin-top: 30px;
        border-radius: 15px;
    }
    .client-item p{
        padding-top:16px;
    }
    .client-item .team-cover{
        padding-top:16px;
    }
    .client-sec h2{
        padding-bottom: 25px;
    }

    .getYour-sec {
        padding: 60px 0;
    }
    .yourSuccess-sec h2{
        line-height:45px;
    }
    .getYour-sec h2{
        line-height: 40px;
    }
    .yourSuccess-sec .start-btn{
        padding: 11px 20px;
    }
    .confidence-content a{
        font-size: 24px;
    }
    .banner-group-btn .btn-blue-border{
        white-space: nowrap;
    }
    .banner-group-btn .btn-blue{
white-space: nowrap;
    }

}
@media (max-width:640px) {

    .video-modal .modal-header .btn-close{
        right: -10px;
    }
    .video-modal .modal-dialog{
        max-width: 75% !important;
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
    .v2-ourSolutions-sec .ourSolutions-right p{
        font-size: 16px;
        line-height: 24px;
    }
    .banner-container {
        padding: 0 30px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-group-btn{
        display: block;
    }
    .banner-group-btn .btn-blue{
        padding: 13px 15px;
        max-width: 285px;
        width:auto;
        font-size: 18px;
        text-align: center;
        display: table;
    }
    .banner-group-btn{
        gap: 8px;
    }
    .banner-group-btn .btn-blue-border{
        padding: 13px 15px;
        display: table;
        margin-top: 15px;
        font-size: 18px;
        text-align: center;
    }

    .header-top-content .email-text a, .header-top-content .phone-number a{
        font-size: 13px;
    }
    .header-top-content .email-text svg, .header-top-content .phone-number svg{
        width: 14px;
        height: 20px;
    }
    .header-top-content .email-text, .header-top-content .phone-number{
        gap: 6px;
    }

    .header-top-content{
        gap: 20px;
    }
    .card-bg{
        padding: 20px 20px;
    }
    .excelling-bg .excelling-content {
        padding-right: 0;
    }
    .contactus-sec {
        margin: 50px 0 50px;
    }
    .contactus-content .contactus-right-content .contactus-icon a svg{
        width: 60px;
        height: 60px;
    }
    .contactus-Cardbg {
        padding: 30px;
    }
    .contactus-content .service-mvp{
        width: 200px;
        margin: 0 auto 20px;
    }
    .bookCall-content .book-cover{
        display: block;
    }
    .bookCall-content .book-cover p{
        padding-left: 0;
        padding-top: 10px;
    }

    .pricing-detailsCard span{
        font-size: 46px;
    }
    .eLearning-product-sec .card-box{
        margin-top: 20px;
    }
    .eLearning-product-sec .choose-course-btn{
        margin-top: 28px;
    }
    .cardgroup-btn{
        margin-top: 10px;
    }
    .america-content{
        gap: 20px;
    }
    .img-cover .btn-redius{
        padding: 6px 5px;
        font-size: 14px;
    }
    .bannerinner-sec .bdr{
        margin-top:40px;
        padding: 0 0 25px;
    }
    .text-content-sec {
        padding-top:20px;
    }

    .yourSuccess-sec{
        padding: 50px 0 20px 0;
        margin-top: 30px;
        overflow-x: hidden;
    }
    .yourSuccess-sec .owlslider .owl-nav .owl-prev{
        left: -50px;
    }
    .yourSuccess-sec .owlslider .owl-nav .owl-next{
        right: -50px;
    }
    .copyright-footer .copyright-right{
        padding:48px 0;
    }
    .copyright ul .app-store {
        margin-left: 0;
    }
    .copyright-right li:first-child{
    padding-left: 0;
    }
    .copyright-footer{
        text-align: left;
    }
    .copyright-footer p{
        text-align: left;
    }
    .copyright-footer .copyright-right{
        text-align: left;
    }
    .social-icon{
        gap: 12px !important;
    }
    .copyright{
        margin-top:48px;
        padding:24px 0;
    }
    .footer-main p{
        line-height: 21px;
    }
    .footer-main{
        padding-top:48px;
        padding-bottom: 0;
    }
    .cardgroup-btn{
        gap: 10px;
    }
    .expertise-content h3{
        font-size: 16px;
        line-height:21px;
    }
    .expertise-content span{
        font-size: 12px;
        line-height: 15px;
    }
    .expertise-content p{
        font-size: 12px;
        line-height: 19px;
    }
    .cardgroup-btn .start-btn{
        font-size: 10px;
        padding: 11px 10px;
    }
    .cardgroup-btn .btn-blue{
        font-size: 10px;
        padding: 11px 10px;
    }

    .social-icon{
        justify-content: left !important;
    }
}
@media (max-width:480px) {


    .banner-sec {
        padding: 90px 0 0;
    }
    #header{
        top: 30px;
    }
    .card-box-blog .blog-img {
        height: 250px;
    }
    .mapOut-sec .mapOut-bg{
        padding: 40px 30px;
    }
    .confidence-content .service-gat-group-btn a{
        width: 42%;
    }
    .confidence-sec {
        padding: 40px 0;
    }
    .discover-sec h4{
        margin-bottom: 20px;
    }
    .success-sec {
        padding: 30px 0 50px;
    }
    .success-sec .video-container video{
        height: 300px;
    }
    .bannerinner-sec.welcomeBook-sec .book-btn{
        font-size: 18px;
        padding: 7px 15px 9px;
    }
    .cardgroup-btn {
        margin-top: 20px;
    }
    .cardgroup-btn .start-btn{
        font-size: 10px;
        padding: 11px 5px;
    }
    .cardgroup-btn .btn-blue{
        font-size: 10px;
        padding: 11px 5px;
    }
    .coaching-btn-group{
        display: block;
    }
    .getYour-sec .getYour-btn{
        display: block;
    }
    .getYour-sec .start-btn{
        margin-top: 15px;
    }

    .client-item .team-cover .team-content h6{
        font-size: 16px;
        line-height: 24px;
    }
    .client-item .team-cover .team-content p{
        font-size: 14px;
        line-height:19px;
    }
    .client-item{
        padding: 25px 25px;
    }
    .client-item p{
        height: 250px;

    }


    .banner-text {
        width:100%;
    }
    .banner-text h2{
        width: 100%;
    }
}
@media (max-width:400px) {
    .card-box-blog .blog-img {
        height:180px;
    }
    .banner-container {
        padding: 0 30px;
    }
    h1 {
        font-size: 40px;
        line-height: 50px;
    }

}


@media (max-width:370px) {

       .header-top-content .email-text a, .header-top-content .phone-number a{
        font-size: 11px;
    }
    .header-top-content {
        gap: 10px;
    }
    .card-box-blog .blog-img {
        height:150px;
    }
    .mapOut-sec .mapOut-bg .mapOut-col a{
        font-size: 20px;
    }
    .welcomeBook-content {
        padding: 30px 20px 30px 20px;
    }
    .video-modal .modal-header .btn-close{
        right:0px;
    }
    .client-item .team-cover .user-thumb1-img{
        width: 40px;
        height: 40px;
    }
    .yourSuccess-sec .owlslider .owl-nav .owl-prev{
        left: -40px;
    }
    .yourSuccess-sec .owlslider .owl-nav .owl-next{
        right: -40px;
    }
    .banner-text h2{
        width:280px;
    }
    .banner-container {
        padding: 0 20px;
    }
    .container {
        padding: 0 20px;
    }
    .banner-text h2 {
        width:auto;
        font-size:36px;
        line-height: 46.93px;
    }
}

.banner-text h1 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    line-height: 25px;
    padding: 25px 0 30px;
}

.v2-expertise-sec h2 {
    font-size: 44px;
}

.v2-expertise-sec h3 {
    font-size: 24px;
}
