*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


.container1{
    /* border: 2px solid black; */
    height: 470px;
    margin-top: 70px !important;
}

/* .container1 div{
    border: 2px solid black !important;
} */
.container1 .content h1{
    font-size: 72px;
    font-weight: bold;
}
.container1 .content button{
    margin-top: 20px;
    border-radius: 40px;
    background-color: yellow;
    font-weight: bold;
}
.container1 img{
    border-radius: 30px;
    height: 100%;
    width: 95%;
    
}
.container1 .head1{
    color: #0073e6;
}
.container1 .head2{
    color: #0059b3;
}
.container1 .text1,
.container1 .text2{
    font-weight: 600;
}
.container1 .text1{
    width: 720px;
    color: black;
    background-color: yellow;
}
.container1 .text2{
    color: gray;
    width: 88%;
    font-size: 25px;
}

.container2 {
    /* border: 2px solid black; */
    margin-top: 80px !important;
    margin-bottom: 60px !important;
}

.container2 h1{
    color: #0073e6 ;
}

.container2 p{
    font-weight: 500;
}

.container3{
    /* border: 2px solid black; */
    height: 300px;
    width: 95% !important;
    overflow-x: scroll;
    overflow-y: hidden;
}
.container3::-webkit-scrollbar{
    display: none;
}
.container3 .card{
    width: 20% ;
    flex-shrink: 0;
    margin-right: 20px;
}
.container3 .card-img-top{
    height: 170px;
}
.container3 .card-title{
    color: #0073e6;
}
.container3 .card-text{
    font-weight: 500;
}

.container4{
    /* border: 2px solid black; */
    min-height: 350px;
    width: 95% !important;
}

.container4 .card{
    margin-top: 13px;
    height: 100%;
    width: 32%;
    border-radius: 13px;
    flex-shrink: 0;
    margin-right: 25px;
}
.container4::-webkit-scrollbar{
    display: none;
}
/* .container4 div{
    border: 2px solid black;
} */
.container4 .text-box{
    background: linear-gradient(to bottom,#61b0ff,white) ;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 12px;
    
} 
.container4 .title{
    margin-left: 20px;
    color: #0073e6;
}
.container4 .text-box h5{
    margin-top: -8px;
} 
.container4 .card-header,
.container4 .card-footer{
    background: none;
}
.container4 .card-title{
    color: #0073e6;
}
.container4 .title p{
    font-size: 19px;
    font-weight: 700;

}
.container4 .card-body p{
    color: rgb(93, 92, 92);
    font-size: 17px;
    margin: 0;
}
.container4 .btn{
    height: 40px;
}
.container4 .card-footer{
    height: 56px;
}
.container4 .card:hover{
    transform: scale(1.05);
}


.container5{
    /* border: 2px solid black; */
    height: 324px;
}
.container5::-webkit-scrollbar{
    display: none;
}
.container5 .card{
    width: 23%;
    flex-shrink: 0;
    margin-right: 20px;
}
.container5 .card-img-top{
    width: 48%;
    margin: auto;
}

.container8{
    width: 93%;
}

.container8 .content > p{
    color: rgb(91, 90, 90);
}
.container8 .content h1{
    font-size: 60px;
    color: #0073e6;
}
.container8 .content div div{
    border: 1px solid black;
    width: 35%;
    padding-top: 15px;
    border-radius: 10px;
}

.container8 > img{
    padding-top: 70px;
    width: 50%;
    height: 80%;
}


.container6 .card{
    width: 32%;
    padding-top: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
}
.container6 i{
    font-size: 60px !important;
    margin-left: 20px;
}
.container6 img{
    width: 100px;
    height: 70px;
}
.container6 .card p{
    color: rgb(91, 90, 90);
}
.container6 .card-title{
    color: #0073e6;
}

.container7{
    margin-top: 60px;
}
.container7{
   background-color: rgb(30, 30, 170); 
   padding-top: 20px;
   color: white;
}
.container7 .sub-container{
    margin-top: 70px;
}
.container7 .card{
    width: 32%;
    padding-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    color: white;
}
.container7 i{
    color: white;
    font-size: 60px !important;
    margin-left: 20px;
}
.container7 img{
    
    width: 100px;
    height: 100px;
}


.container9 .card{
    width: 32%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding: 20px;
}
.container9 h5{
    font-size: 22px !important;
    color: #0073e6 !important;
}
.container9 .card-img-top{
    width: 70px;
    height: 70px;
}
.container9 .card-star i{
    color: gold;
    font-size: 16px;
    margin-right: 2px;
}
.container9 .card-body{
    margin-top: -10px;
    margin-left: -20px;
}


.container11{
    /* border: 2px solid black; */
    min-height: 450px;
    width: 67% !important;

}
.container11 .map{
    width: 60%;
    height: 500px !important;
}

/* .container11 div{
    border: 2px solid black;
} */
.container11 img{
    width: 28px;
    height: 28px;
    margin-right: 17px;
}
.container11 .contact > div{
    margin-bottom: 20px;
}

.container11 address,
.container11 a,
.container11 p{
    color: gray;
    font-weight: 500;
    font-size: 17px;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {

  .container3{
    height: 290px;
    width: 90% !important;
}

.container3 .card{
    width: 32% ;
    margin-right: 10px;
}
.container3 .card-img-top{
    height: 160px;
}

.container4 .card{
    width: 48%;
    margin-right: 15px;
}

.container5{
    width: 97% !important;
}
.container5 .card{
    width: 34% !important;
    margin-right: 10px;
}
.container5 .card-img-top{
    width: 40%;
    margin: auto;
}


.container8 > img{
    width: 100% !important;
    height: 400px !important;
    margin-top: -35px !important;
}

.container6 .content h1{
    font-size: 50px;
}
.container6 .content div div{
    width: 45%;
}

.container6 .card{
    width: 48%;
    margin-bottom: 20px;
}

.container6 .card{
    width: 48%;
    margin-bottom: 20px;
}

.container7 .card{
    width: 49%;
}

.container9 .card{
    width: 100%;
    
}
.container9 h5{
    font-size: 26px !important;
}

.container11{
    width: 90% !important;
}
.container11 .map{
    width: 48% !important;
    margin-left: 5%;
    height: 405px !important;
}

.container11 .contact{
    margin-top: 0 !important;
}


.container11 .map-email{
    width: 30px !important;
    height: 34px;
}
.container11 .contact > div{
    margin-left: -30px !important;
}

.container11 address,
.container11 a,
.container11 p{
    font-size: 17px;
}



}

@media screen and (max-width: 767px) {

  .container1{
    height: 380px;
    margin-top: 30px !important;

}
.container1 .content h1{
    font-size: 45px;
}
.container1 .content button{
    margin-top: 20px;

}
.container1 .text1{
    width: 420px;
    font-size: 16px !important;
    margin-top: 15px;
}
.container1 .text2{
    width: 98%;
    font-size: 20px;
}

.container3{
    height: 280px;
    width: 90% !important;
}

.container3 .card{
    width: 60% ;
    margin-right: 10px;
}
.container3 .card-img-top{
    height: 140px;
}

.container4 .card{
    width: 85%;
    margin-right: 15px;
}

.container5{
    width: 94% !important;
}
.container5 .card{
    width: 63% !important;
    margin-right: 10px;
}
.container5 .card-img-top{
    width: 40%;
    margin: auto;
}

.container1 .content {
    width: 95% !important;
}


.container1 .content .heading{
    font-size: 55px;
}

.container1 .content .text1{
    font-size: 30px;
}

.container1 .content .text2{
    font-size: 23px;
}

.container2{
    width: 98%;
}

.container2 > img{
    width: 100%;
    height: 400px;
}

.container2 .content h1{
    font-size: 50px;
}
.container2 .content div div{
    width: 45%;
}

.container4 .card{
    width: 88%;
    margin-bottom: 20px;
}

.container6 .card{
    width: 100%;
    margin-bottom: 20px;
}

.container7 .card{
    width: 100%;
}



.container8 > img{
    width: 100% !important;
    height: 400px !important;
    margin-top: -35px !important;
}



.container9 .card{
    width: 100%;
    
}
.container9 h5{
    font-size: 26px !important;
}

.container11{
    width: 100% !important;
}

.container11 .map{
    width: 90%;
    margin-left: 5%;
    height: 350px !important;
}

.container11 .map-email{
    width: 30px !important;
    height: 34px;
}


.container11 address,
.container11 a,
.container11 p{
    font-size: 18px;
}


}