﻿body {
    padding: 0 !important;
    font-family: 'Manrope', sans-serif !important;
}

.section-max-width {
    max-width: 1240px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.border-red {
    border: 1px solid #E02020 !important;
}

.Section-Gray {
    background-color: rgba(222,219,210,0.5) !important;
}
.Gray-header {
    background-color: #D3D3D3 !important;
}
.font-Weight-Semibold {
    font-weight: 600 !important;
}

.heading-70px {
    font-size: 70px !important;
}

.border-top-gray {
    border-top: 4px solid rgba(222,219,210,0.5) !important;
}

.Height-90px {
    height: 90px !important;
}
.Height-100px {
    height: 100px !important;
}
/*.table-border-2px {
    border: 2px rgb(155,155,155) solid !important;
}*/
/*.table-border-2px td{
    border: 2px rgb(155,155,155) solid !important;

}*/
.table-bordered th, .table-bordered td {
    border-bottom: 2px rgb(240,240,240) solid !important;
    border-right: 2px white solid !important;
    border-left: 2px white solid !important;
    border-top: 2px rgb(240,240,240) solid !important;
    /*border: 2px rgb(155,155,155) solid !important;*/
    vertical-align: middle;
}
.additional_border{
     border-left: 3px rgb(204,204,204) solid !important;
}
.table-scroll-x{
    overflow-x:scroll;
}
.td-rounded-top {
    border-top-right-radius: 2rem !important;
    border-top-left-radius: 2rem !important;
}

.bg-light-gray {
    background-color: rgba(242,242,242,1) !important;
    /*background-color: rgba(226,226,226,1) !important;*/
    /*background-color: rgb(240,240,240) !important;*/
}

    .bg-dark-gray {
        /*background-color: rgb(246,246,246) !important;*/
        /*background-color: rgba(202,202,202,1) !important;*/
        background-color: rgba(248,248,248,1) !important;
    }

.bg-gray {
    background-color: rgb(226,226,226) !important;
}

.td-rounded-top-left {
    border-top-left-radius: 2rem !important;
}

.td-font-red {
    color: red !important;
    font-size: 12px !important;
}

.text-dark-blue {
    color: rgb(66,163,183) !important;
    /*border: 1px solid rgb(66,163,183) !important;*/
}




.bg-dark-blue {
    background-color: rgb(0,90,146) !important;
}

.bg-dark-skyblue {
    background-color: rgb(66,163,183) !important;
}

.bg-dark-green {
    background-color: rgb(128,190,60) !important;
}

.Heading-50px {
    font-size: 50px !important;
}

.Heading-18px {
    font-size: 18px !important;
}

.Heading-14px {
    font-size: 14px !important;
}

.Heading-21px {
    font-size: 21px !important;
}

.Section-Red {
    background-color: #E02020 !important;
}

.Heading-38px {
    font-size: 38px !important;
}

.round-1 {
    border-radius: 1rem !important;
}

.round-bottom-1 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}

.round-bottom-0-7 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.round-top-1 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.round-top-0-7 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}

.round-0-7 {
    border-radius: 0.75rem !important;
}

.intro-section {
    padding-top: 200px;
    position: relative;
    background-size: cover;
    z-index: 1;
    background-image: url(../../images/slider-1-1920x1080.jpg);
}

    .intro-section:before {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0, .2);
    }

    .intro-section:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 150px;
        z-index: -1;
        background: #fff;
    }

.Height-120px {
    height: 120px !important;
}

.intro {
    padding: 0 20px;
    margin-top: 100px;
    text-align: center;
    background: #fff;
}

    .intro .profile-img {
        height: 120px;
        width: 200px;
        border-radius: 100px;
        margin: 0 auto;
        /*overflow: hidden;*/
        position: relative;
        top: -50px;
        margin-bottom: -70px;
    }

    .intro .information > li {
        display: block;
        margin: 5px 0;
    }

.Section-LightBlue {
    background-color: rgba(210,235,240,0.7) !important;
}



@media screen and (max-width: 768px) {
    .bg-gradient {
        background: linear-gradient(180deg, #FA6400 0%, #E02020 100%) !important;
        max-width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
    }

        .bg-gradient select {
            color: white !important;
            border-color: white !important;
            background-color: transparent !important;
            border-radius: 0px !important;
            max-width: 100% !important;
        }

        .bg-gradient .form-group {
            max-width: 100% !important;
        }

        .bg-gradient a {
            color: #E02020 !important;
            background-color: white !important;
            font-weight: bold !important;
            max-width: 100%;
        }
}

@media screen and (min-width: 768px) {
    .bg-gradient {
        background: linear-gradient(180deg, #FA6400 0%, #E02020 100%) !important;
        max-width: 320px !important;
        margin-left: auto;
        margin-right: auto;
    }

        .bg-gradient select {
            color: white !important;
            border-color: white !important;
            background-color: transparent !important;
            border-radius: 0px !important;
        }

        .bg-gradient .form-group {
            max-width: 320px !important;
        }

        .bg-gradient a {
            color: #E02020 !important;
            background-color: white !important;
            font-weight: bold !important;
            max-width: 280px;
        }
}

.border-faq-bottom {
    border-bottom: 1px solid #AFAFAF !important;
}

.border-iframe {
    border: 1px solid rgba(0,0,0,0.25) !important;
}

.iframe-btn-white {
    height: 48px !important;
    width: 130px !important;
    color: #E02020 !important;
    background-color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.max-height-363px {
    max-height: 363px !important;
}

.btn-caseStudy {
    color: white !important;
    background-color: #E02020 !important;
    height: !important;
    width: !important;
}


.Max-Height-65px {
    max-height: 65px !important;
}

a:hover {
    cursor: pointer;
    /*background-color: rgb(198, 15, 19) !important;*/
    text-decoration: none !important;
    color: #9e9e9e;
}

.navbar {
    margin-bottom: 0px !important;
}


.navbar-inverse {
    background-color: white !important;
    border-color: white !important;
    border-radius: 0 !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: rgb(51, 51, 51) !important;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: rgb(255, 255, 255) !important;
            background-color: rgb(208, 2, 27) !important;
            border-width: 0px !important;
        }

.main-divcenter {
    background-color: rgb(238, 238, 238) !important;
    border-color: rgb(238, 238, 238) !important;
    border-radius: 0 !important;
}

.btn-Red {
    background-color: #E02020 !important;
    color: white !important;
}

.font-Red {
    color: #E02020 !important;
}

.btn-White {
    font-family: 'Manrope', sans-serif !important;
    font-weight: bold !important;
    width: 130px !important;
    height: 38px !important;
    color: #E02020 !important;
    font-size: 18px !important;
}

.btn-Gray {
    font-family: 'Manrope', sans-serif !important;
    border: 1px solid #AFAFAF !important;
    height: 38px !important;
    width: 130px !important;
    color: #323232 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    text-align: center !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.redButton {
    overflow: hidden;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    background-color: #E02020;
    text-align: center;
    white-space: nowrap;
    width: 130px;
    height: 48px;
    /* height: 100%; */
    border: 0px;
    padding: 17px;
}

    .redButton:hover {
        background-color: rgb(238, 238, 238);
        border: 1px solid rgb(255, 0, 0);
        color: rgb(255, 0, 0);
    }

.panel {
    overflow: hidden;
    text-shadow: none;
    border-color: rgb(113, 113, 113);
    border-style: none;
    border-width: 0px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
    padding: 20px;
    text-align: center;
    /*width: 480px;*/
    height: 340px;
}



#footer-container2 {
    background-color: rgba(65, 163, 184, 0.5);
}
/*.footer
{
    background-color: rgb(0, 0, 0) !important;
    height: 149px !important;
}
.footer .container {
    padding-top: 50px;
    color: rgb(255, 255, 255);  
}
.TermsofUse {
    color: #fff !important;
}*/
.footer {
    /*margin-top: 7%;*/
    font-family: Arial;
    font-size: 12px;
    height: 93px;
    /*background-color: #333333;*/
    background-color: #ffffff;
    /*background-color: rgb(8, 26, 38);*/
    color: #9e9e9e;
}

    .footer .container .row {
        margin-top: 3%;
    }

.TermsofUse {
    color: #9e9e9e;
}

.calltag {
    color: rgb(186, 186, 186);
    font-size: 100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: -32px;
}

.pnlButton {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-width: 0px;
    background-color: rgb(65, 163, 184);
    text-align: center;
    white-space: pre-wrap;
    width: 180px;
    height: 40px;
    border: 1px solid;
}

    .pnlButton:hover {
        background-color: rgb(255, 255, 255);
        color: rgb(65, 163, 184);
    }

.textstyle {
    font-size: 100px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.textstyle1 {
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.textstyle2 {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-align: center;
    margin-top: 25px;
    vertical-align: top;
    line-height: 3;
}

.textstyle3 {
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

@media screen and (min-width: 769px) {
    .topheaderfont {
        padding: 4px;
        font-size: 45px !important;
        font-weight: 300;
    }

    .headerfont {
        font-size: 32px;
    }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
    .topheaderfont {
        padding: 4px;
        font-size: 29px !important;
        font-weight: 300;
    }

    .headerfont {
        font-size: 20px;
    }
}

@media screen and (max-width: 414px) {
    .topheaderfont {
        padding: 4px;
        font-size: 20px !important;
        font-weight: 300;
    }

    .headerfont {
        font-size: 17px;
    }
}

@media screen and (min-width: 768px) {
    .orclass {
        padding-top: 135px;
    }
}

@media screen and (max-width: 1199px) {
    .orclass {
        padding-bottom: 10px;
    }

    .panelheight {
        padding-bottom: 2%;
    }

    .panel2 {
        overflow: hidden;
        text-shadow: none;
        border-color: rgb(113, 113, 113);
        border-style: none;
        border-width: 0px;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
        padding: 30px;
        margin-left: 20px;
        /*width: 340px;*/
        height: auto;
    }
}

@media screen and (min-width: 1200px) {
    .panel2 {
        overflow: hidden;
        text-shadow: none;
        border-color: rgb(113, 113, 113);
        border-style: none;
        border-width: 0px;
        border-radius: 5px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 10px;
        padding: 30px;
        margin-left: 20px;
        /*width: 340px;*/
        height: 500px;
    }

    .amazonimage {
        padding-top: 80px;
    }
}

@media screen and (max-width: 400px) {
    .headerspace {
        margin-left: 26%;
    }
}

@media screen and (min-width: 401px) and (max-width: 768px) {
    .headerspace {
        margin-left: 40%;
    }
}

@media screen and (max-width: 401px) {
    .headerimagesize {
        width: 240px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .amazonimage {
        padding-top: 102px;
    }
}

.newH1 {
    line-height: 0.9;
    font-weight: bold;
}

.headerNew {
    background-color: rgb(208, 2, 27);
    color: white;
    height: 475px;
}

.startbtn {
    margin-bottom: 35px;
    margin-top: 35px;
    /*margin-left: 5px;*/
    width: 257px;
    background-color: white;
    color: rgb(208, 2, 27);
    font-weight: bold;
    font-size: 38px;
    text-align: left;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    iframe {
        width: 700px;
        height: 360px;
    }

    .startbtn {
        margin-bottom: 35px;
        margin-top: 35px;
        /*margin-left: 5px;*/
        width: 212px;
        background-color: white;
        color: rgb(208, 2, 27);
        font-weight: bold;
        font-size: 30px;
        text-align: left;
    }

    .headerNew {
        background-color: rgb(208, 2, 27);
        color: white;
        height: 392px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    iframe {
        width: 530px;
        height: 360px;
    }

    .startbtn {
        margin-bottom: 35px;
        margin-top: 35px;
        /*margin-left: 5px;*/
        width: 166px;
        background-color: white;
        color: rgb(208, 2, 27);
        font-weight: bold;
        font-size: 22px;
        text-align: left;
    }

    .headerNew {
        background-color: rgb(208, 2, 27);
        color: white;
        height: 320px;
        text-align: center;
        padding-top: 10px;
    }

    .newH1 {
        line-height: 0.9;
        font-weight: bold;
        font-size: 27px;
    }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .startbtn {
        margin-bottom: 35px;
        margin-top: 35px;
        /*margin-left: 5px;*/
        width: 166px;
        background-color: white;
        color: rgb(208, 2, 27);
        font-weight: bold;
        font-size: 22px;
        text-align: left;
    }

    .headerNew {
        background-color: rgb(208, 2, 27);
        color: white;
        height: 320px;
        text-align: center;
        padding-top: 10px;
        margin: 6px 14px 0px 16px;
    }

    .newH1 {
        line-height: 1.5;
        font-weight: bold;
        font-size: 27px;
    }
}



/*.clspriceheader {
        margin-top: 133px !important;
    }

    @media screen and (min-width: 300px) and (max-width: 450px) {
        .clspriceheader {
            margin-top: 27% !important;
        }
    }

   @media screen and (min-width: 450px) and (max-width: 600px) {
        .clspriceheader {
            margin-top: 75px !important;
        }
    }*/


/*form Shopify Page*/
.shopify_banner{
     position:relative;
     z-index: -1;
}
.first-txt 
{
    position: absolute;
    /*top: 250px;
    left: 180px;*/
    top: 36%;
    left: 18%;
}
  
.second-txt {
    position: absolute;
    /*bottom: 130px;
    left: 180px;
    width: 25%;*/
    bottom: 24%;
    left: 17%;
    width: 25%;
}

.shopify_logo {
    position: absolute;
    /*bottom: 220px;
    left: 180px;
    width:20%;*/
    bottom: 38%;
    left: 17%;
    width: 20%;
}

.text_color_1{
    color:rgb(39,164,184);
}
.bg_color_1{
    background-color:rgb(245,245,245);
}
.frmsearchmodel{
    margin: 12%;
}
.frmsearchmodel-btn{
   background-color :rgb(0,153,184);
   color: #ffffff !important;
}

.bg_color_2{
    background-color:rgb(210,235,240);
}
.dvfeature{
    min-height: 350px
}
.dvcircle {
    /*background-color: rgb(0,153,184);
    border-radius: 50%;
    display: inline-block;
    padding:8%;*/
    text-align:center;
    margin:15% 0% 12% 0%;
}
.dvfeature-img{
    /*height:98px;
    width:88px;*/
}
.dvboxborder{
    border-right:solid 2px lightgray;
    border-left:solid 2px lightgray;
    border-top:solid 2px lightgray;
    border-bottom:solid 5px #0199B8;
    background-color:#fff;
    margin:0% 2%;
}
.sec-dv-features{
        margin-top: -19%;
}
.btnreadmore{
    width:95%;
}
.clsprogres {
    /*background-color: #fff;
    height: 7px;
    box-sizing: border-box;
    border: solid 1px black;
    border-radius: 5%;*/
}
progress {
	display:inline-block;
	width:250px;
	height:20px;
	padding:15px 0 0 0;
	margin:0;
	background:none;
	border: 0;
	border-radius: 15px;
	text-align: left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
progress::-webkit-progress-bar {
	height:11px;
	width:150px;
	margin:0 auto;
	background-color: #CCC;
	border-radius: 15px;
	box-shadow:0px 0px 6px #777 inset;
}
progress::-webkit-progress-value {
	display:inline-block;
	float:left;
	height:11px;
	margin:0px -10px 0 0;
	background: #25dbff;
	border-radius: 15px;
	box-shadow:0px 0px 6px #777 inset;
}
progress:after {
	margin:-26px 0 0 -7px;
	padding:0;
	display:inline-block;
	float:left;
	content: attr(value) '%';
}
.textonimage{
    position:absolute;
    top:15%;
    left:0%;
    width:50%;
}
.s_logo{
    width:48%;
}
.third-fourth-width{
    max-width:70%;
}
@media screen and (min-width: 993px) and (max-width: 1050px) {
    .second-txt {
            position: absolute;
            bottom: 18%;
            left: 17%;
            width: 25%;
            text-align:left !important;
        }
    .third-fourth-width {
        max-width: 100%;
    }
    }

@media screen and (min-width: 768px) and (max-width: 992px) {
    .third-fourth-width {
        max-width: 100%;
    }
}
 @media screen and (max-width: 767px) {
        .dvfeature{
              min-height: 150px;
        }
        .sec-dv-features{
            margin-top:0px;
        }
        .dvboxborder{
            margin:3% 2%;
        }
    .third-fourth-width {
        max-width: 100%;
    }
    .textonimage {
        position: relative;
        top: 15%;
        left: 0%;
        width: 100%;
    }
}
  
  @media screen and (min-width: 300px) and (max-width: 766px) {
        .mobilefont{
            font-size:14px;
            min-width:300px
        }
        .bannerimg{
            display:none !important;
        }
    }
.td-font-black {
    font-size: 13px !important;
}
.td-font-footer {
    color: red !important;
    font-size: 11px !important;
    padding-top: 10px;
}
.pricingtd {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    width:325px;
}