body { margin: 0 !important; padding: 0; text-decoration: none;overflow-x: hidden; width: 100%; float: left; color: inherit !important; font-family: "Raleway", sans-serif !important; } 
ul { list-style: none; margin: 0; padding: 0; } p:last-child { margin-bottom: 0; padding-bottom: 0; } 
p, h1, h2, h3, h4, h5, h6 { margin: 0; } 
img{height: auto;} 
a { text-decoration: none; color: inherit; } 
figure { margin-bottom: 0; } 
input:focus-visible, textarea:focus-visible, select:focus-visible { outline: none; } 
p{font-family: "Raleway", sans-serif !important; }

.common-btn{display: inline-block; background-color: #3F51B5; font-weight: 500; font-size: 18px; line-height: 100%; text-transform: capitalize; font-family: "Raleway", sans-serif !important; color: #fff; border-radius: 10px; padding: 15px 25px;}
.common-btn:hover{background-color: #FF9800; color: #fff;}

.common-kmps h2{font-family: "Nunito Sans", sans-serif !important; font-weight: 600; font-size: 45px; line-height: 60px; text-transform: capitalize; color: #111111;position: relative;margin-bottom: 65px;}
.common-kmps h2::after{content: ''; background-color: #FF9800; width: 150px; height: 4px; border-radius: 50px; display: block;position: absolute; margin-top: 25px; left: 50%; bottom: -25px; transform: translate(-50%, 0);}
.common-kmps h2::before{content: '';background-color: #ffffff; width: 20px; height: 4px; display: block; position: absolute; margin-top: 25px; left: 47%; bottom: -25px; transform: translate(-50%, 0); z-index: 1;}

.common-kmps p{font-weight: 400; font-size: 16px; line-height: 26px; color: #333333; }


@media (min-width: 1200px) and (max-width: 1399.98px) {
.common-kmps h2{font-size: 36px; line-height: 50px;}  
}
@media (min-width: 992px) and (max-width: 1199.98px) {
.common-kmps h2{font-size: 32px; line-height: 40px;}  
.common-btn{    font-size: 16px;}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.common-kmps h2{font-size: 32px; line-height: 40px;}  
.common-btn{    font-size: 16px;padding: 12px 20px;}
}
@media (max-width: 767px) {
.common-kmps h2{font-size: 32px; line-height: 36px;    margin-bottom: 55px; text-align: center;}  
.common-kmps h2::after{transform: translate(-50%, 0) !important; left: 50% !important;}
.common-kmps h2::before { transform: translate(-50%, 0) !important; left: 38% !important; }
.common-kmps p{text-align: center;}
.common-btn{margin-left: auto; margin-right: auto; display: block !important; width: 100%; text-align: center;}
}