/*
Theme Name: Scratch
Theme URI: https://www.scratch.com
Author: Abby
Author URI: https://www.scratch.com
Description: A basic theme using the Bootstrap framework.
Version: 1.2
Text Domain: scratch
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

/*ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}*/

a,
a:hover,
a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
/*     font-family: 'Berlin Sans FB'; */
	font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;
    color:#1a2755;
}

h2 {
    font-size: 40px;
}

h3{
    font-size: 30px;
}

.container-fluid {
    padding-right: 0;
}

.wp {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
}

.no-gutters [class^=col-] {
    padding-right: 0!important;
    padding-left: 0!important;
}

/*======header css start=====*/

.fixed-top {
	background: rgba(255,255,255,0.9);
}

.tpMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media(max-width:767px) {
    .tpMenu a span {
        display: none;
    }
}

.tpMenu a {
    color: #fff !important;
}

#header-part {
    padding-top: 10px;
    padding-bottom: 5px;
}

#header-part .right {
    text-align: right;
}

#header-part .right ul {
    margin:0;    
}

#header-part .right ul li {
    display: inline-block;
    margin-left: 5px;
}

#header-part .right ul li a {
    display: flex;
    color: #1a2755;
    transition: .4s;
}

#header-part .right ul li a:hover {
    color: #1a2755;
}

#header-part .right ul li a p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	text-align: left;
    line-height: 14px;
    color: #1a2755;
}

#header-part .right ul li a p span {
    font-weight:700;
}

#header-part .right ul li a p span {
	display:block;
}

#header-part .right ul li a i {
    font-size: 17px;
    border-radius: 100px;
    margin-right: 10px;
    color: #1a2755;
    border: #1a2755 solid 1px;
    line-height: 27px;
    height: 30px;
    width: 30px;
    text-align: center;
}

#header-part .left {
    float: right;
    margin-top: -6px;
}

#header-part .blink {
    height: auto;
    text-align: center;
    line-height: 15px;
}

#header-part .blink p{
    color:#fff;
    margin: 0px;
}

#header-part .textwidget {
    background-color: #F40003;
	padding: 5px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: white;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .7;
    }

    100% {
        opacity: 1;
    }
}

.fixed #header-part .right ul li a {
    color: #1a2755;
}

.fixed #header-part .right ul li a {
    color: #1a2755;
}

.fixed .mainMenu .navbar-nav>li a {
    color: #1a2755;
}

/*======header css end=====*/

/*======menu css start=====*/

.menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999 ;
    top: 0;
    left: 0;
    background-color:#1a2755;
    overflow-x: hidden;
    transition: 0.5s;
}

.menu-overlay #menu-main-menu {
	padding:0px;
}

.navOpen, .navClose {
    color:#fff;
}

.menu-overlay-cBtn {
    text-align:right;
    margin-right:20px;
}

.menu-overlay .menu-main-menu-container {
    margin-top: 30px;
    padding:0 30px 20px 20px;
    position: relative;
    width: 100%;
} 

.menu-overlay .menu-main-menu-container li {
    display:block;
    margin:10px 0;
}

.menu-overlay .menu-main-menu-container li a {
    color:#fff;
    padding:8px;
    font-size:18px;
}

.menu-overlay .menu-item-has-children.dropArrow > a:after{
    margin-left:10px;
    content:'';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 

.menu-overlay .menu-item-has-children > .sub-menu {
    display:none ;
    margin-left:0px;
	padding: 6px;
}

.menu-overlay .menu-item-has-children .subDropArrow > a {
    font-weight:bold;    
    border-bottom:1px solid #fff;
    display:block;
}

.menu-overlay .menu-item-has-children .sub-menu .sub-menu{
    display:block ;
	padding: 0px;
}

/*
.mainMenu .navbar-brand {
    margin-left: -15px;
}*/

@media(min-width:992px){
    
    .mainMenu .navbar {
        padding-top:0px; 
        padding-bottom: 0;   
    }

}

@media(max-width:767px) {
    .tpMenu .navbar-brand {
        width: 100% !important;
        text-align: center;
    }

    .tpMenu .navbar-brand img {
        width: 50% !important;
    }

    .tpMenu .nav {
        width: 100%;
        justify-content: center !important;
    }
}

.mainMenu nav a img {
    width: 55%;
}

.mainMenu .current-menu-item > a:not(:hover) , .mainMenu .active > a:not(:hover){
	color: rgb(26 39 85 / 50%) !important;
}

.mainMenu .navbar-nav > li a{
    color:#1a2755; 
    font-size: 14px;
    font-weight: 500;
	padding: 0.5rem 0.7rem;
}

.mainMenu .navbar-nav > li > a {
    padding: 25px 0.5rem;
}

.mainMenu .navbar-nav li li a{
    color:#1a2755;    
}

.mainMenu .navbar-nav > li:last-child a{
    padding-right:0px !important;    
}

.mainMenu .dropdown:hover .dropdown-menu {
    display:block !important;
    padding: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #1a2755 !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #1a2755 !important;
}


.mainMenu .mega {
    position: inherit;  
}
.mainMenu .mega .dropdown-menu{
    width: 100%;
    left: 0;
    top: unset;
}

.mainMenu .mega> .dropdown-menu{
    /* border-top: #5a1746 3px solid; */
}

.mainMenu .mega >ul>li {
    width: 25%;
    margin: 0;
    position: relative;
    float: left!important;
    padding: 0 10px;
}

.mainMenu .mega ul ul {
    position: relative !important;
    border: none;
    /* border-top: #5a1746 1px solid !important; */
    border-radius:0 !important;
}

.fixed {
    position: fixed !important;
    top: 0;
    background: #fff !important;
    animation: mainMenu .5s;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.fixed mainMenu ul li a {
    color: #222 !important;
}

@keyframes mainMenu {
    from {
        top: -100px;
    }

    to {
        top: 0px;
    }
}

.fixed nav a img {
	 filter: none !important; 
}

.fixed nav ul li .active {
    color: #1a2755 !important;
}

@media(max-width:992px){

	.navbar-brand{
		width:25% !important;
        margin-top: -10px !important;
		margin-left:0px !important;
	}
	
	.navbar-toggler.navOpen {
		margin-right:15px !important;
        color: #000 !important;
	}

    #header-part .right {
        display: none !important;
    }

    #header-part .left {
        float :none !important;
    }

    .mainMenu nav a img {
        width: 90%;
    }
    
}

@media(max-width:767px){

    .mainMenu nav a img {
        width: 100%;
    }

    #header-part { display: none;}
}

/*======menu css end=====*/

/*** all Section ***/

.imgSize {
    width: 100%;
    height: auto;
}

.validation_error {
	display:none !important;
}

.gfield_error {
	border: none !important;
    background: none !important;
    margin: 0 !important;
	padding-right: 16px !important;
}

.gfield_description {
	padding-top:5px !important;
}

.instruction.validation_message {
    display: none;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.gform_validation_error .gfield {
	vertical-align: top;
}

.gform_validation_error  .gfield.gfield_error .ginput_container {
	margin-top:16px !important;
}
/*** Form Section **/

.formSection{
    background: url(images/home-about-us.webp)no-repeat top center rgba(0,0,0,0.5);
	background-size: cover;  
}

.formSection .gform_wrapper{
    margin: 0 !important;
}

.formSection h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: 30px;
    text-align: center;
    font-weight: normal;
}

.formSection .gfield {
    width:33% !important;
    display: inline-block;
}

.formSection .gfield input{
    width: 100% !important;
    padding: 10px 20px !important;
    background: rgb(255 255 255 / 70%);
    border-radius: 5px;
    color: #fff;
	border:1px solid #fff !important;
    background: none !important
}

.formSection .gfield .gfield_description {
    color: #fff !important;
    font-weight: 400 !important;
}

.formSection .gfield input::placeholder, .formSection .gfield select::placeholder {
    color:#fff;
}

.formSection .gform_footer {
    text-align: center;
    padding-bottom: 0 !important;
}

.formSection .gform_footer .gform_button {
    background: #25a8e0!important;
    color:#fff;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 500;
    border: 1px #fff solid ;
}

@media(max-width:767px) {
    .formSection .gfield { 
        width: 100% !important;
    }
}

/*====== Footer Start =====*/

#footer-part .footer-widget {
    margin-bottom: 20px;
}

#footer-part {
    background: url(images/dummy-parallax-2-new-300x169.webp)no-repeat top center rgba(0,0,0,0.5);
	background-size: cover;
    background-color:#666666;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 50px;
}

#footer-part p {
    color:#fff;
}

#footer-part h5 {
    color: #fff;
    font-weight: 100;
    margin-bottom: 15px;
    font-size: 18px;
}

#footer-part .getInTouch  {
    padding-left: 20px;

}
#footer-part .getInTouch i {
    margin-left: -20px;
}

#footer-part .fa {
    color: #fff;
    width:20px;
}

#footer-part ul {
    list-style: none;
    padding: 0;
}

#footer-part ul li {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 5px;
    position: relative;
}

#footer-part ul li a {
    color: #fff;
}

.footer-disclaimer-widget p {
    font-size:13px;
    margin: 0 5px;
}

.footer-content-widget i {
    margin-right: 10px;
}

#footer-part .menu, #footer-part .menu li {
    background:none !important;
}

#footer-part .menu li a:before {
    content: "●";
    display: inline;
    margin-right: 8px;
    font-size: 14px;
    color: #fff;
}

#footer-part ul {
    padding:0px;
    list-style:none;
}

.footer-five-widget li {
    width: 23%;
    display: inline-block;
}

@media(max-width:992px) {
    .footer-five-widget li {width: 48%;}
}

@media(max-width:767px) {
    .footer-five-widget li {width: 100%;}
}

#footer-copyright{
    padding:20px 0px;
    color: #fff;
    background-color: rgba(0,0,0,.8);
}

#footer-copyright p {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
}

.footerContactList li {
    padding-left: 20px !important;
}
.footerContactList i{
    margin-left: -20px;
}

/** review Star **/


.testimonialWrapper  {
    /* background: url(images/testimonal-s.webp) no-repeat center center; */
    background-size: cover;
}

.testimonialWrapper .testimonial {
    padding: 30px;
    line-height: 1.5;
    text-align: center;
}

.testimonialWrapper .userIcon{
    text-align: center;
    margin-bottom: 20px;
}

.testimonialWrapper .userIcon i{
    font-size: 150px;
    color: #1a2755;
}

.testimonialWrapper img {
    border-radius: 100px;
    width: 100%;
    height: 100%;
}

.testimonialWrapper p {
    margin: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #1a2755;
    line-height: 1.7em;
    font-weight: 500;
    overflow: hidden;
    text-overflow: clip;
    text-overflow: ellipsis ellipsis;
    text-overflow: ellipsis " [..]";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.testimonialWrapper .tname {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    color: #007e9e;
    font-size: 16px;
}

.testimonialWrapper .tDes {
    display: block;
    font-weight: 500;
    color: #666666;
    font-size: 16px;
}

.testimonialLine {
    margin: 10px auto;
    width: 60%;
    height: 2px;
    background: #007e9e;
}

.testimonialWrapper button span {
    font-size: 130px;
    color: #007e9e;
}

.testimonialWrapper .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #007e9e;
}

.testimonialWrapper .owl-prev {
    position: absolute;
    top: 10%;
    left: -55px;
}

.testimonialWrapper .owl-next {
    position: absolute;
    top: 10%;
    right: -55px;
}

@media(max-width:767px){

    .testimonialWrapper button span, .testimonialWrapper button span:hover {
        font-size: 30px;
        line-height: 30px;
        background: #192754;
        padding: 0 10px !important;
        color: #fff;
    }
    
    .testimonialWrapper .owl-theme .owl-nav [class*="owl-"]:hover {
        background: none;
        color: #007e9e;
    }
    
    .testimonialWrapper .owl-prev {
        position: absolute;
        bottom: 100%;
        right: 40px;
        left: unset;
    }
    
    .testimonialWrapper .owl-next {
        position: absolute;
        bottom: 100%;
        right: 0px;
    }
}


.icon i {
    font-size: 20px;
}

.icon .fa-star.starYellow {
     color: #FFB900;    
}

.icon .fa-star.starGray {
     color: #ccc;    
}

/* imagesSliders */
.imagesSliders {
    padding-top: 10px;
}

.imagesSliders .imagesSlidersBox{
    position: relative;
    border:1px solid #ccc;
}

.imagesSliders button span, .imagesSliders button span:hover {
    font-size: 30px;
    line-height: 30px;
    background: #192754;
    padding: 0 10px !important;
    color: #fff;
}

.imagesSliders .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #007e9e;
}

.imagesSliders .owl-prev {
    position: absolute;
    bottom: 100%;
    right: 40px;
}

.imagesSliders .owl-next {
    position: absolute;
    bottom: 100%;
    right: 0px;
}


/* heroImageSliderWap */

.heroImageSliderWap {
    padding: 100px 0 50px;
}

.imagesSliderWconCont h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 68px;
    color: rgb(37, 168, 224);
    line-height: 74px;
}

.imagesSliderWconCont h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 68px;
    color: rgb(14, 14, 14);
    line-height: 74px;
}

.imagesSliderWconLine {
    width: 90%;
    background: rgb(37, 168, 224);
    height: 10px;
    margin: 20px 0;
}

.imagesSliderWconLine p {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: "Century Gothic";
    color: rgb(23, 23, 23);
    font-size: 18px;
    line-height: 25px;
}

.imagesSliderWconCont {
    padding-left: 30px;
}

.imagesSliderWconImg {
    padding-right: 30px;
}

.imagesSliderWcon button span {
    font-size: 130px;
    color: #007e9e;
}

.imagesSliderWcon button:hover {
    background: none !important;
}

.imagesSliderWcon .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none;
    color: #007e9e;
}

.imagesSliderWcon .owl-prev {
    position: absolute;
    top: 10%;
    left: -55px;
}

.imagesSliderWcon .owl-next {
    position: absolute;
    top: 10%;
    right: -55px;
}

@media(max-width:767px) {

    .heroImageSliderWap {
        padding: 70px 0 20px;
    }

    .imagesSliderWconCont h2 {
        font-size: 40px;
        line-height: 44px;
    }
    
    .imagesSliderWconCont h3 {
        font-size: 40px;
        line-height: 44px;
    }

    .imagesSliderWconLine p {
        font-size: 16px;
        line-height: 20px;
    }

    .imagesSliderWconCont {
        padding-left: 0px;
    }
    
    .imagesSliderWconImg { 
        display: none;
    }

    .imagesSliderWcon .owl-prev {
        top: 80%;
        left: 25px;
    }
    
    .imagesSliderWcon .owl-next {
        top: 80%;
        right: 25px;
        bottom: 0;
    }
}

/* digitalMarketingHeroWrap */

.digitalMarketingHeroWrap {
    padding: 50px 0 30px;
    background-color: #2fafb8;
}

.digitalMarketingHeroWrap h1 {
    font-size: 50px;
    color:#fff;
}

.digitalMarketingHeroWrap h2, .digitalMarketingHeroWrap  p {
    color:#fff;
}

@media(max-width:767px){
    .digitalMarketingHeroRimg{
        display: none;;
    }
}

/* our Seo Services */

.ourSeoServicesBox {
    background-color: #138a81;
    padding: 10px;
    color:#fff;
    font-weight: 500;
}

.ourSeoServicesBox div {
    display: inline-block;
}

.ourSeoServicesBoxNum {
    font-size: 25px;
    line-height: 35px;
    border-radius: 100px;
    border: 1px  solid #fff;
    width: 37px;
    text-align: center;
}

.ourSeoServicesBoxCont {
    vertical-align: text-bottom;
    margin-left: 10px;
}

/* Assistances Of PPC */

.assistancesOfPpcGbG {
    background: #f4f4f4;
}

.assistancesOfPpcBoxImgR {
    text-align: right;
}

@media(max-width:767px){
    .assistancesOfPpcBoxImgR, .assistancesOfPpcBoxImgL{
        display: none;;
    }
}


/****/

.reviewSubmitForm{
    margin-top: 20px;
    background-color: hsl(321deg 61% 22% / 5%);
    border-radius: 5px;
    overflow: hidden;
    border: 1px #1a2755 !important;
    padding: 20px;
}

.reviewSubBtn, .reviewSubBtn:hover {
    border: 1px #1a2755 !important;
    background-color: #1a2755 ;
}

.reviewSubmitForm h3{
    color: #1a2755;
}

.star-cb-group {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.star-cb-group * {
  font-size: 2rem;
}

.star-cb-group > input {
  display: none;
}

.star-cb-group > input + label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}

.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}

.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}

.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}

.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}

/********* reviewPage ********/

.reviewPage {
    padding: 100px 0;
}

.review-part .tittlered .pp {
    font-weight: 600;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 30px;
}

.review-part-part {
    margin-bottom: 100px;
}

.review-part .testimonial {
    padding: 30px 20px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid rgb(214, 214, 214);
}

.review-part .col-12:last-child .testimonial {
    border-bottom:none;
}

.review-part .testimonial p {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
    margin-bottom: 20px;
}

.review-part .testimonial h2 {
    font-weight: 700;
    font-size: 21px;
    color: #1a2755;
    padding: 0px 10px 10px 0px;
}

/** pagination ***/

.aim_pagination {
    text-align: center !important;
}

.aim_pagination #pagination-container{ 
    display: inline-block;
}
.aim_pagination #pagination-container .paginacaoCursor {
    padding:8px;
    border:1px solid #1a2755;
    background:#1a2755;
    color:#fff;
    cursor: pointer;
} 

.aim_pagination .paginacaoValor {
    padding:8px;
    border:1px solid #1a2755;
    background:#1a2755;
    color:#fff;
    margin:0 1px;
    cursor: pointer;
}

.aim_pagination .activePagination {
    color:#fff;
    cursor: context-menu;
}

/**** blogbanner css end ***/

.pageBanner .overlay {
    background-position: center top;
	width: 100%;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 90px;
    background-blend-mode: hard-light;
    background-size: cover !important;
    min-height: 300px;
}

.pageBannerImg .overlay {
    background-image: url(images/home-header.webp),linear-gradient(180deg,#2b87da 0%,#29c4a9 100%)!important;
}

.blogBannerImg .overlay {
    background-position: top center;
    background-image: url(images/page-banner-03.webp),linear-gradient(180deg,#2b87da 0%,#29c4a9 100%)!important;
}

.postBannerImg .overlay {
    background-position: top center;
    background-image: url(images/page-banner-04.webp),linear-gradient(180deg,#2b87da 0%,#29c4a9 100%)!important;
}

.hd {
    position: relative;
    z-index: 999;
    background: transparent !important;
}

.mn{
	z-index: 999;
	position: relative;
    background: transparent;
}

#blogbanner .overlay p{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 70px;
}

#blogbanner .overlay h1{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-top: 70px;
}

/*** Form  ****/

.formWrap .gfield:not(.coupon_field):not(.gf_price_left):not(.aggField) input, .formWrap .gfield select{
    width: 100% !important;
    padding: 10px 20px !important;
    border-radius: 5px;
    border: 3px solid #1a3c58 !important;
}

.formWrap .gfield textarea{
    width: 100% !important;
    border-radius: 5px;
    border: 3px solid #1a3c58 !important;
}

.formWrap .gform_footer {
    text-align: center;
    padding-bottom: 0 !important;
}

.formWrap .gform_footer .gform_button{
    background:#b82746; ;
    color:#fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

.formWrap  .gf_price_left, .formWrap  .gf_price_right {
    width:50%;
    display: inline-block;
}

.formWrap  .gf_price_left input{
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 25px !important;
}

.formWrap  .gf_price_left label{
    color:#1a3c58 ;
    font-size: 25px !important;
}

.formWrap  .gf_price_right {
    text-align: right;  
    
}

.formWrap  .gf_price_right label{
    color:#1a3c58 ;
    font-size: 25px !important;
}

.formWrap .gf_price_right .ginput_container_total{
    font-size: 25px !important;
}

.formWrap .coupon_field .gfield_description {
    font-size:15px !important;
    color: #b82746;
}

.formWrap .coupon_field .gf_coupon_code{
    border-radius: 5px 0px 0 5px  !important;
    border-color:#b82746 !important;
}

.formWrap .coupon_field .button{
    margin: 0px !important;
    padding: 5px 8px;
    border-radius: 0 5px 5px 0 !important;
    border-color:#b82746 !important;
    background-color: #b82746;
}

.formWrap  .field_sublabel_below {
    font-size: 20px;
}

/** Blog Page **/ 

.blogPage{
    padding: 50px 0;
}

.blog-item {
    margin-bottom: 30px;
}

.blog-item .one {
    border:#ccc 1px solid;
    overflow: hidden;
}

.blog-item-content {
    padding: 15px;;
}

.blog-item .img img {
    width: 100%;
    height: auto;
}
.blog-item a {
    color:#ffca09;
}

.blog-item h3{
    font-size: 20px;
}

.blog-item p{
    font-size: 15px;
    color: #9c9c9c;
}

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

.blog-item ul a{ 
    color:#ffca09;
    font-weight: 500;
}

.blog-item .readMore {
    font-weight: 500;
}

/****** singlePost ********/

.singlePostImg img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/**** categoriesSideBar **/

.categoriesSideBar .sidebar-categories-widget{
    padding: 10px;
    border: #ccc 1px solid;
    margin-bottom: 20px;
}

.categoriesSideBar .sidebar-widget-title {
    padding-bottom:10px;
    color: #fff;
    line-height: 1em;
    font-weight: 500;
}

.categoriesSideBar ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.categoriesSideBar ul li{
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
}

.categoriesSideBar ul li:last-child{
    border: none;
}

.categoriesSideBar ul li a{
    color: #666;
    padding: 5px 0;
    display: block;
}

/** SideBar **/

.sidebarWrapper img {
	width:100%;
	margin-bottom:20px;
}

/*** orderNowForm ***/

.gform_wrapper .gsection {
	margin-bottom:0px !important;
	border-bottom: 2px solid #5f214c !important;
}

.orderNowForm {
	background: hsl(321deg 61% 22% / 5%);
    padding: 20px;
}

.orderNowForm .gfield:not(.gf_price_left):not(.coupon_field) input, .orderNowForm .gfield select, .orderNowForm .gfield textarea{
    border: none;
    background: #a7a4a6 !important;
    color: #fff!important;
    border-radius: 5px;
    padding: 10px !important;
	color:#fff;
}

.orderNowForm .gfield input::placeholder, .orderNowForm .gfield select::placeholder, .orderNowForm .gfield textarea::placeholder {
	color:#fff;
}

.gf_price_left, .gf_price_right {
	width:50%;
	display:inline-block;
}
.gf_price_left input, .gf_price_right input {
	border:none;
	background:none;
	padding:0px !important;
	font-size:30px !important;
}

.gf_price_right {
	text-align:right;
}

.gf_price_right .ginput_total{
	font-size:30px !important;
}

.orderNowForm .coupon_field input {
	border: none;
    background: rgba(88,88,90,.7)!important;
    color: #fff!important;
    border-radius: 5px;
    padding: 10px !important;
	color:#fff;
}

.orderNowForm .coupon_field .button {    
	margin-left: 0 !important;
    border-radius: 0 5px 5px 0 !important;
	background:#a7a4a6 !important ;
}

.orderNowForm .coupon_field .button:disabled {   
	background: rgba(88,88,90,.7) !important;
    color: #ccc !important;
}

.orderNowForm  .gf_coupon_code {
	border-radius: 5px 0 0 5px !important;
}

.orderNowForm .gform_footer .gform_button {
    background: #5f214c!important;
    color: #fff!important;
    border: none!important;
    text-align: center!important;
    padding: 10px 20px !important;
    margin: 0 auto!important;
    display: block!important;
    font-weight: 500;
    border-radius: 5px;
}

.gform_fileupload_rules {
    font-size: 12px;
}

/*****/

.mainContent img {
	width:100%;
	height: auto;
	margin:20px 0;
}

.mainContent h1 {
	font-size:30px;
}

.mainContent h2 {
	font-size:25px;
}

.mainContent h3, .mainContent h4 {
	font-size:22px;
}

/******/

.singlePost h1 {
	font-size:30px;
}

.singlePost h2 {
	font-size:25px;
}

.singlePost h3, .singlePost h4 {
	font-size:22px;
}

/* Hero Banner */

.homeBanner{
	padding:50px 0;
	background-size:cover !important;
}

.orderNowBanner{
	 background: url(images/techvolte-order-banner.webp)no-repeat center center rgba(0,0,0,0.5);
}

.homeBannerBg{
	 background: url(images/home-header.webp)no-repeat center center rgba(0,0,0,0.5) ;
	 width: 100%;
}

.homeBanner h1, .homeBanner p {
    color:#fff;
}

/* homeBottom */
.homeBottom {
    background: rgb(37,168,224);
    background: linear-gradient(270deg, rgba(37,168,224,1) 0%, rgba(41,170,225,1) 50%, rgba(240,241,246,1) 50%, rgba(26,39,85,1) 50%, rgba(26,39,85,1) 100%);
}

@media(max-width:767px){

    .homeBottom .container {
        max-width: 100%;
    }

    .homeBottomBoxs > div{ 
        padding: 0 20px;
    }

    .homeBottom{
        background: rgb(37,168,224);
        background: linear-gradient(0deg, rgba(37,168,224,1) 0%, rgba(41,170,225,1) 50%, rgba(240,241,246,1) 50%, rgba(26,39,85,1) 50%, rgba(26,39,85,1) 100%);
    }
}
.homeBottomBoxs > div{
    background-color: #1a2755 ;
}
.homeBottomBoxs > div:nth-child(2n){
    background-color: #25a8e0;
}
.homeBottomBox {
    margin: 10px;
}

.homeBottomBox p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.homeBottomBox .img {
    margin-right: 10px;
}
.homeBottomBox img {
    filter: brightness(0) invert(1);
    max-width: 40px !important;
    width: auto;
}

/* aboutSection */

.aboutSection {
    background: url(images/home-about-us.webp)no-repeat top center rgba(0,0,0,0.5);
	background-size: cover;  
}

.aboutSection h2, .aboutSection p {
    color:#fff;
    text-align: center;
}

.aboutSection p {
    text-align: center;
    font-weight: normal;
}

/* weProvideAplatform */

.weProvideAplatformWrap p {
    font-size: 14px;
}
.weProvideAplatformWrap .weProvideAplatformBox {
    padding: 15px;
    text-align: center;
}

.weProvideAplatformBox img {
    margin-bottom: 15px;
}

.weProvideAplatformBox h3 {
    font-size: 15px;
}

.weProvideAplatformBox p {
    font-size: 13px ;
    color: #666 ;
    margin: 0;
}

.weProvideAplatformWrapBorder .weProvideAplatformBox {
    border: 1px #1a2755 solid;
    border-radius: 10px;
}

.weProvideAplatformWrapHover .weProvideAplatformBox:hover {
    cursor: pointer;
    background-image: linear-gradient(to top, #1a2755, #204276, #235f96, #237eb6, #249ed5);
}

.weProvideAplatformWrapHover .weProvideAplatformBox:hover img {
    filter: brightness(0) invert(1);
}

.weProvideAplatformWrapHover .weProvideAplatformBox:hover p, .weProvideAplatformWrapHover .weProvideAplatformBox:hover h3 {
    color:#fff;
}

/* wereTheBestAgency */

/* workShowcase */

.workShowcaseCon {
    margin-right: 15px;
}
.workShowcase p {
    font-size: 14px;
}

@media(max-width:767px){
    .workShowcaseCon {
        margin: 0 15px;
    }
}

/* servingFortune */

.servingFortune {
    background: url(images/sfcb-00.webp)no-repeat top center rgba(0,0,0,0.5);
	background-size: cover;  
}

.servingFortune h2, .servingFortune h3, .servingFortune p, .servingFortune .count {
    text-align:center;
    color: #fff;
}

.servingFortuneBox {
    text-align: center;
}

.servingFortuneBox .count {
    font-size: 25px;
    font-weight: 700;
}

.servingFortuneBox p {
    font-size: 20px;
}

/* completeBundlePackageWrap */
.completeBundlePackageWrap {
    background: url(images/cbp-big-bg.webp)no-repeat top center rgba(0,0,0,0.5);
	background-size: cover;  
    padding: 20px 0;
}

.completeBundlePackageWrap h2, .completeBundlePackageWrap p, .completeBundlePackageWrap li {
    color:#fff;
}
.completeBundlePackageWrap h3 {
    color:#2aa7dd;
}

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

.completeBundlePackageTop , .completeBundlePackageBottom {
    background-color:#2aa7dd;
    padding: 10px 15px;
    text-align: center;
}

.completeBundlePackageTop h2, .completeBundlePackageBottom p {
    margin: 0;
}

.completeBundlePackageBottom p { 
    font-size: 13px;
}


/* gotAnIdea */
.gotAnIdea {
    background: url(images/home-about-us.webp)no-repeat top center rgba(0,0,0,0.5);
	background-size: cover;  
}

.gotAnIdea h2 {
    color:#fff;
    font-size: 30px;
}

.gotAnIdea h2 span  {
    font-size: 22px;
}

/* contactUssection */

.contactUssection {
    background: url(images/contact-us-bg.webp)no-repeat top center rgba(0,0,0,0.5);
	background-size: cover;  
}

.contactUssection h2 span {
    color:#2aa7dd;
 }

.contactUssection .gfield input {
    margin: 0 !important;
    border:none !important;
    border-radius: 5px !important;
    padding: 10px  10px 10px 40px!important;
    font-size: 15px !important;
 }

 .contactUssection textarea {
    margin: 0 !important;
    border:none !important;
    border-radius: 5px !important;
    padding: 5px  10px !important;
    font-size: 15px !important;
 }


.contactUssection textarea {
    height: 150px !important;
 }

.gform_footer .gform_button.button {
    background: #1b2855 !important;
    border-radius: 5px;
    margin: 0 !important;
    font-weight: 500;
    border: 1px solid #fff !important;
    font-size: 18px !important;
    padding: 10px 40px;
    color:#fff !important;
}

.contactUssection .lfName .ginput_container,
.contactUssection .lfEmail .ginput_container,
.contactUssection .lfPhone .ginput_container {
    position: relative;
}

.contactUssection .lfName .ginput_container:before,
.contactUssection .lfEmail .ginput_container:before,
.contactUssection .lfPhone .ginput_container:before {
    top: 5px;
    left: 10px;
    font-size: 24px !important;
    position: absolute;
    color: #1b2855;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contactUssection .lfName .ginput_container:before {
    content:"";
}

.contactUssection .lfEmail .ginput_container:before {
    content:"";
}

.contactUssection .lfPhone .ginput_container:before { 
    content:"";
}

/* checkList ul List */

.checkList {
    list-style: none;
}

.checkList li{
    line-height: 30px;
}

.checkList li:before {
    content: "✓";
    color:#25a8e0;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
    margin-left: -30px;
    margin-right: 10px;
}

/* Price Table */

.priceTableWrap {

}

.priceTableBox {
    
    width: 100% !important;
    background: #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 10px -5px !important;
    position: relative;
}

.priceTableBox .priceTableHeader {
    line-height: 0px;
    padding: 20px;
    background: rgb(0,69,120);
    background: linear-gradient(90deg, rgba(0,69,120,1) 0%, rgba(0,69,120,1) 35%, rgba(0,158,213,1) 100%);
}

.priceTableBox .priceTableHeader div{
    display:inline-block;
    color:#fff;
}

.priceTableBox .priceTableHeader .priceTableIcon {
    margin-right: 5px;
	vertical-align: top;
}

.priceTableBox .priceTableHeader .priceTableTitle{
    font-size: 18px;
	line-height:25px;
}

.priceTableBox .priceTableHeader .priceTableTitle span{
    font-size: 12px;
	line-height:12px;
	display: block ;
	margin-top:5px;
}

.priceTableBox .priceTableHeader .priceTablePrice{
    float: right;
    text-align: right;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}

.priceTableBox .priceTableHeader .priceTablePrice span{
    display: block;
    font-size: 13px;
}

.priceTableBox .priceTableCon{
    padding: 20px 20px 100px ;
}

.priceTableBox .priceTableCon ul{
    list-style: none;
    padding: 0;
    margin: 0;
	height: 270px;
    overflow-y: overlay;
}

.priceTableBox .priceTableCon ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 30px;
    line-height: 30px;
}

.priceTableBox .priceTableCon p {
	font-size:14px;
}

.priceTableBox .priceTableCon ul li:before {
	content:"✓";
    color: #03aae0;
    font-weight: bold;
    display: inline-block;
    margin-left: -30px;
    margin-right: 5px;
}

.priceTableBox .priceTableBtn {
    padding: 20px 0;
    width: 100%;
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 992px) and (min-width: 767px)  {

    .priceTableBox .priceTableHeader div{
        display:block;
    }

    .priceTableBox .priceTableHeader .priceTableIcon {
       display: none;
    }

    .priceTableBox .priceTableHeader .priceTableTitle{
        width:100%;
        text-align: center;
    }

    .priceTableBox .priceTableHeader .priceTablePrice{
        float: none;
        text-align: center;
        width: 100%;
    }
}

/* possibleFeatures */

.possibleFeaturesBoxImg {
    height: 80px;
    line-height: 80px;
    margin-bottom: 20px;
}

.possibleFeaturesBox h3 {
    font-size: 20px;
}

/*  */

.LangingPageHero {
    background: url(images/leading_page_header-bgg.webp) no-repeat top center rgba(0,0,0,0.5);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.LangingPageHero h1{
    font-size: 60px;
}

.LangingPageHero h1, .LangingPageHero p, .LangingPageHero li {
    color:#fff;
}
.LangingPageHero h1 span {
    font-size: 70px;
    color: #25a8e0;
    -webkit-text-fill-color: #25a8e0; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.LangingPageHero ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.LangingPageHero ul li {
    display: inline-block;
    width: 48%;
    line-height: 40px;
}

.LangingPageHero ul li span {
    color: #f8cb44 !important;
    font-size: 30px;
    vertical-align: sub;
}

.langingPageHeroFormWrap {
    background: rgba(255,255,255,0.7);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.langingPageHeroFormTitle {
    color: #fff;
    font-size:20px;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    background: linear-gradient(to top, #1b2e5d, #21487c, #23659c, #2482bb, #24a1d9) !important;
    padding: 20px;
}

.langingPageHeroForm {
    padding: 20px;
}

.langingPageHeroForm p {
    color: #1a2755;
    font-weight: bold;
}

.langingPageHeroForm .gfield {
    width:100%;
    padding: 0px !important;
    margin: 0 !important;
}

.langingPageHeroForm .gfield input{
    width:100% !important;
    border-radius: 5px !important;
    padding: 8px 18px !important;
    background: #1c1c1c !important;
    border: none !important;
    line-height: 25px;
    margin: 0 0 10px !important;
}

.langingPageHeroForm .gform_footer {
    padding: 0 !important;
    text-align: center;
    margin-top: 0;
}

.langingPageHeroFormFooter {
    padding: 0 20px 20px;
    font-size: 13px;
    line-height: 14px;
    text-align: left;
}

.langingPageHeroFormFooter img {
    float: left;
    margin-right: 8px;
    width: 30px;
}

.langingPageHeroFormFooter a{
    color: #000;;
}

.langingPageHeroFormFooter strong{
    display: block;
}

@media(max-width:767px){
    .LangingPageHero ul li { width: 100%; }
}

.logoCategorySectionSlider img {
    max-width: 250px !important;
    margin: 0 auto !important;
}

/* weCreateArtisticThingsWithAspirationBox */

.weCreateArtisticThingsWithAspirationBox {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px !important;
    margin-bottom: 20px;
}

.weCreateArtisticThingsWithAspirationBox img {
    min-width: 67px;
    margin-right:10px;
}

.weCreateArtisticThingsWithAspirationBox h3 {
    font-size: 18px;
}

.weCreateArtisticThingsWithAspirationBox p {
    font-size: 13px;
    line-height: 17px;
}

/* Portfolio */
/* .portfolioFilter a{
    width: 100%;
    height: 300px;
} */

.portfolioFilter img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.listFilterButton {
    padding: 0;
    margin: 0;
    text-align: center;
}

.portfolioFilter .filter-button
{
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    color: #1a2755;
}
.portfolioFilter .filter-button:hover
{
    font-size: 18px;
    border: 1px solid #1a2755;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #1a2755;

}

.portfolioFilter .filter-button.active
{
    background-color: #1a2755;
    color: white;
}

.portfolioFilter .port-image
{
    width: 100%;
}

.portfolioFilter .gallery_product{
    padding: 0 !important;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.portfolioFilter .block{
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.portfolioFilter .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/* ourProcess Box */

.ourProcessBoxLineBottom {
    position: relative;
    width: 2px;
    height:100px;
    margin: 10px auto;
    background-color: #2aa7dd;
}

.ourProcessBoxLineBottom::after {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background-color: #2aa7dd;
    content: "";
    bottom: 0;
    left: -3.5px;
}

.ourProcessBoxLineTop {
    position: relative;
    width: 2px;
    height:100px;
    margin: 10px auto;
    background-color: #1a2755;
    }

.ourProcessBoxLineTop::before {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background-color: #1a2755;
    content: "";
    top: 0;
    left: -3.5px;
}

.ourProcessBoxs h3 {
    color: #2aa7dd;
}

.ourProcessBoxs div:nth-child(2n) h3 {
    color: #1a2755;
}

.ourProcessBoxs .ourProcessBox {
    padding-top:278px;
    position: relative;
}

.ourProcessBoxs .ourProcessBox:after{
    position: absolute;
    height: 150px;
    width: 100px;
    content: "";
    display: block;
    background: url(images/our-procces-arrow.webp)no-repeat center center;
    background-size: contain;
    left: -30%;
    top: 260px;
}

.ourProcessBoxs div:nth-child(2n) .ourProcessBox {
    padding-top: 0;
}

.ourProcessBoxs div:first-child .ourProcessBox::after {
    display: none;
}

@media(max-width:992px) {
    .ourProcessBoxs .ourProcessBox {
        padding-top:340px;
    }

    .ourProcessBoxs .ourProcessBox:after{
        top: 355px;
        height: 80px;
        width: 50px;
    }
}

@media(max-width:767px) {
    .ourProcessBoxs div:nth-child(5) .ourProcessBox {
        padding-top:0 !important;
    }
}

.twoColText {
	column-count: 2;
}

@media(max-width:767px) {
	.twoColText {column-count: 1;}
}


/* sidebar categories */

.sidebar-page-widget h5 {
	font-size: 20px;
    background: #1a2755;
    color: #fff;
    padding: 10px;
	margin:0;
}

.sidebar-page-widget ul {
	list-style:none;
	padding:0;
	padding:10px;
	border:#1a2755 1px solid;
}

.sidebar-page-widget ul a {
	color: #1a2755;
}

/* columnBox */

.columnBox{
    display: block;
}

.columnBoxs .columnBox{
    padding: 20px;
    margin: 10px 0;
    border-radius: 10px;
}

.columnBoxs .columnBox .columnBoxImg {
    margin-bottom: 20px;
}

.columnBoxs .columnBox img {
    width:100px;
	height:auto;
}

.columnBoxs .columnBox h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.columnBoxs .columnBox p {
    font-size: 15px;
    line-height: 25px;
	margin-bottom:0;
}

.columnBoxs .columnBox:hover {
    color: #ffffff!important;
    background-image: linear-gradient( 50deg,#0a2255 0%,#824cf9 80%);
    background-color: transparent;
}

.columnBoxs .columnBox:hover h3{ 
    color:#fff;
}

.columnBoxs .columnBox:hover p{ 
    color:#fff;
}

.columnBoxImgColorWhite .columnBox:hover img{ 
    filter:  brightness(0) invert(1);
}

.columnBoxBgColor .columnBox {
    background-color:  #f7f7f7;
}


/* three Column Boxs Border */

.threeColumnBoxsBorder > div:nth-child(1) {
    border-bottom: #8e8f8f 2px solid;
}

.threeColumnBoxsBorder > div:nth-child(2) {
    border: #8e8f8f 2px solid;
    border-top: none;
}

.threeColumnBoxsBorder > div:nth-child(3) {
    border-bottom: #8e8f8f 2px solid;
}

.threeColumnBoxsBorder > div:nth-child(5) {
    border-left: #8e8f8f 2px solid;
    border-right: #8e8f8f 2px solid;
}

.threeColumnBoxsBorder > div:nth-child(7), .columnBoxsBorder > div:nth-child(9) {
    border-top: #8e8f8f 2px solid;
}

.threeColumnBoxsBorder > div:nth-child(8) {
    border: #8e8f8f 2px solid;
    border-bottom: none;
}

.threeColumnBoxsBorder > div:nth-child(9) {
    border-top: #8e8f8f 2px solid;
}

@media(max-width:767px){

    .threeColumnBoxsBorder > div:nth-child(2) {
        border: none;
        border-bottom: #8e8f8f 2px solid;
    }

    .threeColumnBoxsBorder > div:nth-child(4) {
        border-bottom: #8e8f8f 2px solid;
    }

    .threeColumnBoxsBorder > div:nth-child(5) {
        border: none;
        border-bottom: #8e8f8f 2px solid;
    }

    .threeColumnBoxsBorder > div:nth-child(2) {
        border: none;
        border-bottom: #8e8f8f 2px solid;
    }
}

/* fourColumnBox */

.fourColumnBoxsBorder > div:nth-child(1), .fourColumnBoxsBorder > div:nth-child(4) {
    border-bottom: #8e8f8f 2px solid;
}

.fourColumnBoxsBorder > div:nth-child(2) {
    border: #8e8f8f 2px solid;
    border-top: none;
}

.fourColumnBoxsBorder > div:nth-child(3) {
    border-right: #8e8f8f 2px solid;
    border-bottom: #8e8f8f 2px solid;
}

.fourColumnBoxsBorder > div:nth-child(6) {
    border-left: #8e8f8f 2px solid;
    border-right: #8e8f8f 2px solid;
}

.fourColumnBoxsBorder > div:nth-child(7) {
    border-right: #8e8f8f 2px solid;
}

@media(max-width:767px){

    .fourColumnBoxsBorder > div:nth-child(1) {
        border-right: #8e8f8f 2px solid !important;
    }
    .fourColumnBoxsBorder > div:nth-child(2) {
        border: none;
        border-bottom: #8e8f8f 2px solid;
    }

    .fourColumnBoxsBorder > div:nth-child(4) {
        border-bottom: #8e8f8f 2px solid;
    }

    .fourColumnBoxsBorder > div:nth-child(5) {
        border: none;
        border-bottom: #8e8f8f 2px solid;
        border-right: #8e8f8f 2px solid;
    }

    .fourColumnBoxsBorder > div:nth-child(6) {
        border-left: none;
        border-right: none;
        border-bottom: #8e8f8f 2px solid;
    }

    .fourColumnBoxsBorder > div:nth-child(2) {
        border: none;
        border-bottom: #8e8f8f 2px solid;
    }
}

.order-now .nav-link span{
	background: #24a7e0;
    padding: 12px;
    color: #fff;
    border-radius: 26px;
}

.langingPageHeroForm .gfield input{
	background:#ffffff!important;
}

#homeHero h1 {
    text-transform: capitalize;
}

.iti.iti--allow-dropdown.iti--separate-dial-code input {
    padding-left: 90px !important;
}