/*
Theme Name:   anxietyBreakTheme

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Nineteen Child Theme

 Author:       Sukla Manna

 Author URI:   http://example.com

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-nineteen-child

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    background: #252539;
}

a {
    color: #fff;
    transition: 0.5s;
    outline-style: none;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
.button_style1
{
    background: #36BCBC;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    color: #fff;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.button_style1:hover
{
    background: #000;
    color: #fff;
}

section {
    display: block;
    float: left;
    width: 100%;
}
.about_section
{
    padding: 70px 0;
    background-color: #048a83;
    background-image: url(./images/about_shadow.png), url(./images/about_right.png);
    background-repeat: no-repeat;
    background-size: 100%, auto;
    background-position: center, top right;
}
.about_img
{
    display: block;
    float: left;
    width: 100%;
    padding-right: 20px;
}
.about_img img
{
    width: 100%;
}
.about_text
{
    display: block;
    float: left;
    width: 100%;
}
.about_text p
{
    margin-top: 20px;
}
.about_section .top_pannel
{
    display: block;
    float: left;
    width: 100%;
}

.about_section .client_pannel
{
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0 20px 0;
    margin-top: 50px;   
    border-top: 1px solid white;
}
.body_heading
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.client_logo_area
{
    display:  block;
    float: left;
    width: 100%;
    margin-top: 25px;
}
.features_section
{
    padding: 60px 0; 
    background: black;
}
.features_section ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;   
}

.features_section ul li
{
    position: relative;
    padding-left: 40px;
    margin-top: 25px;
    padding-top: 5px;
    font-size: 17px;
}
.features_section ul li::after
{
    content:"\f00c" ;
    width: 30px;
    height: 30px;
    background: #36BCBC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    font-family: 'FontAwesome';
}
.features_img img
{
    width: 100%;
}
.count_section
{
    padding: 80px 0;
    background: url(./images/total_count_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.count_boxes
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.count_box1
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.count_box1 h2
{
    font-weight: 600;
    margin: 10px 0;
}
.contact_section
{
    padding: 100px 0;
    background: black;
}

.contact_body
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 50px;
}
.contact_body_left
{
    display: block;
    float: left;
    width: 100%;
}
.contact_body_left .social
{
    margin-top: 12px;
}
.contact_body_left .social img
{
    margin-right: 5px;
}
.contact_body_address_box1
{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 15px;
    position: relative;
    padding-left: 40px;
}
.contact_body_address_box1 p
{
    margin-top: 5px;
}
.contact_body_address_box1 img
{
    position: absolute;
    left: 0;
    top: 0;
}

.contact_right_body
{
    display: block;
    float: left;
    width: 100%;
    background: #048a83;
    padding: 20px;
}
.form-control
{
    background: none;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}
.form-control::placeholder
{
    color: #fff;    
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border: 1px solid #808080;
    outline: 0;
    box-shadow: none;
}
input[type=text]
{
    height: 42px;
}
textarea
{
    height: 160px;
}
footer
{
    background: #048a83 url(./images/footer_bg.png) left bottom no-repeat;
    display: block;
    float: left;
    width: 100%;
}
footer .top_pannel
{
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
}
.footer_box1
{
    display: block;
    float: left;
    width: 100%;
}
.footer_box1 h2
{
    font-size: 22px;
}
.footer_box1 ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.footer_box1 ul li{
    margin-bottom: 10px;
}
.footer_box1 ul li a
{
    color: #fff;
}
.footer_box1 ul li a:hover
{
    color: #C3C3C3;
}
.footer_logo
{
    max-width: 160px;
}
.footer_box1 .social img
{
    margin-right: 8px ;
}

footer .bottom_pannel
{
    display: block;
    float: left;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #FFFFFF;
}
.client_logo_area img
{
    float: none;
    width: auto !important;
    text-align: center;
    display: inline-block !important;
    height: 45px;
    align-items: center;
    justify-content: center;
}
.client_logo_area .my-carousel-item
{
    text-align: center;
}

.get_safespot_section
{
    background: #111112;
    padding: 60px 0;
}
.get_safespot_right_img
{
    display: block;
    float: left;
    width: 100%;
}
.get_safespot_right_img img
{
    max-width: 100%;
}
.get_safespot_section .heading
{
    display: block;
    float: left;
    width: 100%;
}
.get_safespot_section .heading h2
{
    font-size: 25px;
}
.get_safespot_left_box1
{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.get_safespot_left_box1 .left
{
    width: 33%;
}
.get_safespot_left_box1 .left h3
{
    font-size: 18px;
}
.get_safespot_left_box1 .left p
{
    color: #9C9C9C;
    margin-top: 5px;
}
.get_safespot_left_box1 .left p i
{
    color: #FFFFFF;
}
.active_star
{
    color: #F4BE02 !important;
}

.get_safespot_left_box1 .mid
{
    width: 33%;
}
.get_safespot_left_box1 .mid img
{
    max-width: 100%;
}

.get_safespot_left_box1 .right
{
    width: 33%;
}
.get_safespot_left_box1 .right img
{
    max-width: 100%;
}

.blog_section
{
    padding: 100px 0;
    background: black;
}

.recent_blog_section
{
    padding: 100px 0;
    background: #16162D;
}

.blog_slider
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.blog_box1
{
    display: block;
    float: left;
    width: 100%;
}
.blog_box1 .img_area
{
    display: block;
    float: left;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    overflow: hidden;
}
.blog_box1 .img_area img
{
    width: 100%;
    /* height: 250px; */
    object-fit: cover;
    object-position: center;
    transition: all .2s ;
	transition-timing-function:ease-out;
}
.blog_box1:hover .img_area img
{
    transform: scale(1.05);
}
.blog_box1 .text_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.blog_box1 .text_area .main_heading
{
    display: block;
    float: left;
    width: 100%;
}
.blog_box1 .text_area .main_heading h2
{
    font-size: 19px;
}
.blog_box1 .text_area .date_address_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;    
}
.blog_box1 .text_area .date_address_area p
{
    font-size: 14px;
}
.blog_box1 .text_area .date_address_area img
{
    width: 15px;
    display: inline-block;
}
.blog_box1 .text_area .date_address_area span
{
    display: inline-block;
    margin-right: 15px;
}
.blog_box1 .text_area .text
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;    
}
.blog_box1 .text_area .text p
{
    color: #C6C6C6;
    margin-top: 15px;
}
.blog_box1 .but_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.blog_box1 .but_area a
{
    color: #36BCBC;
    font-size: 15px;
    font-weight: bold;
}
.blog_box1 .but_area a:hover
{
    color: #fff;
}
.blog_slider .owl-carousel
{
    position: relative;
}
.blog_slider .owl-nav
{
    position: absolute;
    top: 0;
    width: 100%;
}
.blog_slider .owl-prev
{
    float: left;
    margin-left: -23px;
}
.blog_slider .owl-next
{
    float: right;
    margin-right: -23px;
}
.blog_slider .owl-nav button
{
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #5E5E5E !important;
    margin-top: 110px;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.blog_slider .owl-nav button:hover
{
    background: #36BCBC !important;
}
.blog_but_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.review_section
{
    padding: 60px 0;
    background:#048a83 url(./images/client_bg.png) left bottom no-repeat;
}

.review_slider
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.review_box1
{
    display: block;
    float: left;
    width: 100%;
    background: #111112;
    padding: 25px;
    border-radius: 12px;
}
.review_box1 img
{
    width: 50px !important;
    margin: -50px 0 15px 0;
}
.review_box1 .review_text
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.review_box1 .review_text p
{
    font-size: 14px;
}
.review_slider .owl-item
{
    padding-top: 30px;
}
.review_box1 .details
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.review_box1 .details h4
{
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
}
.review_box1 .details p
{
    font-size: 12px;
}

.review_slider .owl-carousel
{
    position: relative;
}
.review_slider .owl-nav
{
    position: absolute;
    top: 0;
    width: 100%;
}
.review_slider .owl-prev
{
    float: left;
    margin-left: -23px;
}
.review_slider .owl-next
{
    float: right;
    margin-right: -23px;
}
.review_slider .owl-nav button
{
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #5E5E5E !important;
    margin-top: 130px;
    transition: all .5s ;
	transition-timing-function:ease-out;
}
.review_slider .owl-nav button:hover
{
    background: #36BCBC !important;
}
.how_it_works_section
{
    padding: 60px 0;
    background: #1D1D33;
}

.step_slider
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 35px;
}
.step_box1
{
    display: block;
    float: left;
    width: 100%;
    background: #30304F;
    border-radius: 15px;
    margin-top: 85px;
}
.step_box1_text_area
{
    display: block;
    float: right;
    width: calc(100% - 300px);
    padding: 60px 30px;
}
.step_box1_text_area h5
{
    font-size: 20px;
}
.step_box1_text_area h2
{
    font-size: 25px;
    color: #36BCBC;
    font-weight: bold;
    margin: 12px 0;
}
.step_box1_img_area
{
    display: block;
    float: left;
    width: 350px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.step_box1_img_area img
{
    width: 250px !important;
    float: none;
    display: inline-block !important;
}

.step_slider .owl-nav {
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.step_slider .owl-nav button {
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #5E5E5E !important;
    transition: all .5s;
    transition-timing-function: ease-out;
    margin: 0 5px;
}
.step_slider .owl-nav button:hover {
    background: #36BCBC !important;
}
.header_section
{
    display: block;
    float: left;
    width: 100%;
    background: url(./images/header_bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.navbar
{
    background-color: transparent !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #000 !important;
}

.header_text_area
{
    display: block;
    float: left;
    width: 100%;
    padding: 150px 0 80px 0;
}
.header_text h2
{
    font-size: 45px;
    font-weight: 700;
}
.header_text h2 span
{
    color: #36BCBC;
}
.header_text p
{
    font-size: 22px;
    margin-top: 25px;
}
.header_text p img
{
    margin: 15px 10px 0 0;
}
.header_img
{
    text-align: center;
    transition: transform .2s ease;
}

.header_img img
{
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #36BCBC;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}
.header_text p img {
    max-width: 180px;
}
.image_move
{
    transition: transform .2s ease;
}
.image_move img
{
    transition: transform .2s ease;
}
.image_move:hover img
{
    transform: scale(1.02);
}


.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

.subpage_header_section
{
    display: block;
    float: left;
    width: 100%;
    background: #000;
    position: relative;
}
.subpage_header_text
{
    display: block;
    float: left;
    width: 100%;
    background: #36BCBC;
    padding: 100px 0 20px 0;
}
.subpage_header_text h2
{
    font-size: 25px;
    color: #fff;
    text-align: center;
}
.subpage_header_section .navbar
{
    background: #000 !important;
}
.terms_section
{
    padding:120px 0 60px 0;
}
.terms_section_body
{
    display: block;
    float: left;
    width: 100%;
    color: #fff;
}
.terms_section_body h2
{
    font-size: 28px;
    font-weight: 700;
}
.terms_section_body p
{
    font-size: 15px;
    margin-top: 30px;
}
.subpage_body_section {
    padding: 120px 0 60px 0;
}

.blog_left_area {
    display: block;
    float: left;
    width: calc(100% - 320px);
}
.blog_right_area {
    display: block;
    float: right;
    width: 300px;
}
.blog_search_area form
{
    display: flex;
    float: left;
    width: 100%;
    justify-content: space-between;  
}
.blog_search_area .search_but
{
    display: inline-block;
    vertical-align: middle;
    color: transparent;
    width: 44px;
    height: 44px;
    background: #36BCBC url(./images/search.svg) center no-repeat;
    border-radius: 5px;

}

.blog_search_area .search_fild
{
    width: 100%;
    border-radius: 5px;
    padding: 0 15px;
    height: 44px;
    margin-right: 5px;
}
.archives_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
}
.blog_right_heading
{
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #5B5B5B;
    padding-bottom: 10px;
    font-weight: 600;
}
.archives_section ul
{
    display: block;
    float: left;
    width: 100%;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.archives_section ul li
{
    position: relative;
    margin-bottom: 12px;
    padding-left: 16px;
}
.archives_section ul li::before
{
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    content: '\f105';
    color: #36BCBC;
}
.archives_section ul li a:hover
{
    color: #36BCBC;   
}

.recent_section
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
}

.blog_right_recent_news_box1 {
    display: flex;
    float: left;
    width: 100%;
    padding: 12px 0;
}
.blog_right_recent_news_box1 .img_area {
    display: block;
    float: left;
    width: 70px;
    height: 60px;
    flex: 70px 0 0;
}

.blog_right_recent_news_box1 .img_area img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.blog_right_recent_news_box1 .text_area {
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
}   
.blog_right_recent_news_box1 .text_area h4
{
    font-size: 14px;
}
.blog_right_recent_news_box1 .text_area span
{
    margin-right: 10px;
}

.blog_right_recent_news_box1 .text_area p
{
    color: #C6C6C6;
    font-size: 13px;
    margin-top: 5px;
}


.blog_box2
{
    display: block;
    float: left;
    width: 100%;
}
.blog_box2 .img_area
{
    display: block;
    float: left;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    overflow: hidden;
}
.blog_box2 .img_area img
{
    width: 100%;
    /* height: 350px; */
    object-fit: cover;
    object-position: center;
    transition: all .2s ;
	transition-timing-function:ease-out;
}
.blog_box2:hover .img_area img
{
    transform: scale(1.05);
}
.blog_box2 .text_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.blog_box2 .text_area .main_heading
{
    display: block;
    float: left;
    width: 100%;
}
.blog_box2 .text_area .main_heading h2
{
    font-size: 19px;
}
.blog_box2 .text_area .date_address_area
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;    
}
.blog_box2 .text_area .date_address_area p
{
    font-size: 14px;
}
.blog_box2 .text_area .date_address_area img
{
    width: 15px;
    display: inline-block;
}
.blog_box2 .text_area .date_address_area span
{
    display: inline-block;
    margin-right: 15px;
}
.blog_box2 .text_area .text
{
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;    
}
.blog_box2 .text_area .text p
{
    color: #C6C6C6;
    margin-top: 15px;
}

.blog_box2_share_section
{
    display: flex;
    float: left;
    width: 100%;
    align-items: center;
    margin-top: 40px;
}
.blog_box2_share_section h2
{
    font-size: 20px;
}
.blog_box2_share_section img
{
    margin-left: 5px;
}
.img_slider_area
{
    display: block !important;
    float: left !important;
    width: 100% !important;
    padding: 25px 0 !important;
    text-align: center !important;
}

.header_img .owl-carousel .owl-item img
{
    width: auto !important;
    max-width: 100% !important;
    float: none !important;
    display: inline-block !important;
}
.features_img .owl-carousel .owl-item img
{
    width: auto !important;
    max-width: 100% !important;
    float: none !important;
    display: inline-block !important;
}
.get_safespot_right_img .owl-carousel .owl-item img
{
    width: auto !important;
    max-width: 100% !important;
    float: none !important;
    display: inline-block !important;
}