/* ============================================== */
/* ================ General Styles ================ */
/* ============================================== */

body{
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  font-style:normal;
  line-height: 34px;
	margin: 0;
	padding-top: 90px;
  /* font-family: "Roboto", "Cursive"; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.nav-link.active.header {
  /* background-color: #2C83A81F; */
  font-weight: 700;
}


h1, h2, h3, h4, h5, h6,
.ws-header .navbar{
  font-family: "Roboto", "Cursive";
	margin: 0;
	padding: 0;
}
p{
  padding: 0;
  margin: 0;
  line-height: 1.7;
  font-family: "Roboto", "Cursive";
}
figure, img{
	padding: 0;
	margin: 0;
}
a:hover{
  color: inherit;
  text-decoration: none;
}
a{
	transition: all .2s ease-in-out;
}
.btn:focus, .btn:active,
a:focus, a:active,
input:focus, input:active,
textarea:focus, textarea:active,
select:focus, select:active,
button:focus, button:active,
span:focus, span:active{
	outline: 0;
	box-shadow: none;
	transition: all .2s ease-in-out;
}
input, textarea, select{
	transition: all .2s ease-in-out;
}

/* Helper Classes */
.col-no-p{
  padding-left: 0;
  padding-right: 0;
}
.ws-space-50{
  padding-bottom: 50px;
  width: 100%;
  display: block;
}
.margintop60{
  margin-top: 60px;
}

/* ============================================== */
/* ================ Header Styles ================ */
/* ============================================== */
.topbar{
  position: fixed;
    top: 0;
    max-width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 2px 0px;
    font-size: 20px;
    font-family: "Roboto", "Cursive";
    background-color: #fafafa;
    z-index: 1050;
    color: #000000;
    font-weight: 600;
}
.topbar a {
    color: #000000;
    font-family: "Roboto", "Cursive";
}

.rounded-20{
  border-radius: 5px !important; 
  background-color: #f0ad4e;
  font-family: "Roboto", "Cursive";
  font-size: 16px;
  }

.rounded-10{
border-radius: 5px !important; 
background-color: #f0ad4e;
font-family: "Roboto", "Cursive";
font-size: 16px;
margin-top: 12px;
margin-bottom: 12px;
/* margin-left: 130px; */
}

/* Navbar */
.ws-header .navbar{
    position: fixed;
    top: 27px;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 5px 100px;
    background-color: #ffffff !important;
    box-shadow: 0 16px 20px 0 rgba(0,0,0,.06) !important;
    border-radius: 0;
    height: 90px;
}
.ws-header .navbar li{
  padding: 0;
  margin: 0 25px 0 0;
}
.ws-header .navbar li:last-child{
  margin: 0;
}
.ws-header .navbar .nav-link{
  padding: 7px 0;
  margin: 0;
  color: #000000;
  line-height: 23px;
  font-weight: 400;
  font-size: 20px;
  font-family :-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
}
.ws-header .navbar .nav-link:hover{
  color: #000000;
  opacity: .6;
}
.ws-header .navbar .nav-link:focus {
  color: #000000;
}

/* .ws-header .navbar .nav-link.active {
  color: blue; /* Set the color you want for the active menu item */
  /* /font-weight: bold; Add any other styles you want for the active item
} */

.ws-header .navbar li a{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.ws-header .navbar-brand{
  padding: 0;
  margin-right: 150px;
}
.ws-header .dropdown-menu{
  top: 33px;
  padding: 10px 0 10px 0;
  background-color: #ffffff;
  min-width: 160px;
  border: none;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.ws-header .dropdown-menu .dropdown-item{
  color: #000000;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height:20px;
  font-style: normal;
  letter-spacing: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ws-header .dropdown-menu .dropdown-item:active{
  color: #ffffff;
  background-color: #000000;
}
.ws-right-menu{
  display: inline-flex;
}
/*.ws-right-menu:before{*/
/*  color: #ECF0F3;*/
/*  content: '|';*/
/*  margin-left: 25px;*/
/*  padding-right: 25px;*/
/*}*/
.ws-right-menu a{
  color: #073764;
}

.ws-cart-item {
    margin-top: 6px;
    font-family: "Roboto", "Cursive";
}

.ws-right-menu a>span{
    position: absolute;
    display: inline-block;
    text-align: center;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -8px;
    margin-left: -5px;
    border-radius: 50px;
    letter-spacing: 0;
    z-index: 1;
    color: #000000;
    background-color: #ECF0F3;
}
.ws-menu-search{
	position: relative;
  margin-right: 25px;
}
.ws-menu-search::after{
	pointer-events: none;
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	right: 0;
	top: 2px;
	position: absolute;
	background: url('../img/icons/search-icon.svg') no-repeat;
}
.ws-menu-search .ws-menu-search-input{
	color: #073764;
	font-size: 14px;
	font-weight: 500;
	width: 20px;
	background-color: transparent;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid transparent;
	box-shadow: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.ws-menu-search-input{
	color: #073764;
}
.ws-menu-search .ws-menu-search-input:focus{
	width: 200px;
  margin-right: 30px;
	border-bottom: 1px solid #073764;
}
.req{
  color: #ff1414;
    padding-left: 5px;
}
/* Slider */
.ws-hero-slider .ws-slider-item{
  position: relative;
  min-height: 600px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: rgba(0,0,0,0.5)
}
.overlay
{
  z-index: 2;
}
/* .ws-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 0; /* Overlay ko slide ke upar layega. 
}
.ws-slider-item::before {
  pointer-events: none; /* Overlay elements click events ko capture nahi karega. 
} */



.tabs_slider .ws-hero-slider .ws-slider-item {
    min-height: 100%!important;
}

.ws-hero-slider .slick-next,
.ws-hero-slider .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 99;
  cursor: pointer;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 20px;
  background-color: rgba(108,108,108,0.2);
  border: none;
}
.ws-hero-slider .slick-next{
	right: 50px;
  text-align: center;
}
.ws-hero-slider .slick-prev{
	left: 50px;
  text-align: center;
}
.ws-hero-slider .slick-next img,
.ws-hero-slider .slick-prev img{
  height: 18px;
}
.ws-slider-caption{
  position: absolute;
  text-align:left;
  top: 50%;
  left: 50%;
  width: 80%;
  -ms-transform: translate(-50%,10%);
  -webkit-transform: translate(-50%,10%);
  transform: translate(-50%,10%);
}
.ws-slider-caption h1{
  color: #000000;
  /* font-size: 52px; */
  font-size: 36px;
  font-family: "Roboto", "Cursive";
  line-height: 36px;
  font-weight: 600;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.ws-slider-caption p{
    color: #00060e;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.ws-slider-caption .btn{
    font-weight: 500;
    color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", "Cursive";
    border: 0px;
    padding: 15px 30px;
    background-color: #f0ad4e;
    /*border: 2px solid #359fcd;*/
}
.ws-slider-caption .btn:hover{
  background-color: #ca9346; 
}
.ws-slider-caption .btn:focus,
.ws-slider-caption .btn:active{
  background-color: #000000 !important;
}

/* ============================================== */
/* ================ Content Styles ================ */
/* ============================================== */

/* Main Content */
.ws-content{
  padding-top: 70px;
  padding-bottom: 40px;
}
.ws-about-content{
  text-align: left;
  /* padding-bottom: 10px; */
}
.ws-about-content h2{
  color: #2c83a8;
  font-size: 32px;
  line-height: 32px;
  font-style: normal;
  font-weight: 600;
  font-family: "Roboto", "Cursive";
  margin-bottom: 20px;
}
/* {
  color: #000000;
  font-family: "Roboto", "Cursive";
  font-size: 20px;
  font-weight: 400;
  font-style:normal;
  line-height: 34px;
} */
.ws-tab-box{
  padding-bottom: 30px;
  text-align: center;
  background-color: #fafafa;
}
.ws-tab-caption{
  padding-top: 30px;
  padding-bottom: 0px;
}
.ws-tab-caption h3{
  color: #000000;
  font-family: "Roboto", "Cursive";
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 600;
}
.ws-tab-caption p{
  color: #000000;
  font-family: "Roboto", "Cursive";
  line-height: 34px;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.ws-tab-caption span{
  color: #022B69;
  font-size: 28px;
  font-weight: 600;
}
.ws-tab-box .btn{
  display: block;
  margin: 0 auto;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 15px 30px;
  background-color: #359FCD;
}
.ws-tab-box .btn:hover{
  background-color: #2C83A8;
}
.ws-tab-box .btn:focus,
.ws-tab-box .btn:active{
  background-color: #2C83A8 !important;
}
.ws-client-box {
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    background-color: #D7ECF5;
}
.ws-client-box h2 {
    color: #022B69;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ws-newsletter-box{
  padding: 50px;
  margin-top: 50px;
  font-family: "Roboto", "Cursive";
  text-align: center;
  background-color: #fafafa;
}
.ws-newsletter-box h2{
  color: #2C83A8;
  font-size: 32px;
  font-family: "Roboto", "Cursive";
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ws-newsletter-box p{
  color: #000000;
  font-weight:400;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
  font-style: normal;
  font-family: "Roboto", "Cursive";
}

.ws-newsletter-box form{
  position: relative;
  margin: 0;
}
.ws-newsletter-box form input:focus,
.ws-newsletter-box form input:active{
  outline: 0;
  box-shadow: none;
  border: none;
}
.ws-newsletter-box form input{
  height: 44px;
  line-height: 44px;
  border: none;
  width: 100% !important;
  margin: 0;
  border-radius: 0;
}
.ws-newsletter-box form .btn{
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  line-height: 23px;
  font-family: "Roboto", "Cursive";
  border: none;
  padding: 10px 30px;
  background-color: #f0ad4e;
}
.ws-newsletter-box form .btn:hover{
  background-color: #ca9346;
}
.ws-newsletter-box form .btn:focus{
  background-color: #000000;
}

/* Custom ProTabs Page */

/* Sidebar */
.ws-tab-sidebar{
  background-color: #fafafa;
  margin-top: 40px;
}
.ws-tab-sidebar .ws-tab-item{
  position: relative;
  margin-bottom: 30px;
}
.ws-tab-sidebar .ws-tab-item h6{
  font-size: 20px;
  font-family: "Roboto", "Cursive";
  color: #000000;
  font-style: normal;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.ws-tab-sidebar .ws-tab-item span.ws-tooltip{
  font-size: 12px;
  font-weight: 500;
  color: #188ED8;
  position: absolute;
  right: 0;
  top: 0;
}

.ws-tab-sidebar .ws-tab-item-input input{
  height: 50px;
  line-height: 50px;
}
.ws-tab-sidebar .ws-tab-item-select select{
  height: 50px;  
}
.ws-tab-item-radio span{
  cursor: pointer;
  margin-left: 10px;
  font-style: normal;
  font-size: 18px;
  line-height: 34px;
  font-family: "Roboto", "Cursive";
}
.ws-tab-item-radio .form-check{
  margin-bottom: 15px;
  line-height: 22px;
}
.ws-tab-item-radio input[type="radio"]{
  background-color: #ffffff;
  border: 1px solid #D5D7E3;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-top: 0;
  margin-right: 10px;
  -webkit-appearance: none;
}
.ws-tab-item-radio input[type="radio"]:after{
  background-color: transparent;
  border-radius: 2px;
  content: '';
  display: block;
  height: 12px;
  left: 4px;
  position: relative;
  top: 4px;
  width: 12px;
}
.ws-tab-item-radio input[type="radio"]:checked:after{
  background-color: #359FCD;
}
.ws-tab-item-radio input[type=radio]:focus{
  outline: 0; outline-style:none; outline-width:0;
}
.ws-tab-total
{
  padding: 15px;
}
.ws-tab-total h5{
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  font-family: "Roboto", "Cursive";
}

.ws-tab-total .btn{
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  font-family: "Roboto", "Cursive";
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  height: 54px;
  line-height: 16px;
  width: 100%;
  background-color: #f0ad4e;
}
.ws-tab-total .btn:hover{
  background-color: #ca9346;
}
.ws-tab-total .btn:focus,
.ws-tab-total .btn:active{
  background-color: #000000 !important;
}
.ws-tab-total .table{
  margin-bottom: 20px;
}
.ws-tab-total .table td{
  padding: 15px;
}
.ws-tab-total .table tbody{
  background-color: #ffffff;
}
.ws-tab-total .table tbody td{
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", "Cursive";
  line-height: 34px;
  border-left: 1px solid #dee2e6;
}
.ws-tab-total .table tbody td:last-of-type{
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  font-style: normal;
  font-family: "Roboto", "Cursive";
  border-left: none;
  border-right: 1px solid #dee2e6;
}
.ws-tab-total .table tfoot{
  color: #ffffff;
  background-color: #818a91;
}
.ws-tab-total .table tfoot td{
  border: none;
  font-size: 20px;
  line-height: 34px;
  font-family: "Roboto", "Cursive";
  font-style: normal;
  font-weight: 600;
}
.ws-tab-total .table tbody td:last-of-type,
.ws-tab-total .table tfoot td:last-of-type{
  text-align: right;
}

/* Tab Content */
.ws-tab-content h3{
  color: #000000;
  font-weight: 600;
  font-style: normal;
  line-height: 20px;
  font-family: "Roboto", "Cursive";
  margin-bottom: 15px;
  font-size: 24px;
}

.ws-tab-content .step-1:before{
  content: '(1) '!important;
}

.ws-tab-content .step-2:before{
  content: '(2) '!important;
}

.ws-tab-content .step-3:before{
  content: '(3) '!important;
}

.ws-tab-content .step-4:before{
  content: '(4) '!important;
}

.ws-tab-content .step-5:before{
  content: '(5) '!important;
}

.ws-tab-content p{
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", "Cursive";
  font-size: 20px;
  line-height: 34px;
}
.ws-tab-content li{
  color: #000000;
  font-family: "Roboto", "Cursive";
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
.ws-tab-text-options h6{
  color: #022B69;
  font-weight: 600;
  margin-bottom: 10px;
}
.ws-tab-text-options .jumbotron{
  padding: 70px 0;
  margin: 0;
  text-align: center;
  background-color: #F7F9FA;
}
.ws-tab-text-options .jumbotron ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.ws-tab-text-options .jumbotron ul li{
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    z-index: 1;
}
.ws-tab-text-options .jumbotron ul li::before{
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #66718C;
    border-width: 1px 0 1px 1px;
    border-radius: 8px 0 0 0;
    -webkit-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
         -o-transform: skewX(-20deg);
            transform: skewX(-20deg);
    z-index: -1;
    background-color: #ffffff;
}
.ws-tab-text-options .jumbotron ul li::after{
    content: '';
    display: block;
    position: absolute;
    top: 0; right: 0;
    width: 70%;
    height: 100%;
    border-style: solid;
    border-color: #66718C;
    border-width: 1px 1px 1px 0;
    border-radius: 0 8px 0 0;
    -webkit-transform: skewX(20deg);
       -moz-transform: skewX(20deg);
         -o-transform: skewX(20deg);
            transform: skewX(20deg);
    z-index: -1;
    background-color: #ffffff;
}
.ws-tab-text-options .jumbotron ul li input{
  color: #66718C;
  border: none;
  padding: 0;
  margin: 0;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: transparent;
}
.ws-tab-text-options .jumbotron ul li input:focus,
.ws-tab-text-options .jumbotron ul li input:active{
  outline: 0;
  box-shadow: none;
}
.ws-tab-text-options .jumbotron ul li span{
  color: #022B69;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

.ws-tab-font-options h6{
  color: #022B69;
  font-weight: 600;
  margin-bottom: 10px;
}
.ws-tab-content .ws-tab-font-options select{
  height: 50px;
  margin-left: 20px;
  /*line-height: 50px;*/
}
.ws-tab-content .ws-tab-font-options .btn-group .btn{
  color: #000000;
  cursor: pointer;
  padding: 12px 18px;
  border-color: #ced4da;
  background-color: transparent;
}
.ws-tab-content .ws-tab-font-options .btn-group .active{
  color: #ffffff;
  background-color: #359FCD;
  border: none;
}
.ws-tab-color-options h6{
  color: #022B69;
  font-weight: 600;
  margin-bottom: 10px;
}
.ws-tab-color-options{
  /*white-space: nowrap;*/
  /*overflow-x: auto;*/
  /*-webkit-overflow-scrolling: touch;*/
  /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
}
.ws-tab-color-options .form-check{
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
/*.ws-tab-color-options .form-check:last-of-type{*/
/*  margin-right: 0;*/
/*}*/
.ws-tab-color-options .form-check label{
  font-size: 15px;
  font-family: "Roboto", "Cursive";
  font-style: normal;
  display: block;
}
.ws-tab-color-options .form-check input#whitecolor{
  background-color: #ffffff;
  /*-webkit-box-shadow: 0 0.2rem 1rem 0 rgba(0,0,0,.1) !important;*/
  /*box-shadow: 0 0.2rem 1rem 0 rgba(0,0,0,.1) !important;*/
}
.ws-tab-color-options .form-check input#lightyellow
{
    background-color: #ffe000;
}
.ws-tab-color-options .form-check input#yellowcolor{
  background-color: #FFCC00;
}
.ws-tab-color-options .form-check input#lavendercolor{
  background-color: #CCB9CC;
}
.ws-tab-color-options .form-check input#greycolor{
  background-color: #928D83;
}
.ws-tab-color-options .form-check input#orangecolor{
  background-color: #F06B00;
}
.ws-tab-color-options .form-check input#warmredcolor{
  background-color: #FF3A07;
}
.ws-tab-color-options .form-check input#redcolor{
  background-color: #E62910;
}
.ws-tab-color-options .form-check input#browncolor{
  background-color: #915800;
}
.ws-tab-color-options .form-check input#coralcolor{
  background-color: #FCB56F;
}
.ws-tab-color-options .form-check input#lightambercolor{
  background-color: #FFAD00;
}
.ws-tab-color-options .form-check input#lightgreencolor{
  background-color: #3BC074;
}
.ws-tab-color-options .form-check input#mediumgreencolor{
  background-color: #008c3a;
}
.ws-tab-color-options .form-check input#darkgreencolor{
  background-color: #007208;
}
.ws-tab-color-options .form-check input#pinkcolor{
  background-color: #f67383;
}
.ws-tab-color-options .form-check input#lightbluecolor{
  background-color: #5aadd6;
}
.ws-tab-color-options .form-check input#mediumbluecolor{
  background-color: #0084bd;
}
.ws-tab-color-options .form-check input#darkbluecolor{
  background-color: #005ba5;
}
.ws-tab-color-options .form-check input#purplecolor{
  background-color: #9c7cbd;
}

.ws-tab-color-options .form-check input#polywhite{
  background-color: #ffffff;
}
.ws-tab-color-options .form-check input#polyred{
  background-color: #C70124;
}
.ws-tab-color-options .form-check input#polynatural{
  background-color: #E6E1DE;
}
.ws-tab-color-options .form-check input#polyblack{
  background-color: #000000;
}
.ws-tab-color-options .form-check input#polyparblue{
  background-color: #1C0054;
}
.ws-tab-color-options .form-check input#polyblue{
  background-color: #0B62A9;
}
.ws-tab-color-options .form-check input#polyyellow{
  background-color: #FDE700;
}
.ws-tab-color-options .form-check input#polyazure{
  background-color: #3CB6CE;
}
.ws-tab-color-options .form-check input#polyemerald{
  background-color: #03613C;
}
.ws-tab-color-options .form-check input#polyorange{
  background-color: #E15325;
}
.ws-tab-color-options .form-check input#polylvory{
  background-color: #E8CD86;
}
.ws-tab-color-options .form-check input#polygray{
  background-color: #AEB3AC;
}
.ws-tab-color-options .form-check input#polymaroon{
  background-color: #65162C;
}
.ws-tab-color-options .form-check input#polybrown{
  background-color: #5B3214;
}
.ws-tab-color-options .form-check input[type="radio"]{
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 0;
  border: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
}
.ws-tab-color-options .form-check input[type="radio"]:after{
  background-color: transparent;
  border-radius: 50px;
  content: '';
  display: block;
  height: 50px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 50px;
}

.ws-tab-color-options .form-check input[type="radio"]:checked {
    border: 3px solid #fff!important;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
}

.ws-tab-color-options .form-check input[type="radio"]:checked:after{
    background-color: rgba(0, 0, 0, 0.5);
    /* border: 2px solid #ffffff; */
    width: 56px;
    height: 56px;
    z-index: -1;
    top: -6px;
    left: -6px;
}
.ws-tab-color-options .form-check input[type=radio]:focus{
  outline: 0; outline-style:none; outline-width:0;
}

/* ============================================== */
/* ================ Footer Styles ================ */
/* ============================================== */
.ws-footer{
  padding-top: 60px;
  padding-bottom: 20px;
  /* background-color: #F7F9FA; */
  /* background-color: #2C83A81F; */
  background-color: #2C83A81F;

}
.ws-widget h4{
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #022B69;
}
.ws-widget ul{
  padding: 0;
  margin: 0;
}
.ws-widget ul li{
  list-style: none;
  margin-bottom: 10px;
}
.ws-footer .col-sm-3:first-of-type .ws-widget ul li{
  margin-bottom: 30px;
}
.ws-footer .col-sm-3:first-of-type .ws-widget ul li:last-child{
  margin-bottom: 0;
}
.ws-footer .col-sm-3:first-of-type .ws-widget ul li img{
  width: 20px;
  margin-right: 15px;
}
.ws-widget ul li:last-of-type{
  margin-bottom: 0;
}
.ws-widget ul li a:hover{
  color: #000000;
  font-size: 17px;
  font-weight: 700;
}
.ws-widget ul li a{
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ws-widget ul li a:focus {
  background-color: #000000;
  color: #ffffff;
}

.ws-footer-bottom{
  padding-top: 100px;
}
.ws-footer-bottom p{
  color: #022B69;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.ws-footer-bottom ul{
  padding: 0;
  margin: 0;
}
.ws-footer-bottom ul li{
  list-style: none;
  display: inline;
  margin-right: 15px;
}
.ws-footer-bottom ul li:last-child{
  margin-right: 0;
}
.ws-footer-bottom ul li a:hover{
  opacity: .6;
}
.ws-footer-bottom ul li a{
  color: #022B69;
  font-size: 14px;
  font-weight: 500;
}
.ws-client-review-box {
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    /* background-color: #D7ECF5; */
    background-color: #ffffff;;
}
.ws-client-review-box h2 {
    color: #2C83A8;
    font-family: "Roboto", "Cursive";
    font-size: 32px;
    line-height: 32px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}

/* ============================================== */
/* ================ Responsive Styles ================ */
/* ============================================== */
@media (max-width: 768px) {

  .ws-header .navbar{
    padding-left: 15px;
    padding-right: 15px;
  }
  .ws-container-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }
  .ws-slider-caption h1{
    font-size: 36px;
  }
  .ws-footer{
    padding-top: 10px;
  }
  .ws-footer-bottom{
    padding-top: 50px;
  }
  .ws-footer-bottom ul li{
    display: block;
    margin-top: 10px;
  }
  .ws-widget{
    padding-top: 40px;
  }
  .ws-footer .col-sm-3:first-of-type .ws-widget ul li{
    margin-bottom: 15px;
  }
  .ws-tab-box{
    margin-bottom: 20px;
  }
  .ws-tab-text-options .jumbotron ul li{
    float: none;
    margin-bottom: 35px;
  }
  
    .ws-tab-color-options .form-check {
        margin: 0 5px;
    }
    
    .ws-tab-color-options .form-check label {
        font-size: 12px;
    }
    
    .simplecolorpicker {
        margin-top: 0px !important;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .ws-tab-color-options .form-check {
        display: inline-block;
        text-align: center;
        -ms-flex: 0 0 65px;
        flex: 0 0 65px;
        max-width: 65px;
        position: relative;
        width: 100%;
        padding-right: 3px;
        padding-left: 3px;
        margin: 0px auto 5px;
    }
}/*end*/
@media(min-width: 992px) and (max-width: 1360px){
	.ws-header .navbar .nav-link {
    font-size: 14px !important;
  }
  .ws-header .dropdown-menu .dropdown-item {
    font-size: 12px !important;
}
}


@media (min-width: 312px) and (max-width: 991px) {
  .review-block-rate,
  .text-left1, .review-block-description{
      text-align: center !important;
  }
  .text-left2{
    text-align: left !important;
  }
  /* .ws-header .navbar .nav-link {
    width:100%;
    background: red;
    color: #ffffff;
  } */
  div#navbarSupportedContent{
    background-color: #ffffff !important;
    /* text-align: center; */
    padding: 20px 60px;
    /* border:1px solid #000;
    border-radius: 10px !important; */
  }
  .margin-70 {
    margin-left: 0px !important;
  }
  .padding-lr {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .padding-40 {
    padding-left: 15px !important;
  }
  .padding-100 {
    padding-left: 15px !important;
  }
  .cartcheckbg{
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .checkpagemain h3{
    padding-left: 15px !important;
  }
  .padding1 {
    padding-left: 0px !important;
  }
  .ws-tab-content .ws-tab-font-options select{
    margin-left: 0px !important;
  }
  .rating-content-block {
    text-align: center !important;
  }
  .margin-15 {
    margin-top: -40px !important;
  }
  .body8{
    font-size: 14px;
  }
  .img-fluid{
    width: 200px !important;
    margin-bottom: -17px !important;
  }

}

@media (min-width: 992px) {

  .ws-header .dropdown:hover>.dropdown-menu {
    display: block;
  }

}/*end*/
@media (max-width: 991px) {

  .navbar-light .navbar-toggler{
    color: inherit;
    border: none;
  }
  .navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(2,45,105, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .ws-header .navbar-brand{
    margin-right: auto!important;
  }
  .ws-right-menu:before{
    content: none;
    margin-left: 0;
    padding-right: 0;
  }
  .navbar-collapse{
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .ws-menu-search{
    margin-right: 10px;
  }
  .ws-right-menu{
    padding-top: 15px;
  }
  .ws-slider-caption{
    text-align: center;
    width: 100% !important;
  }
  .ws-content .col-sm-9{
    max-width: 100%;
    flex: 100%;
  }
  .ws-content .col-sm-3{
    max-width: 100%;
    flex: 100%;
  }
  .ws-tab-sidebar{
    margin-top: 30px;
  }

}/*end*/

@media (max-width: 1200px) {

  .ws-container-fluid{
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
  }
  .ws-header .navbar{
    padding-left: 30px;
    padding-right: 30px;
  }
  .ws-header .navbar-brand{
    margin-right: 50px;
  }
  .ws-hero-slider .slick-prev{
    left: 10px;
  }
  .ws-hero-slider .slick-next{
    right: 10px;
  }
  .ws-slider-caption{
    width: 80%;
  }
  .ws-tab-sidebar{
    padding: 10px;
  }
  .ws-tab-text-options .jumbotron{
    padding: 30px;
  }
  .ws-tab-sidebar .ws-tab-item h6{
    font-size: 13px;
  }
  .ws-tab-item-radio .form-check{
    font-size: 14px;
  }
  .ws-tab-total .table tbody td{
    font-size: 14px;
  }
  .ws-tab-total h5{
    font-size: 16px;
  }
  .ws-tab-total .table td{
    padding: 5px;
  }
  .ws-tab-total .table tfoot td{
    font-size: 14px;
    padding: 5px;
  }
  .ws-tab-font-options h6{
    font-size: 14px;
  }
  .ws-tab-text-options .jumbotron ul li span{
    font-size: 14px;
  }
  .ws-tab-text-options h6{
    font-size: 14px;
  }
  .ws-tab-color-options h6{
    font-size: 14px;
  }
  .ws-tab-content h3{
    font-size: 18px;
  }

}/*end*/

.changeimgbxm
{
    padding: 70px 0 30px;
    margin: 0;
    /*text-align: center;*/
    background-color: #fafafa;
}

.scrolloption
{
    /*overflow-y: scroll;*/
        height: auto;
    /* overflow-x: hidden; */
    padding: 25px 25px;
}

.fade.in {
    opacity: 1 !important;
}
.page-btn
{
    font-weight: 500;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    height: auto !important;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: "Roboto", "Cursive";
    background-color: #f0ad4e;
}
.page-btn:hover
{
  background-color: #ca9346;
  color: #ffffff;
}
.page-btn:focus,
.page-btn:active{
  background-color: #000000 !important;
}

.page-btn:focus
{
  outline: none;
}
.checkout-btn
{
  width: 100%;
  margin: 10px 0;
}
.tr-bg {
    background: #ffffff!important;
    border: 2px solid #ddd;
}
.admin_footer {
    /*position: fixed;*/
    position: relative;
    bottom: 0px;
    width: 100%;
    display: block;
    z-index: 9999;
}
.heading-backgrounds
{
  background-color: #F1F8FB;
    padding: 15px;
    margin: 20px 0 !important;
}
.tab_quoter
{
  padding: 20px;
  border: 2px solid #F1F8FB;
}
.tab_quoter input
{
  height: 50px;
  line-height: 50px;
}
.tab_quoter select
{
  height: 50px;
  line-height: 50px;
}
.tab_quoter h3
{
  color: #022B69;
    font-weight: 600;
    margin: 15px 0;
    font-size: 16px;
}
.tab_quoter p
{
    color: #022B69;
    font-size: 16px;
}
.table_border, .table_border tr, .table_border td
{
  border: 2px solid #d3e8f1;
}
.scrolloption_quoter
{
    overflow-y: scroll;
    height: 770px;
    overflow-x: hidden;
  }
.sidepricebr
{
  z-index: 1;
}
.back_button
{
  width: 100%;
}
.colums_back
{
  /* background-color: #F1F8FB; */
  background-color: #FAFAFA;
  padding: 15px;
  height: 150px;
}
.colorgrid .multiple-colorgrid .simplecolorpicker span
{
    border-radius: 100% !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 10px 10px 0 !important;
}
.simplecolorpicker
{
    margin-top: 0px !important;
    text-align: center;
}
.custom-tab-label div.tabarea
{
    color: #000000 !important;
}
.multiple-colorgrid .simplecolorpicker span.color:first-child[data-selected]:after
{
    color: #ffffff !important;
    text-shadow: none;
}
.simplecolorpicker span.color:first-child
{
    border: 1px solid #ffffff !important;
    -webkit-box-shadow: 0 0.2rem 1rem 0 rgba(0,0,0,.1) !important;
    box-shadow: 0 0.2rem 1rem 0 rgba(0,0,0,.1) !important;
}
.subtitle_class
{
    flex-direction: column;
    display: flex;
}
.subtitle_class .subheading
{
    font-size: 12px;
    font-family: "Roboto", "Cursive";
    margin-top: 5px;
}

#contact-form {
    border: 1px solid #cdceca;
    border-radius: 5px;
    padding: 15px 30px 15px 30px;
    /* background-color: #efefef; */
    background-color: #fafafa;
}

#contact-form label {
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-style: normal;
}

#contact-form .btn {
    padding-top: 18px;
    padding-bottom: 50px;
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
}

#contact-form .btn:hover{
  background-color: #ffffff;
  color: #000000;
  border:solid 1px #2C83A8AB!important;
}

#contact-form input.form-control {
    padding: 5px 10px;
    height: 40px;
}

#contact-form  .md-form {
    margin-bottom: 10px;
}

ul.contact_list li {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 25px;
}
.pl10{
  padding-left: 60px;
}

img.upsLogo_inHeader {
    color: #ECF0F3;
    /*content: '|';*/
    height: 30px;
    margin-left: 35px;
}


/*-----------------------------------------*/
/*----------BLOG SINGLE PAGE CSS----------*/
/*---------------------------------------*/


.blog_box.blog_single {
    box-shadow: none !important;
    overflow: inherit;
    border-radius: 0px;
    cursor: auto;
}

.blog_box {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 374px;
    box-shadow: 0px 8px 16px -8px rgba(12, 0, 46, 0.4) !important;
    /* cursor: pointer; */
}

.blog_box1 {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  /* height: 374px; */
  /* box-shadow: 0px 8px 16px -8px rgba(12, 0, 46, 0.4) !important; */
  /* cursor: pointer; */
}

.blog_box .card-img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 100% important!; */
}    

.blog_box .card-img-wrapper img {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.blog_box:hover .card-img-wrapper img {
    transform: scale(1.2);
}

.blog_box .card-body .border-right {
    background-color: #f0ad4e;;
    color: #ffffff!important;
    font-family: "Roboto", "Cursive";
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}

.blog_box .card-body .border-right h3.text-primary {
    color: #ffffff!important;
    font-family: "Roboto", "Cursive";
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
.box-text{ 
    font-family: "Roboto", "Cursive";
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

.blog_box a.view_btn {
    font-family: "Roboto", "Cursive";
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #d8262c;
}

.blog_box.blog_single a {
    color: inherit;
}

.blog_box.blog_single .blog_header .post-date-fixed {
    position: absolute;
    top: -10px;
    left: -10px;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.blog_box.blog_single .blog_header .post-date-fixed time {
    display: inline;
    background: #000;
    padding: 4px 10px 5px 10px;
    border: 3px solid rgba(255,255,255,0.85);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.blog_box.blog_single .blog_box .blog_header .post-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: "Roboto", "Cursive";
    font-weight: 600;
    text-transform: capitalize;
}

.blog_box.blog_single .blog_header .post-title {
    font-size: 24px;
    font-family: "Roboto", "Cursive";
}

.blog_box.blog_single .blog_header .featured-image {
    position: relative;
}

.blog_box.blog_single .blog_header .featured-image a.image-hover {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.blog_box.blog_single .blog_header .featured-image a.image-hover .image-hover-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    background: #359fcd;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog_box.blog_single .blog_header .featured-image a.image-hover:hover .image-hover-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.blog_box.blog_single .blog_header .featured-image a.image-hover .image-hover-overlay i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 26px;
}

.post-meta {
    font-size: 20px;
    font-family: "Roboto", "Cursive";
    line-height: 34px;
    font-style: normal;
    color: #000;
    border-bottom: 1px dotted #bdbdbd;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-meta span.post-author, .post-meta span.post-categories {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding: 10px 10px;
    font-weight: 600;
}

.post-meta span.post-author i.fa, .post-meta span.post-categories i.fa {
    margin-right: 3px;
}

.blog_box.blog_single .post-content a.read_btn {
    color: #ed1c24;
    font-size: 14px;
    font-weight: 600;
}

.blog_box.blog_single .blog_header .post-date-fixed {
    top: 20px;
    left: -15px;
    z-index: 1;
}

.blockquote {
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px 0px 0px 30px;
    color: #000;
    border-left: 3px solid #359fcd;
}

.blog_footer .post-tags {
    display: block;
    position: relative;
    width: 100%;
}

.blog_footer .post-tags span.post-tags-title {
    font-size: 12px !important;
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
}

.blog_footer .post-tags a {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
    display: inline-block;
    background: #eaeaea;
    padding: 0 12px;
    margin: 4px 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.post-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-navigation .previous-post-link,
.post-navigation .next-post-link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
    position: relative;
    width: 100%;    
}

.post-navigation a {
    font-size: 12px;
    color: #000;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background: #eaeaea;
    padding: 8px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.post-navigation a:hover {
    background: #ccad52;
    color: #fff;
}

h2.comments-title {
    font-size: 20px;
    margin-bottom: 50px;
    font-family: "Roboto", "Cursive";
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

h2.comments-title span {
  font-family: "Roboto", "Cursive";
}

.comments-area a {
    color: inherit;
}

ol.comments-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 26px;
}

.comments-list .children {
    padding: 0 0 0 100px;
    /* margin: 0; */
    list-style-type: none;
    line-height: 26px;
}

li.comment {
    position: relative;
}

li.comment .comment-author-avatar {
    float: left;
    border: 3px solid #eaeaea;
    position: relative;
    overflow: hidden;
    width: 75px;
    height: 75px;
    display: block;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}   

li.bypostauthor > .comment-author-avatar {
    border: 3px solid #359fcd;
}

.comment-author-avatar > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

p.post-author-tag {
    display: block;
    position: absolute;
    top: 82px;
    left: 0;
    font-size: 10px;
    text-align: center;
    background: #359fcd;
    color: #fff;
    padding: 0 10px;
    letter-spacing: 0.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

p.post-author-tag:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #359fcd;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.comment-container {
    padding-bottom: 40px;
    margin-left: 100px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #eaeaea;
}

.comment-container h5.comment-author-name {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    position: relative;
}

.comment-container h5.comment-author-name span.replied-on {
    padding-left: 6px;
    color: #868686;
    font-size: 12px !important;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
}

.comment_footer a.comment-reply-link {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    background: #eaeaea;
    padding: 6px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.comment_footer a.comment-reply-link:hover {
    background: #ccad52;
    color: #fff;
}

.comment_footer a.comment-reply-link i.fa {
    margin-right: 8px;
}


.heading_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

.header-divider:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 20px;
    height: 3px;
    background: #ed1c24;
}

.postComment_form .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    min-height: 46px;
    padding: 10px 20px;
    color: #000;
    border: 0;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.postComment_form button.btn.btn_submit,
button.btn.checkout_btn {
    width: 100%;
    height: 50px;
    display: block;
    background: #359fcd;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 .ourblogsslider .slick-slide {
    margin-left:27px;
  }

  /* the parent */
  .ourblogsslider .slick-list {
    margin-left:-27px;
  }
.ourblogsslider .slick-slide img {
    width: 100%;
}

.btn-grey{
    background-color:#D8D8D8;
  color:#FFF;
}
.rating-block{
  background-color:#FAFAFA;
  border:1px solid #EFEFEF;
  padding:15px 15px 20px 15px;
  border-radius:3px;
}

.rating-content-block{
  background-color:#FAFAFA;
  border:1px solid #EFEFEF;
  text-align: left;
  padding:15px 15px 20px 15px;
  border-radius:3px;
}
.bold{
  font-weight:700;
}
.padding-bottom-7{
  padding-bottom:7px;
}

.review-block{
  background-color:#FAFAFA;
  border:1px solid #EFEFEF;
  padding:15px;
  border-radius:3px;
  margin-bottom:15px;
  font-weight: 600;
}
.review-block-name{
  font-size:20px;
  margin:8px 0;
  font-style: normal;
  font-family: "Roboto", "Cursive";
  font-weight: 400;
  line-height: 30px;
}
.review-block-date{
  font-size:20px;
  font-style: normal;
  font-family: "Roboto", "Cursive";
  font-weight: 400;
  line-height: 30px;
}
.review-block-rate{
  font-size:20px;
  margin-bottom:15px;
  text-align: left;
  font-family: "Roboto", "Cursive";
  font-weight: 400;
  line-height: 30px;
}
.review-block-title{
  font-size:24px;
  margin-bottom:10px;
  font-family: "Roboto", "Cursive";
  line-height: 30px;
}
.review-block-description{
  font-size:20px;
  font-weight: 400;
  text-align: left;
  font-family: "Roboto", "Cursive";
  line-height: 30px;
}
.google {
    background-color: #dd4b39;
    color: #ffffff;
}
.gbtn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
}
.gbtn:hover {
    opacity: 1;
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) { 
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
     
    .row {
        clear: both;
    }
     
     .row:before, .row:after{
        display: inline-block !important;
    }
}



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

.hr{
  margin-top: 50px;
  border-top: 3px solid #000000;
}
/* .img{
  width: 100%;
  height:300px;
} */

.padding{
  padding-top: 80px;

}

/* .text-format{
  color: #000000;
  font-family: "Roboto", "Cursive";
  font-size: 20px;
  font-weight: 400;
  font-style:normal;
  line-height: 34px;
  word-spacing: 50px;

} */
.margin{
  margin-top: -40px;
}
/* .active {
  color: red;
} */
.h4{
  font-size: 20px;
  font-family: "Roboto", "Cursive";
  font-weight: 400;
  font-style:normal;
  line-height: 34px;
}
.margin-70{
  margin-left: 70px;
}

.padding-lr{
  padding-left: 70px;
  padding-right: 70px;
}

.padding-100{
  padding-left: 100px;
}
.margin-15{
  margin-top: 15px;
}

.margin-left{
  margin-left: -15px;
}
.padding-right{
  padding-right:5px;
}
.padding-40{
  padding-left: 90px;
}

.padding1{
padding-left: 20px;
}

.text-left1{
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  font-family: "Roboto", "Cursive";
}
.text-left2{
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  font-family: "Roboto", "Cursive";
}

/* .padding-lr1{
  padding-left: 70px;
  padding-right: 70px;
} */

.padding-10{
  padding-right: 10px;
}

.p35{
  padding-left: 35px;
}