
*{
    margin: 0;
    padding: 0;
    font-family: "YT Sans", "Roboto", "Arial", sans-serif;
    scroll-behavior: smooth;
}
.fullpg {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
}

.tpimag img{
    width: 100%;
    height: 410px;
    background-repeat: no-repeat;
    object-fit: cover;
}
.cntpgtxt{
    position: absolute;
    top: 24%;
    left: 44%;
}
.cntpgtxt h1{
    font-size: 28px;
    color: #fff;
}
.cntpgtxt span{
    font-size: 28px;
    color: #50aab2 !important;
}
.contmdl {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 45px;
}
.contectdesgin{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;

}
#linestri{
    width: 4px;
    height: 65px;
    border-radius: 100px;
    background-color: #50aab2;
    margin-right: 5px;

}
#linestri1{
    width: 4px;
    height: 35px;
    border-radius: 100px;
    background-color: #50aab2;
}
.contecttxtw{
    text-align: center;
}
.contecttxtw p {
  font-size: 14px;
  color: #50aab2;
  padding-top: 25px;
}
.contecttxtw h1{
  font-size: 70px;
  color: #062a4d;
  padding-top: 15px;
}
.boxmsgcontpg{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    padding: 120px 0;
}
.boxtxt1{
    text-align: center;
    padding-top: 80px;
    width: 20%;
}
.boxtxt1 h1{
    font-size: 28px;
    color: #062a4d;
    padding: 0px 0px 35px 0px;
}
.boxtxt1 span{
    font-size: 32px;
    color: #50aab2;
}
.boxtxt1 p{
    color: rgba(0, 0, 0, 0.678);
    padding-bottom: 55px;
}
.boxtxt1 p a{
    font-size: 20px;
  text-decoration: none;
  color: #50aab2;
  padding: 30px;

}
.boxtxt2{
    text-align: center;
    padding: 50px 10px 50px 10px;
        width: 20%;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.575);
}
.boxtxt2 h1{
    font-size: 28px;
    color: #062a4d;
    padding: 0px 0px 35px 0px;
}
.boxtxt2 span{
    font-size: 32px;
    color: #50aab2;
}
.boxtxt2 p{
    color: rgba(0, 0, 0, 0.678);
    padding-bottom: 55px;
}
.boxtxt2 p a{
    font-size: 18px;
  text-decoration: none;
  color: #50aab2;
  padding: 30px;

}
.boxtxt3{
    text-align: center;
    padding-top: 80px;
    width: 22%;
}
.boxtxt3 h1{
    font-size: 28px;
    color: #062a4d;
    padding: 0px 0px 35px 0px;
}
.boxtxt3 span{
    font-size: 32px;
    color: #50aab2;
}
.boxtxt3 p{
    color: rgba(0, 0, 0, 0.678);
    padding-bottom: 55px;
}
.boxtxt3 p a{
    font-size: 17px;
  text-decoration: none;
  color: #50aab2;
  padding: 30px;

}
#locationmap{
    width: 100%;
}
.locationmap{
    padding: 100px;
    height: auto;
    display: flex;
    justify-content: center;
}

/* -----------bottom-form--------- */
.boxgetintouch{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.boxgttoc {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
}
.boxgttoc h1{
    font-size: 56px;
    color: #062a4d;
    padding-top: 45px;
}
/* 
form *{
    font-family: 'Poppins',sans-serif;
    color: #062a4d;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}
form h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}

label{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
input{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgb(62 62 62 / 7%);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;

}
::placeholder{
    color: rgba(0, 0, 0, 0.548);
}
button{
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #062a4d;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #062a4d;
}
button:hover{
    background-color: #062a4d;
    color: #ffffff;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #062a4d;
} */

.formcontpg {
    width: 400px;
    height: 510px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 1px 20px 14px #888888;
    margin: 100px 0px;
}
.formcontpg h3{
    color: #062a4d;
    font-size: 36px;
}
form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
form label{
    font-size: 18px;
    margin: 10px 0;
}
form input{
    width: 300px;
    height: 25px;
    padding: 5px;
}
form textarea{
    width: 300px;
    height: 25px;
    padding: 5px;
}
form button{
    border: none;
    background-color: #062a4d;
    color: #fff;
    padding: 15px 30px;
    margin: 20px ;
    border-radius: 30px;
    cursor: pointer;
}
form button:hover{
    background-color: #fff;
    color: #062a4d;
    border: #062a4d 1px solid;
}
.cls-bottom-end{
    position: relative;
    background: #062a4d;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-top: 100px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.clsbotmlogo img{
    width: 285px;
    height: 120px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    padding: 10px 0px;
}
.clsbotmlogo img:hover{
   transform: scale(1.1);
}
.socialbottom{
    padding: 30px 0px;
}
.socialbottom a{
    margin: 10px 0;
}
.socialbottom i{
    font-size: 22px;
    padding-right: 25px;
    color: #50aab2;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}
.socialbottom i:hover{
    color: #fff;
    transform: scale(1.05);
}
.allrightscopy{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.allrightscopy h1{
  color: #50aab2;
  font-size: 19px;
}
.allrightscopy h2{
  color: #50aab2;
  font-size: 17px;
  padding: 10px 0;
}
.allrightscopy h2 span a{
    color: #fff;
    font-size: 18px;
    list-style: none;
    text-decoration: none;

  }
.allrightscopy h1:hover{
  color: #fff;
}
.allrightscopy h1 span{
  color: #fff;
  font-size: 21px;
}
.allrightscopy h1 span:hover{
  color: #50aab2;
}
/* ----------end---------- */
/* @media (max-width: 1350px){
    .tpimag{
        text-align: center;
        padding: 0 0px;
    }
} */
@media (max-width: 1750px){
   
}
@media (max-width: 1500px){
    /* .tpimag img{
        height: 22.688em;
        background-repeat: no-repeat;
    } */
    .cntpgtxt {
        position: absolute;
        top: 25%;
        left: 44%;
    }
    .locationmap{
        padding: 70px;
    }
}
@media (max-width: 1450px){
    .boxtxt1{
        width: 18.438em;
        height: 17.188em;
    }
    .boxtxt2{
        width: 18.438em;
        height: auto;
        margin: 0 80px;
    }
    .boxtxt3{
        width: 18.438em;
        height: 17.188em;
        padding-top: 60px;
    }
   
}
@media (max-width: 1350px){
    .boxtxt2{
        margin: 0 40px;
    }
    
    
    .allrightscopy h1{
        color: #50aab2;
        font-size: 18px;
      }
      .allrightscopy h1 span{
        color: #fff;
        font-size: 20px;
      }

}
@media (max-width: 1080px){
    .contecttxtw h1 {
        font-size: 65px;
    }
    .boxtxt1{
        width: 18.438em;
        height: 17.188em;
    }
    .boxtxt2{
        width: 18.438em;
        height: auto;
    }
    .boxtxt3{
        width: 18.438em;
        height: 17.188em;
    }
    .boxmsgcontpg {
        height: auto;
        flex-wrap: wrap;
        padding: 30px 0;
    }
    #locationmap {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: nowrap;
    }
    
    .allrightscopy{
        text-align: center;
    }
    .allrightscopy h1{
        color: #50aab2;
        font-size: 17px;
      }
      .allrightscopy h1 span{
        color: #fff;
        font-size: 19px;
      }
      .socialbottom{
        padding-right: 00px;
       }
       .cntpgtxt {
        position: absolute;
        top: 28%;
        left: 40%;
    }
}
    
@media (max-width: 670px){
    .contecttxtw h1 {
        font-size: 56px;
    }
    .boxmsgcontpg {
        height: auto;
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .clsbotmlogo img {
        width: 214px;
        height: 88px;
    }
    
    .allrightscopy {
        width: 100%;
    }
    .cntpgtxt h1 {
        font-size: 22px;
    }
    .cntpgtxt span {
        font-size: 24px;
    }
    .boxtxt2{
        margin: 0 10px;
    }
}
@media (max-width: 580px){
    .contecttxtw h1 {
        font-size: 54px;
    }
    
    .cntpgtxt {
        top: 22%;
        left: 34%;
    }
    .contmdl {
        padding: 45px 0;
    }
    .locationmap {
        padding: 10px;
    }
}
@media (max-width: 470px){
    .contecttxtw h1 {
        font-size: 42px;
    }
    
    .boxgttoc h1 {
        font-size: 48px;
    }
    .cntpgtxt {
        left: 33%;
    }
    .contmdl {
        padding: 45px 0;
    }
}
@media (max-width: 430px){
    
    .boxgttoc h1 {
        font-size: 48px;
    }
    /* .tpimag{
        padding: 0 0px;
    } */
    .cntpgtxt {
        left: 26%;
    }
    .formcontpg {
        width: 300px;
        height: auto;
    }
    .formcontpg h3 {
        color: #062a4d;
        font-size: 26px;
    }
    form label {
        font-size: 16px;
        margin: 10px 0;
    }
    form input {
        width: 200px;
        height: 31px;
        padding: 5px;
    }
    form textarea {
        width: 200px;
        height: 31px;
        padding: 5px;
    }
    

}
@media (max-width: 377px){
    
    .boxgttoc h1 {
        font-size: 38px;
    }
    .contecttxtw h1 {
        font-size: 36px;
    }
    
    section#contactpg {
        width: 100%;
    }
}
@media (max-width: 330px){
    .cntpgtxt {
        top: 22%;
        left: 28%;
    }
    .cntpgtxt h1 {
        font-size: 20px;
    }
    .cntpgtxt span {
        font-size: 20px;
    }
    .boxtxt1 h1 {
        font-size: 22px;
    }
    .boxtxt2 h1 {
        font-size: 22px;
    }
    .boxtxt3 h1 {
        font-size: 22px;
    }
    .contecttxtw h1 {
        font-size: 38px;
    }
    .contecttxtw p {
        font-size: 12px;
    }
    #locationmap {
        height: auto;
    }
    .allrightscopy h1 span {
        font-size: 17px;
    }
    
    .formcontpg {
        width: 90%;
        height: auto;
    }
    .formcontpg h3 {
        color: #062a4d;
        font-size: 20px;
        padding: 10px;
    }
    form label {
        font-size: 15px;
        margin: 10px 0;
    }
    form input {
        width: 90%;
        height: 31px;
        padding: 5px;
    }
    form textarea {
        width: 90%;
        height: 31px;
        padding: 5px;
    }
    
    
}