*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: 'EB Garamond', serif;
    font-family: 'Oswald', sans-serif;
}
.container{
    max-width: 1900px;
    margin: 0 auto;
}
.qecad_bg {
    background: url(../images/usa_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 35%;
}
.logo_image {
    text-align: center;
    padding-top: 150px;
}
.logo_image img{
    height: 100%;
    width: 400px;
}
.heading_red_top h2 {
    display: inline-block;
    text-align: center;
    color: #d92d2d;
    margin-bottom: 25px;
    font-size: 40px;
}
p{
    margin: 0;
}
.landing_content {
    padding: 80px 0 130px 0;
}
.left_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_heading{
    text-align: center;
    position: relative;
}
span.big_text {
    font-size: 125px;
    color: #d92d2d;
    line-height: 50px;
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    position: relative;
    left: 35px;
}
p.top_text {
    font-size: 100px;
    color: #d92d2d;
    line-height: 150px;
    font-family: 'EB Garamond', serif;
    font-weight: 700;
}
p.bottom_text {
    font-size: 95px;
    color: #d92d2d;
    line-height: 104px;
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    text-align: end;
}
span.small_text {
    font-size: 45px;
    line-height: 91px;
    position: absolute;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-weight: 700;
    color: #d92d2d;
    top: 121px;
    right: -32px;
}
.heading_blue_bottom h2 {
    display: inline-block;
    text-align: center;
    color: #0b4374;
    margin-top: 25px;
    font-size: 40px;
}

.offer_text .offer_heading {
    font-size: 40px;
    line-height: 96px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d92d2d;
}
.offer_text .offer_heading::before {
    content: "";
    display: inline-block;
    background-color: #d92d2d;
    height: 3px;
    width: 50px;
    margin-bottom: 13px;
}
.offer_text .offer_heading::after {
    content: "";
    display: inline-block;
    background-color: #d92d2d;
    height: 3px;
    width: 50px;
    margin-bottom: 13px;
}
.offer_percent{
    position: relative;
}
.tewnty {
    font-size: 101px;
    line-height: 59px;
    color: #0b4374;
    font-weight: 500;
}
.percent {
    font-size: 45px;
    position: absolute;
    bottom: 41px;
    color: #0b4374;
    font-weight: 500;
}
.off {
    font-size: 40px;
    text-transform: uppercase;
    color: #d92d2d;
    font-weight: 500;
}

.qecad_bg .landing_content form input, .qecad_bg .landing_content form select {
    background-color: #4b759ab5;
    color: #fff;
    border: 2px solid #da5d60;
}
.qecad_bg .landing_content form select {
    padding: 0 0.50em;
}
.qecad_bg .landing_content form .form-group{
    flex: 50%;
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
.qecad_bg .landing_content form .row{
    flex-direction: column;
}
.qecad_bg .landing_content form .form_heading{
    color: #0b4374;
    font-weight: 700;
    text-align: center;
}
.qecad_bg .landing_content form label{
    font-size: 28px;
    color: #0b4374;
}
.landing_content form .submit_btn{
    font-size: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
    color: #fff;
    background: #0b4374;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 25px;
}

.about_qecad{
    background: #becfe3;
}
.about_qecad h2{
    font-size: 58px;
    text-align: center;
    color: #d92d2d;
    font-weight: 500;
    text-transform: uppercase;
    padding: 30px;
}
.about_qecad h2::before {
    content: "";
    display: inline-block;
    background: url(../images/three_star.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 155px;
    position: relative;
    left: -4px;
}
.about_qecad h2::after {
    content: "";
    display: inline-block;
    background: url(../images/three_star.png);
    background-repeat: no-repeat;
    height: 44px;
    width: 155px;
    position: relative;
    right: -10px;
}
.about_qecad .about_peragraph p{
    font-size: 30px;
    color: #0b4374;
    text-align: center;
}
.about_qecad .about_images{
    display: flex;
    justify-content: center;
    column-gap: 150px;
    margin-top: 20px;
}
.about_qecad .about_images .numeric{
    font-size: 32px;
    color: #d92d2d;
    text-align: center;
    font-weight: 700;
}
.about_qecad .about_images .desc_text{
    font-size: 18px;
    color: #d92d2d;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.service_choose{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    flex-wrap: wrap;
}
.service_choose h3{
    font-size: 36px;
    color: #d92d2d;
    font-weight: 500;
}
.service_choose ul li {
    list-style-type: none;
    margin-left: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #0b4374;
    position: relative;
}
.service_choose ul li::before {
    content: "";
    background: url(../images/list_before_imgs.png);
    position: absolute;
    left: -27px;
    top: 9px;
    display: inline-block;
    height: 20px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: 20px;
}


@media (max-width: 1600px) {
    .qecad_bg .landing_content form .form-group{
        flex: 70%;
        max-width: 70%;
    }
}
@media (max-width: 1450px){
    span.big_text {
        font-size: 110px;
        line-height: 35px;
    }
    
    p.top_text{
        font-size: 90px;
    }
    p.bottom_text{
        font-size: 85px
    }
    .qecad_bg .landing_content form .form-group {
        flex: 80%;
        max-width: 80%;
    }
    span.small_text{
        font-size: 40px;
        top: 120px;
        right: -32px;
    }
    .logo_image {
        padding-top: 70px;
    }
    .qecad_bg{
        background-position: top center;
    }
    .landing_content {
        padding: 50px 0;
    }
    .about_qecad .about_peragraph p{
        font-size: 25px;
    }
    .service_choose ul li{
        font-size: 20px;
    }
    .heading_red_top h2, .heading_blue_bottom h2{
        font-size: 30px;
    }
    .about_qecad h2 {
        font-size: 40px;
        display: flex;
        align-items: end;
        justify-content: center;
    }
    
}
@media (max-width: 1100px){
    .about_qecad .about_images{
        column-gap: 80px;
    }
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1280px) 
and (orientation : landscape) {

    span.small_text {
        font-size: 40px;
        top: 120px;
        right: -32px;
    }

}
@media (max-width: 991px){
    /* .logo_image{
        padding-top: 200px;
    } */
    .about_qecad .about_peragraph p {
        font-size: 19px;
    }
    .service_choose h3{
        font-size: 30px;
    }
    .heading_red_top h2, .heading_blue_bottom h2{
        color: #0b4374;
    }
}
@media (max-width: 767px){
    .about_qecad h2 {
        font-size: 33px;
    }
    .about_qecad .about_peragraph p {
        font-size: 18px;
    }
    .about_qecad .about_images {
        column-gap: 70px;
        flex-wrap: wrap;
        row-gap: 40px;
    }
    .qecad_bg .landing_content form label{
        font-size: 20px;
    }
    
    .logo_image img{
        max-width: calc(100% - 35%);
    }
    .logo_image {
        padding-top: 10px;
    }
    p.top_text {
        color: #0b4374;
    }
    p.bottom_text {
        color: #0b4374;
    }
    span.big_text{
        color: #0b4374;
    }
    span.small_text {
        color: #0b4374;
    }
    .heading_red_top h2{
        color: #0b4374;
    }
}
@media (max-width: 635px){
    .service_choose{
        justify-content: inherit;
    }
    .image__with__text{
        width: 25%;
        text-align: center;
    }
    .about_qecad h2::before{
        display: none;
    }   
    .about_qecad h2::after {
        display: none;
    }
    .about_qecad h2 {
        font-size: 25px;
        padding: 15px;
    }
    .service_choose ul li{
        font-size: 18px;
    }
    .service_choose h3{
        font-size: 25px;
    }
    .heading_red_top h2{
        color: #0b4374;
        font-size: 25px;
    }
    .heading_blue_bottom h2{
        font-size: 25px;
    }
    .logo_image{
        padding-top: 0;
    }
    p.top_text {
        color: #0b4374;
        font-size: 65px;
        line-height: 75px;
    }
    p.bottom_text {
        color: #0b4374;
        font-size: 60px;
        line-height: 75px;
    }
    span.big_text {
        font-size: 85px;
        line-height: 69px;
        color: #0b4374;
        left: 25px;
    }
    span.small_text {
        font-size: 30px;
        top: 64px;
        color: #0b4374;
        right: -30px;
    }
    .landing_content {
        padding: 40px 0;
    }
    .qecad_bg .landing_content form .form-group {
        flex: 90%;
        max-width: 90%;
    }
    .qecad_bg .landing_content form .form_heading{
        font-size: 25px;
        margin-top: 25px;
    }
}