/*
Theme Name: Istroll_cities_child_theme


Author: Janhost Dev

Template: oceanwp
Version: 5.4.9 
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


header .sidebar-box {
    width: auto !important;
    display: inline-block;
}
#mobile-dropdown {
    max-height: 100vh !important;
}
.banner_Sect:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background: radial-gradient(600px at 250px,hsla(0,0%,100%,.9) 0,transparent 100%);
    display: none;
}
header#site-header, header #site-logo #site-logo-inner, header #site-navigation-wrap .dropdown-menu > li > a {
    height: 88px !important;
}
/*header #site-navigation-wrap .dropdown-menu {
    margin-right: 221px !important;
}*/
header#site-header {
    box-shadow: 0 3px 0 0 rgba(51,49,50,.2);
}
.signup_button > a {
    line-height: 88px !important;
    background: #00958a;
}
header li.search-toggle-li {
    display: none;
}
.signup_button {
    transition: all .3s ease-in;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    /*border-bottom: 3px solid #00958a;*/
}
#site-navigation-wrap .dropdown-menu > li > a .nav-arrow{
    display: none;
}
.signup_button > a{
     height: 105px;
}
#site-logo #site-logo-inner a:hover img{
    opacity: 1 !important;
}
/*.signup_button:hover {
    height: 120px;
    transition: all .3s ease-in !important;
}*/
#site-navigation-wrap .dropdown-menu > li:not(.signup_button) > a{
border-bottom: 3px solid transparent;
}
ul#menu-top-menu li a {
    font-size: 15px !important;
    font-weight: 300;
}
ul#menu-top-menu li a:hover{
    color: #00958a !important;
}

#site-navigation-wrap .dropdown-menu > li:not(.signup_button) > a span {
    color: #333132;
    font-size: 17px;
    font-weight: bold;
    font-style: italic;
    height: 100%;
    display: flex;
    align-items: center;
}
#site-navigation-wrap .dropdown-menu > .signup_button > a > span {
    color: #fff !important;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: .04em;
    font-style: normal;
    text-transform: initial;
}
.signup_button > a:hover {
    background: #0ca297;
}
#site-navigation-wrap .dropdown-menu > li:not(.signup_button) > a:hover span {
    color: teal !important;
}
#site-navigation-wrap .dropdown-menu > li:not(.signup_button) > a:hover{
    border-bottom: 3px solid #00958a;
}
#top-bar-wrap {
    position: absolute !important;
    width: 750px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    background: transparent;
    background-color: transparent;
    box-shadow: unset;
    border: 0px !important;
}
#top-bar-wrap #top-bar {
    text-align: right;
    margin: 0px;
    max-width: 100%;
}
.top-bar-left {
    float: unset !important;
    position: relative;
    right: 0px;
}
#site-navigation-wrap .dropdown-menu > li:not(.signup_button) {
    height: 91px;
    /*display: flex;
    margin-top: 0px;
    position: relative;
    top: 41px;
    margin-left: 10px;
*/}
#site-navigation-wrap .dropdown-menu > li:not(.signup_button) a {
    height: 100% !important;
    display: flex;
    margin-top: 0px;
    align-items: center;
}
#site-navigation-wrap .dropdown-menu > li:not(.signup_button) > a span {
    color: #333132;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
ul.sub-menu li a:hover span{
    color: #fff !important;
}
footer .custom-menu-widget .oceanwp-custom-menu  ul  li {
    border: 0px;
}
.oceanwp-social-icons li a i {
    font-size: 20px;
    color: #fff;
}
#footer-widgets .footer-box .footer-widget .oceanwp-custom-menu ul li a {
    border: 0px;
    font-size: 17px;
    color: #fff;
}
#footer-widgets .footer-box .footer-widget ul li a:hover {
    color: #00958a;
}
.oceanwp-social-icons li {
        margin-right: 10px !important;
        border: 0px;
}
footer .widget_custom_html{
    text-align: center;
}
#footer-widgets .footer-box .footer-widget ul.oceanwp-social-icons {
  text-align: right;
}
#footer-widgets .footer-box .footer-widget ul.oceanwp-social-icons li a{
  border: 0px;
}
#footer-widgets .footer-box .footer-widget .oceanwp-custom-menu ul {
    text-align: center;
}
#site-logo #site-logo-inner a img {
    height: 65px !important;
    padding-bottom: 7px;
    padding-top: 5px;
}
.news_letter_sec form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    background: linear-gradient(90deg,#eae7e7 0,#f3f3f3);
    width: 70%;
    margin: 20px auto 0px auto;
    padding: 20px 0px;
}
.dark_blue_btn a{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 13px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: 2px solid #00958a !important;
    border-radius: 50px !important;
    background: #00958a !important;
}
.dark_blue_btn a:hover {
   color: #fff !important;
    border: 2px solid #868686 !important;
    background: #868686 !important;
}
.light_blue_btn a{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 13px 40px;
    color: #00958a !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: 2px solid #00958a !important;
    border-radius: 50px !important;
    background: #fff !important;
}
.light_blue_btn a:hover {
   color: #fff !important;
    border: 2px solid #868686 !important;
    background: #868686 !important;
}
.teal_bg .dark_blue_btn a{
    color: #00958a !important;
    border: 2px solid #fff !important;
    border-radius: 50px !important;
    background: #fff !important;
}
.light_blue_btn, .dark_blue_btn {
    display: inline-flex;
    float: left;
    width: auto !important;
    margin-right: 10px;
}
.news_letter_sec .es-field-wrap {
    width: 30%;
    float: left;
    margin-right: 20px;
}
.news_letter_sec form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.news_letter_sec input {
    padding: 13px 28px !important;
    color: #868686 !important;
    font-size: 15px !important;
    border: 2px solid #333132 !important;
    border-radius: 50px !important;
    background-color: #fff !important;
    height: 50px;
    margin-top: 10px;
}

.news_letter_sec input.es_submit_button{
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: 2px solid #00958a !important;
    border-radius: 50px !important;
    background: #00958a !important;
    margin-top: 25px !important;
}
.news_letter_sec input.es_submit_button:hover {
   color: #fff !important;
    border: 2px solid #868686 !important;
    background: #868686 !important;
}
.white .sa_owl_theme .owl-nav .owl-prev, .white .sa_owl_theme .owl-nav .owl-next {

    background: transparent !important;
    color: #fff !important;

}
section .white .sa_owl_theme .owl-nav .owl-prev, section .white .sa_owl_theme .owl-nav .owl-next {

    background-color: transparent !important;
    color: #fff !important;
    background-size: 28px !important;

}
.watermark h2 {
    position: absolute;
    top: -87px;
    left: -65px;
    color: #333132 !important;
    font-size: 165px !important;
    opacity: .05;
}
.test_text, .test_image {
    width: 50%;
    float: left;
}
.test_text h4, .test_text p {
    color: #fff;
}
.test_image img {
    width: 400px !important;
    padding-right: 0px;
    object-fit: cover;
    height: 400px !important;
    border-radius: 50% !important;
}
.test_image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-img img {
    width: auto !important;
    max-height: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    object-fit: cover;
}
.test_text {
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide_sec {
    background: #333132 !important;
    display: inline-block;
}
.slide-content {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.slide-content, .slide-img {
    width: 50%;
    float: left;
}
.slide_sec {
    display: flex;
    align-items: center;
     padding: 30px 30px;
}
.slide-img {
    padding-left: 20px;
    text-align: center;
}
.slide-content h3, .slide-content p {
    color: #fff;
}
.updates_sec .white .sa_owl_theme .owl-nav .owl-prev, .updates_sec .white .sa_owl_theme .owl-nav .owl-next {
    background-color: #00958a !important;
    padding: 30px !important;
    border-radius: 0px;
     top: 50%;
margin-top: 0px !important;
 transform: translate(0%, -50%);
}
section .white .sa_owl_theme .owl-nav .owl-prev {
    left: -60px;
}
section .white .sa_owl_theme .owl-nav .owl-next {
    right: -60px;
}
.updates_sec .white .sa_owl_theme .owl-nav .owl-prev {
    left: 69px;
}
/*.owl-item.active .slide-content, .owl-item.active .slide-img img {
    max-height: 400px !important;
    height: 400px !important;
    margin-top: -25px !important;
    z-index: 99999 !important;
}*/
.updates_sec .owl-item.active {
    transform: scale(1.15) !important;
    -webkit-transform: scale(1.15) !important;
    transition: all 300ms ease !important;
    -webkit-transition: all 300ms ease !important;
    z-index: 9 !important;
    opacity: 1 !important;
}
.updates_sec .owl-item {
    opacity: 0.7 !important;
}
.updates_sec .white .sa_owl_theme .owl-nav .owl-next {
    right: 69px;
}
.updates_sec .owl-carousel .owl-stage-outer{
    overflow: visible !important;
}
.teal_bg .white .sa_owl_theme .owl-nav .owl-prev:hover, .teal_bg .white .sa_owl_theme .owl-nav .owl-next:hover {
    background-color: transparent !important;
    color: #fff !important;
}
.image_shape .elementor-image, .image_shape .elementor-widget-video .elementor-wrapper {
    width: 100%;
    height: 400px;
    position: relative;
    display: inline-block;
    padding: 0px !important;
}
.image_shape .elementor-image .tl, .image_shape .elementor-image .tr,
.image_shape .elementor-image .bl, .image_shape .elementor-image .br, .image_shape .elementor-widget-video .elementor-wrapper .tl, .image_shape .elementor-widget-video .elementor-wrapper .tr,
.image_shape .elementor-widget-video .elementor-wrapper .bl, .image_shape .elementor-widget-video .elementor-wrapper .br {
    width: 0; 
    height: 0;
    position: absolute;        
}
.image_shape .elementor-image .tl, .image_shape .elementor-widget-video .elementor-wrapper .tl {
    top: 0;
    left: 0;
    border-top: 50px solid white; 
    border-right: 50px solid transparent;
}
.image_shape .elementor-image .tr, .image_shape .elementor-widget-video .elementor-wrapper .tr {
    top: 0;
    right: 0;
    border-top: 50px solid white; 
    border-left: 50px solid transparent;
}
.image_shape .elementor-image .bl, .image_shape .elementor-widget-video .elementor-wrapper .bl {
    bottom: 0;
    left: 0;
    border-bottom: 50px solid white;
    border-right: 50px solid transparent;
}
.image_shape .elementor-image .br, .image_shape .elementor-widget-video .elementor-wrapper .br {
    bottom: 0;
    right: 0;
    border-bottom: 50px solid white; 
    border-left: 50px solid transparent;
}
.image_shape img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}
.updates_sec{
    overflow: hidden;
}
.teal_bg{
    overflow: hidden;
}
.single-post .elementor-heading-title {
    margin: 0px auto !important;
    padding: 0px !important;
}
.postid-483 .entry-header.clr, .postid-483 .meta, .postid-483 #comments {
    display: none !important;
}
.city_item_wrap {
    padding: 25px 25px;
    border-bottom: 2px solid #d1d2d4;
        border-bottom-color: rgb(209, 210, 212);
    border-bottom-color: rgb(209, 210, 212);
    border-bottom-color: rgb(209, 210, 212);
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 45%;
    float: left;
}
.city_item_wrap:first-child, .city_item_wrap:nth-child(2){
    border-top: 2px solid #d1d2d4;
}
.city_item_wrap:nth-child(2n+1) {
    float: left;
}
.city_item_wrap:nth-child(2n) {
    float: right;
}
.city_short_desc_wrap p {
    color: #868686;
    font-size: 16px;
    font-weight: 500;
}
.city_item_wrap:hover {
    background: #263746;
    border-bottom-color: #263746;
    color: #fff;
}
.city_item_wrap:hover p, .city_item_wrap:hover span{
    color: #fff !important;
}
.city_title_wrap span {
    color: #263746;
    font-size: 45px;
    font-style: italic;
    font-weight: bold;
}
footer .custom-menu-widget .oceanwp-custom-menu ul li {
    border: 0px;
    display: inline-block;
    margin-right: 35px;
}
.updates_sec .white .sa_owl_theme .owl-nav .owl-prev {
    display: none !important;
}
.updates_sec .white .sa_owl_theme .owl-nav .owl-next {
    display: none !important;
}
.footer-box {
    width: 20% !important;
}
.footer-box:nth-child(2) {
    width: 60% !important;
}
.footer-box .oceanwp-social-icons li a {
    width: unset !important;
    margin-left: 15px !important;
}
footer .custom-menu-widget .oceanwp-custom-menu ul li:last-child {
    margin: 0px;
}
.news_letter_sec input:focus {
    border: 2px solid #00958a !important;
}
.pricing-grid .price{
    font-size:2em;
    margin:.67em 0;
}
.pricing-grid a{
    background-color:transparent;
}
.pricing-grid .price,.pricing-grid .title{
    margin-top:0;
    margin-bottom:10px;
}
.pricing-grid .price{
    color:#00958a;
    font-size:65px;
    font-weight:700;
    letter-spacing:.02em;
    line-height:74px;
    text-transform:uppercase;
}
.pricing-grid .title{
    color:#333132;
    font-size:25px;
    font-weight:700;
    line-height:27px;
    text-transform:uppercase;
}
.pricing-grid ul{
    margin:0 0 20px;
}
.pricing-grid a{
    color:inherit;
    font-weight:700;
    text-decoration:none;
    border-bottom:2px solid #00958a;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
.pricing-grid a:focus, .pricing-grid a:hover{
    color:#00958a;
    border-bottom-color:transparent;
}
.pricing-grid .alt-content a{
    border-bottom-color:#333132;
}
.pricing-grid .alt-content a:focus, .pricing-grid .alt-content a:hover{
    color:#333132;
    border-bottom-color:transparent;
}
.pricing-grid ul{
    list-style:none;
}
.pricing-grid ul li{
    position:relative;
    margin-bottom:5px;
}
.pricing-grid .form_btn_class {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 13px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 50px;
    background: #00958a;
}
.pricing-grid .form_btn_class:hover, .pricing-grid .form_btn_class:focus {
    color: #fff;
    border-color: #868686;
    background: #868686;
}
.pricing-grid .alt-content .form_btn_class{
    border-bottom:#00958a !important;
}
.pricing-grid .alt-content .button:focus,.alt-content .form_btn_class:hover{
    border-bottom-color:#868686 !important;
}
.pricing-grid .alt-buttons .form_btn_class {
    color: #fff !important;
    background: #333132 !important;
    border: 2px solid #333132 !important;
}
.pricing-grid .alt-buttons .form_btn_class:focus,.alt-buttons .form_btn_class:hover{
    color:#00958a !important;
    border-color:#fff !important;
    background:#fff !important;
}
.pricing-grid .features li i {
    color: #00958a ;
    font-size: 20px;
}
.pricing-grid .label,.pricing-grid .subtitle{
    color:#333132;
    font-size:15px;
    font-weight:500;
    line-height:18px;
    letter-spacing:.06em;
    text-transform:uppercase;
}
.pricing-grid{
    position:relative;
    margin:0 auto;
}
.pricing-grid li{
    margin:0;
    padding:10px 0;
    border-bottom:2px solid #d1d2d4;
}
.pricing-grid li:before{
    display:none;
}
.pricing-grid li:last-child{
    border-bottom:none;
}
.pricing-grid .features-header{
    margin:0;
    padding:0 15px 0 50px;
    background:hsla(0,0%,100%,.9);
}
.pricing-grid .features-header li{
    display:grid;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background:#fff;
}
.pricing-grid .price-columns{
    width:100%;
}
.pricing-grid .price-spacer{
    width:200px;
    height:200px;
}
.features_row {
    width: 20%;
    display: inline-block;
    float: left;
}
.features_row .features-header-sec {
    width: 100% !important;
}
.pricing_row {
    width: 100%;
    float: left;
}
.plan_description {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 20px;
    min-height: 50px;
}
.pricing-grid .price-column{
    width:25%;
    text-align:center;
}
.pricing-grid .price-column.wid_5{
    width:20%;
    text-align:center;
}
.pricing-grid .price-column.wid_6{
    width:33.33%;
    text-align:center;
}
.pricing-grid .price-column:last-child{
    margin-right:0;
}
.pricing-grid .label{
    padding:15px;
    background:#f3f3f3;
}
.pricing-grid .label+.details{
    margin-top:0;
}
.pricing-grid .details{
    margin-top:48px;
    padding:30px 5px;
    color:#fff;
    background:#333132;
    border-top: 7px solid #00958a;
}
.pricing-grid .title{
    margin-bottom:25px;
    color:#fff;
}
.pricing-grid .price{
    margin-bottom:30px;
    color:#fff;
}
.pricing-grid .subtitle{
    margin-bottom:20px;
    color:#fff;
}
.pricing-grid .button{
    width:100%;
    margin-right:0;
    margin-bottom:0;
}
.pricing-grid .features li {
    font-size: 16px;
    color: #00958a;
    height: 48px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-column:not(.features-header-sec) ul{
    background: #f3f3f3;
}
.pricing-grid .features li{
    border-bottom-color:transparent;
}
.pricing-grid .features .type-checkbox{
    line-height:14px;
}
.pricing-grid .featured .details{
    background:#00958a;
}
.pricing-grid .featured .label{
    color:#00958a;
}
.pricing-grid .alt-content{
    color:#f3f3f3;
}
.pricing-grid .alt-content a{
    border-bottom-color:#fff;
}
.pricing-grid .row-spacing{
    margin-top:60px;
    margin-bottom:60px;
}
.pricing-grid .price-column {
    text-align: center;
    float: left;
    padding: 0px 7px;
}
.price-column.features-header-sec li {
    height: 48px;
}
.features-header-sec .features-header {
    margin: 314px 0px 0px 0px;
    padding: 0px;
}
.pricing-grid a:focus, .pricing-grid a:hover {
    color: #fff;
    border-color: transparent;
    background: #868686;
}
#site-navigation-wrap .dropdown-menu > li {
    margin-left: 10px;
}
header #site-navigation-wrap {
    right: 0px;
    /* left: -15px; */
    text-align: right;
    float: right;
    width: 80%;
    height: 88px;
}
.container {
    max-width: 100% !important;
}
.current-menu-item > a > span{
    color: teal !important;
}
#site-navigation-wrap .dropdown-menu > li.current-menu-item > a {
    border-bottom: 3px solid #00958a;
}
#top-bar-nav > ul > li.current-menu-item a {
    color: teal !important;
}
.mob_btn{
    display: none;
}
#top-bar-wrap #top-bar {
    padding: 8px 0px !important;
}
.faq_sec .elementor-accordion-item {
    width: 55%;
    margin: 0px auto 30px auto;
    float: unset;
    display: block;
    border: 1px solid #00958a !important;
    color: #00958a;
    font-size: 16px;
    padding: 0px;
    border-radius: 5px;
}
.faq_sec .elementor-tab-content{
    border-top: 1px solid #00958a !important
}
.faq_sec .elementor-accordion-item a {
    font-weight: normal;
    padding: 5px 0px;
    line-height: 1.5;
}   
.faq_sec .elementor-accordion-item .elementor-tab-title:hover, .faq_sec .elementor-accordion-item .elementor-tab-title:focus {
    background: #00958a;
    color: #fff;
}
.faq_sec .elementor-accordion-item .elementor-tab-title:hover a, .faq_sec .elementor-accordion-item .elementor-tab-title:focus a{
    color: #fff;
}
.faq_sec .elementor-tab-content{
    color: #333 !important;
    font-size: 15px !important;
}
.test_text h4 {
    font-size: 26px;
}
.test_text p {
    font-size: 16px;
}
.blog article {
    width: 70%;
    margin: 0 auto;
        margin-bottom: 0px;
}
.blog #content-wrap {
    padding: 100px 0px 70px 0px !important;
}
.blog a:hover {
    color: #00958a !important;
}
.blog-entry.large-entry .blog-entry-readmore a:hover, .blog-entry.large-entry .blog-entry-readmore a:focus{
    border: 1px solid #00958a !important;
    background: #fff;
    color: #00958a !important;
}
.blog-entry.large-entry .blog-entry-readmore a {
    border: 1px solid #00958a !important;
    background: #00958a;
    color: #fff !important;
    font-size: 15px !important;
    padding: 12px 15px !important;
}
.blog-entry.post .thumbnail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog .container.clr.page-header-inner {
    height: 100%;
    background-color: rgb(0,149,138,0.6);
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.blog .page-header.hidden-page-header {
    text-align: center;
    padding: 0px;
    height: 300px;
    display: flex;
    align-items: center;
    background-image: url("https://istroll.co/dev/wp-content/uploads/2019/09/New-Project323.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.blog .page-header-title {
    display: block;
    font-size: 60px !important;
    line-height: 1.4em;
    font-weight: bold !important;
    margin: 0;
    color: #fff;
    position: absolute;
    z-index: 9999 !important;
    opacity: 1;
}
.blog-entry-summary.clr p {
    color: #333;
    font-size: 16px;
}
.single .thumbnail img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.single .thumbnail {
   text-align: center;
}
.single .entry-content {
    color: #333;
    font-size: 16px;
    line-height: 2em;
}
.single .single-post-title.entry-title {
    margin-top: 50px;
}
.single-post .entry-header {
    max-width: 70% !important;
    text-align: center;
}
.single-post ul.meta li {
    float: unset;
    display: inline-block;
    font-size: 14px;
    margin: 0px 5px;
}
.single-post ul.meta {
    text-align: center;
}
.single .entry-content {
    color: #333;
    font-size: 16px;
    line-height: 2em;
    margin: 50px auto 0px auto !important;
    max-width: 60% !important;
}
.single .entry-content p, .single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content ul {
    max-width: 100% !important;
}
.theme-heading.related-posts-title .text::before {
    color: #00958a;
}
.related-post-title a:hover {
    color: #00958a !important;
}
#comments .form-submit {
    float: left !important;
}
#comments .form-submit input {
    background: #0f958a;
}
#comments .form-submit input:hover {
    background: #0a6b63;
}
.comment-textarea textarea {
    border-color: #ccc;
    border-width: 1px;
}
#related-posts {
    width: 70%;
}
#comments {
    max-width: 70%;
}
.city_carousel .elementor-testimonial__content {
    width: 50%;
    color: #fff;
}
.city_carousel .elementor-testimonial__footer {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center !important;
}
.city_carousel .elementor-testimonial__footer img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    /*max-height: 100% !important;*/
}
.city_carousel .elementor-testimonial__content strong {
    display: block;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.4;
}
.city_carousel .elementor-testimonial__content {
    width: 50%;
    color: #fff;
    text-align: left;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}
.city_carousel .swiper-slide {
    padding: 0px !important;
}
.city_carousel .elementor-testimonial__content .elementor-testimonial__text {
    font-style: normal;
    font-size: 14px;
    line-height: 1.8em;
}
.city_carousel .elementor-widget-testimonial-carousel{
    padding: 0px 100px;
}
.city_carousel .elementor-testimonial__footer{
    padding-left: 0px !important;
}
.city_carousel .swiper-slide.swiper-slide{
    opacity: 0.5 ;
    background: #000;
}
.city_carousel .swiper-slide.swiper-slide-active {
    transform: scale(1.2) !important;
    z-index: 9999 !important;
    opacity: 1 ;
    background: #333132;
}

.city_carousel .elementor-main-swiper.swiper-container {
    overflow: visible !important;
}
.sub-menu {
    background: #eae7e7;
    padding: 15px 0px;
    border-top: 3px solid #00958a !important;
    margin-top: -3px;
}
.sub-menu li a {
    padding: 15px 20px !important;
    color: #333132;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 18px;
}
ul.sub-menu li a:hover{
    background: #00958a !important;
    color: #fff !important;
}
.sub-menu li {
    border: 0px !important;
}
#site-navigation-wrap .dropdown-menu > li:not(.signup_button) > a span.nav-arrow {
    display: none;
}
#site-navigation-wrap .dropdown-menu {
    display: inline-block;
}
.teal_bg .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image_shape .elementor-widget-video .elementor-wrapper video{
    width: 100%;
    height: 100%;
}
.image_shape .elementor-widget-video .elementor-widget-container{
	text-align: right;
}
body{
	overflow-x: hidden;
}
.dropdown-menu .sub-menu {
    min-width: unset !important;
    padding: 10px 0px;
    right: auto;
    left: 0px !important;
    width: 180px;
}
.contact_page_sec .city_sign_up {
    /* margin: 0 auto; */
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
.contact_page_sec .city_sign_up input, .contact_page_sec .city_sign_up textarea {
    background: #fff !important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.classes_list .elementor-column.elementor-inner-column {
	padding-bottom: 30px;
}
.classes_list .elementor-column.elementor-inner-column:nth-child(odd) {
	padding-right: 10px;
}
.classes_list .elementor-column.elementor-inner-column:nth-child(even) {
	padding-left: 10px;
}
.classes_list .elementor-column.elementor-inner-column .elementor-column-wrap {
	box-shadow: 0px 25px 15px -25px #97a3b8;
	display: block;
	padding: 30px 30px !important;
	background: #fff !important;
	border-radius: 1em;
	transition: all .2s ease-in;
	cursor: pointer;
}
.classes_list .elementor-column.elementor-inner-column:hover  .elementor-column-wrap{
	box-shadow: 0px 10px 10px -10px rgba(151, 163, 184, 0.5);
	transform: scale(0.97);
}
.location_sec {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.virtual_sec {
    width: 100% !important;
    margin: 0 auto;
    padding: 30px 15px;
    color: #fff;
    background: #333132;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.virtual_section img, .virtual_section .elementor-widget-image, .virtual_section .elementor-widget-image div {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.virtual_sec form {
    text-align: left;
    margin-top: 15px;
}
.virtual_sec .elementor-heading-title {
    color: #fff !important;
}
.virtual_sec input[type="submit"]:hover, .virtual_sec input[type="submit"]:focus {
    color: #fff;
    border-color: #868686;
    background: #868686;
}
.virtual_sec input[type="submit"] {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 13px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .12em;
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 50px;
    background: #00958a;
}
.city_sign_up input {
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    margin-bottom: 7px;
    height: 40px !important;
    min-height: 40px !important;
    font-size: 15px !important;
    background: #f3f5f7 !important;
}
.city_sign_up button{
    height: 40px !important;
    font-family: 15px !important;
}
.city_sign_up {
    width: 325px !important;
    max-width: 100% !important;
    background: #fff;
    padding: 30px 20px !important;
}
.istroll_video .elementor-widget-container {
    border-radius: 25px !important;
    display: block;
    box-shadow: 0px 0px 9px 5px #ddd;
}
.istroll_video video {
    cursor: pointer;
}
.city_sign_up textarea {
    font-size: 15px !important;
}
input:focus, textarea:focus {
    border: 1px solid #00958a !important;
}
#footer-widgets .footer-box .footer-widget ul.oceanwp-social-icons li a:hover i {
    color: #00948c;
}
.city_carousel .elementor-testimonial__footer {
    padding: 20px;
}
.city_carousel .elementor-testimonial {
    height: 100%;
}
.partners_sec img{
   transition: all 0.3s ease;
   cursor: pointer;
   min-height: 150px;
}
.partner_sec .swiper-slide{
        padding: 0px 5px !important;
}
.partners_sec img, .partners_sec .gallery-item, .partners_sec .gallery-item div {
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: auto;
    width: 300px !important;
    padding: 0px 10px;
}
.partners_sec .gallery {
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.privacy_page a {
    color: #00958a !important;
}
.signup_button {
	width: 180px;
}
.do_sec {
    width: 80% !important;
    margin: 0 auto;
    max-width: 100% !important;
}
.do_sec .elementor-column.elementor-inner-column:first-child {
    padding-left: 0px;
}
.do_sec .elementor-column.elementor-inner-column:last-child {
    padding-left: 0px;
}
.dont_sec {
    width: 325px !important;
    margin: 0 auto;
    max-width: 100%;
}
.do_dont_sec i {
    position: relative;
    top: -3px;
}
.signup_button > a {
    width: 100%;
    text-align: center;
}
.unsub_btn {
    width: 100% !important;
    text-align: center;
    display: block;
    margin-top: 50px;
}
.unsub_btn.dark_blue_btn a {
        padding: 14px 40px !important;
        font-size: 16px;
}
.do_dont_sec .elementor-container.elementor-column-gap-default {
    padding: 0px !important;
}
.dropdown-menu ul li a.menu-link {
    text-transform: initial !important;
}
.wcmenucart-toggle-drop_down, .woo-menu-icon {
    display: none !important;
}
.woocommerce div.product div.images .open-image, .wcmenucart-details.count, .woocommerce-message a, .woocommerce-error a, .woocommerce-info a, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .owp-product-nav li a.owp-nav-link:hover, .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li a:after, .woocommerce .widget_product_categories li.current-cat >a ~ .count, .woocommerce .widget_product_categories li.current-cat >a:before, .woocommerce .widget_layered_nav li.chosen a ~ .count, .woocommerce .widget_layered_nav li.chosen a:before, #owp-checkout-timeline .active .timeline-wrapper, .bag-style:hover .wcmenucart-cart-icon .wcmenucart-count, .show-cart .wcmenucart-cart-icon .wcmenucart-count, .woocommerce ul.products li.product:not(.product-category) .image-wrap .button, input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button, #site-navigation-wrap .dropdown-menu >li.btn >a >span, .thumbnail:hover i, .post-quote-content, .omw-modal .omw-close-modal, body .contact-info-widget.big-icons li:hover i, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #00958a !important;
}
.woocommerce-MyAccount-navigation ul li a:before, .woocommerce-checkout .woocommerce-info a, .woocommerce-checkout #payment ul.payment_methods .wc_payment_method>input[type=radio]:first-child:checked+label:before, .woocommerce-checkout #payment .payment_method_paypal .about_paypal, .woocommerce ul.products li.product li.category a:hover, .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .product-inner .added_to_cart:hover, .product_meta .posted_in a:hover, .product_meta .tagged_as a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce .oceanwp-grid-list a.active, .woocommerce .oceanwp-grid-list a:hover, .woocommerce .oceanwp-off-canvas-filter:hover, .widget_shopping_cart ul.cart_list li .owp-grid-wrap .owp-grid a.remove:hover, .widget_product_categories li a:hover ~ .count, .widget_layered_nav li a:hover ~ .count, .woocommerce ul.products li.product:not(.product-category) .woo-entry-buttons li a:hover, a:hover, a.light:hover, .theme-heading .text::before, #top-bar-content >a:hover, #top-bar-social li.oceanwp-email a:hover, #site-navigation-wrap .dropdown-menu >li >a:hover, #site-header.medium-header #medium-searchform button:hover, .oceanwp-mobile-menu-icon a:hover, .blog-entry.post .blog-entry-header .entry-title a:hover, .blog-entry.post .blog-entry-readmore a:hover, .blog-entry.thumbnail-entry .blog-entry-category a, ul.meta li a:hover, .dropcap, .single nav.post-navigation .nav-links .title, body .related-post-title a:hover, body #wp-calendar caption, body .contact-info-widget.default i, body .contact-info-widget.big-icons i, body .custom-links-widget .oceanwp-custom-links li a:hover, body .custom-links-widget .oceanwp-custom-links li a:hover:before, body .posts-thumbnails-widget li a:hover, body .social-widget li.oceanwp-email a:hover, .comment-author .comment-meta .comment-reply-link, #respond #cancel-comment-reply-link:hover, #footer-widgets .footer-box a:hover, #footer-bottom a:hover, #footer-bottom #footer-bottom-menu a:hover, .sidr a:hover, .sidr-class-dropdown-toggle:hover, .sidr-class-menu-item-has-children.active >a, .sidr-class-menu-item-has-children.active >a >.sidr-class-dropdown-toggle, input[type=checkbox]:checked:before {
    color: #00958a !important;
}
.woocommerce-checkout .woocommerce-info a {
    background-color: transparent !important;
}
.price, .amount {
    color: #00958a !important;
}
header .wcmenucart {
    display: none;
}
@media (min-width: 768px) and (max-width: 1325px){
    .slider_sec{
        padding-left: 75px !important;
        padding-right: 75px !important;
    }
}

@media (min-width: 960px) and (max-width: 1280px){
    #top-bar-wrap {
        width: 55%;
        right: 286px;
        margin: 0px;
        left: auto;
    }
    .updates_sec .white .sa_owl_theme .owl-nav .owl-prev {
        left: 29px;
    }
    .updates_sec .white .sa_owl_theme .owl-nav .owl-next {
        right: 29px;
    }
}
@media (max-width: 1280px){
     section .elementor-container.elementor-column-gap-default {
        max-width: 100% !important;
        padding: 0px 35px !important;
    }
    section .elementor-container.elementor-column-gap-default section .elementor-container.elementor-column-gap-default {
		padding: 0px !important;
	}
    .container {
        padding: 0px 35px !important;
        max-width: 100% !important;
    }
    .blog #content-wrap {
        padding: 60px 35px 30px 35px !important;
    }
}
@media (max-width: 1200px){
    .watermark h2 {
        font-size: 125px !important;
    }
    footer .custom-menu-widget .oceanwp-custom-menu ul li a{
        font-size: 15px;
    }
    .image_shape .elementor-image, .image_shape .elementor-widget-video .elementor-wrapper {
        width: 100%;
        height: 375px;
    }
    .image_shape .elementor-image .tl {
        border-top: 50px solid white; 
        border-right: 50px solid transparent;
    }
    .image_shape .elementor-image .tr {
        border-top: 50px solid white; 
        border-left: 50px solid transparent;
    }
    .image_shape .elementor-image .bl {
        border-bottom: 50px solid white;
        border-right: 50px solid transparent;
    }
    .image_shape .elementor-image .br {
        border-bottom: 50px solid white; 
        border-left: 50px solid transparent;
    }
    .blog #content-wrap {
        padding: 60px 30px 30px 30px !important;
    }
    .city_carousel .elementor-testimonial__content .elementor-testimonial__text {
        font-size: 12px;
    }
    .city_carousel .elementor-testimonial__content strong {
        margin-bottom: 20px;
        font-size: 32px;
    }
    .city_carousel .elementor-widget-testimonial-carousel {
        padding: 0px 75px;
    }
}
@media (min-width: 960px){
    .header_social_icon {
        display: none !important;
    }
     .hide_in_desktop{
        display: none;
    }
}
@media (min-width: 768px){
    .do_sec .elementor-icon-list-item {
        margin: 0px !important;
        /* padding: 0px !important; */
    }
    .do_sec .elementor-icon-list-item .elementor-icon-list-text {
        min-height: 55px;
        margin-bottom: 0px !important;
    }
}
@media (min-width: 1025px) and (max-width: 1160px){
   .do_sec {
        width: 95% !important;
        padding-left: 35px;
    }
}
@media (max-width: 959px){
    .sidr-class-dropdown-toggle {
        color: #fff !important;
    }
    .sidr-class-header_social_icon a span {
        display: none !important;
    }
    .sidr-class-header_social_icon {
        display: inline-block;
    }
    .sidr-class-header_social_icon a {
        padding: 20px 10px 20px 20px !important;
    }
    .sidr-class-dropdown-menu .sidr-class-header_social_icon a i {
        font-size: 18px !important;
    }
    .sidr-class-menu-item-has-children a:hover .sidr-class-dropdown-toggle {
        color: #00958a !important;
    }
    .blog #content-wrap {
        padding: 60px 25px 30px 25px !important;
    }
    #top-bar-wrap #top-bar {
        padding: 0px 0px !important;
    }
    .mob_btn{
        display: inline-block;
        background: #00958a;
        padding: 0px 10px;
        color: #fff;
        font-size: 15px;
        margin-right: 10px;
        position: absolute;
        right: 65px;
        cursor: pointer;
        height: 88px !important;
        line-height: 88px !important;
    }
    .mob_btn:hover, .mob_btn:focus {
        background: #0e6660;
        color: #fff;
    }
    #sidr {
        background: #00958a !important;
    }
    #sidr li a {
        color: #fff !important;
    }
    #sidr li a:hover, #sidr li a:focus {
        background: #fff !important;
        color: #00958a !important; 
    }
    section .elementor-container.elementor-column-gap-default {
        max-width: 100% !important;
        padding: 0px 25px !important;
    }
    .container {
        padding: 0px 25px !important;
        max-width: 100% !important;
    }
    header .mobile-menu i {
        font-size: 30px;
        color: #00958a;
    }
    .news_letter_sec form {
        width: 100%;
        padding: 20px 15px 20px 15px;
    }
    .updates_sec .white .sa_owl_theme .owl-nav .owl-prev, .updates_sec .white .sa_owl_theme .owl-nav .owl-next {
        display: none;
    }
    footer .custom-menu-widget .oceanwp-custom-menu ul li {
        border: 0px;
        display: block;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .city_title_wrap span {
        font-size: 36px;
        line-height: 1.1em;
    }
    .city_short_desc_wrap {
        margin-top: 12px;
    }
    .city_short_desc_wrap p {
        color: #666;
        font-size: 15px;
        font-weight: 400;
    }
    .image_shape .elementor-image, .image_shape .elementor-widget-video .elementor-wrapper {
        width: 100%;
        height: 375px;
    }
    .image_shape .elementor-image .tl {
        border-top: 50px solid white; 
        border-right: 50px solid transparent;
    }
    .image_shape .elementor-image .tr {
        border-top: 50px solid white; 
        border-left: 50px solid transparent;
    }
    .image_shape .elementor-image .bl {
        border-bottom: 50px solid white;
        border-right: 50px solid transparent;
    }
    .image_shape .elementor-image .br {
        border-bottom: 50px solid white; 
        border-left: 50px solid transparent;
    }
    .test_text, .test_image {
        width: 100%;
        float: unset;
        text-align: center;
    }
    .test_image img {
        width: 250px !important;
        padding-right: 0px;
        height: 250px !important;
        object-fit: cover;
    }
    .test_text {
        height: auto;
        margin-top: 30px;
    }
    .updates_sec .dark_blue_btn {
        text-align: center;
        display: block;
        width: 100%;
        margin: 0px;
    }
    .dark_blue_btn a, .light_blue_btn a {
        padding: 9px 20px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: unset;
        margin: 0px auto;
    }
    .slide-img {
        margin-bottom: 25px;
    }
     .watermark{
        display: none !important;
    }
    .pricing-grid .price-column {
        width: 50%;
        text-align: center;
    }
    .do_sec {
        width: 95% !important;
    }
}
@media (max-width: 767px){
    .pricing-grid .details {
        margin-top: 15px;
    }
       #mobile-dropdown ul li {
    width: 100%;
    flex-direction: column;
}   
.sub-menu {
    width: 100%;
}
li.signup_button > a, li.signup_button > a span {
    color: #fff !important;
}

    .do_sec {
        width: 100% !important;
    }
    .city_carousel .elementor-testimonial__footer {
        padding: 10px 10px 0px 10px !important;
    }
    .banner_Sect .elementor-container.elementor-column-gap-default {
        width: 100%;
    }
    .city_item_wrap:first-child, .city_item_wrap:nth-child(2) {
        border-top: 0px;
    }
    section .elementor-container.elementor-column-gap-default  section .elementor-container.elementor-column-gap-default{
        padding: 0px !important;
    }
    #content-wrap {
        padding: 0px !important;
    }
    .woocommerce-page #content-wrap {
        padding: 20px !important;
    }
	.image_shape .elementor-widget-video .elementor-widget-container{
		text-align: center;
	}
	.classes_list .elementor-column.elementor-inner-column:nth-child(2n) {
		padding-left: 0px;
	}
	.classes_list .elementor-column.elementor-inner-column:nth-child(2n+1) {
		padding-right: 0px;
	}
	.classes_list .elementor-column.elementor-inner-column .elementor-column-wrap {
		padding: 20px 15px !important;
	}
	.classes_list .elementor-column.elementor-inner-column:hover .elementor-column-wrap {
		box-shadow: unset;
		transform: unset;
	}
	.classes_list .elementor-column.elementor-inner-column {
		padding-bottom: 20px;
	}
    .single-post #content-wrap {
        padding: 30px 0px 0px 0px !important;
    }
    .blog .blog-entry.post .thumbnail {
        width: 100%;
    }
    .blog article {
        width: 100%;
    }
    .image_shape .elementor-image {
        display:block;
    }
    .city_item_wrap {
        padding: 30px 15px;
    }
    .city_title_wrap span {
        font-size: 30px;
        line-height: 1.1em;
    }
    section .elementor-container.elementor-column-gap-default {
        max-width: 100% !important;
        padding: 0px 15px !important;
        width: 100%;
    }
    .image_shape .elementor-image {
        text-align: center;
        margin: 0 auto;
    }
    footer .custom-header-logo.clr.left {
        text-align: center;
    }
    .order_change .elementor-column:first-child {
        order: 2;
    }
    .container {
        padding: 0px 15px !important;
        max-width: 100% !important;
    }
    .news_letter_sec form {
        display: block;
        padding: 20px 15px 40px 15px;
    }
    .news_letter_sec .es-field-wrap {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .news_letter_sec input.es_submit_button {
        display: block !important;
        width: 100%;
        position: relative;
        top: 15px;
    }
    
    .dark_blue_btn a, .light_blue_btn a {
        padding: 9px 20px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: unset;
        margin: 0px auto;
    }
    .city_item_wrap {
        width: 100%;
        float: left;
    }

    #footer-widgets .footer-box .footer-widget ul.oceanwp-social-icons {
      text-align: center !important;
    }
    .slide-content {
        padding: 20px 15px !important;
        text-align: center;
    }
    .slide_sec {
         padding: 0px 0px;
    }
    .footer-box:last-child {
        margin: 0px !important;
    }
    .footer-box:first-child {
        width: 33.33% !important;
    }
    .footer-box:nth-child(2) {
        width: 33.33% !important;
    }
    .footer-box:last-child {
        width: 33.33% !important;
    }
    .slide-img{
        padding-left: 0px;
    }
    .image_shape .elementor-image, .image_shape .elementor-widget-video .elementor-wrapper {
        width: 365px;
        height: 300px;
    }
    .image_shape .elementor-image .tl {
        top: 0;
        left: 0;
        border-top: 50px solid white; 
        border-right: 50px solid transparent;
    }
    .image_shape .elementor-image .tr {
        top: 0;
        right: 0;
        border-top: 50px solid white; 
        border-left: 50px solid transparent;
    }
    .image_shape .elementor-image .bl {
        bottom: 0;
        left: 0;
        border-bottom: 50px solid white;
        border-right: 50px solid transparent;
    }
    .image_shape .elementor-image .br {
        bottom: 0;
        right: 0;
        border-bottom: 50px solid white; 
        border-left: 50px solid transparent;
    }
    .image_shape .elementor-widget-video .elementor-wrapper .tl {
        top: 0;
        left: 0;
        border-top: 50px solid white; 
        border-right: 75px solid transparent;
    }
    .image_shape .elementor-widget-video .elementor-wrapper .tr {
        top: 0;
        right: 0;
        border-top: 50px solid white; 
        border-left: 75px solid transparent;
    }
    .image_shape .elementor-widget-video .elementor-wrapper .bl {
        bottom: 0;
        left: 0;
        border-bottom: 50px solid white;
        border-right: 75px solid transparent;
    }
    .image_shape .elementor-widget-video .elementor-wrapper .br {
        bottom: 0;
        right: 0;
        border-bottom: 50px solid white; 
        border-left: 75px solid transparent;
    }
    .mob_btn{
        right: 50px;
        height: 65px !important;
        line-height: 65px !important;
    }
    #site-logo #site-logo-inner a img {
        height: 55px !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    header#site-header, header #site-logo #site-logo-inner, header #site-navigation-wrap .dropdown-menu > li > a {
        line-height: 65px !important;
        height: 65px !important;
    }
    .oceanwp-mobile-menu-icon a, .after-header-content-inner > a {
        line-height: 65px !important;
        top: 5px;
        position: relative;
    }
    .faq_sec .elementor-accordion-item {
        width: 100%;
        margin: 0px auto 20px auto;
    }
    .test_text h4 {
        font-size: 20px;
    }
    .test_text p {
        font-size: 15px;
    }
    .blog #content-wrap {
        padding: 40px 15px 10px 15px !important;
    }
    .blog .page-header-title {
        display: block;
        font-size: 40px;
        font-weight: bold;
    }
    .single-post .entry-header {
        max-width: 100% !important;
        text-align: center;
        padding: 0px 15px !important;
    }
    #related-posts {
        width: 100%;
    }
    #comments {
        max-width: 100%;
    }
    .single .entry-content {
        font-size: 15px;
        max-width: 100% !important;
        margin: 20px auto 0px auto !important;
    }
    .single .single-post-title.entry-title {
        margin-top: 30px;
        font-size: 24px;
        margin: 30px auto 0px auto !important;
    }
    .single-post.content-max-width ul.meta li {
        display: inline-block;
        margin-bottom: 10px !important;
        text-align: left;
    }
    .single-post.content-max-width ul.meta {
        text-align: left !important;
    }
    .single-post h1 {
        margin: 20px 0px !important;
        font-size: 20px;
    }
    .city_carousel .elementor-widget-testimonial-carousel {
        padding: 0px 50px;
    }
    .city_carousel .elementor-testimonial {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .city_carousel .elementor-testimonial__content, .city_carousel .elementor-testimonial__footer {
        width: 100%;
        float: unset;
    }
    .city_carousel .elementor-testimonial__content {
        padding: 20px 10px;
    }
    .city_carousel .elementor-testimonial__footer {
        padding-right: 0px;
    }
    .city_carousel .elementor-testimonial__content .elementor-testimonial__text {
        font-size: 12px;
        text-align: center;
    }
    .city_carousel .elementor-testimonial__content strong {
        margin-bottom: 20px;
        font-size: 26px;
    }
    .pricing-grid .price-column {
        width: 360px;
        text-align: center;
        margin: 0 auto;
        float: unset;
    }
    .pricing-grid .price-column:last-child {
        margin-right: auto;
    }
     .contact_page_sec .city_sign_up {
        width: 380px !important;
        max-width: 100% !important;
    }
     .city_carousel .elementor-testimonial__footer img {
        width: 100% !important;
        height: 170px !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: cover;
    }
    .city_carousel .elementor-testimonial {
        height: auto;
    }
    .partners_sec img {
        margin-bottom: 10px !important;
    }
    .partners_sec .gallery {
        flex-direction: column;
    }
    .do_sec {
        width: 415px !important;
        margin: 0 auto;
        max-width: 100% !important;
        padding-left: 45px;
    }
    .do_sec .elementor-column.elementor-inner-column:first-child {
        padding-left: 0px;
    }
    .do_sec .elementor-column.elementor-inner-column:last-child {
        padding-left: 0px;
    }
    .unsub_btn.dark_blue_btn a {
        padding: 13px 30px !important;
        font-size: 16px;
    }
    .unsub_btn {
        margin-top: 35px;
        margin-bottom: 50px;
    }
}
@media (max-width: 400px){
    .image_shape .elementor-image, .image_shape .elementor-widget-video .elementor-wrapper{
        width: 275px;
        height: 275px;
    }
    .image_shape .elementor-image, .image_shape .elementor-widget-video .elementor-wrapper {
        width: 100%;
        height: 250px;
    }
    .contact_page_sec .city_sign_up {
        width: 100% !important;
        max-width: 100% !important;
    }
     .pricing-grid .price-column {
        width: 100%;
        text-align: center;
    }
    .city_sign_up {
        width: 85% !important;
        max-width: 100% !important;
        background: #fff;
        padding: 25px 15px !important;
    }
    .city_carousel .elementor-widget-testimonial-carousel {
        padding: 0px 25px;
    }
    .do_sec {
        padding-left: 0px;
    }
    .do_sec {
        width: 250px !important;
    }
    .dont_sec {
        width: 250px !important;
        margin: 0 auto;
    }
}
