*{
    color: #435377;
}
.nav-link, .navButton{
    margin: 0px 30px;
    color: #fff !important;
    transition: 0.4s;
}
.nav-link:hover{
    color: #14E8CE !important;
    margin-top: -3px; 
    transition: 0.4s;
    font-weight: 600;
}
input::placeholder{
    color: #A7ACBD;
}
textarea::placeholder{
    color: #A7ACBD;
}
.navButton{
    background-color: #9BBFFD;
    border: none;
    padding: 5px 30px;
}
.navButton:hover{
    box-shadow: -1px 5px 10px -3px #2E354E !important;
}
.navbar{
    padding: 40px 0px;
}
.first-section{
        background-image: url(images/background.png);
    background-position: 0px -150px;
    background-repeat: no-repeat;
    background-size: cover;
}
.second-section{
    background-image: url(images/ytbackground.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.third-section{
    background-image: url(images/ytbackgroundside.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.forth-section{
    background-image: url(images/section4bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0px;
    
}
.fifth-section{
    background-image: url(images/footerbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: 0px 0px;
    padding-top: 160px;
    
}
.faq-section {
    background-image: url(images/background.png);
    background-position: 0px -101px;
    background-repeat: no-repeat;
}
.navbar-toggler{
    border:none;
}

.text-white{
    color: #fff !important;
}
.text-footer{
    color: #7486B3 !important;
}
.link-footer:hover{
    text-decoration: none;
    color: #fff !important;
}
.link-footer{
    margin:20px;
    color: #7486B3 !important;
}
.text-purpl{
    color: #7C82FF !important;
}
.text-blue{
    color: #5878F6 !important;
    font-size: 30px;
}
.text{
    line-height: 1.5;
}
.deskmarg{
    border-radius: 10px;
}
.table td, .table th{
    border-top: none !important;
    padding: 3px;
}
.table thead th{
    border-bottom: none;
}
.gr{
    background-color: #EDEEF6;
}
.tablewidt{
    box-shadow: 0px 0px 20px -10px;
}
.sec4marg{
        margin: 190px 0px;
}
.faqSection{
    background-color: #FFFFFF !important;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 1px 1px 18px -8px #454545;
}
.faqSection .card, .faqSection .card-header{
    background-color: #fff !important;
    border: none;
    border-radius: 0px;
}
.faqSection .btn-link{
    padding: 0px;
    text-decoration: none;
}
.cflabel{
    display: block;
    font-size: 13px;
    margin-top: 20px;
    color: #A7ACCC;
    text-transform: uppercase;
}
.cfinput{
    width: 100%;
    border: solid 2px #B5C0D9;
    padding: 14px;
    border-radius: 7px;
    background-color: #F8F9FF;
}
/*Icons*/
.lnicustom{
    background-color: #FAFBFC;
    padding: 10px;
    font-size: 30px !important;
    border-radius: 120px;
    box-shadow: 1px 1px 10px -3px #000;
    background-color: #5A7BF6;
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
}
.lnicustom:hover{
    font-size: 35px !important;
    padding: 15px;
    transition: 0.4s;
}

.lnicustom2{
    margin:0px 20px;
    font-size: 25px !important;
    transition: 0.4s;
}
.lnicustom2:hover{
    color: #fff !important;
    transition: 0.4s;
}
/*Scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #14E8CE; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #14E8CE; 
}
/*Headngs*/
h5{
    margin-bottom: 35px;
}
h1{
    font-weight: 400;
    font-size: 35px;
    line-height: 1.5;
}
/*CHUSSEIN*/
.socialicons{
    margin-top:25px
}
/*buttons*/
.btn-submit1{
    background-color: #5A7BF6 !important;
    color: #fff !important;
    padding: 20px 160px;
    margin-top: 30px;
}
.btn-submit1:hover{
    box-shadow: -1px 5px 10px -3px #5A7BF6;
}
.btn-custom1{
    background-color: #14E8CE !important;
    color: #fff !important;
    padding: 5px 40px;
}
.btn-custom1:hover{
    box-shadow: -1px 5px 10px -3px #14e8ce;
}
.btn-custom2{
    background-color: #14E8CE !important;
    color: #000 !important;
    padding: 5px 40px;
}
.btn-custom2:hover{
    box-shadow: -1px 5px 10px -3px #14e8ce;
}
.loginpopup{
    margin-top: 100px;
}
.modal-header{
    border: none;
}
.modal-body{
    padding: 0px;
}
.modal-content{
    border-radius: 7px;
}
.containerlogin{
    width: 80%;
    margin: 20px auto;
}
.containerRegister{
    width: 90%;
    margin: 20px auto;
}
.rgtext{
    margin-top:-10px;
}


/*Media queries*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .deskmarg{
        margin: 0px auto;
        width: 100%;
    }
        .tablewidt{
        width: 100%;
        margin: 30px auto;
    }
    .third-section{
        width: 80%;
    margin: 60px auto;
    }
    .forth-section{
            margin-top: -150px;
    }
    .text-purplmob1{
    font-size: 25px;
        margin-top: 20px;
    }
    .deskt{
        display: none;
    }
    .mobb h1{
        font-size: 26px !important;
    }
    .mobb .col-md-3{
        display: flex;
    }
    .mobb p{
        margin:10px;
    }
    .lnicustom{
        padding: 18px;
        margin: 10px;
    }
    .contactquicklinks{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    footer h5{
        font-size: 17px !important;
        font-weight: 400;
    }
    .text-footer{
        font-size: 12px;
    }
    .faqSection{
        padding: 50px 0px !important;
    }
    .btn{
        white-space: normal!important;
        text-align: left;
    }
    .af-text{
    width: 90%;
    margin:0 auto;
    }
    .btn-submit1{
        width: 100% !important;
        text-align: center;
        padding: 20px 20px;
    }
    .registersect2{
    box-shadow: 1px 1px 10px -2px;
    background-color: #fff;
    border-radius: 10px;
    }
    .iframemobset{
        width: 100% !important;
    }
    .second-section{
        display: none;
    }
    .second-sectiondesk{
    background:none;
    margin-bottom: 30px;
    }
    .btnmob{
     text-align: center;
     width:100%;
     padding: 10px;
    }
    .btndesk{
        display:none;
    }
    .fifth-section{
            background-position: 0px -10px;
    padding-top: 60px;
    }
    .textadjustmob{
        font-size: 20px !important;
        font-weight: 700;
    }
    .mobremonly{
        display:none;
    }
    

}

.chart_holder
{
    height:200px;width:380px;margin:auto;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .chart_holder
    {
        height:400px;width:720px;margin:auto;
    }


    .deskmarg{
        margin: 0px auto;
    }
        .tablewidt{
        width: 80%;
        margin: 0 auto;
    }
    .mobb{
        display: none;
    }
    .faq-section{
        background-size: 100%;
    }
    .modal-lg {
    max-width: 1000px !important;
    }
    .registersect2{
    box-shadow: 1px 1px 10px -2px;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 10px;
}
.second-sectiondesk{
    display:none;
    }
    .btnmob{
        display:none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .deskmarg{
        margin: 50px auto;
    }
        .tablewidt{
        width: 80%;
        margin: 0 auto;
    }
    .mobb{
        display: none;
    }
    .faq-section{
        background-size: 100%;
    }
    .modal-lg {
    max-width: 1000px !important;
    }
    .registersect2{
    box-shadow: 1px 1px 10px -2px;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 10px;
}
.second-sectiondesk{
    display:none;
    }
    .btnmob{
        display:none;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .deskmarg{
        margin: 50px auto;
    }
        .tablewidt{
        width: 80%;
        margin: 0 auto;
    }
    .mobb{
        display: none;
    }
    .faq-section{
        background-size: 100%;
    }
    .modal-lg {
    max-width: 1000px !important;
    }
    .registersect2{
    box-shadow: 1px 1px 10px -2px;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 10px;
}
.second-sectiondesk{
    display:none;
    }
    .btnmob{
        display:none;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .deskmarg{
        margin: 50px auto;
    }
    .tablewidt{
        width: 80%;
        margin: 0 auto;
    }
    .mobb{
        display: none;
    }
    .faq-section{
        background-size: 100%;
    }
    .modal-lg {
    max-width: 1000px !important;
    }
    .registersect2{
    box-shadow: 1px 1px 10px -2px;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 10px;
    }
    .second-sectiondesk{
    display:none;
    }
    .btnmob{
        display:none;
    }

}


.whatsapp_icon
{
    position: fixed;
    bottom:50px;
    right:50px;
}

