
li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.h1-title {
    font-size: 50px;
    color: #00e0e5;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}

.h2-title {
    font-size: 34px;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}

.h3-title {
    font-weight: 500;
    font-size: 32px;
    color: #000;
    line-height: 1.4;
}

.h4-title {
    font-size: 28px;
    color: #333;
}

.p-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

span.dark-text {
    font-weight: bold;
    color: #00e0e5;
}

.em_bar {
    background: #6e6f73 none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}

.em_bar_bg {
    height: 2px;
    width: 90px;
    background: #6e6f73;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}

.em_bar_bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #00e0e5;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/*------main-banner------*/

.main-banner .bg-light {
    background-color: transparent !important;
    display: block;
    padding-top: 8px;
}

.navbar-expand-lg.scrolled {
    background-color: #465d87 !important;
    height: 46px;
    padding-top: 8px;
}

.main-banner .d-inline-block.website {
    float: right;
}

.main-banner .d-inline-block.website a {
    color: #fff;
    font-family: 'Heebo';
}

.main-banner .d-inline-block.website a i {
    font-style: normal !important;
}

.main-banner .d-inline-block.website a:hover {
    color: #fff;
    text-decoration: none;
}

.main-banner button:focus {
    outline: none;
}

.main-banner button {
    border-radius: 8px;
    border: none;
    box-shadow: -1px -1px 4px 0px #313d52;
    color: #fff;
    margin-top: -2px;
    padding: 5px 14px;
    font-size: 16px;
}

.main-banner button.blue-bg {
    background-color: #465d87;
}

.main-banner button.cp-bg {
    background-color: #1f2630;
    box-shadow: -1px -1px 4px 0px #0c0d0e;
}

.main-banner button.cp-bg:hover,
.main-banner button.blue-bg:hover {
    background-color: #00e0e5;
}

.main-banner {
    /* background-color: #00205b; */
    background-image: url(../images/AVT-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-banner .h2-title {
    color: #fff;
    font-weight: 500;
}

.main-banner .btn-primary,
.main-banner .btn-primary:not(:disabled):not(.disabled):active,
.main-banner.btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #00e0e5 ! important;
    border: 1px solid #00e0e5;
    ;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.main-banner .btn-block {
    display: block;
    width: 100%;
}

.main-banner .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #00e0e5;
    color: #000;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
    box-shadow: none;
}

.main-banner .btn-primary:focus {
    box-shadow: none;
    padding: 8px 30px;
    font-size: 20px;
    border-radius: 30px;
}
.main-banner_content .form_section h3 {
    font-size: 25px;
}

/*------visual-testing------*/

.visual-testing {
    background-color: #EDF4FC;
}

.visual-testing .h2-title-1 {
    font-size: 16px;
    color: #000;
}

.visual-testing .h2-title {
    color: #000;
}

.visual-testing .parameters {
    background: #fff;
    text-align: center;
    border-radius: 0px 50px 50px 50px;
    padding: 45px;
    height: 100%;
    box-shadow: 2px 10px 20px rgb(158 158 158 / 25%);
}

.visual-testing .parameters::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background-image: url(../images/dot.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.visual-testing .parameters:hover {
    background: #00e0e5;
    transform: translateY(-10px);
    transition: all 1s ease;
}

.visual-testing .parameters:hover .p-title {
    color: #fff;
}

.visual-testing .round-img {
    background: #f4f4f4;
    width: 130px;
    height: 130px;
    font-size: 40px;
    transition: .4s;
    display: inline-block;
    padding: 30px;
    border-radius: 100%;
}


/*------automated------*/

.automated .title {
    padding-bottom: 20px;
}

.automated img {
    border-radius: 8px;
}

.automated .automated-checklist li {
    margin-left: 26px;
    margin-top: 20px;
}

.automated .fa-check-circle::before {
    color: #00e0e5;
    margin-left: -1.5em;
}


/*------benefits------*/

.benefits {
    /* background: #e2e2e2; */
    background-image: url(../images/benefits-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.benefits .h3-title {
    color: #fff;
}

.benefits .single_service_icon {
    color: #000;
}

.benefits .single_service_inner:hover .single_service_icon {
    color: #fff;
}

.benefits .single_service_inner {
    border: 1px solid #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    height: 170px;
    color: #fff;
}

.benefits .single_service_icon i {
    display: inline-block;
    text-align: center;
    font-size: 40px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #333;
}

.benefits .single_service_content h4 {
    font-size: 15px;
    transition: .5s;
    color: #333;
}

.benefits .single_service_inner:hover {
    background: #00e0e5;
}

.benefits .single_service_inner:hover h4 {
    color: #fff;
}

.benefits .single_service_inner:hover::before {
    background: #fff;
}

.benefits .single_service_inner:hover .single_service_icon i {
    color: #fff;
}

.benefits .single_service_inner {
    border-radius: 8px;
}


/*------product------*/

.product .btn-primary,
.product .btn-primary:not(:disabled):not(.disabled):active,
.product .btn-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #00e0e5 ! important;
    border: 1px solid #00e0e5;
    ;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.btn-block {
    display: block;
    width: 100%;
}

.product .btn-primary:hover {
    background-color: #fff ! important;
    border: 1px solid #00e0e5;
    color: #000;
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 20px;
    box-shadow: none;
}

.product .btn-primary:focus {
    box-shadow: none;
}

section.product {
    background-color: #f1f1f1;
    margin-bottom: -24px;
}

.product .h3-title {
    color: #000;
}


@media only screen and (max-width: 991px) {
    .h2-title {
        font-size: 23px;
    }
    .h5-title {
        font-size: 16px;
    }
    .h3-title {
        font-size: 20px;
    }
    
    .main-banner .thanks-border {
        margin: 30px 0;
    }
    .our-customer .bottom-text p.p-title {
        font-size: 18px;
    }
    .benefits .single_service_inner {
        height: 130px;
    }
    .visual-testing .col-lg-3.col-md-6.mb-lg-5 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    ul.automated-checklist {
        padding: 0;
        display: block;
        width: 100%;
        text-align: left;
    }
    ul {
        padding: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    span.text-yellow {
        font-size: 22px;
    }
    .top-footer {
        padding-top: 20px;
    }
    .form-border .btn-primary {
        font-size: 15px;
        padding: 8px 14px;
    }
    .main-banner .btn-primary,
    .main-banner .btn-primary:not(:disabled):not(.disabled):active,
    .main-banner.btn-primary:not(:disabled):not(.disabled):active:focus,
    .main-banner .btn-primary:hover,
    .main-banner .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .product .btn-primary,
    .product .btn-primary:not(:disabled):not(.disabled):active,
    .product .btn-primary:not(:disabled):not(.disabled):active:focus,
    .product .btn-primary:hover,
    .product .btn-primary:focus {
        padding: 7px 20px;
        font-size: 16px;
        color: #fff;
    }
    .h1-title {
        font-size: 30px;
    }
    .h4-title {
        font-size: 22px;
    }
    .mortgage span.contrast {
        font-size: 26px;
    }
    .mortgage .h3-title {
        font-size: 20px;
    }
    .mortgage .left-image {
        height: 200px;
    }
    .main-banner {
        background-image: url(../images/mob-banner.jpg);
    }
    .visual-testing .parameters {
        padding: 30px;
    }
    .visual-testing .round-img {
        width: 100px;
        height: 100px;
        padding: 20px;
    }
    .automated .automated-checklist li {
        font-size: 16px;
    }
    .navbar-expand-lg.scrolled {
        background-color: #465d87 !important;
        height: 41px;
        padding-top: 8px;
    }
    .main-banner .navbar-expand-lg img {
        width: 220px;
    }
    .main-banner .d-inline-block.website {
        padding-top: 2px;
    }
}

@media screen and (min-width: 768px) {
    .main-banner .right-vector img {
        height: 400px;
    }
}

@media screen and (min-width: 993px) and (max-width:1199px) {
    .benefits .single_service_inner {
        padding: 10px;
    }
}

@media screen and (max-width: 992px) {
    #myBtn {
        padding: 2px 10px;
        font-size: 20px;
        right: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .visual-testing .round-img {
        width: 100px;
        height: 100px;
    }
    .visual-testing .parameters {
        padding: 26px;
    }
}

