/*Body*/
body {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.6rem;
    letter-spacing: 0.5px;
}

/*first row*/
.contBanner h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 660;
    font-size: 35px;
}

/*impression*/
/**/
#fourth {
    padding-top: 130px;
    padding-bottom: 90px;
}

@media (max-width: 768px) {
    #fourth {
        min-height: 470px;
    }
}

/*left side content*/

.col-10 {
    text-align: center;
}

@media (min-width: 768px) {
    #fourthtxt {
        text-align: left !important;
    }
}

#fourthtxt {
    margin-right: 0px;
}

#innCol1 {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 75%;
}

#innerRow1 {
    padding-bottom: 35px;
}

/*innertxt*/
#innertxt p {
    padding: 3px;
    margin-top: 6px;
    margin-bottom: 0px;
    font-weight: 545;
    font-family: "Roboto", sans-serif;
}

#innertxt h4 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
}

#innertxt a {
    text-decoration: none !important;
    color: black !important;
}

#innertxt a:hover {
    text-decoration: underline !important;
    color: black !important;
}

#innertxt {
    position: relative;
}

.iconned {
    font-size: 2.5rem !important;
    color: rgb(98, 122, 228) !important;
}

/*end of innertext*/

.img {
    padding: 15px;
}

/*icon*/
.icondiv {
    margin-top: 20px;
}

.IconDiv {
    margin-right: 2rem;
    font-size: 1.8rem !important;
    cursor: pointer;
    color: #0c0c0b !important;
}

@media (max-width: 768px) {
    .IconDiv {
        margin-right: 0.5rem;
        font-size: 1.5rem !important;
    }
}

.icondiv ul li {
    list-style-type: none;
    display: inline-block;
}

.icondiv ul {
    margin-bottom: 0.3rem !important;
    padding-left: 1rem !important;
}

@media (max-width: 768px) {
    .icondiv ul {
        padding-left: 0rem !important;
    }
}

.IconDiv:hover {
    color: #5692ac !important;
}
/*icon end*/

/*right side content*/

#right {
    text-align: left;
}

#right h3 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
}

#right p {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn {
    padding: 0.575rem 1.35rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 1.3rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 2.5rem;
    text-align: left;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.formcontrol {
    border-radius: 2rem;
}

.padd {
    padding: 1.2rem 1.75rem;
}

@media (max-width: 768px) {
    .paddi {
        margin-bottom: 45px;
    }
}

#rightBtn {
    background-color: #0f0f44a1;
    border: 1px;
    color: white;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 40px;
}

#rightBtn:hover {
    box-shadow: 0px 13px 30px -14px rgb(0 0 0 / 50%);
    transition: all 0.3s ease;
    color: white;
}

/*go to top code*/

.back-top {
    background: #1a4963cf;
    height: 35px;
    width: 35px;
    right: 8px;
    bottom: 27px;
    position: fixed;
    font-size: 15px;
    padding-top: 7px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    color: white;
    z-index: 5;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgb(108 98 98 / 20%);
}

.back-top a {
    color: white !important;
}

.back-top a:hover {
    color: grey !important;
}

.arrowUp::before {
    vertical-align: 0.875em !important;
}

.bi-caret-up-fill::before {
    content: none;
}

.icon .bi-caret-up-fill::before {
    content: "\f235";
}

.form-control:focus {
    border-color: #028fcf;
}

.fw-500 {
    font-weight: 500;
}
@media (min-width: 320px) and (max-width: 800px) {
    .contBanner {
        min-height: auto;
        padding: 20px 0px;
    }
    #fourth {
        padding-top: 45px;
        padding-bottom: none;
    }
    #innerRow1 {
        padding-bottom: 0px;
    }
    #fourthtxt {
        margin-bottom: 3rem;
    }
}
