:root{
    --glassColor:#547b8d2c;
    --boxShadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* ---------------------------------------------------- Common --------  */
.title_top{
    color: rgb(247, 6, 6);
    font-size: 1.2vw;
    margin: 0;
    padding: 0;
    font-weight: lighter;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.header3{
    font-size: 3.6vw;
    margin-top: 2px;
    color: #13539d;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.paragraph{
    font-size: 1.2vw;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: 1s ease;
    text-align:justify;
    word-break:keep-all;
}
/* ---------------------------------------------------- dhc_sec_one--------  */
.dhc_sec_one{
   height: 30vw;
   background: url(images/contact3.avif);
   background-size:cover;
   background-attachment: fixed;
   background-color: #13539dc4;
   background-blend-mode: overlay;
   box-shadow: var(--boxShadow);
   
}
.sec_one_header{
    height: 30vw;
    position: absolute;
    width: 100%;
   text-align: center;
}
.sec_one_header h1{
    font-size: 7vw;
    padding: 40px 0 0 0;
    color: #d9d9d9;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 5px rgba(0,0,0,.5);
    transition: 1s ease;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.sec_one_header hr{
    margin-top: -4vw;
    width: 200px;
}
.sec_one_header h3{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #ffffff;
    text-shadow: 3px 1px 3px #0000009c;
    font-size: 3vw;
    margin-top: 0px;
}
/* ----------------------------------------------- secOne--------  */
.secOne{
margin-top: 100px;
padding-inline: 50px;
}
.secOne h3, .secOne h4{
    text-align: center;
} 
/* ----------------------------------------------- sec-two--------  */
.sec-two{
    padding-block: 50px;
    padding-inline: 50px;
}
.sec-two h3, .sec-two h4{text-align: center;}
.branch h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 2vw;
    font-weight: 200;
    color: #13539d;
}
.branch{
    margin-top: 50px;
    padding-inline: 50px;
    padding-bottom: 40px;
    padding-top: 20px;
    border: 1px solid #00000028;
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.branch-info{
    display:grid;
    grid-template-columns: auto auto;
    gap: 3%;
}
.branch-info iframe{
    display: block;
    width: 35vw;
    height: 20vw;
}
.contact-info{
    display: grid;
    grid-template-columns: auto auto;
}
.contact-info h5{
    font-size:1.5vw;
    color: rgba(165, 42, 42, 0.836);
    padding-bottom: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    align-items: center;
    gap: 1vw;
}
.hearer-icons{
    width: 1.8vw;
} 
.addressUl{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    list-style-type: none;
}
.addressUl li{
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: end;
    margin-bottom: 15px;
    font-size: 1.2vw;
}
.btns{
    padding: 10px 25px 10px 25px;
    font-size: 1.1vw;
    box-shadow: var(--boxShadow);
    border-radius: 5px;
    border: none;
    font-weight: bold;
}
.btns:hover{
    background-color: #13539d;
    color: #ffffff;
    transition: .6s ease;
}

/* ---------------------------------------------------- screen 1900 --------  */
@media screen and (min-width: 1900px){
    .dhc_sec_one{
        height: 30vw;
     }
     .sec_one_flex{
        height: 30vw;
     }

}
/* ---------------------------------------------------- screen 751 px --------  */
@media screen and (max-width: 751px){

    /* -------------------------------------------- Common 751--------  */
.title_top{font-size: 2.6vw;}
.header3{font-size: 4.6vw;}
.paragraph{font-size: 2.5vw;}
/* ---------------------------------------------- dhc_sec_one 751------  */
.dhc_sec_one{
    height: 35vw;
    background-attachment: unset;
 }
 .sec_one_header{
     height: 35vw;
 }
 .sec_one_header h1{
     padding: 8vw 0 0 0;
 }
 .sec_one_header h3{
     font-size: 3.6vw;
     margin-top: -1px;
 }
 /* ---------------------------------------------------- secOne 751------  */
 .secOne{
 margin-top: 70px;
 padding-inline: 20px;
 }
 /* ----------------------------------------- section two 751--------------- */
 .sec-two{
    padding-block: 20px;
    padding-inline: 20px;
}
.branch h2{
    font-size: 3.5vw;
}
.branch{
    padding-inline: 20px;
}
.branch-info{
    grid-template-columns: auto;
    margin-bottom: 6vw;
}
.branch-info iframe{
    width: 100%;
    height: 40vw;
}
.contact-info{
    grid-template-columns: auto;
}
.contact-info h5{
    font-size:3.5vw;
}
.hearer-icons{
    width: 3.5vw;
} 
.addressUl{
    font-size: 2.5vw;
}
.addressUl li{
    align-items: center;
    font-size: 2.5vw;
}
.btns{
    padding: 2vw 4vw 2vw 4vw;
    font-size: 2.1vw;
}
 
}
@media screen and (max-width: 500px){
    /* --------------------------------------------- Common 500--------  */
    .title_top{
       font-size: 4.6vw;
   }
   .header3{
       font-size: 8vw;
   }
   .paragraph{
       font-size: 4.6vw;
    }
/* ---------------------------------------------- dhc_sec_one 500------  */
.dhc_sec_one{
    height: 70vw;
 }
 .sec_one_header{
     height: 70vw;
 }
 .sec_one_header h1{
    font-size: 10vw;
     padding: 10vw 0 0 0;
 }
 .sec_one_header h3{
     font-size: 4.6vw;
 }
 /* ---------------------------------------------------- secOne 500------  */
 .secOne{
 margin-top: 60px;
 }
 /* ----------------------------------------- section two 500--------------- */
.branch h2{
    font-size: 5vw;
    font-weight: 900;
}
.branch-info{
    margin-bottom: 8vw;
}
.contact-info h5{
    font-size: 5vw;
}
.hearer-icons{
    width: 5vw;
} 
.addressUl{
    padding-inline: 0;
    padding-top: 2vw;
}
.addressUl li{
    align-items: unset;
    justify-content: left;
    grid-template-columns: auto;
    font-size: 4.5vw;
}
.btns{
    font-size: 3.5vw;
    margin-top: 2vw;
}

}