/*@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/**{*/
/*   font-family: 'Jost', Sans-serif !important;*/
    
/*}*/
body {
    /*font-family: 'Jost', Sans-serif !important;*/
    font-family: 'Jost', sans-serif;
}
/*.loader_bg{
    position: fixed;
    z-index: 999999;
    background-color: white;
    width: 100%;
    height: 100%;
    margin:auto;
}
.loader{
    display:flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
}
.loader_img{
    height:300px;
}*/
.course-all .selectedTab,.course-all .filter-button:hover,.course-all .filter-button:focus,.course-all .filter-button:active {
    color: #fff !important;
    border-color: #fff !important;
}
.mobileHam{
    display:none;
}
@media only screen and (max-width:1230px){
    .headerLinks a{
        font-size: 15px;
    }
}
@media only screen and (max-width:1060px){
    .headerLinks a{
        font-size: 13px;
    }
}


/*SLider related*/
/*.item-slider-wrap{*/
/*    visibility:hidden;*/
/*}*/
/*.slick-initialized{*/
/*    visibility:visible;*/
/*}*/



.ins-summary{
    font-style:italic;
    font-size:20px;
    font-weight:bold;
}
.welTo{
    color: white;
    font-style: italic;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 500;
}
.padZero{
    padding:0;
}
.home-mission-box{
    padding-left: 26px;
    padding-right: 22px;
    box-shadow: 2px 2px 18px #dbdbdb;
    border-radius: 12px;
    background-color: #0d9ca4;
    color: white;
    padding: 25px 40px 20px 20px;
    box-sizing: border-box;
    height: auto;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
}
.home-mission-box h5{
    padding-left:20px;
    font-size: 30px;
    font-weight: 600;
}
.home-mission-watermark{
    background-image: url(http://codingyoung.com/public/Images/images_icons/MVwatermark.png);
    background-repeat: no-repeat;
    right: 35px;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
}
.home-vision-box h5{
    padding-left:20px;
    font-size: 30px;
    font-weight: 600;
    margin-top:10px;
}
.home-vision-box{
    box-shadow: 2px 2px 18px #dbdbdb;
    color: white;
    border-radius: 12px;
    background: #f88c0c;
    box-sizing: border-box;
    padding: 20px 20px 20px 50px;
    height: auto;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.home-vision-watermark{
    background-image: url(http://codingyoung.com/public/Images/images_icons/MVwatermark.png);
    background-repeat: no-repeat;
    right: 14px;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    background-size: 100% 100%;
}
.homePageMVBoxCentreImage{
    position: absolute;
    width: 100px;
    height: 117px;
    background-size: 100% 100%;
    background-image: url(https://www.codingyoung.com/public/Images/center-image.png);
    z-index: 1;
    margin-top: 34px;
}
/*.banner-text-transform{*/
/*    font-weight: 700;*/
/*    color: #f0cc2c;*/
/*    font-size: 45px;*/
/*    text-transform: capitalize !important;*/
/*    letter-spacing: 3px;*/
/*}*/
/*.banner-text-transform:after{*/
/*    display: block;*/
/*    margin: 10px 0 0;*/
/*    width: 55px;*/
/*    height: 4px;*/
/*    background: #31bdba;*/
/*    content: '';*/
/*}*/
.goldBox{
    background:white;
    height:100%;
    padding:10px;
    position: relative;
    text-align: center;
    border-radius: 13px;
    z-index: 999999999999999;
}
.goldLastBox{
    background: orange;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid white;
    position: relative;
}
.goldBoxImgDiv{
    left: 38%;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    width: 60px;
    height: 60px;
    border: 2px solid #f88c0c;
    -webkit-box-shadow: 0px 0px 0px 5px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 5px rgb(255 255 255);
}
.goldBoxImg{
    height: 55px;
    padding: 10px;
}
.goldBoxSummary{
    color: #0d9ca4;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding-top: 45px;
    margin:0;
}
.goldLastBoxSummary{
    color: white;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin:0;
}
.goldBoxOne{
    position:relative;
    z-index:0;
}
.goldBoxOne:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    left: 50px;
    width: 30%;
    top: 80%;
    background-color: #9EB3EB;
    -webkit-box-shadow: 0 18px 15px #777777;
    -moz-box-shadow: 0 18px 15px #486685;
    box-shadow: 0 18px 15px #929292;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.goldBoxOne:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    right: 40px;
    width: 30%;
    top: 80%;
    background-color: #9EB3EB;
    -webkit-box-shadow: 0 18px 15px #777777;
    -moz-box-shadow: 0 18px 15px #486685;
    box-shadow: 0 18px 15px #929292;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(5deg);
}
.goldBoxTwo{
    position:relative;
    z-index:0;
}
.goldBoxTwo:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    left: 50px;
    width: 30%;
    top: 80%;
    background-color: #9EB3EB;
    -webkit-box-shadow: 0 18px 15px #777777;
    -moz-box-shadow: 0 18px 15px #486685;
    box-shadow: 0 18px 15px #929292;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.goldBoxTwo:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    right: 40px;
    width: 30%;
    top: 80%;
    background-color: #9EB3EB;
    -webkit-box-shadow: 0 18px 15px #777777;
    -moz-box-shadow: 0 18px 15px #486685;
    box-shadow: 0 18px 15px #929292;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(5deg);
}
.goldBoxThree{
    position:relative;
    z-index:0;
}
.goldBoxThree:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    left: 50px;
    width: 30%;
    top: 80%;
    background-color: #9EB3EB;
    -webkit-box-shadow: 0 18px 15px #777777;
    -moz-box-shadow: 0 18px 15px #486685;
    box-shadow: 0 18px 15px #929292;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.goldBoxThree:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 13px;
    right: 40px;
    width: 30%;
    top: 80%;
    background-color: #9EB3EB;
    -webkit-box-shadow: 0 18px 15px #777777;
    -moz-box-shadow: 0 18px 15px #486685;
    box-shadow: 0 18px 15px #929292;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(5deg);
}
.goldBoxesSection{
    /*background: #f4b627;*/
    background-image: url('http://codingyoung.com/public/Images/goldenBoxesbg.jpg');
    background-size: 100% 100%;
}
.mgoldBoxesSection{
    display:none;
}
/*.carousel-inner .carousel-item.active,*/
/*.carousel-inner .carousel-item-next,*/
/*.carousel-inner .carousel-item-prev {*/
    /*display: flex;*/
    /*background:white;*/
/*    border-radius:13px;*/
/*}*/

/*.carousel-inner .carousel-item-right.active,*/
/*.carousel-inner .carousel-item-next {*/
/*    transform: translateX(25%);*/
/*}*/

/*.carousel-inner .carousel-item-left.active, */
/*.carousel-inner .carousel-item-prev {*/
/*    transform: translateX(-25%);*/
/*}*/
  
/*.carousel-inner .carousel-item-right,*/
/*.carousel-inner .carousel-item-left{ */
/*    transform: translateX(0);*/
/*}*/
.mgoldBox{
    background: white;
    text-align: center;
    border-radius: 13px;
    height: 200px;
    margin: 50px 0;
    padding:15px;
    z-index: 999999999999999;
    -webkit-box-shadow: 0px 0px 8px -2px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,1);
        box-shadow: 0px 4px 15px -2px rgb(215 215 215);
}
.mgoldLastBox{
    background: orange;
    text-align: center;
    border-radius: 13px;
    height: 200px;
    margin: 50px 0;
    padding:15px;
    z-index: 999999999999999;
    -webkit-box-shadow: 0px 0px 8px -2px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 8px -2px rgb(0 0 0);
}
.mgoldBoxImg{
    position: absolute;
    top: 0;
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 39px;
    line-height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    border: 2px solid #f88c0c;
    font-weight: 600;
    font-size: 20px;
    -webkit-box-shadow: 0px 0px 0px 5px rgb(255 255 255);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 5px rgb(255 255 255);
}
.howItWorksBtn{
    background: #f88c0c;
    border-radius: 30px;
    padding: 12px 15px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    /*margin-top: 20px;*/
    margin-left: 10px;
}
.howItWorksBtn i{
    border-radius: 24px;
    background: white;
    color: #f88c0c;
    height: 17px;
    width: 17px;
    line-height: 17px;
    margin-left: 4px;
    text-align: center;
}
.m-how-it-works{
    display:none;
}
@media only screen and (max-width:1199px){
    .goldBoxImgDiv{
        left: 34%;
    }
    .home-mission-watermark{
        right: 14px;
    }
}
@media only screen and (max-width:1023px){
    .homePageMVBoxCentreImage{
        display:none;
    }
}
@media only screen and (max-width:991px){
    .home-mission-box{
        margin-bottom:10px;
    }
    .goldBoxOne{
        margin:60px 0;
    }
    .goldBoxTwo{
        margin:60px 0;
    }
    .goldBoxThree{
        margin:60px 0;
    }
    .goldBoxFour{
        margin:60px 0;
    }
    .goldBoxImgDiv{
        left: 40%;
    }
}
@media only screen and (max-width:768px){
    .goldBoxImgDiv{
        left: 44%;
    }
}
@media only screen and (max-width:540px){
    .goldBoxesSection{
        display:none;
    }
    .mgoldBoxesSection{
        display:block;
        background-image: url(http://codingyoung.com/public/Images/goldenBoxesbg.jpg);
        background-size: 100% 100%;
    }
    .goldBox{
        margin-top:50px;
    }
    .goldLastBox{
        margin-top: 50px;
    }
    .how-it-work{
        display:none;
    }
    .m-how-it-works{
        display:block;
        padding:50px 0;
        background-image: url(https://codingyoung.com/public/Images/home-bg-2.png);
    }
}
@media only screen and (max-width:450px){
    .goldBoxImgDiv{
        left: 38%;
    }
     .mobalign{
        width: max-content;
    }
}
@media only screen and (min-width:400px){
   
    .mobalign{
        width: max-content !important;
    }
}

@media only screen and (max-width:400px){
    .goldBoxImgDiv{
        left: 36%;
    }
    .mobalign{
        width: max-content;
    }
}
@media only screen and (max-width:335px){
    .goldBoxImgDiv{
        left: 31%;
    }
}
@media only screen and (max-width:280px){
    .home-mission-box{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-radius:12px;
    }
    .home-vision-box{
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-radius:12px;
        padding-left:20px;
    }
}
.ins-desig{
    font-size:12px;
}
.banner-text-transform{
    font-weight:700;
    color:#f0cc2c;
    font-size:45px;
    text-transform:capitalize !important;
    letter-spacing:3px
}
.banner-text-transform:after {
    display: block;
    margin: 10px 0 0;
    width: 55px;
    height: 4px;
    background: #31bdba;
    content: '';
}
.why-first-img-fancy{
    width: 24%;
    position: absolute;
    right: -45px;
    top: 8px;
}
.why-second-img-fancy{
    width: 30%;
    position: absolute;
    left: -6px;
    top: 17px;
}
.padZero{
    padding:0;
}
.wmolMainSection{
    padding: 80px 0px;
    background: #f0eaec;
}
.wmolMainBoxSection{
    background:white;
    border-radius: 0 200px 0 0;
}
.wmolBoxSection{
    background-image: url(https://www.codingyoung.com/public/Images/dotbg.png);
    height:100%;
    width:105%;
    padding:20px;
    border-radius: 0 200px 0 0;
}
.wmolBoxSectionRight img{
    position: sticky;
    top: 90px;
    width:100%;
    padding:0;
}
@media only screen and (max-width:1350px){
    .why-first-img-fancy{
        width: 27%;
        position: absolute;
        right: 30px;
        top: 8px;
    }
    .why-second-img-fancy{
        width: 30%;
        position: absolute;
        left: 21px;
        top: 17px;
    }
    .wmolBoxSection{
        width:100%;
    }
}
@media only screen and (max-width:1199px){
    .wmolBoxSectionRight img{
        width:73%;
    }
    .why-first-img-fancy{
        width: 26%;
        position: absolute;
        right: 30px;
        top: 37px;
    }
    .why-second-img-fancy{
        width: 27%;
        position: absolute;
        left: 21px;
        top: 67px;
    }
}
@media only screen and (max-width:991px){
    .why-first-img-fancy{
        display:none;
    }
    .why-second-img-fancy{
        display:none;
    }
}
@media only screen and (max-width:768px){
    .wmolBoxSectionRight{
        display:flex;
        justify-content:center;
        margin-top:20px;
    }
    .wmolBoxSection{
        border-radius: 0;
    }
}

.wmolHeader h6{
    color:#FE8B10;
    font-weight:bold;
}
.wmolHeader{
    padding-left:10px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.7s;
}
.sidenav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #333;
    display: block;
    transition: 0.3s;
    border-top: 1px solid #eee;
}
.sidenav a:hover{
    color: #f1f1f1;
}
.sidenav .closebtn {
    background: black;
    font-size: 18px;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.top-header {
    background: #f4b627;
}
.contact-info {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info li {
    margin-right: 18px;
}
.contact-info li i {
    margin-right: 12px;
}
.contact-info li a {
    color: #fff;
    font-weight: 700;
}
.top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-header {
    background: #f4b627;
    padding: 5px 0px;
    height:40px;
}
.social-contact {
    display: flex;
    align-items: center;
}
/*.social-icons a {*/
/*    padding: 5px;*/
/*    font-size: 20px;*/
/*}*/
.share-title {
    color: #fff;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    margin-right: 20px;
}
.rotatei{
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }}


.nav-link {
    font-weight: 600;
    font-size: 16px;
    /*text-transform: uppercase;*/
    padding: 0px 20px !important;
    color: #000 !important;
}
.nav-link.home-btn {
    /*background: #109ba3;*/
    padding: 6px 25px !important;
    border-radius: 28px;
    color: #42abae !important;
    /*border: 3px solid #109ba3;*/
}
.nav-link.sign-up {
    border: 3px solid #309595;
    border-radius: 41px;
    padding: 6px 30px !important;
    color: #309595 !important;
}
.nav-link.get-start {
    /*background: #f88c0c !important;*/
    padding: 6px 30px !important;
    margin-right: 10px;
    border-radius: 50px;
    color: #fe8b10 !important;
    border: 3px solid #fe8b10;
}
.navbar-nav.ml-auto {
    align-items: center;
}
nav{
    padding: 20px 0px !important;
}

element.style {
    background-image: url(https://codingyoung.com/public/Images/Homepae-banner/banner-right-image.png);
}
.other-home-banner {
    background-repeat: no-repeat;
    background-position: 0% 25%;
    background-size: cover;
    border-bottom: 8px solid #fbbc14;
    border-bottom-right-radius: 100px;
    height:450px;
}
.home-banner {
    background-repeat: no-repeat;
    background-position: 100% 25%;
    background-size: cover;
    border-bottom: 8px solid #fbbc14;
    border-bottom-right-radius: 100px;
}
.overly-style-bg {
    height: 100%;
    background: rgb(16,155,163);
    /*background: linear-gradient(90deg, rgba(63,160,169,20) 0%, rgb(248 140 12 / 64%) 55%);*/
    
    /*background: linear-gradient(131deg, rgb(25 112 120 / 82%) 51%, rgb(232 126 1 / 64%) 71%);*/
    background: linear-gradient(131deg, rgb(25 112 120 / 82%) 57%, #e07400 84%);
    border-bottom-right-radius: 100px;
    padding: 0 50px;
}

.slider-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.right-side img {
    width: 350px; /* 427px */
}
.home-right-side img {
    width: 427px;
}
.main-heading {
    font-weight: 700;
    color: white; /* #f0cc2c */
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.course-heading-summary{
    color: #f0cc2c;
    font-size: 32px;
    font-weight: 600;
}
.main-heading:after{
    display: block;
    margin: 10px 0 0;
    width: 55px;
    height: 4px;
    background: #31bdba;
    content: '';
}
.item-slider-wrap {
    /*padding: 50px 0px;*/
    padding:0;
}
.slider_top .slick-dots {
    right: 0px; /* -35px */
    position: absolute;
    bottom: 0px;
    display: block;
    top: 40%;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}

.slider_top  .slick-dots li {
    position: relative;
    display: list-item;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slider_top .slick-dots li button:before {
    font-size: 40px;
    opacity: 1 !important;
}

.slider_top .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #109ba3 !important;
}



.sec-2-offer {
    text-align: center;
    padding: 0px 30px;
}

.services {
    background-image: url(https://codingyoung.com/public/Images/homeSecondSectionBg.png);
    padding: 20px 0px;
    background-size:cover;
    /*background-repeat: repeat-y;*/
}

.sec-2-offer h2 {
    font-size: 16px;
    margin-top: 25px;
    color: #0f9397;
    font-weight: 700;
}

.how-it-work {
    background-image: url(https://codingyoung.com/public/Images/home-bg-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 38px 0px 25px 0;
    position: relative;
}

.fan-heading {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
}

.chooseCircheading{
    color: black;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
}

.fan-heading:after {content: "";height: 3px;width: 113px;display:block;background: white;left: 0;margin: 10px auto;right: 0;top: 53px;}

.chooseCircheading:after {content: "";height: 3px;width: 113px;display:block;background:#0d9ca4;left: 0;margin: 0 auto;right: 0;margin-top: 5px;}

.p-des {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 60px;
    font-weight:400;
}

.our-plan {
    background: white;
    text-align: center;
    border-radius: 13px;
    padding: 20px;
    height: 250px;
    z-index: 999999999999999;
    -webkit-box-shadow: 0px 0px 8px -2px rgb(0 0 0);
    -moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 8px -2px rgb(0 0 0);
}

.how-it-work .row > div {

    z-index: 9;

}



.our-plan h3 {

    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;

}

.plan-no {

    position: absolute;

    top: 0;

    background: white;

    width: 60px;

    height: 60px;

    border-radius: 39px;

    line-height: 50px;

    left: 0;

    right: 0;

    margin: 0 auto;

    top: -25px;

    border: 2px solid #f88c0c;

    font-weight: 600;

    font-size: 20px;

    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);

    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);

    box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);

}

.plan-icon {
    /*padding:16px;*/
    margin-top: 30px;

}

.site-btn {
    background: #f88c0c;
    border-radius: 30px;
    padding: 12px 21px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 10px
}

.site-btn i {
    background: red;
    border-radius: 24px;
    background: white;
    color: #f88c0c;
    height: 17px;
    width: 18px;
    line-height: 17px;
    margin-left: 4px;
    text-align: center;
}

.how-it-work:after {

    height: 150px;

    width: 100%;

    background: white;

    content: "";

    position: absolute;

    /* top: 0; */

    bottom: 0;

    z-index: 1;

}





.contact-btn {

    background:#f88c0c;

    -webkit-box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);

    -moz-box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);

    box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);



}

.plan-icon img {
    height: 80px;
}

.fancy-services {

    padding: 40px 0px;

    background: #f0eaec;

}

.overview-services {
    padding: 80px 0px;
    background: #f0eaec;
}

.fancy-services-wrap {
    background: white;
    padding: 1px;
    margin-right: 200px;
    position: relative;
    z-index: 0;
    width:100%;
    border-radius: 0 200px 200px 0;
}

.img-fancy {
    width: 37%;
    position: absolute;
    right: -85px;
    top: 33px;
}

.feature {
    width: 116%;
    padding: 2% 40% 2% 2%;
    margin-left:-70px;
    border-radius:0 200px 0 0;
}
.why-feature {
    width: 116%;
    padding: 2% 40% 2% 2%;
    margin-left:-70px;
    border-radius:0 200px 0 0;
}

.course-feature {
    width: 116%;
    padding: 2% 40% 2% 2%;
    margin-left:-70px;
    border-radius:0 200px 0 0;
}

.img-fancy img {
    width: 100%;
    filter: drop-shadow(8px 8px 18px #efefef);
}
/*div{*/
/*    font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;*/
/*}*/
/*a{*/
/*    font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;*/
/*}*/
/*.site-btn{*/
/*    font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;*/
/*}*/

/*p{*/
/*    font-family: Roboto,Arial,Helvetica,sans-serif;*/
/*}*/

/*h1, h2, h3, h4, h5{*/
/*    font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;*/
/*}*/

.f-list {

    list-style: none;

    margin: 0;
    margin-top:20px;
    padding: 0;

    padding-left:20px;
    
    /*font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;*/
}



.f-list li {

    margin-bottom: 11px;

}

.fanc-heading {

    text-transform: uppercase;

    font-weight: 700;

    font-size: 24px;

    line-height: 29px;

    position: relative;

    margin-bottom: 30px;

}

h3.fanc-heading:after {

    content: "";

    margin-top:5px;

    height: 3px;

    width: 80px;

    display:block;

    /*position: absolute;*/

    background: #109ba3;

    /*left: 0;*/

    /*top: 65px;*/

}

.overview-heading {

    text-transform: uppercase;

    font-weight: 700;

    font-size: 24px;

    line-height: 29px;

    position: relative;

    margin-bottom: 30px;

}

h3.overview-heading:after {

    content: "";

    height: 3px;

    width: 80px;

    position: absolute;

    background: #109ba3;

    left: 0;

    top: 65px;

}

.f-list img {

    margin-right: 10px;

}



.f-list li {

    font-weight: 500;

    position: relative;

    padding-left: 60px;
    
    font-size: 18px;
    
    line-height: 35px;
}

.f-list li img {

    position: absolute;

    left: 0px;

    top: 0px;

    height:33px;
}



.fancy-services-wrap-left {

    margin-top: 65px;

    background: white;

    padding: 0px;

    margin-left: 0px;

    position: relative;

    z-index: 0;

    width:100%;
    
    border-radius:200px 0px 0px 200px;
}

.img-fancy-left {

    /*width: 30%;*/

    /*position: absolute;*/

    /*left: 10px;*/

    /*top: 20px;*/
    
    width: 36%;
    position: absolute;
    left: -57px;
    top: 20px;

}

.img-fancy-left img {
    width: 100%;
    filter: drop-shadow(8px 8px 18px #efefef);
}

.feature-left {

    width: 116%;

    padding: 2% 2% 2% 40%;

    border-radius:200px 0px 0px 0px;
    margin-left:-70px;
}

.why-feature-left {

    width: 116%;

    padding: 2% 2% 2% 40%;

    border-radius:200px 0px 0px 0px;
    margin-left:-70px;
    padding-bottom:100px;
}

.f-list-left {

    column-count: 2;

}



.inspirations-sec {
    padding: 45px 0px;
    height: auto;
}

.text-black {

    color: #000;

    font-weight: 700;

}

.text-black:after {

    background: #39bdb9;

}

.btn-list-faqs {
    margin-bottom: 20px;
}
h4.faqs-main-head {
    margin-bottom: 25px;
    /*text-transform: uppercase;*/
    color: #44acaf;
    font-weight:bold;
}
a.card-link.card-header {
    font-weight: 500;
}
.card-link:after {
    content: "+";
    position: absolute;
    background: #40b4b2;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 19px;
    top: 16px;
    right: 10px;
    padding-top:4px;
    text-align: center;
    line-height: 9px;
    border-radius: 14px;
}
a.card-link.card-header.faq-toggle {
    color: #f88c0c !important;
}
.card {
    border: none !important;
}
a.card-link.card-header.faq-toggle {
    border: none;
}
.card {
    margin-bottom: 10px;
}
.faq-toggle:after {
    color: white;
    content: "-";
    padding:4px;
    background: #f88c0c;
}
a.card-link.card-header,.card-body {
    color: black;
    background: white;
    /*padding-right: 0px !important;*/
    padding-right:30px;
    padding-left: 0px !important;
}
.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}
.btn-list-faqs .btn.focus, .btn-list-faqs.btn:focus {
   padding: 3px 17px !important;
    border: 1px solid #f88c0c !important;
    border-radius: 24px !important;
    color: #f88c0c !important;
    box-shadow: none !important;
    box-shadow: unset !important;
}

   .faqActiveBtn {
    padding: 3px 17px !important;
    border: 1px solid #f88c0c !important;
    border-radius: 24px !important;
    color: #f88c0c !important;
}
.btn-list-faqs button:hover{
  //  padding: 3px 17px !important;
    border: 1px solid #f88c0c !important;
    border-radius: 24px !important;
    color: #f88c0c !important;
}
.btn-list-faqs button {
    padding: 3px 12px;
    border: 1px solid #fff;
    font-weight:500;
}
.slider-inspirations {
    background-repeat: repeat;
    background-position: 100% 50%;
    padding: 50px 50px;
    /*background-size: cover;*/
    margin-top: 38px;
    position: relative;
    height:220px;
}
.selectedTab {
    outline: none;
    border: 2px solid #e0862e !important;
    color: #e08730 !important;
    opacity: 1;
}
.courses-sec-list {
    background: #606060;
    padding: 70px 0px;
}
h3.course-cat-list {
    color: #fff;
    margin-bottom: 20px;
}
.courses-sec-list h2.fan-heading.text-center {
    margin-bottom: 50px !important;
}
.row.course-list-row {
    border-bottom: 1px solid #929292;
    margin-bottom: 40px;
}
.row.course-list-row.last-cat-list {
    margin-bottom: 0px !important;
    border-bottom: none !important;
}

.gallery {
    margin-bottom: 30px;
}



.ins-photo img {

    border-radius: 158px;

    height: 200px;

    width: 200px;

    object-fit: cover;

    border: 5px solid white;

}

.inspirations-wrap {

    display: flex !important;

    align-items: center;

}

.ins-text {

    margin-left: 80px;

}

.ins-text h3 {

    font-style: italic;

}

.ins-name{

    font-size: 18px;

    color: #f88c0c;

    font-weight: 500;

    

    margin-top: 10px;

}

.home-courses-sec {

    background-image: url('https://codingyoung.com/public/Images/home-courses-bg.png');

    background-repeat: no-repeat;

    background-position: 100% 20%;

    background-size: cover;

}

.courses-sec {

    background-image: url('https://codingyoung.com/public/Images/home-courses-bg.png');

    background-repeat: repeat-y !important;

    background-position: 100% 30%;

    background-size: auto;

}

.chooseCirc-sec{

    background-repeat: no-repeat;

    background-position: 100% 30%;

    background-size: cover;

    background-image:url(https://codingyoung.com/public/Images/homeSecondSectionBg.png);
    
    padding:0;
}

.chooseCirc-sec-coursesPage{
    padding:20px 0;
}

.gallery_course

{

    margin-bottom: 30px;

}

.gallery_course:hover{
    transform: scale(1.02);
}

.about_course {

    height: 100%;

    background: white;

    /*border-radius: 10px;*/

}

.about_course_content {
    background:white;

    display: flex;

    padding: 17px;

    position: relative;

}

.crse_cat {

    position: absolute;

    top: 0px;

    left: 20px;

    border-radius: 0 0 10px 10px;

    background-color: #dafff9;

    color: #000;

    font-size: 18px;

    padding: 8px 20px;

}

.about_course img {

    width: 100%;

    /*border-top-left-radius: 10px;*/

    /*border-top-right-radius: 10px;*/

}

.about_course_name {

    text-align: center;

    padding: 25px;

    position: relative;

}

.ab-course-name h4{

    margin: 0;

    color: #08293a;

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 10px;

    height: 38px;

    line-height: 20px;

    overflow: hidden;

}



.csbagebx {

    box-sizing: border-box;

    border-radius: 3px;

    order: 2;

    background: #e2e2e2;

    /*border: .769944px solid #d9e6ef;*/

    padding: 1px 8px;

    margin: 0 auto;

    width: max-content;

}

.csbagebx span {

    font-style: normal;

    font-weight: 600;

    font-size: 8px;

    line-height: 18px;

    letter-spacing: 1px;

    text-transform: uppercase;

    color: #000000;

}

.about_course hr {

    margin-top: 10px;

    margin-bottom: 10px;

    border: 0;

    border-top: 1px solid #eee;

}



.ab-course-code {

    padding: 7px;

    background: #fbbc14;

    border: 2.37819px solid #f6c280;

    box-sizing: border-box;

    border-radius: 5.51685px;

    margin-right: 5px;

    width: max-content;

    height: max-content;
    color:white;

}

.course-code {

    color: #fff;

    background: #f88c0c;

    width: max-content;

    position: absolute;

    top: -20px;

    left: 0;

    right: 0;

    margin: 0 auto;

    padding: 5px 25px;

    border-radius: 22px;

    -webkit-box-shadow: 0px 0px 0px 5px rgb(255 255 255);

    -moz-box-shadow: 0px 0px 0px 5px rgba(100,147,135,1);

    box-shadow: 0px 0px 0px 5px rgb(255 255 255);

}

.course-name h4 {

    font-size: 18px;

    margin-top: 10px;

    margin-bottom: 10px;

}

.read-more-btn {

    background: #45bfbc;

    color: #fff;

    border: none;

    border-radius: 16px;

    padding: 10px 20px;

    text-transform:uppercase;

}

.course-shoert-des {

    margin-top: 20px;

    margin-bottom: 25px;

}

.csbdescp {

    padding: 0 25px 25px;

    display: flex;

    flex-direction: column;

    justify-content: space-around;

}

.csbdescp a.courseanchbtnn {

    text-decoration: none;

    text-align: center;

    cursor: pointer;

    font-style: normal;

    font-weight: 700;

    font-size: 15px;

    line-height: 169%;

    letter-spacing: .11em;

    color: #fff;

    border-radius: 5px;

    transition: .2s ease-in-out;

    box-shadow: 0 5px 13px rgb(121 121 121 / 24%);

    text-transform: uppercase;

    padding: 7px 24px;

    width: 100%;

    background: #FFFFFF;

    /*border: 0.679046px solid #606060;*/

    /*color: #606060;*/
    border: 1px solid #42abae;
    
    color: #42abae;

    font-size: 12px;

    margin-top: 15px;

}

.csbdescp .courseanchbtnn:hover {
    transform: scale(1.1);
    background: #42abae;
    color:white;
    border:1px solid white;
}

.csbdescp .icon {

    margin-left: 16px;

    float: right;

    transform: rotate(180deg);

    flex-shrink: 0;

    background: #e4e4e4;

    position: relative;

    width: 15px;

    height: 15px;

    padding: 12px;

    border-radius: 5px;

}

.icon > svg {

    width: inherit;

    height: inherit;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translateX(-50%) translateY(-50%);

    color: #3EBBFF;

    font-size: 12px;

}

.home-filter-button{
    color: #ffffff;

    border-radius: 49px;

    padding: 4px 8px;

    background: transparent;
}

.filter-button {

    border: 2px solid transparent;

    color: #ffffff;

    border-radius: 49px;

    padding: 4px 16px;

    background: transparent;

}

.home-filter-button:focus, .home-filter-button:hover, .home-filter-button:active{
    outline: none;
    color: white;
    opacity: 1;
    color: #FE8B10;
    border: 1px solid #FE8B10;
}

.home-filter-button a{
    color:white;
}

.filter-button:focus, .filter-button:hover, .filter-button:active {
    outline: none;
    border: 2px solid #e0862e;
    color: #e08730;
    opacity: 1;
}

.filter-button.active{

    outline: none;

     border: 2px solid white;

     color: white;

     opacity:1;

}

.cfilter-button:focus, .cfilter-button:hover, .cfilter-button:active {
    outline: none;
    border: 2px solid #e0862e;
    color: #e08730;
    opacity: 1;
}

.cfilter-button.active{

    outline: none;

     border: 2px solid white;

     color: white;

     opacity:1;

}

.course-des{

    margin-bottom: 20px;

}

/*.home-courses-sec-overly-style-bg {*/

/*    padding: 50px 0px;*/

/*    height: 100%;*/

    /*background: linear-gradient(to right, #5f3400 , #03373a);*/
    
/*    background-image: linear-gradient(to right, rgb(255 114 17 / 75%), rgb(0 95 100 / 80%));*/
/*}*/

.courses-sec-overly-style-bg {

    /*padding: 50px 0px;*/

    /*height: 100%;*/

    /*background: linear-gradient(to right, #fe911c, #fe911c);*/

    /*opacity: 0.9;*/
    padding: 50px 0px;
    height: 100%;
    /*background-image: linear-gradient(to right, rgb(254 114 17 / 90%), rgb(254 139 16 / 75%));*/
    /*background-image: linear-gradient(to right, rgb(13 155 163 / 70%), rgb(255 114 17 / 70%));*/
    background-image: linear-gradient(to right, rgb(0 105 111 / 88%), rgb(209 85 0 / 77%));

}


.chooseCirc-sec-overly-style-bg {
    padding: 10px 0px 42px 0px;
    height: 100%;
}

.subscription-plan {

    padding: 38px 0px;

}

h3.heading-sub {

    color: #fe8b10;

    text-transform: capitalize;

    margin-top: 35px;

    font-size: 25px;

}

.fan-subscription {

    padding: 5px 25px;

    background: #edecea;

    width: max-content;

    margin: 20px auto 0;

    border-radius: 30px;

    font-size: 20px;

    font-weight: 500;

}

.subscription-box {

    background: #f4f4f4;

    padding: 30px;

    height: 100%;

    border-radius: 10px;

}

.subscription-title h3 {

    font-size: 16px;

    margin-top: 15px;

    margin-bottom: 10px;

        font-weight: 700;

}

.client-line p{
    font-weight:400;
}

.whats-client-say {

    position:relative;

    padding: 100px 0px;

    background: #f5f3f4;
    height:630px;

}

.whats-client-say:after {

    content: "";

    background-image: url(https://codingyoung.com/public/Images/yes.png);

    height: 100%;

    width: 43%;

    position: absolute;

    top: 90px;

    background-repeat: no-repeat;

    left: 57%;

    background-size: contain;

    overflow: hidden;

    z-index: 0;

}

.testimonials-item {

    width: 100%;

    background: white;

    padding: 15px 10px;

    -webkit-box-shadow: -2px 3px 24px -12px rgb(0 0 0 / 75%);

    -moz-box-shadow: -2px 3px 24px -12px rgba(0,0,0,0.75);

    box-shadow: -2px 3px 24px -12px rgb(0 0 0 / 75%);

    border-radius: 8px;

        margin: 30px

}

.testimonial-wrap {

    display: flex;

}

.client-detail {

    display: flex;

    align-items: center;

}



.client-image {

    margin-right: 20px;

}



.client-name {

    color: #119096;

    font-weight: 700;

}

.testimonials-icon {

    margin-right: 15px;

}







.testimonials{

    z-index:9;

}

.testimonials .slick-prev,.testimonials .slick-next {

    top: 100%;

}

.testimonials .slick-prev {

    left: 46%;

}

.testimonials .slick-next {

    right: 46%;

}



 .slick-prev:before {

    content: "\f060" !important;

}

 .slick-next:before {

       content: "\f061" !important;

}





i.fa.fa-facebook-f {

    color: #4252c1;

}



i.fa.fa-twitter {

    color: #009dff;

}



i.fa.fa-instagram {

    color: #ff3c46;

}



i.fa.fa-linkedin {

    color: #1b4d9d;

}



a:hover,button:hover {

    opacity: 0.8;

}





.box-1 {

    background: #eb832c;

}

.box-2 {

    background: #44acaf;

}

.box-3 {

    background: #0d9ca4;

}

.box-4 {

    background: #f4b627;

}

.contact-wrap {

    display: flex;

    align-items: center;

}

.contact-box {
    height: 100%;
    padding: 15px;
    padding-top:20px;
}



.subscription-des a { 

    font-size: 13px; 
    
} 
.subscription-des p{
    font-weight:400;
}


.contact-icon {

    color: #fff;

    /*background-image: url('Images/phone-icon.png');*/

    border: 1.6px solid white;

    border-radius: 33px;

    height: 45px !important;

    width: 45px;

    text-align: center;

}



.contact-icon a {

    color: #fff;

    font-size: 20px;

    line-height: 40px;

}

.contact-info-call p {

    color: #ffff;

    margin: 0;

    text-transform: uppercase;

    font-weight: 500;

}



.contact-info-call {

    margin-left: 20px;

}

p.call-tel {

    font-weight: 700;

    font-size: 20px;

}

.contact-wrap {

    display: flex;

    align-items: center;

    margin-bottom: 15px;

    margin-top: 15px;

}

p.call-tel.email {
    font-size: 20px;
    text-transform: inherit;
}

@media only screen and (max-width:1080px){
    p.call-tel {
        font-size: 16px;
    }
    p.call-tel.email {
        font-size: 13px;
    }
}

.btn-support {

    box-shadow: none;

    border: 2px solid #fff;

    background: transparent;

    margin: 15px 0px 0px 0px;

}

.contact-box h4 {
    color: #fff;
    text-transform: uppercase;
}



.client-heading-main:after {

    top: 45px !important;

}

.full-container{

	max-width: 100% !important;

	width: 100% !important;

}





.fancy-services-wrap:before {
    z-index: -1;

    position: absolute;

    content: "";

    bottom: 20px;

    left: 80px;

    width: 50%;

    top: 80%;

    background-color: #9EB3EB;

    -webkit-box-shadow: 0 18px 15px #777777;

    -moz-box-shadow: 0 18px 15px #486685;

    box-shadow: 0 18px 15px #929292;

    -webkit-transform: rotate(-4deg);

    -moz-transform: rotate(-4deg);

    -o-transform: rotate(-4deg);

    -ms-transform: rotate(-4deg);

    transform: rotate(-4deg);

}

/*.course-wrap:after {*/
/*    display:none;*/
/*}*/

.fancy-services-wrap:after {

    z-index: -1;

    position: absolute;

    content: "";

    bottom: 25px;
    
    right: 15px;

    width: 50%;

    top: 80%;

    background-color: #9EB3EB;

    -webkit-box-shadow: 0 18px 15px #777777;

    -moz-box-shadow: 0 18px 15px #486685;

    box-shadow: 0 18px 15px #929292;

    -webkit-transform: rotate( -4deg );

    -moz-transform: rotate(-4deg);

    -o-transform: rotate(-4deg);

    -ms-transform: rotate(-4deg);

    transform: rotate( 5deg );

}





.fancy-services-wrap-left:after {

    z-index: -1;

    position: absolute;

    content: "";

    bottom: 25px;
    
    right: 10px;

    width: 50%;

    top: 80%;

    background-color: #9EB3EB;

    -webkit-box-shadow: 0 18px 15px #777777;

    -moz-box-shadow: 0 18px 15px #486685;

    box-shadow: 0 18px 15px #929292;

    -webkit-transform: rotate( -4deg );

    -moz-transform: rotate(-4deg);

    -o-transform: rotate(-4deg);

    -ms-transform: rotate(-4deg);

    transform: rotate( 5deg );

}


.fancy-services-wrap-left:before {

    z-index: -1;

    position: absolute;

    content: "";

    bottom: 30px;

    left: 32px;

    width: 50%;

    top: 80px;

    background-color: #9EB3EB;

    -webkit-box-shadow: 0 18px 15px #777777;

    -moz-box-shadow: 0 18px 15px #486685;

    box-shadow: 0 18px 15px #929292;

    -webkit-transform: rotate( -4deg );

    -moz-transform: rotate(-4deg);

    -o-transform: rotate(-4deg);

    -ms-transform: rotate(-4deg);

    transform: rotate( -6deg );
}



.slider-inspirations:after {

    z-index: -1;

    position: absolute;

    content: "";

    bottom: 30px;

    right: 32px;

    width: 50%;

    top: 80px;

    background-color: #9EB3EB;

    -webkit-box-shadow: 0 18px 15px #777777;

    -moz-box-shadow: 0 18px 15px #486685;

    box-shadow: 0 18px 15px #929292;

    -webkit-transform: rotate( 

-4deg

 );

    -moz-transform: rotate(-4deg);

    -o-transform: rotate(-4deg);

    -ms-transform: rotate(-4deg);

    transform: rotate( 

5deg

 );



}

.slider-inspirations:before {

    z-index: -1;

    position: absolute;

    content: "";

    bottom: 30px;

    left: 32px;

    width: 50%;

    top: 80px;

    background-color: #9EB3EB;

    -webkit-box-shadow: 0 18px 15px #777777;

    -moz-box-shadow: 0 18px 15px #486685;

    box-shadow: 0 18px 15px #929292;

    -webkit-transform: rotate( 

-4deg

 );

    -moz-transform: rotate(-4deg);

    -o-transform: rotate(-4deg);

    -ms-transform: rotate(-4deg);

    transform: rotate( 

-5deg

 );



}

@media only screen and (max-width:1350px){
    .feature-left {
        width: 100%;
        padding: 2% 2% 2% 33%;
        border-radius:200px 0px 0px 0px;
        margin:0;
    }
    .why-feature-left{
        width: 100%;
        padding: 2% 2% 2% 33%;
        border-radius:200px 0px 0px 0px;
        margin:0;
    }
    .feature {
        width: 100%;
        padding: 2% 40% 2% 2%;
        margin-left:0px;
        border-radius:0 200px 0px 0;
    }
    .why-feature {
        width: 100%;
        padding: 2% 40% 2% 2%;
        margin-left:0px;
        border-radius:0 200px 0px 0;
        padding-bottom:140px;
    }
    .course-feature {
        width:100%;
        padding: 2% 40% 2% 2%;
        margin-left:0px;
        border-radius:0 200px 0 0;
    }
    .img-fancy {
        width: 37%;
        position: absolute;
        right: 40px;
        top: 30px;
    }
    .img-fancy-left {
        width: 33%;
        position: absolute;
        left: 14px;
        top: 60px;
    }
    .fancy-services-wrap:before {
        left: 80px;
    }
    .fancy-services-wrap:after {
        right: 80px;
    }
    .fancy-services-wrap-left:before {
        left: 80px;
    }
    .fancy-services-wrap-left:after {
        right: 80px;
    }
    p.call-tel.email{
        font-size:14px;
    }
}



.fancy-ing-sub img {

    width: 100%;

}

.footer{

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    padding:30px 0;

}

.dropbtn {

    margin-left: 10px;

    background-color: #f5f3f4;

    color: #4CAF50;

    /*padding: 6px;*/

    font-size: 16px;

    border: none;

    cursor: pointer;

}

.dropdown {

    position: relative;

    display: inline-block;

}

.dropdown-content {

    margin-left: 10px;

    display: none;

    position: absolute;

    background-color: #f9f9f9;

    min-width: 160px;

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

    z-index: 1;

}

.dropdown-content a {

    color: black;

    padding: 4px 16px;

    text-decoration: none;

    display: block;

}

.dropdown-content a:hover {

    background-color: #f1f1f1;

}

.dropdown:hover .dropdown-content {

    display: block;

}

.dropdown:hover .dropbtn {

    background-color: #f5f3f4;

}

@media(max-width: 575px){
	.testimonials-icon {
        display: none;
    }
    .whats-client-say {
        padding: 30px 0px;
    }
    /*.text-black:after {*/
    /*    display: none;*/
    /*}*/
    /*h3.fanc-heading:after {*/
    /*    display: none;	*/
    /*}*/
    /*h3.overview-heading:after {*/
    /*    display: none;	*/
    /*}*/
    /*h3.chooseCircheading:after {*/
    /*    display: none;	*/
    /*}*/
    .testimonials-item{
    	margin: 15px;
    }
    .main-heading {
        font-size: 20px;
    }
    .right-side img {
        width: 200px !important;
    }
    .home-right-side img {
        margin-top:35px;
        width: 200px !important;
    }
}

@media(max-width: 1199px){
	.nav-link.sign-up ,.nav-link.get-start,.nav-link.home-btn {
        padding: 6px 20px !important;
    }
    .nav-link {
        padding: 0px 12px !important;
    }
    .our-plan {
        padding: 15px;
    }
    .feature {
        width: 100%;
        padding: 2% 30% 2% 2%;
        margin:0;
    }
    .why-feature {
        width: 100%;
        padding: 2% 30% 2% 2%;
        margin:0;
    }
    .course-feature {
        padding: 2% 40% 2% 2%;
        margin:0;
    }
    .img-fancy {
        width: 36%;
        position: absolute;
        right: -3px;
        top:70px;
    }
    .feature-left {
        width: 100%;
        padding: 2% 2% 2% 30%;
        margin:0;
    }
    .why-feature-left {
        width: 100%;
        padding: 2% 2% 2% 30%;
        margin:0;
    }
    .img-fancy-left {
        width: 33%;
        position: absolute;
        left: -6px;
        top: 105px;
    }
    .fancy-services-wrap:before {
        bottom:20px;
    }
    .fancy-services-wrap:after {
        bottom:20px;
    }
    .fancy-services-wrap-left:before {
        bottom:20px;
    }
    .fancy-services-wrap-left:after {
        bottom:20px;
    }
}

@media only screen and (max-width:992px){
    .mobileHam{
        display:block;
        font-size:30px;
        cursor:pointer;
        position:absolute;
        right:15px;
    }
}

@media(max-width: 991px){
	.our-plan-col {
        margin-bottom: 50px;
    }
    .our-plan-col {
        margin-bottom: 50px;
    }
    .main-heading {
        font-size: 25px;
    }
    .right-side img {
        width: 227px;
    }
    .home-right-side img {
        width: 227px;
    }
    .img-fancy {
        display: none;
    }
    .feature {
        width: 100%;
        padding: 2% 2% 2% 2%;
        border-radius:0;
    }
    .why-feature {
        width: 100%;
        padding: 2% 2% 2% 2%;
        border-radius:0;
    }
    .course-feature {
        padding: 2% 2% 2% 2%;
        border-radius:0;
    }
    .course-wrap:after {
        display:block;
    }
    .fancy-services-wrap {
        margin-right: 0px;
    }
    .img-fancy-left {
        display: none;
    }
    .feature-left {
        width: 100%;
        padding: 2% 2% 2% 2%;
        border-radius:0;
    }
    .why-feature-left {
        width: 100%;
        padding: 2% 2% 2% 2%;
        border-radius:0;
    }
    .fancy-services-wrap-left {
        margin-top: 30px;
        margin-left: 0px;
    }
    .ins-text {
        margin-left: 30px;
    }
    .other-home-banner {
        height:auto;
    }
    .slider-inspirations {
        height:280px;
    }
    .slider-inspirations:before {
        bottom:20px;
    }
    .slider-inspirations:after {
        bottom:20px;
    }
}

@media only screen and (max-width:768px){
    .slider-inspirations {
        height:300px;
        padding:20px;
    }
}

@media(max-width: 767px){
	.f-list-left {
        column-count: 1;
    }
    .sec-2-offer {
        text-align: center;
        padding: 0px 0px;
        margin-bottom: 40px;
    }
    .fancy-ing-sub img {
        display: none;
    }
    .how-it-work:after{
    	display: none;
    }
    .top-header {
        display: none;
    }
    .ins-text h3 {
        font-style: italic;
        font-size: 20px;
    }
}

.ins-photo img {
    height: 100px;
    width: 100px;
}
.fan-heading, .fanc-heading, .chooseCircheading, .overview-heading {
    font-size: 28px;
    font-weight:600;
}
nav {
    padding: 7px 15px !important;
}
button#watchButton12 {
    outline: none;
    border: 2px solid #f88c0c;
    color: #da8823;
    opacity: 1;
}
@media only screen and (max-width:700px){
    .banner-text-transform{
        font-size:30px;
    }
    .welTo{
        font-size:18px;
    }
}
@media only screen and (max-width:565px){
    .slider-item {
        display: flex !important;
        flex-wrap: wrap;
         text-align: center;
        justify-content: center;
    }
    .banner-text-transform:after{
        margin: 10px auto;
    }
    .main-heading:after{
        margin: 10px auto;
    }
}

@media only screen and (max-width:540px){
    .fan-heading, .fanc-heading, .chooseCircheading, .overview-heading, .fan-subscription{
        font-size: 16px;
    }
}

@media only screen and (max-width:540px){
    .slider-inspirations {
        height:330px;
    }
}

@media(max-width: 480px){
    .left-side {
        width: 100% !important;
    }
    .right-side {
        width: 100% !important;
    }
    .right-side {
        text-align: center;
        justify-content: center;
    }
    .left-side {
        margin-bottom: 30px;
    }
    .right-side img {
        width: 100% !important;
    }
    .home-right-side img {
        width: 100% !important;
    }
}

@media only screen and (max-width:460px){
    .slider-inspirations {
        height:380px;
    }
}

@media only screen and (max-width:425px){
    .slider-inspirations {
        height:320px;
        background-position: 100% 70%;
    }
    .ins-summary{
        font-size:14px;
    }
}

@media only screen and (max-width:360px){
    .ins-summary{
        font-size:12px;
    }
}

@media only screen and (max-width:330px){
    .slider-inspirations {
        height:auto;
    }
}

@media only screen and (max-width: 1024px) {
    .circle-o-img {
        display: none;
    }
    .whats-client-say:after {
        background: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1190px){
    .site-btn {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .whats-client-say:after {
        background-size: 452px !important;
    }
    img.img2 {
        top: 0px !important;
        width: 8% !important;
    }
    img.img1 {
        right: 130px !important;
        width: 9% !important;
        top: -70px !important;
   }
}

.circle-o-img img{
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 100%;
    border: 2px #e2e3fa;
}

img.img1 {
    position: absolute;
    right: 208px !important;
    width: 7% !important;
    z-index: 2;
    top: -94px;
    -webkit-animation:zoom 4s linear infinite;
    -moz-animation:zoom 4s linear infinite;
    animation:zoom 4s linear infinite;
}
img.img2 {
    position: absolute;
    top: -36px;
    width: 6% !important;
    left: 315px;
    z-index: 2;
    -webkit-animation: zoom 4s linear infinite;
    -moz-animation: zoom 4s linear infinite;
    animation: zoom 4s linear infinite;
}
img.img3 {
    position: absolute;
    top: -87px !important;
    width: 5% !important;
    left: 147px !important;
    z-index: 2;
    -webkit-animation: zoom 4s linear infinite;
    -moz-animation: zoom 4s linear infinite;
    animation: zoom 4s linear infinite;
}
img.img4 {
    width: 7%;
    top: -300px !important;
    left: 360px !important;
    position: absolute;
    -webkit-animation:move1 4s linear infinite;
    -moz-animation:move1 4s linear infinite;
    animation:move1 4s linear infinite;
}
img.img5 {
    width: 7% !important;
    top: -340px !important;
    position: absolute;
    left: 147px !important;
    z-index: 2;
    -webkit-animation:move 4s linear infinite;
    -moz-animation:move 4s linear infinite;
    animation:move 4s linear infinite;
}


@keyframes move {
    0%   {left:36px; top:-352px;}
    50%  {left:50px; top:-352px;}
    100% {left:36px; top:-352px;}
}

@-webkit-keyframes move {
    0%   {left:36px; top:-352px;}
    50%  {left:50px; top:-352px;}
    100% {left:36px; top:-352px;}
}

@-moz-keyframes move {
    0%   {left:36px; top:-352px;}
    50%  {left:50px; top:-352px;}
    100% {left:36px; top:-352px;}
}

@keyframes move1 {
    0%   {top:-330px; left:240px;}
    50%  {top:-350px; left:240px;}
    100% {top:-330px; left:240px;}
}

@-webkit-keyframes move1 {
    0%   {top:-330px; left:240px;}
    50%  {top:-350px; left:240px;}
    100% {top:-330px; left:240px;}
}

@-moz-keyframes move1 {
    0%   {top:-330px; left:240px;}
    50%  {top:-350px; left:240px;}
    100% {top:-330px; left:240px;}
}

@keyframes move2 {
    0%   {left:100px; top:-96px; }
    50%  {left:120px; top:-96px; }
    100% { left:100px; top:-96px;}
}

@-webkit-keyframes move2 {
    0%   {left:100px; top:-96px; }
    50%  {left:120px; top:-96px; }
    100% { left:100px; top:-96px;}
}

@-moz-keyframes move2 {
    0%   {left:100px; top:-96px; }
    50%  {left:120px; top:-96px; }
    100% { left:100px; top:-96px;}
}

@keyframes zoom {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

@-moz-keyframes zoom {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

@-moz-keyframes spin { 100% { -webkit-transform: rotate(20deg); } }

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(20deg); } }

@keyframes spin { 100% { -webkit-transform: rotate(20deg); transform:rotate(20deg); } }



        /* The Modal (background) */
        .trial {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 23; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content */
        .trial-content {
            background: url('http://codingyoung.com/public/Images/popup-bg.png');
            background-size:100% 100%;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 50%;
            text-align: center;
            border-radius: 50px 0 50px 0;
        }

        .trialClassBtn {
            /*font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif;*/
            background: #f88c0c;
            -webkit-box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
            -moz-box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
            box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
            width: 150px;
            border-radius: 30px;
            padding: 12px 21px;
            border: none;
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 600;
            margin:15px auto;
        }

        .trialClassBtn i {
            border-radius: 24px;
            background: white;
            color: #f88c0c;
            height: 17px;
            width: 17px;
            line-height: 17px;
            margin-left: 4px;
            text-align: center;
        }

        .trial-content input{
            border-radius: 30px;
            background: white;
            padding: 10px;
            border: 1px solid lightblue;
            margin: 10px 0;
            outline: none;
        }
        /* The Close Button */
        .trialclose {
            color: red;
            float: right;
            font-size: 24px;
            font-weight: bold;
            right: 26px;
            background-color: lightcoral;
            width: 39px;
            height: 39px;
            border-radius: 50%;
        }

        .trialclose:hover,
        .trialclose:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
            background: lightslategrey;
        }

        @media only screen and (max-width:991px){
            .trial-content {
                width: 80%;
            }
        }

        @media only screen and (max-width:540px){
            .trial-content {
                width: 100%;
            }
        }
        
      @media screen and (max-width: 1024px) {
  .mcurrcon {
    display:none !important;
  }
}

@media screen and (min-width: 1026px) {
  .dcurrcon {
    display:none !important;
  }
}

.m-how-it-works-circle{
        background: white;
        text-align: center;
        border-radius: 13px;
        height: 350px;
        margin: 50px 0;
        padding: 50px;
        z-index: 999999999999999;
        -webkit-box-shadow: 0px 0px 8px -2px rgb(0 0 0);
        -moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,1);
        box-shadow: 0px 4px 15px -2px rgb(215 215 215);
    }
.m-how-it-works-circle-img{
        position: absolute;
        top: 0;
        background: white;
        width: 60px;
        height: 60px;
        border-radius: 39px;
        line-height: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 20px;
        border: 2px solid #f88c0c;
        font-weight: 600;
        font-size: 20px;
        -webkit-box-shadow: 0px 0px 0px 5px rgb(255 255 255);
        -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,1);
        box-shadow: 0px 0px 0px 5px rgb(255 255 255);
    }

/* Orange button */

.orangeBtn {
    background: #f88c0c;
    border-radius: 30px;
    padding: 12px 15px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    /* margin-top: 20px; */
    -webkit-box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
    -moz-box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
    box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
}    

@media screen and (max-width: 460px){
.orangeBtn {
    background: #f88c0c;
    border-radius: 30px;
    padding: 12px 15px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    /* margin-top: 20px; */
    -webkit-box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
    -moz-box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
    box-shadow: 0px 0px 0px 5px rgb(210 210 210 / 49%);
}    

}
    
/* footer color */

.f-link-white{
    color:white;
}

.f-link-white:hover{
    color:white;
}

.f-font-18{
    font-size:18px;
}


/* why coding young */
.m-b-20{
    margin-bottom:500px !important;
}


