@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}

img {
    max-width: 100%;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.style_none {
    list-style: none;
    margin-bottom: 0;
}

.clearfix {
    clear: both;
}

.style_none {
    list-style: none;
}

.container {
    max-width: 1170px;
}

.mt30 {
    margin-top: 30px;
}

ul.tick {
    list-style: none;
    padding: 0;
}

ul.tick li {
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    color: #ea0000;
}

ul.tick li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f00c';
    position: absolute;
    top: 0;
    left: 0;
    color: #ea0000;
    font-size: 16px;
}

.readmore {
    margin-top: 30px;
}

.readmore a {
    text-decoration: none;
    color: #fff;
    background: #0097f7;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 18px 36px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 7px;
}

.readmore a:hover {
    background: #000;
    color: #fff;
}

.mr30 {
    margin-right: 30px;
}

.title {
    margin-bottom: 45px;
    position: relative;
}

.title h2 {
    font-size: 48px;
    line-height: 48px;
    color: #000;
    margin: 0;
    font-weight: bold;
}

.title h2 span {
    color: #ea0000;
}

.title p {
    font-size: 30px;
    color: #737576;
    font-weight: bold;
    margin-bottom: 0;
}

.title:before {
    content: "";
    background: #0061da;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.title_center {
    text-align: center;
    border: none;
    padding-left: 0;
}

.title_center h2 {
    font-size: 48px;
}

.title_center:before {
    left: 50%;
    margin-left: -40px;
}

.btn_text {}

.btn_text a {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.btn_text img {
    margin-left: 6px;
}


/*************************************		Header Start*************************************/

.header-wrap {
    padding: 7px 0;
}

.header-wrap .navbar {
    padding-top: 14px;
}

.navbar-nav li {
    padding: 0 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #0060da;
    font-weight: 600;
    border-color: #0060da;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0060da;
    border-color: #0060da;
}

.navbar-light .navbar-toggler {
    display: none;
}

.account-btn {
    margin-left: 25px;
}

.account-btn a {
    text-decoration: none;
    background: #fff;
    display: inline-block;
    color: #7a17c5;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 17px 28px;
}

.close-toggler {
    display: none;
}

.navbar .navbar-collapse {
    justify-content: flex-end;
}

.header-wrap .conInfo {
    padding-left: 52px;
    position: relative;
    font-size: 16px;
    line-height: 27px;
}

.header-wrap .phonewrp {
    padding-left: 56px;
}

.header-wrap .phonewrp:before {
    content: "";
    background: url(../images/phone_icon.png) no-repeat;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 5px;
    left: 0;
}

.header-wrap .conInfo span {
    font-size: 16px;
    color: #5d5d5d;
    display: block;
    font-weight: 600;
}

.header-wrap .phonewrp a {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.header-wrap .phonewrp a:hover {
    color: #ea0000;
}

.login_btn {
    margin-right: 10px;
}

.login_btn a {
    text-decoration: none;
    color: #fff;
    background: #0097f7;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 7px;
}

.login_btn a:hover {
    background: #0061da;
}

.login_dropdown {
    margin-right: 20px;
}

.login_dropdown .btn {
    background: none;
    border: none;
    padding: 0;
}

.login_dropdown .btn img {
    width: 46px;
    border-radius: 100%;
}

.login_dropdown .dropdown-toggle::after {
    display: none;
}

.login_dropdown .dropdown-menu {
    left: auto;
    right: 0;
    padding: 0;
}

.login_dropdown .dropdown-menu li a {
    padding: 8px 18px;
    font-size: 14px;
}

.login_dropdown .dropdown-menu li a:hover {
    background: #0a58ca;
    color: #fff;
}

.login_dropdown .btn:focus {
    box-shadow: none;
}


/*********************************************    Custom slider options**********************************************/

.tp-banner-container {
    position: relative;
    z-index: 1;
    padding: 0;
    width: 100%;
}

.tp-banner {
    position: relative;
    width: 100%;
}

.tp-caption {
    line-height: normal !important
}

.tp-caption a {
    color: inherit !important;
}

.tp-bullets.simplebullets.round .bullet {
    border: 3px #fff solid;
    border-radius: 50%;
    background-image: none !important;
}

.tparrows {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
}

.tp-arr-allwrapper {
    margin: 0 10px;
    width: 50px;
    height: 60px;
    background: rgba(255, 255, 255, 0.5);
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
    color: #fff;
}

.tp-leftarrow .tp-arr-allwrapper {}

.tp-rightarrow .tp-arr-allwrapper {}

.tp-arr-iwrapper {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper {}

.tp-leftarrow .tp-arr-iwrapper:before {
    content: "\f104";
}

.tp-rightarrow .tp-arr-iwrapper:before {
    content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper {}

.slide-h1 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 57px;
}

.slide-h2 {
    margin: 5px 0 !important;
    padding: 0 0 10px !important;
    padding-bottom: 5px !important;
    color: #555;
    font-weight: bold;
    font-size: 55px;
    line-height: 100%;
}

.big-font {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 60px;
}

.large-desc {
    font-size: 16px;
}

.slide-h3 {
    color: #fff;
    font-size: 31px;
    line-height: 100%;
}

.slide-h3 span {
    text-transform: uppercase;
    font-weight: bold;
}

.slide-head {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
}

.slide-desc {
    font-size: 22px;
    line-height: 150%;
}

.main-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 70px;
}

.icon-cont {
    padding: 15px 40px;
    border-radius: 10px;
    text-align: center;
}

.icon-cont:after {
    position: absolute;
    bottom: -10px;
    left: 40%;
    z-index: 5;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    content: "";
}

.icon-cont i {
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px;
}

.icon-cont span {
    display: block;
    padding: 0 0 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

a.wit-btn {
    background: #fff;
    color: #333 !important;
    text-transform: uppercase;
}

.wit-line {
    width: 5%;
    height: 1px;
    background: #fff;
}

.vert-line {
    min-height: 270px;
    width: 1px;
    background: #fff;
}

.subTxt {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #333;
}

.large-title {
    color: #222;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase !important;
}

.large-light-title {
    color: #787878 !important;
    font-size: 70px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px
}

.large-text {
    font-size: 20px;
    color: #000;
    font-weight: lighter;
}

.larger-text {
    font-size: 24px;
    font-weight: lighter;
    text-transform: uppercase;
}

.witTxt {
    color: #fff !important;
}

.light-font {
    font-weight: lighter !important;
    font-size: 50px;
}

.black-bg {
    background: rgba(0, 0, 0, .63);
    color: #a8a8a8;
    text-transform: none;
}

.lft-list {
    padding: 10px;
    font-size: 18px;
    color: #fff;
}

.wit-border {
    border: 1px #fff solid;
    padding: 15px 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.rounded-bord {
    margin-right: 15px;
    border: 1px #fff solid;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    border-radius: 50%;
}

#vertical-ticker {
    height: 120px;
    overflow: hidden;
}

#vertical-ticker li {
    padding: 15px 20px;
    display: block;
    text-align: center;
}

.to-bottom i.fa {
    font-size: 30px;
    border: 2px #a8a8a8 solid;
    padding: 20px 22px;
    border-radius: 50%;
    -webkit-animation: bounce 2s infinite linear;
    animation: bounce 2s infinite linear;
}

.slidertext1 {
    color: #fff;
    font-size: 50px;
    line-height: 70px !important;
    font-weight: bold !important;
    padding: 15px 0;
    text-transform: none !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.slidertext1 span {
    color: #fff;
}

.slidertext2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: inherit !important;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    line-height: 30px !important;
}

.slidertext2 span {
    display: block;
}

.slidertext3 {
    color: #fff;
    font-size: 72px;
    line-height: 72px !important;
    font-weight: bold !important;
    padding: 15px 0;
    text-transform: none !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.slidertext04 {
    color: #0100ac;
    font-size: 50px;
    line-height: 70px !important;
    font-weight: bold !important;
    padding: 15px 0;
    text-transform: none !important;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

.slidertext4 {
    color: #0100ac;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 0;
    text-transform: inherit !important;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    line-height: 30px !important;
}

.slidertext4 span {
    display: block;
}

.slidertext4 a {
    color: #fff !important;
    font-size: 16px;
    border-radius: 7px;
    box-shadow: 0px 11px 19px rgb(0 0 0 / 32%);
    font-weight: 700;
    padding: 18px 40px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase !important;
    text-align: left;
    background: #f49a23;
}

.slidertext4 a:hover {
    background: #fff;
    color: #000 !important;
    border-color: #ffc501;
}

a.slidebtn {
    background: #e76ba9;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: normal !important;
    text-transform: none !important;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

a.slidebtn i {
    margin-left: 10px;
}

.slidertext5 a {
    border: none;
    background: #018a01;
    padding: 20px 50px;
}

.slidertext5 a:hover {
    background: #ffc501;
    color: #000 !important;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }
}


/* Mozilla Firefox 15 below */

@-moz-keyframes bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }
}


/* Opera 12.0 */

@-o-keyframes bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }
}


/* W3, Opera 12+, Firefox 16+ */

@keyframes bounce {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(-30%);
    }
    100% {
        transform: translateY(0);
    }
}

.searchbx {
    background: url(../images/search-bg.jpg) no-repeat top;
    box-shadow: 0px 6px 13px rgb(1 97 217 / 45%);
    border-radius: 0 0 15px 15px;
    padding: 28px 36px;
    background-size: cover;
}

.searchbx h3 {
    color: #fff;
    font-weight: bold;
    margin-top: 22px;
    font-size: 24px;
}

.form.minisearch {
    display: table;
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    background: #1573e8;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.form.minisearch .field.search {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.form.minisearch .actions {
    display: table-cell;
    vertical-align: top;
}

.form.minisearch .actions button {
    border: none !important;
    position: static;
    margin: 0;
    padding: 0;
    color: #fff !important;
    cursor: pointer;
    height: 70px;
    width: 180px;
    font-size: 20px;
    font-weight: 600;
    background: #0097f7;
    text-align: center;
    text-transform: unset;
    line-height: 50px;
    opacity: 1 !important;
    border-radius: 0px 7px 7px 0;
    -moz-border-radius: 0px 7px 7px 0;
    -webkit-border-radius: 0px 7px 7px 0;
}

.form.minisearch .actions button:hover {
    background: #000;
}

.form.minisearch .actions button i {
    font-size: 20px;
    cursor: pointer;
    padding-right: 6px;
}

.form.minisearch .field.search .input-text {
    background: 0 0;
    position: static;
    border: none;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    background: #1573e8;
    color: #000;
    width: 100%;
    height: 70px;
    padding-right: 4px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none !important;
}

.search-wrap .input-searchbox::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

.search-wrap .input-searchbox:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.search-wrap .input-searchbox::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}


/*---------------------------------------  About Css              -----------------------------------------*/

.about-wrap {
    padding: 70px 0;
}

.about-wrap p {
    font-size: 20px;
    line-height: 32px;
}

.about_box {
    margin-left: 30px;
    max-width: 540px;
}

.subText {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.whyusWrap p {
    font-size: 16px;
    line-height: 26px;
}

.aboutImg {
    text-align: right;
    margin-right: 40px;
}

.about-wrap .btn_text {
    margin-top: 40px;
}

.factbx {
    font-size: 20px;
    color: #fff;
    background: #0061da;
    padding: 40px 50px;
    border-radius: 15px;
}

.quotemsg {
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    margin-top: 30px;
}


/*================================================    Work Css================================================*/

.work-wrap {
    background: url(../images/work-bg.jpg) no-repeat top;
    text-align: center;
    background-size: cover;
    padding: 70px 0;
}

.work-wrap .container {
    max-width: 1250px;
}

.title_center p {
    display: inline-block;
}

.work_sec h3 {
    font-weight: 600;
    margin-top: 30px;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
    color: #000;
}

.work_sec h3:before {
    content: "";
    background: #0061da;
    width: 36px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -18px;
}

.work-info p {
    line-height: 24px;
    padding: 0 20px;
    color: #000;
    line-height: 30px;
}

.work-media {
    margin-bottom: 30px;
    position: relative;
}

.work_sec ul {
    list-style: none;
}

.work_sec ul li {
    position: relative;
}

.work_sec ul li:after {
    content: "";
    width: 146px;
    height: 21px;
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    right: -73px;
    top: 70px;
}

.work_sec ul li:last-child:after {
    display: none;
}

.work_sec ul li:nth-child(2):after {
    background: url(../images/arrow2.png) no-repeat;
}


/*********************************************        Claim css*********************************************/

.claim-wrap {
    background: url(../images/claim-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 40px 0;
}

.claim-wrap h2 {
    font-weight: bold;
    font-size: 36px;
    color: #404040;
}

.claim-wrap .form.minisearch .actions button {
    width: 132px;
}

.claim-wrap .form.minisearch .field.search .input-text {
    background: #f4f4f4;
    border-radius: 4px 0 0 4px;
}


/*********************************************        verify css*********************************************/

.verify-wrap {
    background: url(../images/verify-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 70px 0;
}

.verify-wrap h2 {
    font-size: 48px;
    color: #fff;
    line-height: 53px;
    font-weight: bold;
}

.verify-wrap p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.step_icon {
    position: absolute;
    top: 0;
    left: 0;
}

.stepsbx h4 {
    font-size: 18px;
    color: #0097f7;
    font-weight: bold;
    margin-bottom: 0px;
}

.stepsbx {
    position: relative;
    padding-left: 80px;
}

.verify_sec ul li {
    margin-top: 30px;
}

.verify_sec h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.verify-wrap .readmore a:hover {
    background: #fff;
    color: #000;
}


/*********************************************        credibility css*********************************************/

.credibility-wrap {
    padding: 70px 0;
    position: relative;
}

.credibility-wrap h4 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    padding-right: 50px;
}

.credibility-wrap h2 {
    font-size: 48px;
    margin: 15px 0;
    color: #0061da;
    font-weight: bold;
}

.verifybx {
    position: relative;
    padding-left: 75px;
}

.verify_bx {
    position: absolute;
    top: 0;
    left: 0;
}

.credibility-wrap p {
    font-size: 18px;
    font-weight: bold;
    color: #4a4a4a;
    padding-right: 100px;
}

.vetted_bx {
    background: #0097f7;
    padding: 30px;
    margin-top: 40px;
}

.vetted_bx {
    position: relative;
    padding: 30px 30px 30px 120px;
    position: absolute;
    border-radius: 12px;
    bottom: 150px;
    max-width: 560px;
}

.user_icon {
    position: absolute;
    top: 26px;
    left: 30px;
    border-radius: 12px;
}

.vetted_bx p {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    padding: 0;
    line-height: 30px;
}


/*********************************************        Footer css*********************************************/

.footer-wrap {
    padding: 70px 0 20px 0;
    position: relative;
    text-align: center;
    background: #2f3133;
}

.social_media_footer {
    list-style: none;
    display: block;
    margin: 20px 0 10px 0;
}

.social_media_footer li {
    display: inline-block;
    padding: 0 10px;
}

.social_media_footer li a {
    font-size: 24px;
    color: #0097f7;
}

.social_media_footer li a:hover {
    color: #fff;
}

.footer_nav {
    list-style: none;
    display: block;
    margin-bottom: 15px;
}

.footer_nav li {
    display: inline-block;
    padding: 0 15px;
}

.footer_nav li a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.footer_nav li a:hover {
    color: #0097f7;
    text-decoration: none;
}

.copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.credits {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.credits a {
    color: #b5b5b5;
    text-decoration: none;
}

.credits a:hover {
    color: #0097f7;
}

.speak-wrap {
    background: url(../images/speak-bg.jpg) no-repeat top;
    text-align: center;
    background-size: cover;
    padding: 80px 0;
}

.speak-wrap .title {
    margin-bottom: 40px;
}

.speak-wrap .title p {
    font-size: 28px !important;
    color: #000 !important;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.speak-wrap .title:before {
    display: none;
}

.speak-wrap .title h1 {
    font-weight: bold;
    font-size: 48px;
    margin-top: 12px;
}

.speak-wrap .readmore i {
    padding-right: 6px;
}

.pagecontent {
    padding: 70px 0;
}

.pagetitle-wrap {
    background: #0061da;
    padding: 25px 0;
    text-align: center;
}

.pagetitle-wrap h1 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
}


/*contact-area*/

.contact-area {
    padding: 60px 0px 0 0;
    position: relative;
}

.single-contact-info {
    padding-top: 30px;
}

.contact-info-icon {
    margin-right: 20px;
}

.contact-info-icon a {
    height: 65px;
    width: 65px;
    background: #f5f5f5;
    display: inline-block;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #0061da;
    transition: all .3s ease-out 0s;
}

.contact-info-text span {
    font-size: 14px;
    text-transform: uppercase;
    color: #0061da;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.contact-info-text h5 {
    font-weight: 400;
    font-size: 18px;
}

.contact-info-text h5 a {
    color: #444;
    outline: none;
    border: none;
    text-decoration: none;
}

.contact-info-text h5 a:hover {
    color: #e71f25;
}

.contact-form .form-control,
.contact-form textarea {
    width: 100%;
    padding: 25px;
    color: #686777;
    border: none;
    height: 65px;
    background: #f5f5f5;
    font-size: 14px;
    border: 1px solid transparent;
    transition: all .3s ease-out 0s;
    outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #e91703;
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: 230px;
    resize: none;
}

.mb-20 {
    margin-bottom: 20px;
}

.contact-form .tp-btn {
    color: #fff;
    background: #0097f7;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 18px 36px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 7px;
    border: none;
}

.contact-form .tp-btn:hover {
    background: #2a2b79;
    color: #fff;
}


/***====================================================================    Faq Section====================================================================***/

.faq-section {
    position: relative;
    padding: 100px 0px 100px;
}

.faq-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 927px;
    height: 683px;
    background-repeat: no-repeat;
}

.faq-section .accordian-column {
    position: relative;
}

.faq-section .accordian-column .inner-column {
    position: relative;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

.accordion-box .block.active-block {
    border-color: #0061da;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #2f3133;
    line-height: 1.8em;
    font-weight: 700;
    cursor: pointer;
    padding: 16px 30px;
    padding-right: 45px;
    margin-bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
    color: #0061da;
    margin-bottom: 0px;
}

.accordion-box .block .icon {
    position: absolute;
    right: 10px;
    top: 12px;
    height: 35px;
    width: 35px;
    font-size: 20px;
    line-height: 35px;
    color: #0061da !important;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon {
    color: #0061da !important;
    transform: rotate(180deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 0px 30px 25px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content .text {
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    color: #555555;
}

.faq-section .image-column {
    position: relative;
}

.faq-section .image-column .inner-column {
    position: relative;
    margin-right: -270px;
}

.faq-section .image-column .image {
    position: relative;
}

.productbox {
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(1 97 217 / 20%);
    border-top: 7px solid #333;
}

.productlisting .col-lg-4:nth-child(2) .productbox {
    border-top-color: #0061da;
}

.productlisting .col-lg-4:nth-child(3) .productbox {
    border-top-color: #58af07;
}

.productbox h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.productbox .price {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #0061da;
    line-height: 34px;
}

.productbox .price span {
    display: block;
    color: #888;
    font-size: 16px;
    font-weight: normal;
}

.productbox .pktxt {
    margin-top: 15px;
}

.productbox .pktxt span {
    display: block;
    font-size: 14px;
    color: #777;
}

.productbox .pktxt i {
    display: inline-block;
    margin: 0 10px;
    color: #888;
}

.proimage {
    text-align: center;
    padding: 30px 0 15px 0;
}

.pkgbtn a {
    padding: 14px 30px;
    font-size: 16px;
    background: #333;
}

.productlisting .col-lg-4:nth-child(2) .pkgbtn a {
    background: #0061da;
}

.productlisting .col-lg-4:nth-child(3) .pkgbtn a {
    background: #58af07;
}

.productlisting .col-lg-4 .pkgbtn a:hover {
    background: #000;
}

.table-responsive table thead {
    background: #f2f2f2;
}

.table_page table thead tr th {
    color: #333;
    border-bottom: 3px solid #dbba00;
    border-right: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 15px;
}

.table_desc table tbody tr td:last-child,
.table_page table thead tr:last-child th {
    border-right: 0;
}

.table_page table tr td {
    padding: 10px 15px;
}

.product_thumb img {
    width: 70px;
}

.product_name a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

.product_name a:hover {
    color: #0061da;
}

.product_remove {
    text-align: center;
}

.product_remove a {
    color: rgb(253, 0, 0);
}

.cart_submit .tp-btn {
    color: #fff;
    background: #0097f7;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
    display: inline-block;
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 7px;
    border: none;
}

.cart_submit .tp-btn:hover {
    background: #333;
}

.coupon_code {
    border: 1px solid #ededed;
    margin-top: 60px;
}

.coupon_code .h3,
.coupon_code h3 {
    color: #fff;
    line-height: 36px;
    padding: 5px 15px;
    background: #090936;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.coupon_inner {
    padding:25px;
}

.coupon_inner hr {
    background-color: #ccc;
}

.coupon_inner p {
    font-size: 13px;
    margin-bottom: 20px;
}

.coupon_inner input {
    border: 1px solid #ededed;
    height: 42px;
    background: 0 0;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 12px;
    color: #333;
    width: 175px;
}

.coupon_inner button {
    background: #dbba00;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    height: 38px;
    line-height: 18px;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s;
    border-radius: 3px;
}

.cart_subtotal {
    display: flex;
    justify-content: space-between;
}

.cart_subtotal p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}

.cart_subtotal .cart_amount {
    font-size: 18px;
    font-weight: 600;
}

.cart_subtotal p span {
    margin-right: 30px;
}

.coupon_inner a {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
}

.coupon_inner a:hover {
    color: #ea1c26;
}

.checkout_btn {
    text-align: right;
    margin-top: 30px;
}

.checkout_btn a {
    color: #fff;
    background: #333;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
    display: inline-block;
    padding: 13px 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 7px;
    border: none;
}

.checkout_btn a:hover {
    background: #0097f7;
    color: #fff;
}


/*********************************************        checkout-page**********************************************/

.checkout-page {}

.checkout-page .billing-details h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.checkout-page .billing-details .form-group {
    margin-bottom: 20px;
}

.checkout-page .billing-details .form-group label {
    display: block;
    color: #555555;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.checkout-page .form-control {
    height: 50px;
    border: 1px solid #ebebeb;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%;
    appearance: auto;
}

.checkout-page .form-control:hover:focus,
.checkout-page .form-control:focus {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow unset;
    outline: 0;
    border: 1px solid #0097f7;
}

.checkout-page .billing-details .form-check {
    margin-bottom: 20px;
}

.checkout-page .billing-details .form-check .form-check-label {
    color: #555555;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.checkout-page .billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.checkout-page .billing-details .form-group textarea.form-control {
    padding-top: 13px;
    height: auto;
}

.checkout-page .cart-totals {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.checkout-page .cart-totals h3 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 24px;
}

.checkout-page .cart-totals ul li {
    color: #555;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #dedede;
}

.checkout-page .cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}

.checkout-page .faq-accordion {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 0;
}

.checkout-page .faq-accordion h3 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 24px;
}

.checkout-page .faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.checkout-page .faq-accordion .accordion .accordion-item {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    display: block;
}

.checkout-page .cart-totals ul {
    margin-bottom: 0;
}

.checkout-page .cart-totals ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.checkout-page .faq-accordion .form-check label a {
    color: #0097f7;
    font-size: 14px;
}

.checkout-page .form-check {
    font-size: 14px;
}

.place-order .btn {
    box-shadow: 0px 10px 15px rgb(0 0 0 / 15%);
    padding: 13px 30px;
    font-weight: 700;
}

.carticon {
    margin-right: 30px;
    position: relative;
    color: #999;
    text-decoration: none;
    border: 1px solid #efefef;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 18px;
}

.carticon span {
    color: #0061da;
}


/***************************    New Pages Start****************************/

.dashboard_wrap {
    background: #f9f9ff;
}

.dashboard_wrap .card {
    background: #fff;
    border-color: #e8ebf3;
}

.card-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 42px;
}

.card-header {
    padding: .5rem 1.5rem;
    min-height: 3.5rem;
    background: #fff;
}

.dash_widget-sec {
    background: #f9f9f9;
}

.dashboard_wrap .form-group .form-control {
    color: #555;
    border: 1px solid #e8e8e8;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    height: 50px;
    background: #fdfdfd;
}

.profile-pic-img img {
    width: 90px;
}

.profile-pic h4 {
    font-size: 18px;
}

.dash_widget-sec>ul>li>a,
.dash_widget-sec>ul>li>a i {
    color: #000;
}

.dash_widget-sec>ul>li>a {
    padding: .75rem 1.25rem;
    font-size: 14px;
    border-bottom: 1px solid #e8ebf3;
    font-weight: 600;
    display: block;
    text-decoration: none;
}

.dash_widget-sec>ul>li:last-child>a,
.dash_widget-sec>ul>li:first-child>a {
    border: none;
}

.dash_widget-sec ul {
    margin-bottom: 0;
}

.dash_widget-sec>ul>li>a i {
    background: #fff;
    margin-right: 12px;
    margin-top: 4px;
    color: #0061da;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
}

.change_password {
    text-align: center;
}

.dash_widget-sec>ul>li>a.active i,
.dash_widget-sec>ul>li>a:hover i {
    color: #0061da;
}

.dash_widget-sec>ul>li>a.active,
.dash_widget-sec>ul>li>a:hover {
    background: #0061da;
    color: #fff;
    border-left: 7px solid #71afff;
}

.card-body img {
    border-radius: 100%;
}

.item-all-text h5 {
    font-size: 15px;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}

.table>thead>tr>td,
.table>thead>tr>th {
    font-weight: 600;
    border-color: #e8ebf3;
    -webkit-transition: all .3s ease;
}

.table>:not(:last-child)>:last-child>* {
    border-color: #e8ebf3;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-top: none;
}

.table thead th,
.text-wrap table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.table td {
    font-size: 14px;
    color: #000;
    padding: .75rem;
    vertical-align: top;
    border-top: 0;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e8ebf3;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

.bg-success[href],
.bg-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #16a737;
}

.bg-danger[href],
.bg-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fb5b50;
}

.bg-primary[href]:hover,
.bg-primary[href] {
    color: #fff;
    text-decoration: none;
    background-color: #1650e2;
}

.item-all-cat .item-all-card a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-all-cat .item-all-card {
    position: relative;
    padding: 1.5rem 0.7rem;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;
    background: #fff;
    margin-bottom: 1.5rem;
}

.item-all-card::before,
.item-all-card::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.4s linear;
}

.item-all-card::before,
.item-all-card::after {
    background: linear-gradient( 135deg, #0061da 0%, #0061da 100%);
}

.item-all-card:hover::before,
.item-all-card:hover::after {
    width: 100%;
}

.item-all-cat .item-all-card a::before,
.item-all-cat .item-all-card a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.4s linear;
}

.item-all-card a::before {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

.item-all-cat .item-all-card a::before,
.item-all-cat .item-all-card a::after {
    background: linear-gradient( 135deg, #0061da 0%, #0061da 100%);
}

.item-all-card:hover a::before,
.item-all-card:hover a::after {
    height: 100%;
}

.item-all-card a::after,
.item-all-card::before {
    right: 0;
    top: 0;
    transition-duration: 0.4s;
}

.item-all-card::before,
.item-all-card::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.4s linear;
}

.item-all-card::before,
.item-all-card::after {
    background: linear-gradient( 135deg, #0061da 0%, #0061da 100%);
}

.item-all-card::after {
    left: 0;
    bottom: 0;
    transition-duration: 0.4s;
}

.item-all-cat .category-type .item-all-card i {
    width: 5rem;
    height: 5rem;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    line-height: 5rem;
    background: linear-gradient(to right, rgb(0 97 218) 0%, rgb(0 97 218) 100%);
}

.dashboard_wrap .form-group .form-control {
    color: #555;
    border: 1px solid #e8e8e8;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    height: 50px;
    background: #fdfdfd;
}

.contactWrp .form-group {
    margin-bottom: 30px;
}

.submit_btn {
    border: none;
    text-decoration: none;
    color: #fff;
    background: #0061da;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 20%);
    display: inline-block;
    padding: 16px 24px;
    border-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.submit_btn:hover {
    background: #000;
}

.sign-in-area {
    background: #fff;
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.forget_pass a {
    color: #0061da;
    text-decoration: none;
}

.forget_pass a:hover {
    color: #000;
}

.listing li a {
    background: #fff;
    padding: 14px 7px;
    display: block;
    margin: 5px;
    text-decoration: none;
    color: #333738;
    font-weight: bold;
    border: 1px solid #dcebff;
    font-size: 14px;
}

.listing li a:hover {
    background: #0061da;
    color: #fff;
}

.listing li a:hover:before {
    color: #fff;
}

.listing li a:before {
    content: "\f0da";
    margin: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #0061da;
}

.single-widgets {
    border: 1px solid #e5e8f3;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
}

.single-widgets.widget_category ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.single-widgets.widget_category ul li {
    display: block;
    border-bottom: 1px solid #eaeaea;
}

.single-widgets.widget_category ul li:first-child {
    border-top: none;
}

.single-widgets.widget_category ul li a {
    padding: 11px;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    position: relative;
}

.widget_category ul li i {
    position: absolute;
    top: 16px;
    right: 8px;
}

.single-widgets.widget_category ul li a:hover,
.single-widgets.widget_category ul li a.active {
    background: #0061da;
    color: #fff;
}

.thumb-blog-default {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e8f3;
}

.thumb-blog-default h3 a {
    font-size: 22px;
    text-decoration: none;
    color: #000;
}

.thumb-blog-default .readmore a {
    padding: 14px 30px;
    font-size: 14px;
}

.blog-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #6f4cca;
    border: 1px solid #0061da;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
}

.blog-pagination a:hover,
.blog-pagination a.active {
    background: #0061da;
    color: #ffffff;
}

.list_info {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #e5e8f3;
    padding: 10px;
}

.list_info span {
    width: 30%;
    float: left;
    font-weight: bold;
    font-size: 16px;
}

blockquote {
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    background: #f2f8ff;
    padding: 25px;
    border-left: 8px solid #0061da;
    margin: 20px 0;
}

.moreImages {
    position: relative;
    overflow: hidden;
}

.portfolio-overley {
    background-color: #14212b;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    transform: translateX(-100%);
}

.moreImages:hover .portfolio-overley {
    transform: translateX(0);
    opacity: 0.9;
}

.thumb-blog-default .content {
    z-index: 1000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.thumb-blog-default .content .image-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: #0061da;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
}

.comment-area {
    position: relative;
    margin: 80px 0 66px;
}

.comment-area h3 {
    font-size: 20px;
    line-height: .8;
    color: #2c234d;
    margin: 0 0 30px;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list li {
    list-style: none;
    display: block;
    margin: 0 0 0;
}

.comment-list .children {
    margin: 0 0 0;
    padding-left: 100px;
}

.single-comment {
    position: relative;
    padding-left: 100px;
    padding-top: 7px;
    padding-bottom: 30px;
}

.c-border {
    border-bottom: 1px solid #ebecf2;
    margin-top: 24px;
}

.single-comment img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.children .single-comment img {
    width: 50px;
    height: 50px;
}

.children .single-comment {
    padding-left: 80px;
}

.single-comment h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 7px;
}

.single-comment h5 a {
    color: inherit;
}

.single-comment h5 a:hover {
    color: #0061da;
}

.single-comment span {
    display: block;
    font-size: 13px;
    line-height: .8;
    font-weight: 600;
    color: #797781;
    margin: 0 0 24px;
}

.comment {
    position: relative;
    margin: 0 0 14px;
}

.comment p {
    font-size: 14px;
    line-height: 24px;
    color: #686875;
    margin: 0;
}

.single-comment a {
    text-decoration: none;
}

.single-comment .comment-reply-link {
    display: inline-block;
    font-size: 12px;
    line-height: .8;
    color: #;
    font-weight: 600;
}

.single-comment .comment-reply-link i {
    font-size: 16px;
    margin-right: 11px;
    font-weight: 600;
    position: relative;
    top: 2px;
}

.single-comment .comment-reply-link:hover {
    color: #2c234d;
}

.form-group span {
    color: red
}

.review_stars {
    margin-left: 15px;
}

.review_stars li {
    display: inline-block;
    color: #ffd400;
}

.review_wrap {
    display: flex;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #0061da;
    box-shadow: none;
}

@media screen and (max-width: 990px) {
    .post-content {
        margin-top: 30px;
    }
    .post-image img {
        width: 100%;
    }
    .contactWrp .col-lg-9 .card,
    .change_password {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .contactWrp .form-group {
        display: block;
    }
    .review_stars {
        margin-left: 0;
    }
    .moreImages {
        margin: 15px 0;
    }
    .list_info span {
        width: auto;
        float: none;
        display: block;
    }
    .card-body {
        padding: 20px !important;
    }
}


/*********************************************        New Pages css End*********************************************/


/************        Media Screen css*********************************************/

@media screen and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-nav li {
        padding: 0 10px
    }
    .header-wrap .phonewrp a {
        font-size: 28px;
    }
    .header-wrap .conInfo span {
        font-size: 17px;
    }
    .slider-wrap h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .slider-wrap {
        padding: 300px 0 150px 60px;
    }
    .about-wrap .title h2 {
        font-size: 42px;
    }
    .about_box {
        margin-top: 0;
    }
    .verify-wrap h2 {
        font-size: 42px;
    }
    .credibility-wrap p,
    .credibility-wrap h4 {
        padding-right: 0;
    }
    .vetted_bx {
        bottom: 95px;
    }
    .speak-wrap .title p {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 990px) {
    .about_box {
        padding-top: 0;
    }
    .work_sec ul li:after {
        display: none;
    }
    .work_sec ul li {
        margin-right: 15px 0;
    }
    .aboutImg {
        margin: 0;
        text-align: center;
    }
    .claim-wrap {
        text-align: center;
    }
    .speak-wrap .title h1 {
        font-size: 40px;
    }
    .vetted_bx {
        position: relative;
        margin: 15px 0;
        bottom: 0;
    }
    .verifybx {
        max-width: 600px;
        margin-bottom: 40px;
    }
    .credibilityImg {
        text-align: center;
        margin-top: 30px;
    }
    .searchbx h3 {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .about_box {
        max-width: inherit;
        display: block;
    }
    .address-area {
        margin-top: 40px;
    }
    .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .mainheading h1,
    .dashboardWrp,
    .copyright {
        margin-left: 0;
    }
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
        flex-basis: auto;
    }
    .contact-info {
        margin-left: 0;
        margin-top: 40px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 100%;
        width: 60%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 10000;
    }
    .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .header-wrap .navbar {
        padding: 0;
    }
    .navbar-light .navbar-toggler {
        display: block;
        position: absolute;
        top: 26px;
        right: 36px;
        background: #fff;
    }
    .slider-wrap h1 {
        font-size: 40px;
    }
    .slider-wrap .readmore {
        margin-top: 20px;
        text-align: left;
    }
    .slider-wrap h1 {
        font-size: 36px;
        line-height: 46px;
    }
    .aboutImg {
        margin-top: 40px;
        text-align: center;
        display: block;
    }
    .slider-wrap p {
        font-size: 18px;
    }
    .close-toggler {
        background: none;
        color: #fff;
        padding: 5px;
        border: none;
        margin-top: 10px;
        font-size: 24px;
        position: absolute;
        top: 0;
        right: 15px;
        display: block;
    }
    .navbar-nav>li {
        display: block;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 16px;
    }
    .navbar-nav {
        padding-top: 70px;
    }
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        background: #1c72de;
        color: #fff;
    }
    .header-wrap .phonewrp:before {
        top: 9px;
        left: 12px;
    }
    .header-wrap .phonewrp {
        display: inline-block;
        padding: 5px 10px 5px 68px;
    }
    .slider-wrap {
        padding: 250px 0 100px 60px;
    }
    .hover_dashRight,
    .hover_dashLeft,
    .report_hover,
    .bannerbox:after,
    .bannerbox:before {
        display: none;
    }
    .banner-wrap h1 {
        font-size: 50px;
    }
    .navbar-nav li {
        padding: 0;
    }
    .about_box {
        margin-left: 0;
    }
    .slide2txt {
        margin-top: 20px !important;
    }
    .slidertext2,
    .slidertext4 {
        line-height: 18px !important;
    }
    .slide4right {
        margin-right: 15px !important;
    }
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .show>.nav-link {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .search-wrap h1 {
        font-size: 28px;
    }
    .footer-wrap,
    .social_media_footer,
    .footer-logo {
        text-align: center;
    }
    .slider-wrap h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .slider-wrap p {
        font-size: 16px;
    }
    .slider-wrap {
        padding: 200px 0 100px 30px;
    }
    .video_sec {
        padding: 100px 0;
    }
    .about-wrap .title h2 {
        font-size: 36px;
    }
    .title p {
        font-size: 20px;
    }
    .header-wrap .phonewrp a {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .about-wrap p {
        font-size: 16px;
        line-height: 26px;
    }
    .pagetitle-wrap h1 {
        font-size: 32px;
    }
    .contact-form .form-control,
    .contact-form textarea {
        height: 45px;
    }
    .iconbox img {
        width: 100px;
    }
    .footer_nav li {
        display: block;
        border-bottom: 1px solid #686868;
        padding: 5px 0;
    }
    .slide4mg {
        line-height: 38px !important;
    }
    .mainlogo img {
        width: 200px;
    }
    .navbar-light .navbar-toggler {
        top: 13px;
    }
    .title h2 {
        line-height: 30px;
    }
    .claim-wrap .form.minisearch .actions button {
        width: 94px;
    }
    .searchbx h3 {
        font-size: 18px;
    }
    .phonenum {
        font-size: 18px;
    }
    .searchbx {
        padding: 28px 10px;
    }
    .form.minisearch .field.search .input-text,
    .form.minisearch .actions button {
        height: 60px;
    }
    .title h1 span {
        display: inline-block;
    }
    .form.minisearch .actions button {
        font-size: 15px;
        width: 130px;
    }
    .title h1 {
        font-size: 24px;
    }
    .footer_nav li:last-child {
        border-bottom: none;
    }
    .readmore a {
        font-size: 14px;
        padding: 16px 26px;
    }
    .footer_nav {
        text-align: left !important;
        padding-left: 0;
    }
    .slider-wrap {
        padding: 200px 0 40px 30px;
    }
    .about-wrap .title h2 {
        font-size: 30px;
    }
    .title p {
        font-size: 16px;
    }
    .about_right {
        margin-top: 40px;
    }
    .factbx {
        padding: 20px;
        font-size: 16px;
        line-height: 26px;
    }
    .quotemsg {
        font-size: 18px;
    }
    .award_icon img {
        width: 170px;
    }
    .verify-wrap h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .credibility-wrap h2 {
        font-size: 30px;
    }
    .vetted_bx p {
        line-height: 24px;
        margin-bottom: 0;
    }
    .title_center h2 {
        font-size: 32px;
    }
    .credibility-wrap h4,
    .credibility-wrap p {
        font-size: 16px;
    }
    .speak-wrap .title h1 {
        font-size: 28px;
    }
    .speak-wrap .title p {
        font-size: 16px !important;
    }
    .speak-wrap {
        padding: 50px 0;
    }
    .speak-wrap .title {
        margin-bottom: 0;
    }
    .verify-wrap p {
        font-size: 14px;
        line-height: 24px;
    }
    .footer_nav li a {
        font-size: 15px;
    }
    .aboutImg {
        margin-top: 0;
    }
    .form.minisearch .actions button i {
        font-size: 14px;
    }
    .credibility-wrap h4,
    .vetted_bx p {
        font-size: 22px;
    }
    .form.minisearch .field.search .input-text,
    .form.minisearch .actions button {
        font-size: 14px;
    }
    .credibility-wrap h2 {
        font-size: 36px;
    }
    .about-wrap p {
        font-size: 16px;
        line-height: 26px;
    }
    .iconbox img {
        width: 100px;
    }
    .title h2 {
        font-size: 36px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
    .about_box {
        margin-left: 0;
    }
    .claim-wrap h2 {
        font-size: 24px;
        margin: 10px 0;
    }
    .work-info p {
        font-size: 16px;
        line-height: 26px;
    }
    .credibility-wrap h4,
    .vetted_bx p {
        font-size: 18px;
    }
}

@media screen and (max-width: 375px) {
    .readmore {
        font-size: 14px;
    }
    .header-wrap .phonewrp {
        display: none;
    }
    .phonenum i {
        font-size: 22px;
    }
}

@media screen and (max-width: 320px) {
    .form.minisearch .field.search .input-text,
    .form.minisearch .actions button {
        height: 52px;
    }
    .form.minisearch .actions button i {
        font-size: 16px;
    }
    .form.minisearch .actions button {
        width: 100px;
    }
    .slider-wrap h1 {
        font-size: 16px;
        line-height: 22px;
    }
    .slider-wrap {
        padding: 200px 0 40px 15px;
    }
    .about-wrap .title h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .title p {
        font-size: 14px;
    }
    .slider-wrap p {
        line-height: 16px;
    }
    .navbar-light .navbar-toggler {
        right: 10px;
    }
    .brooks_logo img {
        width: 200px;
    }
}