@import url('https://fonts.googleapis.com/css2?family=Madimi+One&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Madimi+One&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body {
    font-family: 'Merriweather', sans-serif;
}

.nav {

    height: 90px;
    border: 1px solid red !important;
    border-radius: 7px;
    width: 100%;
    display: flex;
    align-content: space-around;
    justify-content: space-between;
    position: fixed;
    z-index: 6;
    background-color: white;
}

.nav img {
    height: 80px;
}
.bradius-7{
    border-radius: 7px;
}

.bxshadow-1 {
    box-shadow: 0px 0px 10px 1px rgb(240, 227, 227);
}

/* Navigation Buttons */
.ltype1 {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    font-family: 'Merriweather';
    font-size: 14px;
    border: 1px solid lavender;
    background-color: white;
    transition-duration: 0.3s;
    margin-left: 10px;
    color: black;
    text-decoration: none;
}


.ltype1:hover {
    margin-top: 0px;
    box-shadow: 0px 0px 15px 10px lavenderblush;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: lavender;
    cursor: pointer;
    text-decoration-line: none;
}

.ltype1:focus {
    background-color: #62BD59;
    color: white;
}
.ltype3{
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    font-family: 'Merriweather';
    font-size: 14px;
    border: 1px solid rgb(249, 195, 187);
    background-color: rgb(250, 208, 208);
    transition-duration: 0.3s;
    color: black;
    text-decoration: none;
    margin: auto;
    margin-bottom: 20px;
}
.ltype3:hover {
    margin-top: 0px;
    box-shadow: 0px 0px 15px 10px lavenderblush;
    background-color: lavender;
    cursor: pointer;
}

.nav1 {
    min-width: 445px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ltype2 {
    border-color: #F54949;
    color: #F54949;
    margin-right: 50px;
    display: inline-block;
}

.ltype2:hover {
    background-color: #F54949;
    color: white;
}
.menu_btn{
    display: none;
    outline: none;
    cursor: pointer;
}

.gap_div{
    height: 90px;
}
.sliding_images{
    
    min-width: 400px;
    min-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.carousel-inner{
    border-radius: 7px;
   
}
.carousel-item {
    min-height: 400px;
    /* Adjust this value as needed */
  }
.carousel-item img{
    min-height: 400px;
    min-width: 400px;
    height: 400px;
    width: 400px;
}
.b_1{
    width: 90%;
    margin: auto;
    
    display: flex;
    justify-content: center;
}
.b_1_text{
    font-family: 'Merriweather', sans-serif;
    width: 50%;
    margin: 5px;
    
   
}
.b_1_text h1{
    margin: 20px;
    font-weight: 600;
}
.b_1_text p{
    margin: 20px;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 0.3in;
}

.serv_div{
    width: 80%;
    margin: auto;
   
}
.serv_div h1{
    text-align: center;
    margin-top: 20px;
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    color: #d25507;
}
.serv_div hr{
    width: 80%;
    margin-top:30px;
    margin-bottom: 15px;
}
.serv_cards{
display: flex;
flex-wrap: wrap;
justify-content: center;


}
.s_card{
    min-height: 400px;
    max-width: 330px;
    width: 300px;
    margin: 20px;
    
    font-family: 'Merriweather', sans-serif;
    
}
.s_card_img{
    height:150px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.s_card_img img{
    height:150px;
}
.s_card h3{
    font-family: 'Merriweather', sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin: 15px;
}
.s_card p{
    font-size: 13px;
    margin-left: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: orangered;

    
}
.ul_class li{
    font-size: 12px;


    
}
.contact_me_footer {
    width: 100%;
    margin: auto;
    margin-top: 15px;
    height: 600px;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #FFFEFF;
    border: 1px solid #e1dedd;
    border-radius: 7px;
    box-shadow: 0px 0px 10px 1px rgb(231, 224, 224);
    padding-top:30px;
}

.contact_me_footer h1 {
    font-family: 'Merriweather';
    text-align: left;


}

.info_contacts {
    padding: 10px;
    padding-top: 25px;
    margin-left: 20px;
}

.contacts_form {
    min-width: 50%;
    margin-left: 10px;
    font-family: 'Merriweather';
    padding: 15px;
    padding-top: 25px;
}

.contacts_form table p {
    color: black;
}

.contacts_form p {
    color: #4C8289;
    font-size: 16px;
}

.info_contacts_1 {
    display: flex;
    margin: 10px 0px 10px 0px;
    margin-bottom: 30px;
}

.info_contacts_1 img {
    border-radius: 50px;
}

.info_c_t {
    height: 100%;
    width: 100%;
    margin-top: 15px;
}

.info_c_t a {
    font-family: 'Merriweather';
    font-size: 18px;
    text-decoration: none;

    margin-left: 15px;

}

.cust_inp1 {
    height: 35px;
    width: 60%;
    border: 1px solid transparent;
    border-bottom: 2px solid #F54949;
    margin: 0px 0px 15px 0px;
    font-size: 15px;
    font-family: 'Merriweather', sans-serif;
    outline: 0;
    transition-duration: 0.2s;
}
.cust_inp1:focus{
    border-bottom: 2px solid #62BD59;
}
.login_div{
    font-family: "Poppins", serif;
    margin: auto;
    display: block;
    
}
.mob_cust_inp{
    height: 50px;
    width: 80%;
    margin-left: 20px;
    border-top: 1px solid rgb(236, 230, 230);
    border-left: 1px solid rgb(236, 230, 230);
    border-right: 1px solid rgb(236, 230, 230);
    border-radius: 4px;
    font-family: 'poppins';
}
.csn_text_h1 b{
    font-size: 50px;
}
.csn_text h1{
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #casual_nav{
    display: flex
    ;
        border: 1px solid transparent;
        width: 98vw;
        justify-content: space-around;
  }
  #mob_nav{
    display: none;
  }
  .nav_sections{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .plan_h_div{
    flex-direction: column;
    align-items: center;
    color:rgb(49, 49, 49);
    font-family: 'poppins';
    margin: auto;
    margin-top: 25px;
    width: 90%;
    line-height: 30px; 
  }
  .plan_h_img{
    display: flex;
    justify-content: center;
    margin: 10px;
  }
  .plan_h_img img{
    height: 50px;
    width: 50px;
    margin: 0px 10px;
  }
  .plan_h_div h3{
    color: #2a3877;
    font-weight: 600;
  }
  .conn_req_div{
    font-family: 'poppins';
    width:550px;
    margin: auto;
  }
  .conn_h{
    margin-top: 30px;
  }
  .conn_h h2{
    color:rgb(21, 39, 121) ;
  }
  .conn_req_form{
    display: flex;
    flex-direction: column;
   
    margin: auto;
    margin-top: 30px;
   
  }
  .sel_opn{
    height:50px ;
    background-color: red;
  }
  .options_div{
    height: 150px;
    overflow-y: scroll;
  }
input[type=radio] {
    border: 0px;
    width: 5%;
    height: 1em;
    
}
.conn_req_form .ltype3{
    font-family: 'poppins';
}
.conn_req_form .ltype3:hover{
    border: 1px solid transparent;
    box-shadow: 0px 0px 10px 1px rgb(248, 248, 248);
}
.optn{
    display: flex;
    height: 60px;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 5px;
}
.optn p{
    margin: 0px;
}

  .conn_req_form .cust_inp1{
    border-bottom: 3px solid grey;
    margin-left: 0px;
    width: 100%;
    padding: 5px;
  }
  .plan_h_div h1{
    color: #4e4949;
    font-weight: 600;
  }
 
  .ins_charges{
    color:rgb(49, 49, 49);
    width: 90%;
    margin: auto;
    font-family: 'poppins';
  }
  .ins_charges h3{
    color: #2a3877;
  }
  .app_conn{
    width: 90%;
    margin: auto;
    font-family: 'poppins';
  }

@media only screen and (max-width: 600px) {
   
    .nav{
        height: 70px; ;
        overflow: hidden;
        align-content:center;
        justify-content:space-between;
    }
    .gap_div{
        height: 70px;
    }
    .nav1{
        display: none;
    }
    .menu_btn{
        display: block;
        border: 0px solid transparent;
        height: 40px;
        background-color: white;
    }
    .menu_btn img{
        height: 100%;
        width: 100%;
    }
    .end_nav{
        display: block;
    }
    .ltype1{
        height: 40px;
        width: 100px;
        padding: 0px;
        padding-top: 10px;
        text-align: center;  
        vertical-align: middle;
        justify-content: center;

    }
    .ltype1:hover{
        text-decoration-line: none;
    }

    .b_1{
        display: block;
        width: 99%;
    }
    .sliding_images{
        min-width: auto;
        min-height: auto;
        overflow: hidden;
    }
    .carousel-inner{
        border-radius: 7px;
       
    }
    .carousel-item {
        min-height:max-content;
        
            min-height: none;
            min-width: none;
            height: none;
            width: none;
        
        /* Adjust this value as needed */
      }
    .carousel-item img{
        min-height: auto;
        min-width: auto;
        
    }
    .b_1_text{
        font-family: 'Merriweather', sans-serif;
        width: 100%;
        height: auto;
        overflow-y:auto;
       
    }
    .b_1_text h1{
        color:rgb(95, 28, 28);
    }
    .contact_me_footer{
        display: block;
    }
    .info_contacts{
        padding-top:10px;
        margin-left: 30px;
        
    }
    .contact_me_footer{
        height: auto;
    }
    .login_div{
        font-family: "Poppins", serif;
    }
    .mob_cust_inp{
        height: 40px;
        width: 90%;
        margin-left: 20px;
        border-top: 1px solid rgb(236, 230, 230);
        border-left: 1px solid rgb(236, 230, 230);
        border-right: 1px solid rgb(236, 230, 230);
        border-radius: 4px;
        font-family: 'poppins';
    }
    .image-section {
        max-width: 10%;
    }
    .form-section{
        padding-left:20px !important;
    }
    .mob_size_btn:active{
        background-color: rgb(246, 110, 42);
    }
    .mob_size_btn:hover{
        background-color: #62BD59;
        color: white;
    }
    .csn_text h1 b{
        font-size: 30px;

      }
      
      #casual_nav{
        display: flex;
        justify-content: space-around;
        align-items: center;
        
      }
 
      .nav2{
        display: flex;
      }
      .conn_req_form .cust_inp1{
        height: 45px;
        font-size: 17px;
      }
      .conn_req_div{
        width: 90%;
      }


  }
  @media only screen and (max-width: 940px) {
    .b_1_text{
        height: 400px;
        overflow-y: scroll;

    }
    .b_1_text p{
        line-height: 1px;
    }
  }
  @media only screen and (max-width: 1196px) {
    .b_1_text{
        height: 400px;
        overflow-y: scroll;

    }
    .b_1_text p{
        line-height: 0.6cm;
        font-size: 11px;
    }

  }