/****************************************************************************************** CUSTOMIZE CSS */
/****************************************************************************************** CUSTOMIZE CSS */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
    font-family: 'Roboto', sans-serif;
    line-height:26px;
    font-size: 16px;
    width: 100%;
    color: #999999;
    font-weight: 400;
    background: #fff;
    overflow-x: hidden;
    width: 100%;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
ul > li, ol > li{
    padding: 0px;
}
::selection {
    background: #56b8e0;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #56b8e0;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #56b8e0;
    color: #fff;
    text-shadow: none;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
  /* Track */
::-webkit-scrollbar-track {
    background: #f7f7f7; 
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #04264b; 
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #56b8e0; 
}
:active,
:focus {
    outline: none !important;
}

html.fheight,
body.fheight {
    width: 100%;
    height: 100%;
}

.form-control::placeholder {
    color: #e5e5e5;
    opacity: 1;
    font-size: 15px;
}

.form-control::-moz-placeholder {
    color: #e5e5e5;
    opacity: 1;
    font-size: 15px;
}

.form-control::-webkit-placeholder {
    color: #e5e5e5;
    opacity: 1;
    font-size: 15px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    min-height: 100%;
    height: 100%;
}

p {
    padding-bottom: 15px;
}

ol li,
ul li {
    padding-bottom: 15px; 
}

ol li,
ul li  {
    list-style: none;
}

h1 {
    font-size:46px;
    line-height: 56px;
}
h2 {
    font-size:38px;
    line-height: 46px;
}

h3 {
    font-size:30px;
    line-height: 38px;
}

h4 {
    font-size:24px;
    line-height: 30px;
}

h5 {
    font-size:18px;
    line-height: 24px;
}

h6 {
    font-size:16px;
    line-height: 20px;
    font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #333;
    font-weight: 700;
}

h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
    color: #333;
}

a {
    outline: 0;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    cursor: pointer;
    color: #56b8e0;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #56b8e0;
}

video {
    width: 100%;
    display: block;
}

hr {
    border-top: 1px solid #e5e5e5 !important;
}

img {
    vertical-align: middle;
}

strong {
    font-weight: 700;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea {
    padding: 8px 10px;
}
textarea.form-control {
    height: auto;
}
/* input[type="number"] {
    -moz-appearance: textfield;
} */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
table,
th,
td {
    border-collapse: collapse;
}
.container{
    max-width: 1200px;
    width: 100%;
}
.height80{
    height: 80px;
}
.p-relative{
    position: relative;
}
.bg-shadow {
    background-color: #fff;
    box-shadow: 0px -3px 6px 2px #878787;
}
.main-btn,
.readmore-btn{
    height: 62px;
    line-height: 64px;
    padding: 0px 10px 0px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #56b8e0 !important;
    background-color: #fff !important;
    border-radius: 60px;
    display: inline-block;
    transition: all 0.3s;
    border: 1px solid #56b8e0 !important;
}
.readmore-btn,
.action-button{
    background: transparent;
    border-radius: 5px;
    height: 46px !important;
    line-height: 46px !important;
    padding: 0px 30px !important;
    width: auto;
    font-size: 16px;
    font-weight: 500;
}
span.btn-icon {
    display: inline-flex;
    height: 46px;
    width: 46px;
    background: rgb(86,184,224);
    background: linear-gradient(69deg, rgba(86,184,224,1) 38%, rgba(255,255,255,0.8855917366946778) 100%);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 15px;
    color: #fff;
}
.action-button{
    background-color: #56b8e0 !important;
}

.main-btn:hover,
.readmore-btn:hover,
.action-button:hover{
    color: #fff !important;
    background-color: #56b8e0 !important;
    border: 1px solid #fff !important;
}
.main-btn:hover span.btn-icon{
    background: rgb(255,255,255);
    background: linear-gradient(69deg, rgba(255,255,255,0.8855917366946778) 0%, rgba(86,184,224,1) 85%);
}
.ptb60{
    padding: 60px 0px;
}
.ptb100{
    padding: 100px 0px;
}
.pl-0 {
    padding-left: 0px !important;
}
.hide {
    display: none;
}
.active {
    display: block;
}
/****************************************************************************************** PRELOADER CSS */
/****************************************************************************************** PRELOADER CSS */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #485ab3;
    z-index: 999;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #04264b;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffae42;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #56b8e0;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/****************************************************************************************** HEADER CSS */
/****************************************************************************************** HEADER CSS */
.section-header{
    position: fixed;
    width: 100%;
    z-index: 1;
    margin-top: 0px;
}
.header .menu-wrapper ul li,
.header .header-inner p {
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
.header .menu-wrapper ul li{
    margin-left: 2rem;
    flex-direction: row !important;
}
.header .menu-wrapper ul{
    padding: 0px !important;
    margin: 0px !important;
}
.header .logo a{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #04264b;
    transition: all 0.3s;
}
.header .logo a span:last-child{
    color: #ffae42;
}
.header .menu-wrapper .menu-item a{
    font-weight: 500;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    color: #333;
}
.home .header .menu-wrapper .menu-item a{
    color: #fff;
}
.header .menu-wrapper .menu-item a:before{
    content: '';
    position: absolute;
    color: #ffae42;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffae42;
    opacity: 0;
}
.home .header{
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: 9;
    background: none;
}

.home .header .navbar-custom{
    background-color: transparent;
}
.header.fixed{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    background: none;
    background: #fff;
    transition: all 0.35s ease-in-out;
}
.home .header.fixed .menu-wrapper .menu-item a{
    color: #333;
}
.header .menu-wrapper .menu-item a:hover,
.header .menu-wrapper .menu-item a:active,
.header .menu-wrapper .menu-item.active a,
.home .header.fixed .menu-wrapper .menu-item a:hover,
.home .header.fixed .menu-wrapper .menu-item a:active,
.home .header.fixed .menu-wrapper .menu-item.active a{
    color: #ffae42;
}
.header .menu-wrapper .menu-item a:hover:before,
.header .menu-wrapper .menu-item a:active:before,
.header .menu-wrapper .menu-item.active a:before{
    opacity: 1;
}
.custom-logo{
    width: auto !important;
    height: 60px;
}
/****************************************************************************************** BANNER CSS */
/****************************************************************************************** BANNER CSS */
.width70{
    max-width: 70%;
    width: 100%;
}
.bg-image{
    background: url("../images/banner/banner.jpg")no-repeat center;
    width: 100%;
    height: 100vh !important;
    display: inline-block;
}
.banner-caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    transform: translate(0, -50%);
    margin-top: 38px;
}
.caption,
.caption-title,
.caption-description{
    color: #fff;
}
.caption-title{
    text-transform: uppercase;
}
.caption-title span{
    color: #ffae42;
}
.caption-description{
    font-size: 30px;
    line-height: 40px;
}
.navbar-custom .navbar-brand{
    display: block;
}
.slider .item{
    height: 100vh !important;
}
/****************************************************************************************** SECTION RESOURCES CSS */
/****************************************************************************************** SECTION RESOURCES CSS */
.icon100{
    height: 90px;
    width: 90px;
    display: inline-block;
}
.card {
    border-color: #e5e5e5;
    box-shadow: 0px 0px 14px 2px #00000010;
    border-radius: 0;
    padding: 30px 20px;
    margin-bottom: 30px;
    background: #fff;
}
.marketing-icon{
    background: url("https://stw-automation.com/wp-content/uploads/2022/09/marketing.png")no-repeat center;
}
.email-icon{
    background: url("https://stw-automation.com/wp-content/uploads/2022/09/email.png")no-repeat center;
}
.sales-icon{
    background: url("https://stw-automation.com/wp-content/uploads/2022/09/sales.png")no-repeat center;
}
/****************************************************************************************** SECTION ABOUT US CSS */
/****************************************************************************************** SECTION ABOUT US CSS */
.about-bg{
    /* background: url("https://localhost/wordpress/wp-content/uploads/2022/09/about-bg.jpg")no-repeat center; */
    width: 100%;
    height: 605px;
    display: inline-block;
    position: relative;
    z-index: 0;
}
.about-bg::before{
    content: "";
    background: #ffae42;
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.icon45{
    height: 45px;
    width: 45px;
    display: inline-block;
}
.growth-icon{
    background: url("../images/icons/growth-icon.png")no-repeat center;
}
/****************************************************************************************** SECTION SOLUTION CSS */
/****************************************************************************************** SECTION SOLUTION CSS */
.box-shadow-none{
    box-shadow:none;
}
.font18{
    font-size: 18px;
}
.font24{
    font-size: 24px;
}
.solution .icon {
    font-size: 40px;
    margin-right: 20px;
    color: #56b8e0;
}
.text-upper{
    text-transform: uppercase;
}
.line-height-normal{
    line-height: 1;
}
.solution .card{
    transition: all 0.5s;
}
.solution .card:hover{
    cursor: pointer;
    background: #ffae42;
    color: #fff;
}
.solution .card:hover .icon,
.solution .card:hover .card-title,
.solution .card:hover .card-discription,
.solution .card:hover .button a{
    color: #fff;
}
/****************************************************************************************** SECTION REASONS CSS */
/****************************************************************************************** SECTION REASONS CSS */
.footer .footer-sidebar .widget li{
    border: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
.footer .footer-sidebar .widget li:before{
    display: none;
}
.bg-grey{
    background: #fafafa;
}
.flex50{
    max-width: 50%;
    flex: 50%;
}
.reason-bg{
    background: url("https://stw-automation.com/wp-content/uploads/2022/09/reason-bg.jpg") no-repeat left ;
    width: 100%;
    height: 700px;
    display: inline-block;
    background-size: cover;
}
.reason-left-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reason-left-content h3{
    max-width: 400px;
    width: 100%;
    padding: 60px 30px;
    background: #ffae42d9;
}
.ml-3{
    margin-left: 25px;
}
.text-orange{
    color: #ffae42;
}
.reasone-icon i {
    height: 50px;
    width: 50px;
    border: 1px solid #ffae42;
    display: flex;
    align-items: center;
    justify-content: center;
}
.width80{
    max-width: 80%;
    width: 100%;
    margin: 0px auto;
}
.alignment-center{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
/****************************************************************************************** SECTION OUR FEATURES CSS */
/****************************************************************************************** SECTION OUR FEATURES CSS */
.icon55{
    height: 64px;
    width: 64px;
    display: inline-block;
}
.icon55.icon-ai{
    background: url("https://stw-automation.com/wp-content/uploads/2022/09/artificial-intelligence.png")no-repeat center;
}
.icon55.icon-cross-channel{
    background: url("https://stw-automation.com/wp-content/uploads/2022/09/connectivity.png")no-repeat center;
}
.icon55.icon-real-time{
    background: url("https://stw-automation.com/wp-content/uploads/2022/09/data-analytics.png")no-repeat center;
}

.pd20{
    padding: 20px;
}
.b-bottom{
    border-bottom: 1px solid #e5e5e5;
}
.width60{
    max-width: 60%;
    width: 100%;
    margin: 0px auto;
}
/****************************************************************************************** SECTION CONTACT US CSS */
/****************************************************************************************** SECTION CONTACT US CSS */
.bg-orange{
   background: #ffae42; 
   color: #fff;
}
/****************************************************************************************** SECTION FOOTER CSS */
/****************************************************************************************** SECTION FOOTER CSS */
.bg-blue,
.site-footer{
    background: #04264b; 
    color: #fff;
 }
.footer-list .footer-item .footer-link{
    color: #fff;
}
.footer-list .footer-item a.footer-link:hover{
    text-decoration: underline;
}
.footer-list .footer-item{
    padding-bottom: 10px;
}
.social-list{
    padding: 10px 0px;
}
.social-list .social-item{
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
}
.social-list .social-item .social-link {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #053364;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.social-list .social-item .social-link:hover {
    background: #56b8e0;
    color: #fff;
}
.site-footer {
    border-top: 3px solid #56b8e0;
    border-bottom: 3px solid #56b8e0;
}
.hc_scrollup {
    background-color: #56b8e0;
}
.width30{
    max-width: 30%;
    width: 100%;
    margin: auto;
}
.width50{
    max-width: 50%;
    width: 100%;
    margin: auto;
}
/* .section-card .card-discription {
    height: 140px;
    overflow: hidden;
} */
.flex-15{
    flex: 15%;
    max-width: 15%;
}
.flex-85{
    flex: 85%;
    max-width: 85%;
}
.site-branding-text{
    display: none !important;
}

/****************************************************************************************** POPUP CSS */
/****************************************************************************************** POPUP CSS */
body.modal-open{
    padding: 0px !important;
}
.modal-dialog {
    max-width: 750px;
    width: 100%;
}
.modal-width-60{
    max-width: 60%;
    width: 100%;
}
.modal-width-70{
    max-width: 70%;
    width: 100%;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.fade:not(.show) {
    opacity: 1;
}
.modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal.in .modal-dialog{
    top: 50%;
    transform: translate(0, -55%) !important;
}
.right-content, .left-content{
    padding: 30px;
}
.close-modal-btn {
    position: absolute;
    top: -30px;
    right: -30px;
}
button.close-modal-btn {
    border: none;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-size: 24px;
}
.ebook-content .right-content form label{
    color: #333;
    font-weight: 600;
    font-size: 14px;
}
.ebook-content .right-content form p{
    margin: 0px 0px 0px;
    padding: 0;
}
.ebook-content .right-content form input{
    margin-bottom: 15px;
}
.ebook-content .right-content form input[type="submit"]{
    width: 100%;
    line-height: normal;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.ebook-content .right-content form .wpcf7-spinner{
    display: none;
}
.bg-light-blue {
    background: #56b8e0;
}
.height1{
    height: 100%;
}
.book-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 30px;
}
.blog-content{
    cursor: pointer;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 6px 2px #85858561;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: relative;
    margin: 10px;
}
.testimonial-content{
    padding: 30px;
    text-align: left;
    border-top: 1px solid #ddd;
}
.blog-content .blog-item img{
    height: 240px;
    width: 100%;
}
.testimonial-content p{
    height: 186px;
    overflow: hidden;
}
.footer-blog-section .col-sm-4{
    display: none;
}
.footer-blog-section .col-sm-4:nth-child(1),
.footer-blog-section .col-sm-4:nth-child(2),
.footer-blog-section .col-sm-4:nth-child(3){
    display: block;
}
.ml-15{
    margin-left: 15px;
}
/****************************************************************************************** QUESTION STEPPER CSS */
/****************************************************************************************** QUESTION STEPPER CSS */
.question-stepper-form .radio-step-wrap span:first-child{
    margin: 0px;
    margin-right: 25px;
}
.question-stepper-form h4{
    margin: 0px 0px 15px;
}
.question-stepper-form .radio-step-wrap span{
    cursor: pointer;
}
.question-stepper-form  .wpcf7-form-control-wrap{
    display: block;
}
.question-stepper-form label {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px !important;
}
.question-stepper-form label:first-child {
    margin-top: 0px;
}
.question-stepper-form br{
    display: none;
}
.question-stepper-form .cf7mls-btns{
    margin-top: 50px !important;
}
.question-stepper-form .action-button{
    margin-bottom: 0px !important;
}
.question-stepper-form .radio-step-wrap .wpcf7-list-item {
    float: left;
    margin: 0 5px 0 0;
    padding: 0px 30px;
    position: relative;
    border:1px solid #56b8e0;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #56b8e0;
    cursor: pointer;
}
.question-stepper-form .radio-step-wrap .wpcf7-list-item .wpcf7-list-item-label,
.question-stepper-form .radio-step-wrap .wpcf7-list-item input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    width: 60px;
    height: 40px;
}
.question-stepper-form .radio-step-wrap .wpcf7-list-item input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}
.question-stepper-form .radio-step-wrap .wpcf7-list-item .wpcf7-list-item-label {
    cursor: pointer;
    z-index: 90;
    color: #56b8e0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
}
.question-stepper-form .radio-step-wrap .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
    background: #56b8e0;
    border-radius: 4px;
    color: #fff;
}
.button.enquiry-btn {
    position: fixed;
    right: -135px;
    top: 50%;
    margin-top: -21px;
    z-index: 9;
    transform: rotate(90deg);
    z-index: 999;
}
.question-stepper-form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-left: 15px;
    display: inline-block;
    padding-top: 7px;
}
.steper-bg-img{
    background: url("https://staging.stw-automation.com/wp-content/uploads/2022/12/automation-scaled.jpg")no-repeat center;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
}
.question-stepper-form .cf7mls_back.action-button {
    background-color: #e3e3e3 !important;
}

/****************************************************************************************** Popup Maker CSS */
/****************************************************************************************** Popup Maker CSS */
.question-stepper-form {
    padding: 0px 30px 0px;
}
.question-stepper-form img{
    max-width: 300px !important;
    margin: auto;
    width: 100%;
}
.question-stepper-form-wrapper .btn {
    border: none !important;
    color: #999;
    font-weight: 600;
}
.question-stepper-form-wrapper .btn:hover {
    border: none !important;
}
.d-block{
    display: block !important;
}
.pum-theme-226, .pum-theme-default-theme{
    background: #00000070 !important;
}
.pum-close.popmake-close{
    font-size: 18px !important;
    padding: 10px 15px !important;
    top: -40px !important;
    right: -40px !important;
    border-radius: 50% !important;
    height: 39px !important;
    width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pum-container{
    background-color: #fff !important;
    border-radius: 10px !important;
    border: 1px none #000000 !important;
}
.msSurveyForm{
    height: 1640px;
}
/****************************************************************************************** RESPONSIVE CSS */
/****************************************************************************************** RESPONSIVE CSS */
@media (min-width: 768px) and (max-width: 1024px) {

    .section-reasons .card-discription {
        font-size: 14px;
        padding-bottom: 0;
        line-height: 20px;
    }
    .site-branding-text,
    .navbar-toggle{
        display: none!important;
    }
    .section-reasons .card-discription .card-title.mb-3{
        margin-bottom: 5px;
    }
    .navbar-custom li a{
        border-color:transparent;
    }
    .slider .format-standard {
        width: 70%;
    }
}
@media (max-width: 856px) {
    .header-inner {
        position: relative;
    }
    .navbar-header {
        display: flex;
        justify-content: space-between;
    }
    .navbar-custom .navbar-toggle .icon-bar{
        display: block;
        width: 30px !important;
    }
    .header .menu-wrapper ul li {
        margin-left: 0;
        flex-direction: row !important;
    }
    .menu-wrapper{
        display: none;
    }
    .header .menu-wrapper .menu-item a {
        font-weight: 500;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        color: #333;
        padding: 10px 0px;
    }
    .header .menu-wrapper ul {
        display: block;
        height: 0px;
    }
    .navbar-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .modal-width-60{
        max-width: 80%;
    }
    .menu-wrapper.collapse.in {
        position: absolute;
        top: 80px;
        background: #fff;
        width: 100%;
        padding: 20px;
        display: block;
        transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        border-top: 1px solid #e5e5e5;
        left: 0;
    }
    .menu-wrapper.collapse.in ul{
        height: 100%;
    }
    .navbar-toggle {
        background: none;
        border: none;
    }
    .navbar-custom .navbar-brand img {
        margin: 13px auto !important;
    }
}

@media (max-width: 768px) {
    .header .menu-wrapper ul li {
        margin-left:0px;
    }
    h1 {
        font-size:30px;
        line-height: 40px;
    }
    h2 {
        font-size:28px;
        line-height: 36px;
    }
    
    h3 {
        font-size:26px;
        line-height: 30px;
    }
    
    h4 {
        font-size:22px;
        line-height: 26px;
    }
    
    h5 {
        font-size:18px;
        line-height: 20px;
    }
    
    h6 {
        font-size:16px;
        line-height: 18px;
        font-weight: 400 !important;
    }
    .caption-description {
        font-size: 18px;
        line-height:26px;
    }
    .width30,
    .width60,
    .width70,
    .width80,
    .width50,
    .slider .format-standard {
        max-width: 100%;
        width: 100%;
    }
    .ptb60,
    .ptb100 {
        padding: 60px 15px;
    }
    .right-image{
        display: none;
    }
    .flex50,
    .flex-85,
    .flex-15 {
        max-width: 100%;
        flex: 100%;
    }
    .reasons.d-flex,
    .footer-bottom .d-flex {
        display: block !important;
    }
    .reason-left-content,
    .alignment-center {
        position: relative;
    }
    .reason-left-content h3 {
        background: #ffae42;
    }
    .reason-bg{
        background: none;
        height: auto;
    }
    .section-reasons .section-card{
        margin-bottom: 30px !important;
    }
    .footer-content{
        margin-bottom: 30px;
        text-align: center;
    }
    .footer-bottom{
        text-align: center;
        padding: 0px 0px 60px;
    }
}
@media (max-width: 480px) {
    .header-inner {
        position: relative;
    }
    .navbar-header {
        display: flex;
        justify-content: space-between;
    }
    .navbar-custom .navbar-toggle .icon-bar{
        display: block;
    }
    .header .menu-wrapper ul li {
        margin-left: 0;
        flex-direction: row !important;
    }
    .menu-wrapper{
        display: none;
    }
    .header .menu-wrapper .menu-item a {
        font-weight: 500;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        color: #333;
        padding: 10px 0px;
    }
    .header .menu-wrapper ul {
        display: block;
        height: 0px;
    }
    .navbar-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .menu-wrapper.collapse.in {
        position: absolute;
        top: 80px;
        background: #fff;
        width: 100%;
        padding: 20px;
        display: block;
        transition: all 0.35s;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        border-top: 1px solid #e5e5e5;
    }
    .menu-wrapper.collapse.in ul{
        height: 100%;
    }
    .navbar-toggle {
        background: none;
        border: none;
        margin: 0 10px !important;
    }
}
