body {
    min-height: 100vh;
}

/* Start Public Response Settings  */
@media(max-width: 767px) {

    /* Start Header Style  */

    .rl-btn {
      border-radius: 0rem;
      font-size: 14px;  
      margin-top: 3px;
    }


    /* End Header Style  */


    .intoduction {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
        color: #FFF;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center; 
        gap: 10px;
    }
    
    .intoduction-text {
        width: 100%;
        padding: 5px 20px;
    }

    .intoduction-text h3 {
        font-weight: bold;
    }

    .intoduction-img {
       width: 100%;
       /*background-color: yellow;*/
    }
    .intoduction-img img{
        width: 100px;
    }
    

    /* Start Modal Style  */

    .modal {
        /*background-color: red;*/
        /*margin-top: 300px;*/
        min-height: 700px;
        /*left: 0%;*/
        /*right: 0%;*/
        /*width: 100%;*/
        margin: 0 auto;
        /*margin-top: 800px;*/
        z-index: 10000000000;
        margin-bottom: 20px;
        /*background-color: red;*/
        min-height: 2000px;
    }

    .register-modal {
            margin-top: 20px;
            border: 0;
            /*max-width: 840px;*/
            max-width: 100%;
            /*background-color: yellow;*/
            margin: 0 auto;
            /*padding: ;*/
            margin: 0px 3px;
        }

        .modal-dialog {
            width: 100%;
           }

        .modal-content {
            padding: 3px;
            border: 1px solid var(--main-color);
            /*margin-bottom: 250px;*/
        }

    .socialite-login-area {
        width: 100%;
        margin: 0 auto;
        /*background-color: red;*/
        text-align: center;
        margin-bottom: 15px;
    }

    .socialite-login-area .google-login,
    .socialite-login-area .facebook-login {
        /*width: 700px;*/
        /*background-color: yellow;*/
        margin-top: 5px;
    }

    .socialite-login-area .google-login {
        display: inline-block;
    }

    .socialite-login-area .facebook-login {
        display: inline-block;
    }

    .socialite-login-area .btn {
        width: 100%;
        min-width: 280px;
        margin: 0 auto;
    }

    /*End Modal Style*/


    .features-area {
        margin-top: -55px;
        margin-bottom: 10px;
        /*background-color: red;*/
        margin-right: 10px;
        margin-left: 10px;
        /*padding-top: -50px;*/
    }

    .features-area .features-card {
        height: 380px;
        /*width: 50%;*/
        /*background-color: red;*/
        margin: 0 auto;
        background: none repeat scroll 0 0 #fff;
        border-radius: 24px;
        box-shadow: 0 0 8px 0 #c4c4c4;
        padding: 10px 10px;
        text-align: center;
    }

    .features-area .features-card .features-img { 
        padding: 3px 25px;
        margin-top: 10px;
    }

    .features-area .features-card .features-img img { 
        width: 65px;
        height: 65px;
        border-radius: 50%;
        text-align: center;
    }

    .features-area .features-card .features-title { 

    }

    .features-area .features-card .features-title span { 
        font-size: 22px;
        font-family: var(--FontBold);
        font-weight: bold;
        color: #343056;
    }

    /* Start Services Area  */

    .services-area {
        /*height: 500px;*/
        padding: 10px ;
        /*background-color: silver;*/
    }

    .services-area .services-title {
        text-align: center;
        padding: 15px;
    }

    .services-area hr {
        height: 3px;
        background-color: #343056;
        /*color: #343056;*/
        /*background-color: black;*/
        width: 44%;
        margin: 0 auto;
    }

    .services-area .services-title span {
        font-size: 26px;
        font-family: var(--FontBold);
        font-weight: bold;
        color: #343056;
    }

    .services-area .services-content {
        padding: 10px;
        text-align: justify;
    }

    .services-area .services-content span {
        font-size: 16px;
        color: #343056;   

    }

    .steps-container {
        display: none;
    }
    .steps-texts {
        padding: 10px;
    }

    .steps-texts .step-title span {
        font-size: 20px;
        font-family: var(--FontBold);
        font-weight: bold;
        color: #343056;
    }
    /* End Services Area  */

    /* Start Our Us Area  */

    .our-us-area {
        /*height: 600px;*/
        margin: 30px 0px;
        padding: 10px;
        /*background-color: silver;*/

    }

    .our-us-area .our-vision .our-vision-card {
      min-height: 300px;
      position: relative;
      display: flex;
      flex-direction: column;
      padding-top: 20px;
      border-radius: 15px;
      font-size: 16px;
      font-weight: bold;
      line-height: 10px;
      text-align: justify;
      /*padding-left: 60px;*/
      /*padding-right: 60px;*/
      padding: 20px;
      background-color: #343056;
    }

    .our-us-area .our-vision .our-vision-card .our-vision-img {
      margin-left: 20px;
    }



    .our-us-area .our-vision .our-vision-card .our-vision-texts {
        width: 100%;
        /*background-color: yellow;*/
    }

    .our-us-area .our-vision .our-vision-card .our-vision-texts .our-vision-title span {
        font-size: 26px;
        font-family: var(--FontBold);
        font-weight: bold;
        color: #fef8bc;
    }

    .our-us-area .our-vision .our-vision-card .our-vision-texts .our-vision-content {
        padding:5px;
        /*width: 450px;*/
    }

    .our-us-area .our-vision .our-vision-card .our-vision-texts .our-vision-content span {
        font-size: 18px;
        text-align: justify;
        line-height: 2;
    }

    .our-us-area .our-vision .our-vision-card  .our-vision-img {
        text-align: center;
    }

    .our-us-area .our-vision .our-vision-card  .our-vision-img img {
        width: 150px;
        height: 100px;

    }

    /* End Our Us Area */

    /* Start Ready Area */

    .ready-area {

    }

    .ready-area .ready-img {

    }

    .ready-area .ready-img img {
        
    }

    .ready-area .ready-title {
        padding: 30px 10px;
    }

    .ready-area .ready-title span {
        font-size: 30px;
        font-family: var(--FontBold);
        font-weight: bold;
        color: #343056;
    }

    .ready-area .ready-title hr {
        height: 3px;
        background-color: #343056;
        /*color: #343056;*/
        /*background-color: black;*/
        width: 200px;
        margin: 0 auto;
    }

    .ready-area .ready-btn .btn {
        background-color: #343056;
        min-width: 200px;
        min-height: 30px;
        color: white;
        border-radius: 15px;
    }

    .ready-area .ready-btn span {
        font-size: 15px;
        font-family: var(--FontBold);
        font-weight: bold;  
        letter-spacing: 1;
    }

    /* End Ready Area */

    /* Start Contact Us  */
    .contact-us {
        /*height: 600px;*/
        background-color: #343056;
        padding: 10px;
        margin: 30px 0px;
    }

    .contact-us .contact-us-texts {

    }

    .contact-us .contact-us-texts .contact-us-title {
        padding: 8px 0px;
    }

    .contact-us .contact-us-texts .contact-us-title span {
        font-size: 17px;
        font-family: var(--FontBold);
        font-weight: bold;  
        /*letter-spacing: 1;*/
        color: #fef8bc;
    }

    .contact-us .contact-us-texts .contact-us-content {

    }

    .contact-us .contact-us-texts .contact-us-content span {
        font-size: 14px;
        /*letter-spacing: 1;*/
        font-weight: bold;
        text-align: center;
        color: white;   
    }

    .contact-us .contact-us-img {
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }

    .contact-us .contact-us-img img {
        width: 200px;
        height: 200px;        
    }

    /* End Contact Us  */


    /* Start Footer */
    .footer {
        background-color: #343056;
        /*height: 450px;*/
        color: #EEE;
        margin-top: 60px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 30px;
    }

    .footer .logo-area {
        /*background-color: yellow;*/
        text-align: center;
        width: 100%;
    }

    .footer .logo-area img {
        /*text-align: center;*/
        width: 160px;
        height: 80px;
        margin-bottom: 10px;
    }

    .footer .second {

    }

    .footer .second .contacts {
        text-align: center;
    }

    .footer .second .title span {
        font-size: 18px;
        font-family: var(--FontBold);
        font-weight: bold;
        margin: 0 0 12px;
        color: #fef8bc;
        /*text-align: center;*/
    }

    .footer .second .contacts-texts span {
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

    .footer .circles {
        margin-top: 15px;
        display: inline-flex;
    }

    .footer .circles .circle {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: white;
        background-color: white;
        margin: 3px;
    }

    .footer .links {
        text-align: center;
    }

    .footer .links ul {
        list-style: none;
    }

    .footer .links a {
        text-decoration: none;
        color: white;
        font-size: 18px;
        font-weight: 600;
    }




} /* End @media(max-width: 767px) */

/* Start Public Response Settings  */