.contactpg {
    font-family: Arial, sans-serif; 
    background: #fff;
    color: #223645;
    line-height: 1.5em;
    box-sizing: border-box;
}
.contactpg h3 {
    font-size: calc(15px + 1vw);;
    font-weight: bold;
    padding: 20px;
    margin:0;
}
.contactpg h4  {
    font-size: calc(13px + 1vw);
    font-weight: normal;
    padding: 0;
    margin:0;
}
.contactpg h3:hover:after {
    width:70px;
}
.contactpg h3:after {
content: '';
width:60px;
height: 5px;
border-radius: 10px;
background: #ff933a;
display: block;
    transition: 0.3s;
    margin: 15px auto 0;
}
.pageheader {
    padding: 150px 20px 8vw;
   background-image: url(page-banner-2.jpg);
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.socialicon {
display: flex;
    width:100%;
    min-width: 250px;
    position: relative;
    margin: 0;
    justify-content: center;
    gap:20px;
    padding: 20px 0;
    
    
}
.socialicon a {
    display: block;
    width: 100%;
    max-width: 50px;
}
.socialicon a:hover img {
    transform: scale(0.85);
}
.socialicon img {
    width:100%;
    max-width: 50px;
    transition: 0.3s;
}

.section {
    text-align: center;
    padding: 90px 20px;
}
.section p {
    font-size: calc(11px + 1vw);
    line-height: calc(18px + 1vw);
    margin: auto;
}
.contactbg{
  background: rgb(53, 29, 128);
background: linear-gradient(135deg, rgb(66, 19, 174) 34%, rgba(34,121,249,1) 100%); 
    width:100%;
    
}
.contactbg:hover {
   background: linear-gradient(135deg, rgb(71, 43, 193) 34%, rgb(96, 21, 172) 100%);  
}
.contact {
     display: flex;
    color: #fff;
    flex-wrap: wrap;
    gap:20px;
    justify-content: space-between;
    padding: 50px 40px;
    max-width: 1200px;
    margin: auto;
    
}
.contactdetails {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    gap:20px;
    font-size: 15px;
    line-height: 19px;
    
        
}
.contactdetails img {
    width:100%;
    max-width:40px;
    
}
.contact  .line {
    display: block;
    border-right: 1px solid #fff;
    height: 120px;
    margin: auto;
    
    
}
@media (max-width: 767px ){
    .contact  .line {
        display: none;
    }
}
@media (min-width: 1800px ){
    .contactdetails {
        font-size: 24px;
        line-height: 29px;
    }
    .contact {
        max-width: 1700px;
    }
}
    